Pull request #360 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec+e5e9987bdf20173169948f1a30c2dde5e720f2d6 (d5838866a870db58b4579d781c12fdf24922a705) 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-ssh8907638390245290542.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-ssh6445759512256270994.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-360/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-360/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1031803553247653351.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-360/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh9193209217375714586.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-ssh913811639725678118.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-360/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-360/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh617006135766574635.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 Waiting for next available executor on ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-15023 in /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [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-360 # 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-360@tmp/jenkins-gitclient-ssh2399879033139035538.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit e5e9987bdf20173169948f1a30c2dde5e720f2d6 into PR head commit 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec Merge succeeded, producing 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec Checking out Revision 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec (PR-360) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [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-360@tmp/jenkins-gitclient-ssh1657500567003348827.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # 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-360@tmp/jenkins-gitclient-ssh354075336493897698.key > git merge e5e9987bdf20173169948f1a30c2dde5e720f2d6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # 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-19T06:17:30.231Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-05-19T06:17:30.421Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-05-19T06:17:30.536Z] ========================================================= [2021-05-19T06:17:30.536Z] EdgeX Global Pipelines Version Info [2021-05-19T06:17:30.536Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:17:32.064Z] ------------------- [2021-05-19T06:17:32.065Z] stable info: [2021-05-19T06:17:32.065Z] ------------------- [2021-05-19T06:17:32.065Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-05-19T06:17:32.065Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-19T06:17:32.065Z] Message: update stable to v1.0.192 [2021-05-19T06:17:32.642Z] ------------------- [2021-05-19T06:17:32.642Z] experimental info: [2021-05-19T06:17:32.642Z] ------------------- [2021-05-19T06:17:32.642Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-05-19T06:17:32.642Z] Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 [2021-05-19T06:17:32.642Z] Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-05-19T06:17:34.272Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-05-19T06:17:34.329Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-05-19T06:17:34.386Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-05-19T06:17:34.444Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-05-19T06:17:34.503Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-05-19T06:17:34.565Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-05-19T06:17:34.624Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-05-19T06:17:34.683Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-05-19T06:17:34.742Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-05-19T06:17:34.800Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-05-19T06:17:34.854Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-05-19T06:17:34.912Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-05-19T06:17:34.969Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-05-19T06:17:35.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-05-19T06:17:35.090Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-05-19T06:17:35.143Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-05-19T06:17:35.205Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-05-19T06:17:35.279Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-05-19T06:17:35.338Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-05-19T06:17:35.397Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-05-19T06:17:35.457Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-05-19T06:17:35.513Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-05-19T06:17:35.571Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-05-19T06:17:35.630Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-05-19T06:17:35.692Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-05-19T06:17:35.752Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-05-19T06:17:35.813Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-360 [Pipeline] echo [2021-05-19T06:17:35.871Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-360 [Pipeline] echo [2021-05-19T06:17:35.931Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-360 [Pipeline] echo [2021-05-19T06:17:36.019Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [Pipeline] echo [2021-05-19T06:17:36.081Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5230ce9 [Pipeline] echo [2021-05-19T06:17:36.138Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-19T06:17:36.318Z] provisioning config files... [2021-05-19T06:17:36.336Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/config725788615309226738tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:17:36.710Z] ---> docker-login.sh [2021-05-19T06:17:36.710Z] nexus3.edgexfoundry.org:10001 [2021-05-19T06:17:37.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:17:37.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:17:37.671Z] Configure a credential helper to remove this warning. See [2021-05-19T06:17:37.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:17:37.671Z] [2021-05-19T06:17:37.671Z] Login Succeeded [2021-05-19T06:17:37.671Z] nexus3.edgexfoundry.org:10002 [2021-05-19T06:17:37.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:17:37.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:17:37.936Z] Configure a credential helper to remove this warning. See [2021-05-19T06:17:37.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:17:37.936Z] [2021-05-19T06:17:37.936Z] Login Succeeded [2021-05-19T06:17:37.936Z] nexus3.edgexfoundry.org:10003 [2021-05-19T06:17:37.936Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:17:37.936Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:17:37.936Z] Configure a credential helper to remove this warning. See [2021-05-19T06:17:37.936Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:17:37.936Z] [2021-05-19T06:17:37.936Z] Login Succeeded [2021-05-19T06:17:38.201Z] nexus3.edgexfoundry.org:10004 [2021-05-19T06:17:38.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:17:38.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:17:38.201Z] Configure a credential helper to remove this warning. See [2021-05-19T06:17:38.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:17:38.201Z] [2021-05-19T06:17:38.201Z] Login Succeeded [2021-05-19T06:17:38.201Z] docker.io [2021-05-19T06:17:38.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:17:38.775Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:17:38.775Z] Configure a credential helper to remove this warning. See [2021-05-19T06:17:38.775Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:17:38.775Z] [2021-05-19T06:17:38.775Z] Login Succeeded [2021-05-19T06:17:38.775Z] ---> docker-login.sh ends [Pipeline] } [2021-05-19T06:17:38.807Z] 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-19T06:17:39.590Z] + git log --format=format:%s -1 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [Pipeline] echo [2021-05-19T06:17:39.668Z] GIT_COMMIT: 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo [2021-05-19T06:17:39.711Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:17:40.526Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-19T06:17:40.526Z] [2021-05-19T06:17:40.526Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:17:40.878Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-19T06:17:40.879Z] latest: Pulling from edgex-devops/git-semver [2021-05-19T06:17:40.879Z] 31603596830f: Pulling fs layer [2021-05-19T06:17:40.879Z] 54011a49482f: Pulling fs layer [2021-05-19T06:17:40.879Z] a6820b24f6d8: Pulling fs layer [2021-05-19T06:17:40.879Z] f581987b2513: Pulling fs layer [2021-05-19T06:17:40.879Z] f581987b2513: Waiting [2021-05-19T06:17:40.879Z] 54011a49482f: Verifying Checksum [2021-05-19T06:17:40.879Z] 54011a49482f: Download complete [2021-05-19T06:17:41.142Z] 31603596830f: Verifying Checksum [2021-05-19T06:17:41.142Z] 31603596830f: Download complete [2021-05-19T06:17:41.142Z] f581987b2513: Verifying Checksum [2021-05-19T06:17:41.142Z] f581987b2513: Download complete [2021-05-19T06:17:41.142Z] a6820b24f6d8: Verifying Checksum [2021-05-19T06:17:41.142Z] a6820b24f6d8: Download complete [2021-05-19T06:17:41.407Z] 31603596830f: Pull complete [2021-05-19T06:17:41.407Z] 54011a49482f: Pull complete [2021-05-19T06:17:42.370Z] a6820b24f6d8: Pull complete [2021-05-19T06:17:42.370Z] f581987b2513: Pull complete [2021-05-19T06:17:42.370Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-05-19T06:17:42.370Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-05-19T06:17:42.631Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-05-19T06:17:42.734Z] prd-centos7-docker-4c-2g-15023 does not seem to be running inside a container [2021-05-19T06:17:42.782Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-360 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360:/w/workspace/edgexfoundry_edgex-ui-go_PR-360:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-05-19T06:17:44.523Z] $ docker top e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-05-19T06:17:44.736Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-19T06:17:44.736Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-19T06:17:44.859Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-19T06:17:44.862Z] $ docker exec e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent [2021-05-19T06:17:44.990Z] SSH_AUTH_SOCK=/tmp/ssh-jaSWtOGrqtP8/agent.15 [2021-05-19T06:17:44.990Z] SSH_AGENT_PID=21 [2021-05-19T06:17:44.999Z] Running ssh-add (command line suppressed) [2021-05-19T06:17:45.113Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_9037531831625439538.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_9037531831625439538.key) [2021-05-19T06:17:45.131Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-19T06:17:45.486Z] + git tag --points-at HEAD [Pipeline] } [2021-05-19T06:17:45.512Z] $ docker exec --env ******** --env ******** e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent -k [2021-05-19T06:17:45.621Z] unset SSH_AUTH_SOCK; [2021-05-19T06:17:45.622Z] unset SSH_AGENT_PID; [2021-05-19T06:17:45.622Z] echo Agent pid 21 killed; [2021-05-19T06:17:45.634Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-05-19T06:17:45.727Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-05-19T06:17:45.727Z] [ssh-agent] Looking for ssh-agent implementation... [2021-05-19T06:17:45.853Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-05-19T06:17:45.857Z] $ docker exec e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent [2021-05-19T06:17:45.974Z] SSH_AUTH_SOCK=/tmp/ssh-ZpTZ0RoAyNqK/agent.54 [2021-05-19T06:17:45.974Z] SSH_AGENT_PID=60 [2021-05-19T06:17:45.979Z] Running ssh-add (command line suppressed) [2021-05-19T06:17:46.085Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_7962735275326611764.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/private_key_7962735275326611764.key) [2021-05-19T06:17:46.120Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-05-19T06:17:46.463Z] + git semver init [2021-05-19T06:17:46.464Z] # -> Open(): unable to determine branch for HEAD [2021-05-19T06:17:46.464Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-360/.git [2021-05-19T06:17:46.464Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [2021-05-19T06:17:46.464Z] # $SEMVER_REMOTE_NAME = origin [2021-05-19T06:17:46.464Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-05-19T06:17:46.464Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-05-19T06:17:46.464Z] # $SEMVER_BRANCH = PR-360 [2021-05-19T06:17:46.464Z] # $SEMVER_TEMP = /tmp/semver-067622464 [2021-05-19T06:17:46.464Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-05-19T06:17:49.799Z] # '/tmp/semver-067622464' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-360/.semver' [2021-05-19T06:17:49.799Z] # -> Force: false [2021-05-19T06:17:49.799Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-360/.semver [Pipeline] } [2021-05-19T06:17:49.823Z] $ docker exec --env ******** --env ******** e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 ssh-agent -k [2021-05-19T06:17:49.935Z] unset SSH_AUTH_SOCK; [2021-05-19T06:17:49.935Z] unset SSH_AGENT_PID; [2021-05-19T06:17:49.936Z] echo Agent pid 60 killed; [2021-05-19T06:17:49.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-05-19T06:17:50.376Z] + git semver [Pipeline] } [2021-05-19T06:17:50.408Z] $ docker stop --time=1 e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 [2021-05-19T06:17:51.899Z] $ docker rm -f e1112fdaa58b97f6a36eeeafedf17f1c6a3a23f696dfba78579661d3eea9a951 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-19T06:17:52.334Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-05-19T06:17:52.665Z] Stashed 1 file(s) [Pipeline] echo [2021-05-19T06:17:52.690Z] [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-19T06:18:08.293Z] Still waiting to schedule task [2021-05-19T06:18:08.294Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-05-19T06:18:08.323Z] Still waiting to schedule task [2021-05-19T06:18:08.323Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-05-19T06:20:55.399Z] Running on prd-centos7-docker-4c-2g-15024 in /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [Pipeline] { [Pipeline] ws [2021-05-19T06:20:55.572Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-05-19T06:20:55.856Z] The recommended git tool is: git [2021-05-19T06:20:58.475Z] using credential edgex-jenkins-ssh [2021-05-19T06:20:58.570Z] Cloning the remote Git repository [2021-05-19T06:20:58.594Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-19T06:20:58.667Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-05-19T06:20:58.709Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-19T06:20:58.709Z] > git --version # timeout=10 [2021-05-19T06:20:58.716Z] > git --version # 'git version 2.24.4' [2021-05-19T06:20:58.716Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-19T06:20:58.754Z] [INFO] Currently running in a labeled security context [2021-05-19T06:20:58.754Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-19T06:20:58.754Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8255096060825228242.key [2021-05-19T06:20:58.788Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-19T06:21:00.234Z] Merging remotes/origin/master commit e5e9987bdf20173169948f1a30c2dde5e720f2d6 into PR head commit 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [2021-05-19T06:21:00.476Z] Merge succeeded, producing 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [2021-05-19T06:20:59.840Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-19T06:20:59.851Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-19T06:20:59.863Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-19T06:20:59.880Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-19T06:20:59.880Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-19T06:20:59.881Z] [INFO] Currently running in a labeled security context [2021-05-19T06:20:59.881Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-19T06:20:59.881Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh3834390763952150695.key [2021-05-19T06:20:59.892Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-19T06:21:00.245Z] > git config core.sparsecheckout # timeout=10 [2021-05-19T06:21:00.254Z] > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 [2021-05-19T06:21:00.423Z] > git remote # timeout=10 [2021-05-19T06:21:00.434Z] > git config --get remote.origin.url # timeout=10 [2021-05-19T06:21:00.443Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-19T06:21:00.445Z] [INFO] Currently running in a labeled security context [2021-05-19T06:21:00.445Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-05-19T06:21:00.445Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh6368486886312985144.key [2021-05-19T06:21:00.456Z] > git merge e5e9987bdf20173169948f1a30c2dde5e720f2d6 # timeout=10 [2021-05-19T06:21:00.469Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-19T06:21:00.476Z] Checking out Revision 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec (PR-360) [2021-05-19T06:21:00.482Z] > git config core.sparsecheckout # timeout=10 [2021-05-19T06:21:00.489Z] > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 [2021-05-19T06:21:04.320Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-19T06:21:04.400Z] > git --version # timeout=10 [2021-05-19T06:21:04.412Z] > git --version # 'git version 2.24.4' [2021-05-19T06:21:04.426Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-19T06:21:06.236Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-05-19T06:21:06.640Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-19T06:21:06.979Z] + sudo service docker restart [2021-05-19T06:21:06.979Z] + true [2021-05-19T06:21:06.979Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-19T06:21:25.236Z] provisioning config files... [2021-05-19T06:21:25.256Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config9032715647127736175tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:21:25.680Z] ---> docker-login.sh [2021-05-19T06:21:25.680Z] nexus3.edgexfoundry.org:10001 [2021-05-19T06:21:26.262Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:21:26.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:21:26.262Z] Configure a credential helper to remove this warning. See [2021-05-19T06:21:26.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:21:26.262Z] [2021-05-19T06:21:26.262Z] Login Succeeded [2021-05-19T06:21:26.262Z] nexus3.edgexfoundry.org:10002 [2021-05-19T06:21:26.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:21:26.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:21:26.532Z] Configure a credential helper to remove this warning. See [2021-05-19T06:21:26.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:21:26.532Z] [2021-05-19T06:21:26.532Z] Login Succeeded [2021-05-19T06:21:26.532Z] nexus3.edgexfoundry.org:10003 [2021-05-19T06:21:26.532Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:21:26.532Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:21:26.532Z] Configure a credential helper to remove this warning. See [2021-05-19T06:21:26.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:21:26.532Z] [2021-05-19T06:21:26.532Z] Login Succeeded [2021-05-19T06:21:26.532Z] nexus3.edgexfoundry.org:10004 [2021-05-19T06:21:26.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:21:26.795Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:21:26.795Z] Configure a credential helper to remove this warning. See [2021-05-19T06:21:26.795Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:21:26.795Z] [2021-05-19T06:21:26.795Z] Login Succeeded [2021-05-19T06:21:26.795Z] docker.io [2021-05-19T06:21:26.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:21:27.058Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:21:27.058Z] Configure a credential helper to remove this warning. See [2021-05-19T06:21:27.058Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:21:27.058Z] [2021-05-19T06:21:27.058Z] Login Succeeded [2021-05-19T06:21:27.058Z] ---> docker-login.sh ends [Pipeline] } [2021-05-19T06:21:27.088Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-19T06:21:27.381Z] ========================================================= [2021-05-19T06:21:27.381Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-05-19T06:21:27.381Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:21:27.738Z] + 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-19T06:21:28.006Z] Sending build context to Docker daemon 35.56MB [2021-05-19T06:21:28.006Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-19T06:21:28.006Z] Step 2/8 : FROM ${BASE} [2021-05-19T06:21:28.006Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-05-19T06:21:28.006Z] 540db60ca938: Pulling fs layer [2021-05-19T06:21:28.006Z] adcc1eea9eea: Pulling fs layer [2021-05-19T06:21:28.006Z] 4c4ab2625f07: Pulling fs layer [2021-05-19T06:21:28.006Z] 0510c868ecb4: Pulling fs layer [2021-05-19T06:21:28.006Z] afea3b2eda06: Pulling fs layer [2021-05-19T06:21:28.006Z] 7809a108b3ef: Pulling fs layer [2021-05-19T06:21:28.006Z] f706445af74f: Pulling fs layer [2021-05-19T06:21:28.006Z] afea3b2eda06: Waiting [2021-05-19T06:21:28.006Z] 7809a108b3ef: Waiting [2021-05-19T06:21:28.006Z] f706445af74f: Waiting [2021-05-19T06:21:28.006Z] 0510c868ecb4: Waiting [2021-05-19T06:21:28.270Z] adcc1eea9eea: Verifying Checksum [2021-05-19T06:21:28.270Z] adcc1eea9eea: Download complete [2021-05-19T06:21:28.270Z] 4c4ab2625f07: Verifying Checksum [2021-05-19T06:21:28.270Z] 4c4ab2625f07: Download complete [2021-05-19T06:21:28.270Z] afea3b2eda06: Verifying Checksum [2021-05-19T06:21:28.270Z] afea3b2eda06: Download complete [2021-05-19T06:21:28.270Z] 540db60ca938: Verifying Checksum [2021-05-19T06:21:28.270Z] 540db60ca938: Download complete [2021-05-19T06:21:28.270Z] 7809a108b3ef: Verifying Checksum [2021-05-19T06:21:28.270Z] 7809a108b3ef: Download complete [2021-05-19T06:21:28.555Z] 540db60ca938: Pull complete [2021-05-19T06:21:28.818Z] adcc1eea9eea: Pull complete [2021-05-19T06:21:28.818Z] 4c4ab2625f07: Pull complete [2021-05-19T06:21:30.221Z] f706445af74f: Verifying Checksum [2021-05-19T06:21:30.221Z] f706445af74f: Download complete [2021-05-19T06:21:30.796Z] 0510c868ecb4: Verifying Checksum [2021-05-19T06:21:30.796Z] 0510c868ecb4: Download complete [2021-05-19T06:21:35.046Z] 0510c868ecb4: Pull complete [2021-05-19T06:21:35.046Z] afea3b2eda06: Pull complete [2021-05-19T06:21:35.046Z] 7809a108b3ef: Pull complete [2021-05-19T06:21:36.443Z] f706445af74f: Pull complete [2021-05-19T06:21:36.443Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-05-19T06:21:36.443Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-05-19T06:21:36.443Z] ---> b068be0155e3 [2021-05-19T06:21:36.443Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-19T06:21:51.378Z] ---> Running in 39e7bc5ee592 [2021-05-19T06:21:51.378Z] Removing intermediate container 39e7bc5ee592 [2021-05-19T06:21:51.378Z] ---> b2a2984c8100 [2021-05-19T06:21:51.378Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-19T06:21:51.378Z] ---> Running in fe8177001e8d [2021-05-19T06:21:51.378Z] Removing intermediate container fe8177001e8d [2021-05-19T06:21:51.378Z] ---> aa361af431f6 [2021-05-19T06:21:51.378Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-19T06:21:51.378Z] ---> Running in 9f26d9b55948 [2021-05-19T06:21:51.956Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-19T06:21:52.913Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-19T06:21:53.175Z] OK: 149 MiB in 40 packages [2021-05-19T06:21:53.748Z] Removing intermediate container 9f26d9b55948 [2021-05-19T06:21:53.748Z] ---> a3bdf113765d [2021-05-19T06:21:53.748Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-19T06:21:53.748Z] ---> Running in de3ad04443a0 [2021-05-19T06:21:54.010Z] Removing intermediate container de3ad04443a0 [2021-05-19T06:21:54.010Z] ---> 95fd73d7feeb [2021-05-19T06:21:54.010Z] Step 7/8 : COPY . . [2021-05-19T06:21:55.945Z] ---> f7fe68b53e3e [2021-05-19T06:21:55.945Z] Step 8/8 : RUN go mod download [2021-05-19T06:21:55.945Z] ---> Running in 99bf2db7cf87 [2021-05-19T06:21:56.177Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-15025 in /w/workspace/edgexfoundry_edgex-ui-go_PR-360 [Pipeline] { [Pipeline] ws [2021-05-19T06:21:56.238Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-05-19T06:21:56.543Z] The recommended git tool is: git [2021-05-19T06:22:01.903Z] using credential edgex-jenkins-ssh [2021-05-19T06:22:01.920Z] Cloning the remote Git repository [2021-05-19T06:22:01.975Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-19T06:22:02.090Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-05-19T06:22:02.211Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-19T06:22:02.212Z] > git --version # timeout=10 [2021-05-19T06:22:02.237Z] > git --version # 'git version 2.17.1' [2021-05-19T06:22:02.239Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-19T06:22:02.346Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-19T06:22:06.143Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-19T06:22:06.172Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-05-19T06:22:06.204Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-05-19T06:22:06.243Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-05-19T06:22:06.243Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-19T06:22:06.258Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/360/head:refs/remotes/origin/PR-360 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-05-19T06:22:06.778Z] Merging remotes/origin/master commit e5e9987bdf20173169948f1a30c2dde5e720f2d6 into PR head commit 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [2021-05-19T06:22:07.436Z] Merge succeeded, producing 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [2021-05-19T06:22:07.437Z] Checking out Revision 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec (PR-360) [2021-05-19T06:22:06.801Z] > git config core.sparsecheckout # timeout=10 [2021-05-19T06:22:06.823Z] > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 [2021-05-19T06:22:07.341Z] > git remote # timeout=10 [2021-05-19T06:22:07.363Z] > git config --get remote.origin.url # timeout=10 [2021-05-19T06:22:07.379Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-05-19T06:22:07.391Z] > git merge e5e9987bdf20173169948f1a30c2dde5e720f2d6 # timeout=10 [2021-05-19T06:22:07.425Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-05-19T06:22:07.448Z] > git config core.sparsecheckout # timeout=10 [2021-05-19T06:22:07.461Z] > git checkout -f 5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec # timeout=10 [2021-05-19T06:22:12.281Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-core-contracts/v2" [2021-05-19T06:22:12.350Z] > git --version # timeout=10 [2021-05-19T06:22:12.368Z] > git --version # 'git version 2.17.1' [2021-05-19T06:22:12.388Z] fatal: bad object 9d0281235b943b7ad605f650702698f9078b2862 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-19T06:22:14.046Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-05-19T06:22:14.480Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-05-19T06:22:14.844Z] + true [2021-05-19T06:22:14.844Z] + sudo service docker restart [2021-05-19T06:22:22.571Z] Removing intermediate container 99bf2db7cf87 [2021-05-19T06:22:22.571Z] ---> f1aa274755f4 [2021-05-19T06:22:22.571Z] Successfully built f1aa274755f4 [2021-05-19T06:22:22.571Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:22:22.962Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-19T06:22:22.962Z] . [Pipeline] withDockerContainer [2021-05-19T06:22:23.076Z] prd-centos7-docker-4c-2g-15024 does not seem to be running inside a container [2021-05-19T06:22:23.122Z] $ 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-x86_64 cat [2021-05-19T06:22:23.587Z] $ docker top 292e52dec01fc487613dd21fef0c308fad0cf18dd426b2adb9691ff1bc8349cc -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-19T06:22:24.045Z] + go version [2021-05-19T06:22:24.045Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-05-19T06:22:24.076Z] $ docker stop --time=1 292e52dec01fc487613dd21fef0c308fad0cf18dd426b2adb9691ff1bc8349cc [2021-05-19T06:22:25.300Z] $ docker rm -f 292e52dec01fc487613dd21fef0c308fad0cf18dd426b2adb9691ff1bc8349cc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:22:26.119Z] + docker inspect -f . ci-base-image-x86_64 [2021-05-19T06:22:26.119Z] . [Pipeline] withDockerContainer [2021-05-19T06:22:26.223Z] prd-centos7-docker-4c-2g-15024 does not seem to be running inside a container [2021-05-19T06:22:26.273Z] $ 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-x86_64 cat [2021-05-19T06:22:26.708Z] $ docker top 4cf361c96386fe631eb4b3c2ec26d7e8bf9aaf62ea8bfc110becb80f34f56b65 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-19T06:22:27.153Z] + go mod tidy [Pipeline] sh [2021-05-19T06:22:27.747Z] + make test [2021-05-19T06:22:27.747Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-19T06:22:28.019Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-19T06:22:33.261Z] provisioning config files... [2021-05-19T06:22:33.289Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6050521159243133480tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:22:33.723Z] ---> docker-login.sh [2021-05-19T06:22:33.723Z] nexus3.edgexfoundry.org:10001 [2021-05-19T06:22:34.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:22:34.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:22:34.918Z] Configure a credential helper to remove this warning. See [2021-05-19T06:22:34.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:22:34.918Z] [2021-05-19T06:22:34.918Z] Login Succeeded [2021-05-19T06:22:34.918Z] nexus3.edgexfoundry.org:10002 [2021-05-19T06:22:35.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:22:35.469Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:22:35.469Z] Configure a credential helper to remove this warning. See [2021-05-19T06:22:35.469Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:22:35.469Z] [2021-05-19T06:22:35.469Z] Login Succeeded [2021-05-19T06:22:35.469Z] nexus3.edgexfoundry.org:10003 [2021-05-19T06:22:35.748Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:22:36.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:22:36.022Z] Configure a credential helper to remove this warning. See [2021-05-19T06:22:36.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:22:36.022Z] [2021-05-19T06:22:36.022Z] Login Succeeded [2021-05-19T06:22:36.022Z] nexus3.edgexfoundry.org:10004 [2021-05-19T06:22:36.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:22:36.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:22:36.572Z] Configure a credential helper to remove this warning. See [2021-05-19T06:22:36.572Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:22:36.572Z] [2021-05-19T06:22:36.572Z] Login Succeeded [2021-05-19T06:22:36.572Z] docker.io [2021-05-19T06:22:36.846Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-05-19T06:22:37.446Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-05-19T06:22:37.446Z] Configure a credential helper to remove this warning. See [2021-05-19T06:22:37.446Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-05-19T06:22:37.446Z] [2021-05-19T06:22:37.446Z] Login Succeeded [2021-05-19T06:22:37.446Z] ---> docker-login.sh ends [Pipeline] } [2021-05-19T06:22:37.476Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-05-19T06:22:38.133Z] ========================================================= [2021-05-19T06:22:38.133Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-05-19T06:22:38.133Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:22:38.545Z] + 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-19T06:22:39.540Z] Sending build context to Docker daemon 35.56MB [2021-05-19T06:22:39.540Z] Step 1/8 : ARG BASE=golang:1.15-alpine3.12 [2021-05-19T06:22:39.540Z] Step 2/8 : FROM ${BASE} [2021-05-19T06:22:39.815Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-05-19T06:22:39.815Z] 595b0fe564bb: Pulling fs layer [2021-05-19T06:22:39.815Z] 7186ed65a4f7: Pulling fs layer [2021-05-19T06:22:39.815Z] 316046926c0a: Pulling fs layer [2021-05-19T06:22:39.815Z] 4ebd0625c992: Pulling fs layer [2021-05-19T06:22:39.815Z] 207e8628e3a3: Pulling fs layer [2021-05-19T06:22:39.815Z] c791037a9be2: Pulling fs layer [2021-05-19T06:22:39.815Z] ffd874e62e21: Pulling fs layer [2021-05-19T06:22:39.815Z] 4ebd0625c992: Waiting [2021-05-19T06:22:39.815Z] 207e8628e3a3: Waiting [2021-05-19T06:22:39.815Z] ffd874e62e21: Waiting [2021-05-19T06:22:39.815Z] c791037a9be2: Waiting [2021-05-19T06:22:39.815Z] 316046926c0a: Verifying Checksum [2021-05-19T06:22:39.815Z] 316046926c0a: Download complete [2021-05-19T06:22:39.815Z] 7186ed65a4f7: Download complete [2021-05-19T06:22:39.815Z] 207e8628e3a3: Verifying Checksum [2021-05-19T06:22:39.815Z] 207e8628e3a3: Download complete [2021-05-19T06:22:39.815Z] 595b0fe564bb: Verifying Checksum [2021-05-19T06:22:39.815Z] 595b0fe564bb: Download complete [2021-05-19T06:22:39.815Z] c791037a9be2: Download complete [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-19T06:22:40.395Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-19T06:22:40.395Z] GO111MODULE=on go vet ./... [2021-05-19T06:22:40.424Z] 595b0fe564bb: Pull complete [2021-05-19T06:22:41.416Z] 7186ed65a4f7: Pull complete [2021-05-19T06:22:41.691Z] 316046926c0a: Pull complete [2021-05-19T06:22:42.293Z] ffd874e62e21: Verifying Checksum [2021-05-19T06:22:42.293Z] ffd874e62e21: Download complete [2021-05-19T06:22:43.271Z] 4ebd0625c992: Verifying Checksum [2021-05-19T06:22:43.271Z] 4ebd0625c992: Download complete [Pipeline] } [2021-05-19T06:22:44.706Z] $ docker stop --time=1 4cf361c96386fe631eb4b3c2ec26d7e8bf9aaf62ea8bfc110becb80f34f56b65 [2021-05-19T06:22:46.083Z] $ docker rm -f 4cf361c96386fe631eb4b3c2ec26d7e8bf9aaf62ea8bfc110becb80f34f56b65 [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-19T06:22:46.568Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-19T06:22:46.828Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2021-05-19T06:22:48.254Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-19T06:22:48.579Z] + ls -al . [2021-05-19T06:22:48.580Z] total 92 [2021-05-19T06:22:48.580Z] drwxrwxr-x. 10 jenkins jenkins 4096 May 19 06:22 . [2021-05-19T06:22:48.580Z] drwxrwxr-x. 4 jenkins jenkins 28 May 19 06:20 .. [2021-05-19T06:22:48.580Z] drwxrwxr-x. 3 jenkins jenkins 20 May 19 06:21 assets [2021-05-19T06:22:48.580Z] drwxrwxr-x. 2 jenkins jenkins 35 May 19 06:21 bin [2021-05-19T06:22:48.580Z] drwxrwxr-x. 3 jenkins jenkins 29 May 19 06:21 cmd [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 3959 May 19 06:21 CONTRIBUTING.md [2021-05-19T06:22:48.580Z] -rw-r--r--. 1 jenkins jenkins 10 May 19 06:22 coverage.out [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 1508 May 19 06:21 Dockerfile [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 902 May 19 06:21 Dockerfile.build [2021-05-19T06:22:48.580Z] drwxrwxr-x. 5 jenkins jenkins 104 May 19 06:21 docs [2021-05-19T06:22:48.580Z] drwxrwxr-x. 8 jenkins jenkins 179 May 19 06:21 .git [2021-05-19T06:22:48.580Z] drwxrwxr-x. 2 jenkins jenkins 103 May 19 06:21 .github [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 162 May 19 06:21 .gitignore [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 971 May 19 06:21 go.mod [2021-05-19T06:22:48.580Z] -rw-r--r--. 1 jenkins jenkins 24060 May 19 06:22 go.sum [2021-05-19T06:22:48.580Z] drwxrwxr-x. 10 jenkins jenkins 139 May 19 06:21 internal [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 652 May 19 06:21 Jenkinsfile [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 11357 May 19 06:21 LICENSE [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 941 May 19 06:21 Makefile [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 6012 May 19 06:21 README.md [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 5 May 19 06:17 VERSION [2021-05-19T06:22:48.580Z] -rw-rw-r--. 1 jenkins jenkins 155 May 19 06:21 version.go [2021-05-19T06:22:48.580Z] drwxrwxr-x. 4 jenkins jenkins 4096 May 19 06:21 web [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:22:48.932Z] + 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=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec --label arch=amd64 --label version=0.0.0 . [2021-05-19T06:22:49.197Z] Sending build context to Docker daemon 35.59MB [2021-05-19T06:22:49.197Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-19T06:22:49.197Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-19T06:22:49.197Z] ---> f1aa274755f4 [2021-05-19T06:22:49.197Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-19T06:22:49.459Z] ---> Running in b750efb3bc4e [2021-05-19T06:22:49.459Z] Removing intermediate container b750efb3bc4e [2021-05-19T06:22:49.459Z] ---> b7a5e44aabbb [2021-05-19T06:22:49.459Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-19T06:22:49.459Z] ---> Running in 2607ed5494d2 [2021-05-19T06:22:49.728Z] Removing intermediate container 2607ed5494d2 [2021-05-19T06:22:49.728Z] ---> 3283d5bfeb24 [2021-05-19T06:22:49.728Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-19T06:22:49.728Z] ---> Running in a159968195e4 [2021-05-19T06:22:49.728Z] Removing intermediate container a159968195e4 [2021-05-19T06:22:49.728Z] ---> bc15b2452d1d [2021-05-19T06:22:49.728Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-19T06:22:49.728Z] ---> Running in 5a0d9297300f [2021-05-19T06:22:49.997Z] Removing intermediate container 5a0d9297300f [2021-05-19T06:22:49.997Z] ---> fae360e40053 [2021-05-19T06:22:49.997Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-19T06:22:49.997Z] ---> Running in b7695c7a5468 [2021-05-19T06:22:49.997Z] Removing intermediate container b7695c7a5468 [2021-05-19T06:22:49.997Z] ---> 0d5f6464b6bd [2021-05-19T06:22:49.997Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-19T06:22:49.997Z] ---> Running in 8bea29d85c08 [2021-05-19T06:22:50.580Z] Removing intermediate container 8bea29d85c08 [2021-05-19T06:22:50.580Z] ---> 555c0b639c35 [2021-05-19T06:22:50.580Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-19T06:22:50.580Z] ---> Running in 256fad0c8a6d [2021-05-19T06:22:50.842Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-05-19T06:22:51.794Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-05-19T06:22:52.741Z] OK: 149 MiB in 40 packages [2021-05-19T06:22:53.002Z] Removing intermediate container 256fad0c8a6d [2021-05-19T06:22:53.002Z] ---> 66030905bd06 [2021-05-19T06:22:53.002Z] Step 10/24 : ENV GO111MODULE=on [2021-05-19T06:22:53.002Z] ---> Running in 23753ca81424 [2021-05-19T06:22:53.264Z] Removing intermediate container 23753ca81424 [2021-05-19T06:22:53.264Z] ---> 627330cd55e9 [2021-05-19T06:22:53.264Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-19T06:22:53.264Z] ---> Running in d9dc51e506cf [2021-05-19T06:22:53.264Z] Removing intermediate container d9dc51e506cf [2021-05-19T06:22:53.264Z] ---> 972602731a4c [2021-05-19T06:22:53.264Z] Step 12/24 : COPY go.mod . [2021-05-19T06:22:53.437Z] 4ebd0625c992: Pull complete [2021-05-19T06:22:53.527Z] ---> 334a1898e1d8 [2021-05-19T06:22:53.527Z] Step 13/24 : COPY Makefile . [2021-05-19T06:22:53.709Z] 207e8628e3a3: Pull complete [2021-05-19T06:22:53.790Z] ---> 92d233796416 [2021-05-19T06:22:53.790Z] Step 14/24 : RUN make update [2021-05-19T06:22:53.790Z] ---> Running in 9b1c1c45164e [2021-05-19T06:22:54.052Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-19T06:22:54.306Z] c791037a9be2: Pull complete [2021-05-19T06:22:54.315Z] Removing intermediate container 9b1c1c45164e [2021-05-19T06:22:54.315Z] ---> eae53953d285 [2021-05-19T06:22:54.315Z] Step 15/24 : COPY . . [2021-05-19T06:22:55.266Z] ---> 9994f3f7f336 [2021-05-19T06:22:55.266Z] Step 16/24 : RUN ${MAKE} [2021-05-19T06:22:55.266Z] ---> Running in 54309aa15e57 [2021-05-19T06:22:55.845Z] 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-19T06:22:57.706Z] ffd874e62e21: Pull complete [2021-05-19T06:22:57.706Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-05-19T06:22:57.706Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-05-19T06:22:57.981Z] ---> cfc18b08335c [2021-05-19T06:22:57.981Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-05-19T06:22:59.969Z] ---> Running in 873d5f6a10ed [2021-05-19T06:23:00.240Z] Removing intermediate container 873d5f6a10ed [2021-05-19T06:23:00.240Z] ---> 38c9dcef10f6 [2021-05-19T06:23:00.240Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-19T06:23:00.515Z] ---> Running in b6568904954d [2021-05-19T06:23:03.146Z] Removing intermediate container b6568904954d [2021-05-19T06:23:03.146Z] ---> f5b5edf68270 [2021-05-19T06:23:03.146Z] Step 5/8 : RUN apk add --no-cache make git [2021-05-19T06:23:03.146Z] ---> Running in 8aa2e1b4cbee [2021-05-19T06:23:04.129Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-19T06:23:05.103Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-19T06:23:05.705Z] OK: 138 MiB in 40 packages [2021-05-19T06:23:05.987Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-19T06:23:06.560Z] Removing intermediate container 54309aa15e57 [2021-05-19T06:23:06.560Z] ---> 2a36d5d656bb [2021-05-19T06:23:06.560Z] Step 17/24 : FROM alpine:3.12 [2021-05-19T06:23:06.823Z] 3.12: Pulling from library/alpine [2021-05-19T06:23:07.093Z] 339de151aab4: Pulling fs layer [2021-05-19T06:23:07.140Z] Removing intermediate container 8aa2e1b4cbee [2021-05-19T06:23:07.140Z] ---> 5302067b5f8b [2021-05-19T06:23:07.140Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-05-19T06:23:07.140Z] ---> Running in 158ad7a45cf7 [2021-05-19T06:23:07.373Z] 339de151aab4: Verifying Checksum [2021-05-19T06:23:07.373Z] 339de151aab4: Download complete [2021-05-19T06:23:07.373Z] 339de151aab4: Pull complete [2021-05-19T06:23:07.373Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-19T06:23:07.373Z] Status: Downloaded newer image for alpine:3.12 [2021-05-19T06:23:07.373Z] ---> 13621d1b12d4 [2021-05-19T06:23:07.373Z] Step 18/24 : EXPOSE 4000 [2021-05-19T06:23:07.415Z] Removing intermediate container 158ad7a45cf7 [2021-05-19T06:23:07.415Z] ---> e32b19d6b127 [2021-05-19T06:23:07.415Z] Step 7/8 : COPY . . [2021-05-19T06:23:07.636Z] ---> Running in 0b8f4c7da263 [2021-05-19T06:23:07.636Z] Removing intermediate container 0b8f4c7da263 [2021-05-19T06:23:07.636Z] ---> f61facf2784d [2021-05-19T06:23:07.636Z] 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-19T06:23:08.584Z] ---> 8870e82ea62b [2021-05-19T06:23:08.584Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-19T06:23:08.584Z] ---> Running in f15509caa337 [2021-05-19T06:23:08.584Z] Removing intermediate container f15509caa337 [2021-05-19T06:23:08.584Z] ---> e4ede8fbd2fa [2021-05-19T06:23:08.584Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-19T06:23:08.584Z] ---> Running in 458765903cbf [2021-05-19T06:23:08.584Z] Removing intermediate container 458765903cbf [2021-05-19T06:23:08.584Z] ---> 31b1aa9a03d9 [2021-05-19T06:23:08.584Z] Step 22/24 : LABEL arch=amd64 [2021-05-19T06:23:08.584Z] ---> Running in df840f154c6b [2021-05-19T06:23:08.861Z] Removing intermediate container df840f154c6b [2021-05-19T06:23:08.861Z] ---> 66e3d1ad6ff5 [2021-05-19T06:23:08.861Z] Step 23/24 : LABEL git_sha=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [2021-05-19T06:23:08.861Z] ---> Running in f154af9456e5 [2021-05-19T06:23:08.861Z] Removing intermediate container f154af9456e5 [2021-05-19T06:23:08.861Z] ---> f959b301ff7c [2021-05-19T06:23:08.861Z] Step 24/24 : LABEL version=0.0.0 [2021-05-19T06:23:08.861Z] ---> Running in 6722308efa8c [2021-05-19T06:23:09.123Z] Removing intermediate container 6722308efa8c [2021-05-19T06:23:09.123Z] ---> 38a53491f0f2 [2021-05-19T06:23:09.123Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-19T06:23:09.123Z] Successfully built 38a53491f0f2 [2021-05-19T06:23:09.123Z] 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-19T06:23:10.298Z] ---> job-cost.sh [2021-05-19T06:23:10.298Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-zxCN [2021-05-19T06:23:10.823Z] ---> d124ab1bd92e [2021-05-19T06:23:10.823Z] Step 8/8 : RUN go mod download [2021-05-19T06:23:10.823Z] ---> Running in e6eb821818ff [2021-05-19T06:23:20.324Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-19T06:23:35.262Z] lf-activate-venv(): INFO: Adding /tmp/venv-zxCN/bin to PATH [2021-05-19T06:23:35.262Z] INFO: No Stack... [2021-05-19T06:23:35.262Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-19T06:23:35.262Z] INFO: Archiving Costs [Pipeline] sh [2021-05-19T06:23:35.584Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-05-19T06:23:35.584Z] + cut -d, -f6 [Pipeline] lock [2021-05-19T06:23:35.651Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [2021-05-19T06:23:35.658Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] did not exist. Created. [2021-05-19T06:23:35.658Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-19T06:23:36.101Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-05-19T06:23:36.197Z] Stashed 1 file(s) [Pipeline] } [2021-05-19T06:23:36.219Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-05-19T06:23:37.652Z] Removing intermediate container e6eb821818ff [2021-05-19T06:23:37.652Z] ---> 8a63617020c3 [2021-05-19T06:23:37.924Z] Successfully built 8a63617020c3 [2021-05-19T06:23:37.924Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:23:38.304Z] + docker inspect -f . ci-base-image-arm64 [2021-05-19T06:23:38.304Z] . [Pipeline] withDockerContainer [2021-05-19T06:23:38.589Z] prd-ubuntu18.04-docker-arm64-4c-16g-15025 does not seem to be running inside a container [2021-05-19T06:23:38.731Z] $ 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-19T06:23:40.397Z] $ docker top ec81e1175861270cce2946609b5f5e31752376f6d0de67e1b4c1232119c227df -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-19T06:23:41.420Z] + go version [2021-05-19T06:23:41.420Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-05-19T06:23:41.462Z] $ docker stop --time=1 ec81e1175861270cce2946609b5f5e31752376f6d0de67e1b4c1232119c227df [2021-05-19T06:23:43.353Z] $ docker rm -f ec81e1175861270cce2946609b5f5e31752376f6d0de67e1b4c1232119c227df [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:23:44.303Z] + docker inspect -f . ci-base-image-arm64 [2021-05-19T06:23:44.304Z] . [Pipeline] withDockerContainer [2021-05-19T06:23:44.579Z] prd-ubuntu18.04-docker-arm64-4c-16g-15025 does not seem to be running inside a container [2021-05-19T06:23:44.667Z] $ 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-19T06:23:46.261Z] $ docker top 9f4d44b5cf4377020a614a855a6c7035fb66c4b2bc6bb38fc639d9d8cad583da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-19T06:23:47.280Z] + go mod tidy [Pipeline] sh [2021-05-19T06:23:48.565Z] + make test [2021-05-19T06:23:48.565Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-05-19T06:23:49.548Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-05-19T06:24:23.206Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-05-19T06:24:23.206Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-05-19T06:24:41.565Z] $ docker stop --time=1 9f4d44b5cf4377020a614a855a6c7035fb66c4b2bc6bb38fc639d9d8cad583da [2021-05-19T06:24:43.493Z] $ docker rm -f 9f4d44b5cf4377020a614a855a6c7035fb66c4b2bc6bb38fc639d9d8cad583da [Pipeline] // withDockerContainer [Pipeline] sh [2021-05-19T06:24:44.301Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-05-19T06:24:44.340Z] Warning: overwriting stash ‘coverage-report’ [2021-05-19T06:24:44.926Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-05-19T06:24:45.673Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-05-19T06:24:46.085Z] + ls -al . [2021-05-19T06:24:46.086Z] total 124 [2021-05-19T06:24:46.086Z] drwxrwxr-x 10 jenkins jenkins 4096 May 19 06:23 . [2021-05-19T06:24:46.086Z] drwxrwxr-x 4 jenkins jenkins 4096 May 19 06:22 .. [2021-05-19T06:24:46.086Z] drwxrwxr-x 8 jenkins jenkins 4096 May 19 06:22 .git [2021-05-19T06:24:46.086Z] drwxrwxr-x 2 jenkins jenkins 4096 May 19 06:22 .github [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 162 May 19 06:22 .gitignore [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 19 06:22 CONTRIBUTING.md [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 1508 May 19 06:22 Dockerfile [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 902 May 19 06:22 Dockerfile.build [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 652 May 19 06:22 Jenkinsfile [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 19 06:22 LICENSE [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 941 May 19 06:22 Makefile [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 6012 May 19 06:22 README.md [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 5 May 19 06:17 VERSION [2021-05-19T06:24:46.086Z] drwxrwxr-x 3 jenkins jenkins 4096 May 19 06:22 assets [2021-05-19T06:24:46.086Z] drwxrwxr-x 2 jenkins jenkins 4096 May 19 06:22 bin [2021-05-19T06:24:46.086Z] drwxrwxr-x 3 jenkins jenkins 4096 May 19 06:22 cmd [2021-05-19T06:24:46.086Z] -rw-r--r-- 1 jenkins jenkins 10 May 19 06:23 coverage.out [2021-05-19T06:24:46.086Z] drwxrwxr-x 5 jenkins jenkins 4096 May 19 06:22 docs [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 971 May 19 06:22 go.mod [2021-05-19T06:24:46.086Z] -rw-r--r-- 1 jenkins jenkins 24060 May 19 06:23 go.sum [2021-05-19T06:24:46.086Z] drwxrwxr-x 10 jenkins jenkins 4096 May 19 06:22 internal [2021-05-19T06:24:46.086Z] -rw-rw-r-- 1 jenkins jenkins 155 May 19 06:22 version.go [2021-05-19T06:24:46.086Z] drwxrwxr-x 4 jenkins jenkins 4096 May 19 06:22 web [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:24:46.528Z] + 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=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec --label arch=arm64 --label version=0.0.0 . [2021-05-19T06:24:48.127Z] Sending build context to Docker daemon 35.59MB [2021-05-19T06:24:48.127Z] Step 1/24 : ARG BASE=golang:1.15-alpine3.12 [2021-05-19T06:24:48.127Z] Step 2/24 : FROM ${BASE} AS builder [2021-05-19T06:24:48.127Z] ---> 8a63617020c3 [2021-05-19T06:24:48.127Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-05-19T06:24:48.722Z] ---> Running in 8cfa1e10f435 [2021-05-19T06:24:48.996Z] Removing intermediate container 8cfa1e10f435 [2021-05-19T06:24:48.996Z] ---> 85ed26f6e6aa [2021-05-19T06:24:48.996Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-05-19T06:24:49.272Z] ---> Running in a3520ce936cd [2021-05-19T06:24:49.865Z] Removing intermediate container a3520ce936cd [2021-05-19T06:24:49.865Z] ---> bb785c1c74f3 [2021-05-19T06:24:49.865Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-05-19T06:24:49.865Z] ---> Running in e05225771cc7 [2021-05-19T06:24:50.461Z] Removing intermediate container e05225771cc7 [2021-05-19T06:24:50.461Z] ---> 6758860954e9 [2021-05-19T06:24:50.461Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-05-19T06:24:50.461Z] ---> Running in 29d6e92894b6 [2021-05-19T06:24:51.061Z] Removing intermediate container 29d6e92894b6 [2021-05-19T06:24:51.061Z] ---> 5030e3b7378e [2021-05-19T06:24:51.061Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-05-19T06:24:51.061Z] ---> Running in f2c6e2a77552 [2021-05-19T06:24:51.665Z] Removing intermediate container f2c6e2a77552 [2021-05-19T06:24:51.665Z] ---> 9f8a68ddbcf6 [2021-05-19T06:24:51.665Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-05-19T06:24:51.665Z] ---> Running in b75cc4aa2df1 [2021-05-19T06:24:54.286Z] Removing intermediate container b75cc4aa2df1 [2021-05-19T06:24:54.286Z] ---> 166529e167bd [2021-05-19T06:24:54.286Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-05-19T06:24:54.286Z] ---> Running in 32f3ff2f19d6 [2021-05-19T06:24:55.266Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-05-19T06:24:56.242Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-05-19T06:24:56.837Z] OK: 138 MiB in 40 packages [2021-05-19T06:24:57.824Z] Removing intermediate container 32f3ff2f19d6 [2021-05-19T06:24:57.824Z] ---> 47c0dc5aafa9 [2021-05-19T06:24:57.824Z] Step 10/24 : ENV GO111MODULE=on [2021-05-19T06:24:58.097Z] ---> Running in a070819a5dc3 [2021-05-19T06:24:58.713Z] Removing intermediate container a070819a5dc3 [2021-05-19T06:24:58.713Z] ---> 01486b3a2238 [2021-05-19T06:24:58.713Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-05-19T06:24:58.713Z] ---> Running in 5009dd76a0b1 [2021-05-19T06:24:59.311Z] Removing intermediate container 5009dd76a0b1 [2021-05-19T06:24:59.311Z] ---> 8c3c3e5d79f3 [2021-05-19T06:24:59.311Z] Step 12/24 : COPY go.mod . [2021-05-19T06:25:00.288Z] ---> 8dbee4a4758a [2021-05-19T06:25:00.288Z] Step 13/24 : COPY Makefile . [2021-05-19T06:25:00.881Z] ---> a6d414c13fb3 [2021-05-19T06:25:00.881Z] Step 14/24 : RUN make update [2021-05-19T06:25:00.881Z] ---> Running in d6e522b8cb49 [2021-05-19T06:25:02.321Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-05-19T06:25:03.757Z] Removing intermediate container d6e522b8cb49 [2021-05-19T06:25:03.757Z] ---> 3abe693a28d2 [2021-05-19T06:25:03.757Z] Step 15/24 : COPY . . [2021-05-19T06:25:07.135Z] ---> 2c44dc4e7547 [2021-05-19T06:25:07.135Z] Step 16/24 : RUN ${MAKE} [2021-05-19T06:25:07.135Z] ---> Running in 8d87a1a57026 [2021-05-19T06:25:08.117Z] 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-19T06:25:34.961Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-05-19T06:25:39.264Z] Removing intermediate container 8d87a1a57026 [2021-05-19T06:25:39.264Z] ---> 13a16bee2226 [2021-05-19T06:25:39.264Z] Step 17/24 : FROM alpine:3.12 [2021-05-19T06:25:39.535Z] 3.12: Pulling from library/alpine [2021-05-19T06:25:39.808Z] d2f70382dc9a: Pulling fs layer [2021-05-19T06:25:40.084Z] d2f70382dc9a: Verifying Checksum [2021-05-19T06:25:40.084Z] d2f70382dc9a: Download complete [2021-05-19T06:25:40.682Z] d2f70382dc9a: Pull complete [2021-05-19T06:25:40.682Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-05-19T06:25:40.952Z] Status: Downloaded newer image for alpine:3.12 [2021-05-19T06:25:40.952Z] ---> 9852663dfa18 [2021-05-19T06:25:40.952Z] Step 18/24 : EXPOSE 4000 [2021-05-19T06:25:41.227Z] ---> Running in 08d8e499b7c6 [2021-05-19T06:25:41.823Z] Removing intermediate container 08d8e499b7c6 [2021-05-19T06:25:41.823Z] ---> b10d811b1d9a [2021-05-19T06:25:41.823Z] 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-19T06:25:43.834Z] ---> 202d666b4841 [2021-05-19T06:25:43.834Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-05-19T06:25:44.113Z] ---> Running in 3b5c675dc229 [2021-05-19T06:25:44.715Z] Removing intermediate container 3b5c675dc229 [2021-05-19T06:25:44.715Z] ---> 3a4c4e5b0fe8 [2021-05-19T06:25:44.715Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-05-19T06:25:44.715Z] ---> Running in 1b24e0f97973 [2021-05-19T06:25:45.322Z] Removing intermediate container 1b24e0f97973 [2021-05-19T06:25:45.322Z] ---> de14bc6cae41 [2021-05-19T06:25:45.322Z] Step 22/24 : LABEL arch=arm64 [2021-05-19T06:25:45.322Z] ---> Running in 27145f094185 [2021-05-19T06:25:45.932Z] Removing intermediate container 27145f094185 [2021-05-19T06:25:45.932Z] ---> 355384ff5c36 [2021-05-19T06:25:45.932Z] Step 23/24 : LABEL git_sha=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [2021-05-19T06:25:45.932Z] ---> Running in a348f2b9faf8 [2021-05-19T06:25:46.544Z] Removing intermediate container a348f2b9faf8 [2021-05-19T06:25:46.544Z] ---> 7b65c0590fca [2021-05-19T06:25:46.544Z] Step 24/24 : LABEL version=0.0.0 [2021-05-19T06:25:46.544Z] ---> Running in 65b5e5d32990 [2021-05-19T06:25:47.139Z] Removing intermediate container 65b5e5d32990 [2021-05-19T06:25:47.139Z] ---> 5a9054c8dee2 [2021-05-19T06:25:47.139Z] [Warning] One or more build-args [ARCH] were not consumed [2021-05-19T06:25:47.409Z] Successfully built 5a9054c8dee2 [2021-05-19T06:25:47.409Z] 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-19T06:25:48.376Z] ---> job-cost.sh [2021-05-19T06:25:48.376Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-fkMC [2021-05-19T06:26:27.397Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-05-19T06:27:49.158Z] lf-activate-venv(): INFO: Adding /tmp/venv-fkMC/bin to PATH [2021-05-19T06:27:49.158Z] INFO: No Stack... [2021-05-19T06:27:49.158Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-05-19T06:27:49.158Z] INFO: Archiving Costs [Pipeline] sh [2021-05-19T06:27:49.518Z] + + cat /w/workspace/edgex-ui-go/1/archives/cost.csvcut [2021-05-19T06:27:49.518Z] -d, -f6 [Pipeline] lock [2021-05-19T06:27:49.603Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [2021-05-19T06:27:49.609Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] did not exist. Created. [2021-05-19T06:27:49.609Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-360-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-05-19T06:27:50.039Z] /w/workspace/edgex-ui-go/1@tmp/durable-e8317f11/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-e8317f11/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-05-19T06:27:50.405Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-05-19T06:27:50.444Z] Warning: overwriting stash ‘stack-cost’ [2021-05-19T06:27:50.731Z] Stashed 1 file(s) [Pipeline] } [2021-05-19T06:27:50.758Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-360-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-19T06:27:51.993Z] provisioning config files... [2021-05-19T06:27:52.005Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/config993346855683318595tmp [Pipeline] { [Pipeline] sh [2021-05-19T06:27:52.377Z] + set +x [2021-05-19T06:27:52.377Z] + bash -s -- [2021-05-19T06:27:52.377Z] + curl -s https://codecov.io/bash [2021-05-19T06:27:52.377Z] [2021-05-19T06:27:52.377Z] _____ _ [2021-05-19T06:27:52.377Z] / ____| | | [2021-05-19T06:27:52.377Z] | | ___ __| | ___ ___ _____ __ [2021-05-19T06:27:52.377Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-05-19T06:27:52.377Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-05-19T06:27:52.377Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-05-19T06:27:52.377Z] Bash-1.0.2 [2021-05-19T06:27:52.377Z] [2021-05-19T06:27:52.377Z] [2021-05-19T06:27:52.377Z] ==> git version 2.24.4 found [2021-05-19T06:27:52.377Z] ==> 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-19T06:27:52.377Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-05-19T06:27:52.377Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-05-19T06:27:52.377Z] ==> Jenkins CI detected. [2021-05-19T06:27:52.377Z] project root: . [2021-05-19T06:27:52.377Z] --> token set from env [2021-05-19T06:27:52.640Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-05-19T06:27:52.640Z] ==> Running gcov in . (disable via -X gcov) [2021-05-19T06:27:52.640Z] ==> Python coveragepy not found [2021-05-19T06:27:52.640Z] ==> Searching for coverage reports in: [2021-05-19T06:27:52.640Z] + . [2021-05-19T06:27:52.640Z] -> Found 1 reports [2021-05-19T06:27:52.640Z] ==> Detecting git/mercurial file structure [2021-05-19T06:27:52.640Z] ==> Reading reports [2021-05-19T06:27:52.640Z] + ./coverage.out bytes=10 [2021-05-19T06:27:52.640Z] ==> Appending adjustments [2021-05-19T06:27:52.640Z] https://docs.codecov.io/docs/fixing-reports [2021-05-19T06:27:52.640Z] + Found adjustments [2021-05-19T06:27:52.640Z] ==> Gzipping contents [2021-05-19T06:27:52.640Z] 4.0K /tmp/codecov.zlEinn.gz [2021-05-19T06:27:52.640Z] ==> Uploading reports [2021-05-19T06:27:52.640Z] url: https://codecov.io [2021-05-19T06:27:52.640Z] query: branch=PR-360&commit=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-360%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=360&job=&cmd_args= [2021-05-19T06:27:52.640Z] -> Pinging Codecov [2021-05-19T06:27:52.640Z] https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-360&commit=5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-360%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=360&job=&cmd_args= [2021-05-19T06:27:53.589Z] -> Uploading to [2021-05-19T06:27:53.589Z] https://storage.googleapis.com/codecov/v4/raw/2021-05-19/FB506323287CE973F263BFD2A0EB1F37/5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec/d2f26a2a-f071-4a3c-9ab1-092cbc8c45e1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210519%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210519T062753Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=7eb3b86d4df3a0f56095bc62eb4dff25b92858e4240227492ad6577ba14773f3 [2021-05-19T06:27:53.589Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-05-19T06:27:53.589Z] Dload Upload Total Spent Left Speed [2021-05-19T06:27:53.852Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3918 0 0 100 3918 0 7896 --:--:-- --:--:-- --:--:-- 7883 100 3918 0 0 100 3918 0 7893 --:--:-- --:--:-- --:--:-- 7883 [2021-05-19T06:27:53.852Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/5230ce9ac0d4a89cf2ab81de70c775b36d34e5ec [Pipeline] } [2021-05-19T06:27:53.876Z] 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-19T06:27:56.369Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:27:57.322Z] ---> package-listing.sh [2021-05-19T06:27:57.322Z] ++ facter osfamily [2021-05-19T06:27:57.322Z] ++ tr '[:upper:]' '[:lower:]' [2021-05-19T06:27:57.585Z] + OS_FAMILY=redhat [2021-05-19T06:27:57.585Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-360 [2021-05-19T06:27:57.585Z] + START_PACKAGES=/tmp/packages_start.txt [2021-05-19T06:27:57.585Z] + END_PACKAGES=/tmp/packages_end.txt [2021-05-19T06:27:57.585Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-05-19T06:27:57.585Z] + PACKAGES=/tmp/packages_start.txt [2021-05-19T06:27:57.585Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-360 ']' [2021-05-19T06:27:57.585Z] + PACKAGES=/tmp/packages_end.txt [2021-05-19T06:27:57.585Z] + case "${OS_FAMILY}" in [2021-05-19T06:27:57.585Z] + rpm -qa [2021-05-19T06:27:57.585Z] + sort [2021-05-19T06:27:58.175Z] + '[' -f /tmp/packages_start.txt ']' [2021-05-19T06:27:58.175Z] + '[' -f /tmp/packages_end.txt ']' [2021-05-19T06:27:58.175Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-05-19T06:27:58.438Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-360 ']' [2021-05-19T06:27:58.438Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-360/archives/ [2021-05-19T06:27:58.438Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-360/archives/ [Pipeline] echo [2021-05-19T06:27:58.475Z] 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-360/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-05-19T06:27:58.787Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:27:59.389Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-19T06:27:59.389Z] [2021-05-19T06:27:59.389Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-05-19T06:27:59.756Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-19T06:28:00.031Z] alpine: Pulling from edgex-lftools-log-publisher [2021-05-19T06:28:00.031Z] df20fa9351a1: Pulling fs layer [2021-05-19T06:28:00.031Z] 36b3adc4ff6f: Pulling fs layer [2021-05-19T06:28:00.031Z] 8ad3a11d3b57: Pulling fs layer [2021-05-19T06:28:00.031Z] 46f8f816bc3b: Pulling fs layer [2021-05-19T06:28:00.031Z] 93b61091891f: Pulling fs layer [2021-05-19T06:28:00.031Z] 93b9cdb0e59b: Pulling fs layer [2021-05-19T06:28:00.031Z] 5e14af77c1be: Pulling fs layer [2021-05-19T06:28:00.031Z] 01666e4c0597: Pulling fs layer [2021-05-19T06:28:00.031Z] aa168da1d23b: Pulling fs layer [2021-05-19T06:28:00.031Z] 93b61091891f: Waiting [2021-05-19T06:28:00.031Z] 93b9cdb0e59b: Waiting [2021-05-19T06:28:00.031Z] 5e14af77c1be: Waiting [2021-05-19T06:28:00.031Z] 01666e4c0597: Waiting [2021-05-19T06:28:00.031Z] aa168da1d23b: Waiting [2021-05-19T06:28:00.031Z] 46f8f816bc3b: Waiting [2021-05-19T06:28:00.031Z] 36b3adc4ff6f: Download complete [2021-05-19T06:28:00.313Z] 46f8f816bc3b: Verifying Checksum [2021-05-19T06:28:00.313Z] 46f8f816bc3b: Download complete [2021-05-19T06:28:00.313Z] df20fa9351a1: Verifying Checksum [2021-05-19T06:28:00.313Z] df20fa9351a1: Download complete [2021-05-19T06:28:00.313Z] 93b9cdb0e59b: Verifying Checksum [2021-05-19T06:28:00.313Z] 93b9cdb0e59b: Download complete [2021-05-19T06:28:00.313Z] 5e14af77c1be: Verifying Checksum [2021-05-19T06:28:00.313Z] 5e14af77c1be: Download complete [2021-05-19T06:28:00.313Z] 01666e4c0597: Verifying Checksum [2021-05-19T06:28:00.313Z] 01666e4c0597: Download complete [2021-05-19T06:28:00.313Z] 93b61091891f: Verifying Checksum [2021-05-19T06:28:00.313Z] 93b61091891f: Download complete [2021-05-19T06:28:00.582Z] 8ad3a11d3b57: Verifying Checksum [2021-05-19T06:28:00.582Z] 8ad3a11d3b57: Download complete [2021-05-19T06:28:00.582Z] df20fa9351a1: Pull complete [2021-05-19T06:28:01.160Z] 36b3adc4ff6f: Pull complete [2021-05-19T06:28:02.129Z] aa168da1d23b: Verifying Checksum [2021-05-19T06:28:02.129Z] aa168da1d23b: Download complete [2021-05-19T06:28:02.394Z] 8ad3a11d3b57: Pull complete [2021-05-19T06:28:02.976Z] 46f8f816bc3b: Pull complete [2021-05-19T06:28:03.550Z] 93b61091891f: Pull complete [2021-05-19T06:28:04.122Z] 93b9cdb0e59b: Pull complete [2021-05-19T06:28:06.040Z] 5e14af77c1be: Pull complete [2021-05-19T06:28:06.304Z] 01666e4c0597: Pull complete [2021-05-19T06:28:11.664Z] aa168da1d23b: Pull complete [2021-05-19T06:28:12.236Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-05-19T06:28:12.236Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-05-19T06:28:12.236Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-05-19T06:28:12.363Z] prd-centos7-docker-4c-2g-15023 does not seem to be running inside a container [2021-05-19T06:28:12.421Z] $ 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-360/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-360 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360:/w/workspace/edgexfoundry_edgex-ui-go_PR-360:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-05-19T06:28:43.453Z] $ docker top 75000a0aa7bf5ce1c94ff230fd40390782763d8001a4b478e99e18c5b317ef9f -eo pid,comm [Pipeline] { [Pipeline] sh [2021-05-19T06:28:43.914Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-05-19T06:28:44.257Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-05-19T06:28:44.578Z] + ls /var/log/sa-host [2021-05-19T06:28:44.578Z] + sadf -c /var/log/sa-host/sa05 [2021-05-19T06:28:44.578Z] file_magic: OK [2021-05-19T06:28:44.578Z] HZ: Using current value: 100 [2021-05-19T06:28:44.578Z] file_header: OK [2021-05-19T06:28:44.578Z] 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-19T06:28:44.578Z] Statistics: [2021-05-19T06:28:44.578Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-19T06:28:44.578Z] File successfully converted to sysstat format version 12.2.1 [2021-05-19T06:28:44.578Z] + sadf -c /var/log/sa-host/sa19 [2021-05-19T06:28:44.578Z] file_magic: OK [2021-05-19T06:28:44.578Z] HZ: Using current value: 100 [2021-05-19T06:28:44.578Z] file_header: OK [2021-05-19T06:28:44.578Z] 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-19T06:28:44.578Z] Statistics: [2021-05-19T06:28:44.578Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-05-19T06:28:44.578Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-05-19T06:28:45.392Z] provisioning config files... [2021-05-19T06:28:45.407Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-360@tmp/config3725021327173287760tmp [Pipeline] { [Pipeline] echo [2021-05-19T06:28:45.477Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:28:45.836Z] ---> create-netrc.sh [Pipeline] } [2021-05-19T06:28:45.859Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-05-19T06:28:45.938Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:28:46.307Z] ---> python-tools-install.sh [Pipeline] echo [2021-05-19T06:28:46.341Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:28:46.701Z] ---> sudo-logs.sh [2021-05-19T06:28:46.701Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-05-19T06:28:46.795Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:28:47.133Z] ---> job-cost.sh [2021-05-19T06:28:47.133Z] lf-activate-venv: SKIPPING [2021-05-19T06:28:47.133Z] DEBUG: total: 0.18000000715255737 [2021-05-19T06:28:47.133Z] INFO: Retrieving Stack Cost... [2021-05-19T06:28:48.082Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-05-19T06:28:48.344Z] INFO: Archiving Costs [Pipeline] echo [2021-05-19T06:28:48.384Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-05-19T06:28:48.810Z] ---> logs-deploy.sh [2021-05-19T06:28:48.810Z] lf-activate-venv: SKIPPING [2021-05-19T06:28:48.810Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-360/1 [2021-05-19T06:28:48.810Z] INFO: archiving workspace using pattern(s): [2021-05-19T06:28:49.764Z] Archives upload complete. [2021-05-19T06:28:49.764Z] INFO: archiving logs to Nexus