Pull request #371 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from d1f9e4a0072fb1389d7d0b25f435ea513e1372e9+ed8947b643568b301883c9fef62d671807069f73 (609dd87feea9b69a15732a851619379a44fc196c) Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh4584364116267512912.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd 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-ssh8643847016534948371.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 c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-371/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh72748920784534122.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd # timeout=10 Commit message: "Merge pull request #338 from ernestojeda/add-latest-tag" > 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 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-ssh1567627044609923813.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-371/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > 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-371/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh8385378745007748705.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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 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-852 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [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-371 # 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-371@tmp/jenkins-gitclient-ssh608083828297710533.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 ed8947b643568b301883c9fef62d671807069f73 into PR head commit d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 Merge succeeded, producing f5d8801d279db23b4164d1e8f7a16af8cb152202 Checking out Revision f5d8801d279db23b4164d1e8f7a16af8cb152202 (PR-371) > 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-371@tmp/jenkins-gitclient-ssh873919451810800038.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # 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-371@tmp/jenkins-gitclient-ssh743875338465120046.key > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f5d8801d279db23b4164d1e8f7a16af8cb152202 # timeout=10 Commit message: "Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD" > git rev-list --no-walk d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-08T05:43:49.209Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-08T05:43:49.324Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-08T05:43:49.354Z] ========================================================= [2021-06-08T05:43:49.354Z] EdgeX Global Pipelines Version Info [2021-06-08T05:43:49.354Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:43:50.721Z] ------------------- [2021-06-08T05:43:50.721Z] stable info: [2021-06-08T05:43:50.721Z] ------------------- [2021-06-08T05:43:50.721Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-08T05:43:50.721Z] Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd [2021-06-08T05:43:50.721Z] Message: update stable to v1.0.193 [2021-06-08T05:43:51.304Z] ------------------- [2021-06-08T05:43:51.304Z] experimental info: [2021-06-08T05:43:51.304Z] ------------------- [2021-06-08T05:43:51.304Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-08T05:43:51.304Z] Commit SHA: c93435b1c3a491ac51ce5a3d4b78246cb8dbf7dd [2021-06-08T05:43:51.304Z] Message: update experimental to v1.0.193 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-08T05:43:51.430Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-06-08T05:43:51.456Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-06-08T05:43:51.485Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-08T05:43:51.515Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-08T05:43:51.543Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-08T05:43:51.572Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-08T05:43:51.600Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-08T05:43:51.626Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-08T05:43:51.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-08T05:43:51.696Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-08T05:43:51.730Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-08T05:43:51.760Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-06-08T05:43:51.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-08T05:43:51.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-08T05:43:51.846Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-08T05:43:51.872Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-08T05:43:51.899Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T05:43:51.929Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-08T05:43:51.954Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-08T05:43:51.979Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-08T05:43:52.004Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-08T05:43:52.031Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-08T05:43:52.062Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-08T05:43:52.088Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-08T05:43:52.144Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-08T05:43:52.169Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-08T05:43:52.195Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-371 [Pipeline] echo [2021-06-08T05:43:52.220Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-371 [Pipeline] echo [2021-06-08T05:43:52.245Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-371 [Pipeline] echo [2021-06-08T05:43:52.270Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f5d8801d279db23b4164d1e8f7a16af8cb152202 [Pipeline] echo [2021-06-08T05:43:52.307Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f5d8801 [Pipeline] echo [2021-06-08T05:43:52.341Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:43:52.422Z] provisioning config files... [2021-06-08T05:43:52.439Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config4370907263262010622tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:43:52.762Z] ---> docker-login.sh [2021-06-08T05:43:52.762Z] nexus3.edgexfoundry.org:10001 [2021-06-08T05:43:53.034Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:43:53.034Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:43:53.034Z] Configure a credential helper to remove this warning. See [2021-06-08T05:43:53.034Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:43:53.034Z] [2021-06-08T05:43:53.034Z] Login Succeeded [2021-06-08T05:43:53.034Z] nexus3.edgexfoundry.org:10002 [2021-06-08T05:43:53.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:43:53.298Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:43:53.298Z] Configure a credential helper to remove this warning. See [2021-06-08T05:43:53.298Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:43:53.298Z] [2021-06-08T05:43:53.298Z] Login Succeeded [2021-06-08T05:43:53.298Z] nexus3.edgexfoundry.org:10003 [2021-06-08T05:43:53.298Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:43:53.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:43:53.567Z] Configure a credential helper to remove this warning. See [2021-06-08T05:43:53.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:43:53.567Z] [2021-06-08T05:43:53.567Z] Login Succeeded [2021-06-08T05:43:53.567Z] nexus3.edgexfoundry.org:10004 [2021-06-08T05:43:53.567Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:43:53.567Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:43:53.567Z] Configure a credential helper to remove this warning. See [2021-06-08T05:43:53.567Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:43:53.567Z] [2021-06-08T05:43:53.567Z] Login Succeeded [2021-06-08T05:43:53.567Z] docker.io [2021-06-08T05:43:53.835Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:43:54.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:43:54.097Z] Configure a credential helper to remove this warning. See [2021-06-08T05:43:54.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:43:54.097Z] [2021-06-08T05:43:54.097Z] Login Succeeded [2021-06-08T05:43:54.097Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T05:43:54.107Z] 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-06-08T05:43:54.691Z] + git log --format=format:%s -1 f5d8801d279db23b4164d1e8f7a16af8cb152202 [Pipeline] echo [2021-06-08T05:43:54.733Z] GIT_COMMIT: f5d8801d279db23b4164d1e8f7a16af8cb152202, Commit Message: Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD [Pipeline] echo [2021-06-08T05:43:54.748Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:43:55.382Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T05:43:55.382Z] [2021-06-08T05:43:55.382Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:43:55.704Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T05:43:55.968Z] latest: Pulling from edgex-devops/git-semver [2021-06-08T05:43:55.968Z] 31603596830f: Pulling fs layer [2021-06-08T05:43:55.968Z] 54011a49482f: Pulling fs layer [2021-06-08T05:43:55.968Z] a6820b24f6d8: Pulling fs layer [2021-06-08T05:43:55.968Z] f581987b2513: Pulling fs layer [2021-06-08T05:43:55.968Z] f581987b2513: Waiting [2021-06-08T05:43:55.968Z] 54011a49482f: Verifying Checksum [2021-06-08T05:43:55.968Z] 54011a49482f: Download complete [2021-06-08T05:43:55.968Z] 31603596830f: Verifying Checksum [2021-06-08T05:43:55.968Z] 31603596830f: Download complete [2021-06-08T05:43:56.233Z] f581987b2513: Verifying Checksum [2021-06-08T05:43:56.233Z] f581987b2513: Download complete [2021-06-08T05:43:56.233Z] a6820b24f6d8: Verifying Checksum [2021-06-08T05:43:56.233Z] a6820b24f6d8: Download complete [2021-06-08T05:43:56.233Z] 31603596830f: Pull complete [2021-06-08T05:43:56.499Z] 54011a49482f: Pull complete [2021-06-08T05:43:57.073Z] a6820b24f6d8: Pull complete [2021-06-08T05:43:57.337Z] f581987b2513: Pull complete [2021-06-08T05:43:57.337Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-08T05:43:57.598Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-08T05:43:57.598Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-08T05:43:57.688Z] prd-centos7-docker-4c-2g-852 does not seem to be running inside a container [2021-06-08T05:43:57.753Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-371 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371:/w/workspace/edgexfoundry_edgex-ui-go_PR-371:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-08T05:44:00.610Z] $ docker top 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-08T05:44:00.753Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T05:44:00.753Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T05:44:00.880Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T05:44:00.880Z] $ docker exec 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent [2021-06-08T05:44:00.982Z] SSH_AUTH_SOCK=/tmp/ssh-vRMlTHDQvV2C/agent.14 [2021-06-08T05:44:00.982Z] SSH_AGENT_PID=21 [2021-06-08T05:44:00.991Z] Running ssh-add (command line suppressed) [2021-06-08T05:44:01.090Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_3934237551475029222.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_3934237551475029222.key) [2021-06-08T05:44:01.108Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T05:44:01.420Z] + git tag --points-at HEAD [Pipeline] } [2021-06-08T05:44:01.435Z] $ docker exec --env ******** --env ******** 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent -k [2021-06-08T05:44:01.528Z] unset SSH_AUTH_SOCK; [2021-06-08T05:44:01.528Z] unset SSH_AGENT_PID; [2021-06-08T05:44:01.528Z] echo Agent pid 21 killed; [2021-06-08T05:44:01.544Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-08T05:44:01.585Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-08T05:44:01.585Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-08T05:44:01.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-08T05:44:01.702Z] $ docker exec 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent [2021-06-08T05:44:01.827Z] SSH_AUTH_SOCK=/tmp/ssh-7Cb6CeLMDFFA/agent.54 [2021-06-08T05:44:01.827Z] SSH_AGENT_PID=60 [2021-06-08T05:44:01.839Z] Running ssh-add (command line suppressed) [2021-06-08T05:44:01.938Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_4257810685107022623.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/private_key_4257810685107022623.key) [2021-06-08T05:44:01.956Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-08T05:44:02.272Z] + git semver init [2021-06-08T05:44:02.272Z] # -> Open(): unable to determine branch for HEAD [2021-06-08T05:44:02.272Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-371/.git [2021-06-08T05:44:02.272Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [2021-06-08T05:44:02.272Z] # $SEMVER_REMOTE_NAME = origin [2021-06-08T05:44:02.272Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-08T05:44:02.272Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-08T05:44:02.272Z] # $SEMVER_BRANCH = PR-371 [2021-06-08T05:44:02.272Z] # $SEMVER_TEMP = /tmp/semver-169996664 [2021-06-08T05:44:02.272Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-06-08T05:44:04.833Z] # '/tmp/semver-169996664' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-371/.semver' [2021-06-08T05:44:04.833Z] # -> Force: false [2021-06-08T05:44:04.833Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-371/.semver [Pipeline] } [2021-06-08T05:44:04.841Z] $ docker exec --env ******** --env ******** 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef ssh-agent -k [2021-06-08T05:44:04.936Z] unset SSH_AUTH_SOCK; [2021-06-08T05:44:04.937Z] unset SSH_AGENT_PID; [2021-06-08T05:44:04.937Z] echo Agent pid 60 killed; [2021-06-08T05:44:04.950Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-08T05:44:05.282Z] + git semver [Pipeline] } [2021-06-08T05:44:05.294Z] $ docker stop --time=1 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef [2021-06-08T05:44:07.052Z] $ docker rm -f 93ee82b698129f44e5c85f6883a255b5fe526d0813504441975653f541e215ef [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T05:44:07.440Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-08T05:44:07.720Z] Stashed 1 file(s) [Pipeline] echo [2021-06-08T05:44:07.723Z] [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-06-08T05:44:22.966Z] Still waiting to schedule task [2021-06-08T05:44:22.966Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-06-08T05:44:22.971Z] Still waiting to schedule task [2021-06-08T05:44:22.972Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-06-08T05:46:48.699Z] Running on prd-centos7-docker-4c-2g-858 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] ws [2021-06-08T05:46:48.716Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-06-08T05:46:48.821Z] The recommended git tool is: git [2021-06-08T05:46:51.194Z] using credential edgex-jenkins-ssh [2021-06-08T05:46:51.207Z] Cloning the remote Git repository [2021-06-08T05:46:51.227Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:46:51.294Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-06-08T05:46:51.325Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:46:51.325Z] > git --version # timeout=10 [2021-06-08T05:46:51.335Z] > git --version # 'git version 2.24.4' [2021-06-08T05:46:51.336Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:46:51.366Z] [INFO] Currently running in a labeled security context [2021-06-08T05:46:51.366Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T05:46:51.367Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh5225819070020630324.key [2021-06-08T05:46:51.405Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:46:52.869Z] Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 [2021-06-08T05:46:53.180Z] Merge succeeded, producing 33d039510b9d8c4097de31e8b59f175aaa2e4cc3 [2021-06-08T05:46:53.181Z] Checking out Revision 33d039510b9d8c4097de31e8b59f175aaa2e4cc3 (PR-371) [2021-06-08T05:46:52.460Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:46:52.466Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:46:52.476Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:46:52.493Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:46:52.493Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:46:52.494Z] [INFO] Currently running in a labeled security context [2021-06-08T05:46:52.494Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T05:46:52.494Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh5316719749399932632.key [2021-06-08T05:46:52.505Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-08T05:46:52.875Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:46:52.886Z] > git checkout -f d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [2021-06-08T05:46:53.032Z] > git remote # timeout=10 [2021-06-08T05:46:53.041Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T05:46:53.049Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:46:53.050Z] [INFO] Currently running in a labeled security context [2021-06-08T05:46:53.050Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-08T05:46:53.050Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/2@tmp/jenkins-gitclient-ssh8477473081391513245.key [2021-06-08T05:46:53.054Z] > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 [2021-06-08T05:46:53.167Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T05:46:53.182Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:46:53.191Z] > git checkout -f 33d039510b9d8c4097de31e8b59f175aaa2e4cc3 # timeout=10 [2021-06-08T05:46:56.807Z] Commit message: "Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD" [2021-06-08T05:46:56.809Z] > git rev-list --no-walk d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:46:57.921Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:46:58.894Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:46:59.191Z] + sudo service docker restart [2021-06-08T05:46:59.191Z] + true [2021-06-08T05:46:59.191Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:47:17.375Z] provisioning config files... [2021-06-08T05:47:17.390Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config6633614602259248197tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:47:17.726Z] ---> docker-login.sh [2021-06-08T05:47:17.726Z] nexus3.edgexfoundry.org:10001 [2021-06-08T05:47:17.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:47:17.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:47:17.996Z] Configure a credential helper to remove this warning. See [2021-06-08T05:47:17.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:47:17.996Z] [2021-06-08T05:47:17.996Z] Login Succeeded [2021-06-08T05:47:17.996Z] nexus3.edgexfoundry.org:10002 [2021-06-08T05:47:17.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:47:18.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:47:18.259Z] Configure a credential helper to remove this warning. See [2021-06-08T05:47:18.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:47:18.259Z] [2021-06-08T05:47:18.259Z] Login Succeeded [2021-06-08T05:47:18.259Z] nexus3.edgexfoundry.org:10003 [2021-06-08T05:47:18.259Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:47:18.259Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:47:18.259Z] Configure a credential helper to remove this warning. See [2021-06-08T05:47:18.259Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:47:18.259Z] [2021-06-08T05:47:18.259Z] Login Succeeded [2021-06-08T05:47:18.259Z] nexus3.edgexfoundry.org:10004 [2021-06-08T05:47:18.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:47:18.519Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:47:18.519Z] Configure a credential helper to remove this warning. See [2021-06-08T05:47:18.519Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:47:18.519Z] [2021-06-08T05:47:18.519Z] Login Succeeded [2021-06-08T05:47:18.519Z] docker.io [2021-06-08T05:47:18.519Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:47:18.780Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:47:18.780Z] Configure a credential helper to remove this warning. See [2021-06-08T05:47:18.780Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:47:18.780Z] [2021-06-08T05:47:18.780Z] Login Succeeded [2021-06-08T05:47:18.780Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T05:47:18.790Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-08T05:47:18.969Z] ========================================================= [2021-06-08T05:47:18.969Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-08T05:47:18.969Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:47:19.281Z] + 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-06-08T05:47:19.544Z] Sending build context to Docker daemon 35.75MB [2021-06-08T05:47:19.544Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:47:19.544Z] Step 2/8 : FROM ${BASE} [2021-06-08T05:47:19.807Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-08T05:47:19.807Z] 540db60ca938: Pulling fs layer [2021-06-08T05:47:19.807Z] adcc1eea9eea: Pulling fs layer [2021-06-08T05:47:19.807Z] 4c4ab2625f07: Pulling fs layer [2021-06-08T05:47:19.807Z] 0510c868ecb4: Pulling fs layer [2021-06-08T05:47:19.807Z] afea3b2eda06: Pulling fs layer [2021-06-08T05:47:19.807Z] 7809a108b3ef: Pulling fs layer [2021-06-08T05:47:19.807Z] f706445af74f: Pulling fs layer [2021-06-08T05:47:19.807Z] afea3b2eda06: Waiting [2021-06-08T05:47:19.807Z] 7809a108b3ef: Waiting [2021-06-08T05:47:19.807Z] f706445af74f: Waiting [2021-06-08T05:47:19.807Z] 0510c868ecb4: Waiting [2021-06-08T05:47:19.807Z] 4c4ab2625f07: Download complete [2021-06-08T05:47:19.807Z] adcc1eea9eea: Verifying Checksum [2021-06-08T05:47:19.807Z] adcc1eea9eea: Download complete [2021-06-08T05:47:19.807Z] afea3b2eda06: Verifying Checksum [2021-06-08T05:47:19.807Z] afea3b2eda06: Download complete [2021-06-08T05:47:19.807Z] 7809a108b3ef: Verifying Checksum [2021-06-08T05:47:19.807Z] 7809a108b3ef: Download complete [2021-06-08T05:47:20.074Z] 540db60ca938: Verifying Checksum [2021-06-08T05:47:20.074Z] 540db60ca938: Download complete [2021-06-08T05:47:20.336Z] 540db60ca938: Pull complete [2021-06-08T05:47:20.602Z] adcc1eea9eea: Pull complete [2021-06-08T05:47:20.602Z] 4c4ab2625f07: Pull complete [2021-06-08T05:47:21.178Z] f706445af74f: Verifying Checksum [2021-06-08T05:47:21.178Z] f706445af74f: Download complete [2021-06-08T05:47:21.756Z] 0510c868ecb4: Verifying Checksum [2021-06-08T05:47:21.757Z] 0510c868ecb4: Download complete [2021-06-08T05:47:26.002Z] 0510c868ecb4: Pull complete [2021-06-08T05:47:26.002Z] afea3b2eda06: Pull complete [2021-06-08T05:47:26.002Z] 7809a108b3ef: Pull complete [2021-06-08T05:47:26.968Z] f706445af74f: Pull complete [2021-06-08T05:47:26.968Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-08T05:47:26.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-08T05:47:26.968Z] ---> b068be0155e3 [2021-06-08T05:47:26.968Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-08T05:47:39.255Z] ---> Running in bfadc4d4482a [2021-06-08T05:47:39.255Z] Removing intermediate container bfadc4d4482a [2021-06-08T05:47:39.255Z] ---> 86835d035c20 [2021-06-08T05:47:39.255Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:47:39.255Z] ---> Running in dd015cb70b7e [2021-06-08T05:47:39.255Z] Removing intermediate container dd015cb70b7e [2021-06-08T05:47:39.255Z] ---> 5f4123c4392b [2021-06-08T05:47:39.255Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-08T05:47:39.516Z] ---> Running in 20fd70cdb45b [2021-06-08T05:47:39.779Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T05:47:40.721Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T05:47:41.293Z] OK: 149 MiB in 40 packages [2021-06-08T05:47:41.866Z] Removing intermediate container 20fd70cdb45b [2021-06-08T05:47:41.866Z] ---> 22197105823d [2021-06-08T05:47:41.866Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-08T05:47:41.866Z] ---> Running in b73ee421f08c [2021-06-08T05:47:42.128Z] Removing intermediate container b73ee421f08c [2021-06-08T05:47:42.128Z] ---> 7320f5db10bc [2021-06-08T05:47:42.128Z] Step 7/8 : COPY . . [2021-06-08T05:47:44.726Z] ---> dbaa3e68be14 [2021-06-08T05:47:44.726Z] Step 8/8 : RUN go mod download [2021-06-08T05:47:44.726Z] ---> Running in 08d67293ef93 [2021-06-08T05:47:58.687Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-860 in /w/workspace/edgexfoundry_edgex-ui-go_PR-371 [Pipeline] { [Pipeline] ws [2021-06-08T05:47:58.706Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2021-06-08T05:47:58.934Z] The recommended git tool is: git [2021-06-08T05:48:04.889Z] using credential edgex-jenkins-ssh [2021-06-08T05:48:04.913Z] Cloning the remote Git repository [2021-06-08T05:48:04.965Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:48:05.075Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2021-06-08T05:48:05.146Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:48:05.147Z] > git --version # timeout=10 [2021-06-08T05:48:05.164Z] > git --version # 'git version 2.17.1' [2021-06-08T05:48:05.166Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:48:05.259Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:48:07.293Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:48:07.322Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-08T05:48:07.352Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-08T05:48:07.390Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-08T05:48:07.391Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:48:07.403Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/371/head:refs/remotes/origin/PR-371 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-08T05:48:08.060Z] Merging remotes/origin/master commit ed8947b643568b301883c9fef62d671807069f73 into PR head commit d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 [2021-06-08T05:48:08.077Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:48:08.093Z] > git checkout -f d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [2021-06-08T05:48:08.627Z] > git remote # timeout=10 [2021-06-08T05:48:08.651Z] > git config --get remote.origin.url # timeout=10 [2021-06-08T05:48:08.666Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-08T05:48:08.681Z] > git merge ed8947b643568b301883c9fef62d671807069f73 # timeout=10 [2021-06-08T05:48:09.540Z] Merge succeeded, producing cc8edfb086a0f10f77aaa45232267f4e0fe8666b [2021-06-08T05:48:09.541Z] Checking out Revision cc8edfb086a0f10f77aaa45232267f4e0fe8666b (PR-371) [2021-06-08T05:48:09.523Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-08T05:48:09.546Z] > git config core.sparsecheckout # timeout=10 [2021-06-08T05:48:09.555Z] > git checkout -f cc8edfb086a0f10f77aaa45232267f4e0fe8666b # timeout=10 [2021-06-08T05:48:11.324Z] Removing intermediate container 08d67293ef93 [2021-06-08T05:48:11.324Z] ---> bba557ecc975 [2021-06-08T05:48:11.324Z] Successfully built bba557ecc975 [2021-06-08T05:48:11.324Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:48:11.630Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T05:48:11.630Z] . [Pipeline] withDockerContainer [2021-06-08T05:48:11.722Z] prd-centos7-docker-4c-2g-858 does not seem to be running inside a container [2021-06-08T05:48:11.766Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-08T05:48:12.426Z] $ docker top 95704b5e4398c0e6247b6cd33df5b7a75fb9dc5ffc2d30e3d2283c1bf63ff29b -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:48:12.814Z] + go version [2021-06-08T05:48:12.814Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-08T05:48:12.825Z] $ docker stop --time=1 95704b5e4398c0e6247b6cd33df5b7a75fb9dc5ffc2d30e3d2283c1bf63ff29b [2021-06-08T05:48:13.735Z] Commit message: "Merge commit 'ed8947b643568b301883c9fef62d671807069f73' into HEAD" [2021-06-08T05:48:13.743Z] > git rev-list --no-walk d1f9e4a0072fb1389d7d0b25f435ea513e1372e9 # timeout=10 [2021-06-08T05:48:14.036Z] $ docker rm -f 95704b5e4398c0e6247b6cd33df5b7a75fb9dc5ffc2d30e3d2283c1bf63ff29b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:48:14.677Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-08T05:48:14.677Z] . [Pipeline] withDockerContainer [2021-06-08T05:48:15.103Z] prd-centos7-docker-4c-2g-858 does not seem to be running inside a container [2021-06-08T05:48:15.160Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-08T05:48:15.306Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [2021-06-08T05:48:15.643Z] $ docker top 1c2ad6156656789d76daa2a0f35d3b65bd2f1296fbef35cbb6515e102fdc112f -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh [2021-06-08T05:48:16.184Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-08T05:48:16.268Z] + go mod tidy [2021-06-08T05:48:16.540Z] + + true [2021-06-08T05:48:16.540Z] sudo service docker restart [Pipeline] sh [2021-06-08T05:48:16.832Z] + make test [2021-06-08T05:48:16.832Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-08T05:48:17.105Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-08T05:48:29.405Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-08T05:48:29.406Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-08T05:48:29.406Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-06-08T05:48:33.654Z] $ docker stop --time=1 1c2ad6156656789d76daa2a0f35d3b65bd2f1296fbef35cbb6515e102fdc112f [2021-06-08T05:48:35.421Z] $ docker rm -f 1c2ad6156656789d76daa2a0f35d3b65bd2f1296fbef35cbb6515e102fdc112f [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:48:35.617Z] provisioning config files... [2021-06-08T05:48:35.646Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config4303933757142007662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:48:35.837Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-08T05:48:36.034Z] ---> docker-login.sh [2021-06-08T05:48:36.034Z] nexus3.edgexfoundry.org:10001 [2021-06-08T05:48:36.090Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-06-08T05:48:36.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:48:37.262Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:48:37.262Z] Configure a credential helper to remove this warning. See [2021-06-08T05:48:37.262Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:48:37.262Z] [2021-06-08T05:48:37.262Z] Login Succeeded [2021-06-08T05:48:37.262Z] nexus3.edgexfoundry.org:10002 [2021-06-08T05:48:37.541Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:48:37.814Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:48:37.814Z] Configure a credential helper to remove this warning. See [2021-06-08T05:48:37.814Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:48:37.814Z] [2021-06-08T05:48:37.814Z] Login Succeeded [2021-06-08T05:48:37.814Z] nexus3.edgexfoundry.org:10003 [2021-06-08T05:48:38.089Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:48:38.364Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:48:38.365Z] Configure a credential helper to remove this warning. See [2021-06-08T05:48:38.365Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:48:38.365Z] [2021-06-08T05:48:38.365Z] Login Succeeded [2021-06-08T05:48:38.365Z] nexus3.edgexfoundry.org:10004 [Pipeline] sh [2021-06-08T05:48:38.645Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:48:38.814Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-08T05:48:38.918Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:48:38.918Z] Configure a credential helper to remove this warning. See [2021-06-08T05:48:38.918Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:48:38.918Z] [2021-06-08T05:48:38.918Z] Login Succeeded [2021-06-08T05:48:38.918Z] docker.io [2021-06-08T05:48:39.117Z] + ls -al . [2021-06-08T05:48:39.117Z] total 92 [2021-06-08T05:48:39.117Z] drwxrwxr-x. 10 jenkins jenkins 4096 Jun 8 05:48 . [2021-06-08T05:48:39.117Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 8 05:46 .. [2021-06-08T05:48:39.117Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 8 05:46 assets [2021-06-08T05:48:39.117Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 8 05:46 bin [2021-06-08T05:48:39.117Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 8 05:46 cmd [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 8 05:46 CONTRIBUTING.md [2021-06-08T05:48:39.117Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 8 05:48 coverage.out [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jun 8 05:46 Dockerfile [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 8 05:46 Dockerfile.build [2021-06-08T05:48:39.117Z] drwxrwxr-x. 5 jenkins jenkins 104 Jun 8 05:46 docs [2021-06-08T05:48:39.117Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 8 05:46 .git [2021-06-08T05:48:39.117Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 8 05:46 .github [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 162 Jun 8 05:46 .gitignore [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 971 Jun 8 05:46 go.mod [2021-06-08T05:48:39.117Z] -rw-r--r--. 1 jenkins jenkins 23959 Jun 8 05:48 go.sum [2021-06-08T05:48:39.117Z] drwxrwxr-x. 10 jenkins jenkins 139 Jun 8 05:46 internal [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 652 Jun 8 05:46 Jenkinsfile [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 8 05:46 LICENSE [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 941 Jun 8 05:46 Makefile [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 6012 Jun 8 05:46 README.md [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 8 05:44 VERSION [2021-06-08T05:48:39.117Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 8 05:46 version.go [2021-06-08T05:48:39.117Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jun 8 05:46 web [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:48:39.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-08T05:48:39.433Z] + 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=33d039510b9d8c4097de31e8b59f175aaa2e4cc3 --label arch=amd64 --label version=0.0.0 . [2021-06-08T05:48:39.699Z] Sending build context to Docker daemon 35.77MB [2021-06-08T05:48:39.699Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:48:39.699Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-08T05:48:39.699Z] ---> bba557ecc975 [2021-06-08T05:48:39.699Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-08T05:48:39.787Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-08T05:48:39.787Z] Configure a credential helper to remove this warning. See [2021-06-08T05:48:39.787Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-08T05:48:39.787Z] [2021-06-08T05:48:39.787Z] Login Succeeded [2021-06-08T05:48:39.787Z] ---> docker-login.sh ends [Pipeline] } [2021-06-08T05:48:39.804Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-08T05:48:40.371Z] ========================================================= [2021-06-08T05:48:40.371Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-08T05:48:40.371Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:48:40.643Z] ---> Running in 44a9060c0601 [2021-06-08T05:48:40.643Z] Removing intermediate container 44a9060c0601 [2021-06-08T05:48:40.643Z] ---> be2a9dce9cdb [2021-06-08T05:48:40.643Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-08T05:48:40.779Z] + 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-06-08T05:48:40.904Z] ---> Running in 8a7f5ce70eb6 [2021-06-08T05:48:40.904Z] Removing intermediate container 8a7f5ce70eb6 [2021-06-08T05:48:40.904Z] ---> 119e7ace581f [2021-06-08T05:48:40.904Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-08T05:48:41.168Z] ---> Running in a1df08b8e745 [2021-06-08T05:48:41.429Z] Removing intermediate container a1df08b8e745 [2021-06-08T05:48:41.429Z] ---> cee7cf2f4efb [2021-06-08T05:48:41.429Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-08T05:48:41.429Z] ---> Running in 73f07c314f98 [2021-06-08T05:48:41.693Z] Removing intermediate container 73f07c314f98 [2021-06-08T05:48:41.693Z] ---> 6feda3996702 [2021-06-08T05:48:41.693Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-08T05:48:41.693Z] ---> Running in 534eb64563a0 [2021-06-08T05:48:41.778Z] Sending build context to Docker daemon 35.75MB [2021-06-08T05:48:41.778Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:48:41.778Z] Step 2/8 : FROM ${BASE} [2021-06-08T05:48:41.955Z] Removing intermediate container 534eb64563a0 [2021-06-08T05:48:41.955Z] ---> 04c512fedcb5 [2021-06-08T05:48:41.955Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:48:42.055Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-08T05:48:42.056Z] 595b0fe564bb: Pulling fs layer [2021-06-08T05:48:42.056Z] 7186ed65a4f7: Pulling fs layer [2021-06-08T05:48:42.056Z] 316046926c0a: Pulling fs layer [2021-06-08T05:48:42.056Z] 4ebd0625c992: Pulling fs layer [2021-06-08T05:48:42.056Z] 207e8628e3a3: Pulling fs layer [2021-06-08T05:48:42.056Z] c791037a9be2: Pulling fs layer [2021-06-08T05:48:42.056Z] ffd874e62e21: Pulling fs layer [2021-06-08T05:48:42.056Z] 4ebd0625c992: Waiting [2021-06-08T05:48:42.056Z] 207e8628e3a3: Waiting [2021-06-08T05:48:42.056Z] c791037a9be2: Waiting [2021-06-08T05:48:42.056Z] ffd874e62e21: Waiting [2021-06-08T05:48:42.056Z] 316046926c0a: Verifying Checksum [2021-06-08T05:48:42.056Z] 316046926c0a: Download complete [2021-06-08T05:48:42.056Z] 7186ed65a4f7: Verifying Checksum [2021-06-08T05:48:42.056Z] 7186ed65a4f7: Download complete [2021-06-08T05:48:42.056Z] 207e8628e3a3: Verifying Checksum [2021-06-08T05:48:42.056Z] 207e8628e3a3: Download complete [2021-06-08T05:48:42.215Z] ---> Running in e708286c2d73 [2021-06-08T05:48:42.335Z] c791037a9be2: Verifying Checksum [2021-06-08T05:48:42.335Z] c791037a9be2: Download complete [2021-06-08T05:48:42.335Z] 595b0fe564bb: Verifying Checksum [2021-06-08T05:48:42.335Z] 595b0fe564bb: Download complete [2021-06-08T05:48:42.789Z] Removing intermediate container e708286c2d73 [2021-06-08T05:48:42.789Z] ---> 81818fb60689 [2021-06-08T05:48:42.789Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-08T05:48:42.950Z] 595b0fe564bb: Pull complete [2021-06-08T05:48:43.054Z] ---> Running in 7da878240a2d [2021-06-08T05:48:43.318Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-08T05:48:43.557Z] 7186ed65a4f7: Pull complete [2021-06-08T05:48:44.161Z] 316046926c0a: Pull complete [2021-06-08T05:48:44.161Z] ffd874e62e21: Verifying Checksum [2021-06-08T05:48:44.161Z] ffd874e62e21: Download complete [2021-06-08T05:48:44.718Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-08T05:48:46.141Z] 4ebd0625c992: Verifying Checksum [2021-06-08T05:48:46.141Z] 4ebd0625c992: Download complete [2021-06-08T05:48:47.270Z] OK: 149 MiB in 40 packages [2021-06-08T05:48:47.532Z] Removing intermediate container 7da878240a2d [2021-06-08T05:48:47.532Z] ---> 7a64b7c661c4 [2021-06-08T05:48:47.532Z] Step 10/24 : ENV GO111MODULE=on [2021-06-08T05:48:47.532Z] ---> Running in 50672b6894e7 [2021-06-08T05:48:47.793Z] Removing intermediate container 50672b6894e7 [2021-06-08T05:48:47.793Z] ---> 8a4a67a3a53c [2021-06-08T05:48:47.793Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-08T05:48:47.793Z] ---> Running in f34830ea96ff [2021-06-08T05:48:48.060Z] Removing intermediate container f34830ea96ff [2021-06-08T05:48:48.061Z] ---> 0a625efaba81 [2021-06-08T05:48:48.061Z] Step 12/24 : COPY go.mod . [2021-06-08T05:48:48.061Z] ---> b0c6bc2bd854 [2021-06-08T05:48:48.061Z] Step 13/24 : COPY Makefile . [2021-06-08T05:48:48.337Z] ---> 21e2ae025954 [2021-06-08T05:48:48.337Z] Step 14/24 : RUN make update [2021-06-08T05:48:48.337Z] ---> Running in bcfcc037df57 [2021-06-08T05:48:48.608Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-08T05:48:49.183Z] Removing intermediate container bcfcc037df57 [2021-06-08T05:48:49.183Z] ---> df3d610b57ef [2021-06-08T05:48:49.183Z] Step 15/24 : COPY . . [2021-06-08T05:48:51.733Z] ---> 734156670ece [2021-06-08T05:48:51.733Z] Step 16/24 : RUN ${MAKE} [2021-06-08T05:48:51.733Z] ---> Running in 98ffc4d4389d [2021-06-08T05:48:51.733Z] 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-06-08T05:48:56.293Z] 4ebd0625c992: Pull complete [2021-06-08T05:48:56.293Z] 207e8628e3a3: Pull complete [2021-06-08T05:48:56.293Z] c791037a9be2: Pull complete [2021-06-08T05:48:59.932Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-08T05:49:00.610Z] ffd874e62e21: Pull complete [2021-06-08T05:49:00.610Z] Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 [2021-06-08T05:49:00.610Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-08T05:49:00.610Z] ---> cfc18b08335c [2021-06-08T05:49:00.610Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-08T05:49:02.609Z] ---> Running in 15c5fea5c5cd [2021-06-08T05:49:02.883Z] Removing intermediate container 15c5fea5c5cd [2021-06-08T05:49:02.883Z] ---> 1307f0c94c29 [2021-06-08T05:49:02.883Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:49:02.883Z] ---> Running in aa5686eee370 [2021-06-08T05:49:03.273Z] Removing intermediate container 98ffc4d4389d [2021-06-08T05:49:03.273Z] ---> 98aed681872f [2021-06-08T05:49:03.273Z] Step 17/24 : FROM alpine:3.12 [2021-06-08T05:49:03.535Z] 3.12: Pulling from library/alpine [2021-06-08T05:49:03.800Z] 339de151aab4: Pulling fs layer [2021-06-08T05:49:03.800Z] 339de151aab4: Verifying Checksum [2021-06-08T05:49:03.800Z] 339de151aab4: Download complete [2021-06-08T05:49:04.065Z] 339de151aab4: Pull complete [2021-06-08T05:49:04.065Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T05:49:04.065Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T05:49:04.065Z] ---> 13621d1b12d4 [2021-06-08T05:49:04.065Z] Step 18/24 : EXPOSE 4000 [2021-06-08T05:49:04.328Z] ---> Running in e3dc8e924988 [2021-06-08T05:49:04.328Z] Removing intermediate container e3dc8e924988 [2021-06-08T05:49:04.328Z] ---> e96f4f2944f0 [2021-06-08T05:49:04.328Z] 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-06-08T05:49:05.511Z] Removing intermediate container aa5686eee370 [2021-06-08T05:49:05.511Z] ---> 5cd2ab801ffd [2021-06-08T05:49:05.511Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-08T05:49:05.511Z] ---> Running in 5815ff1d5f35 [2021-06-08T05:49:05.742Z] ---> 7b48876b3940 [2021-06-08T05:49:05.742Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-08T05:49:05.742Z] ---> Running in d0dbafe7fe7c [2021-06-08T05:49:05.742Z] Removing intermediate container d0dbafe7fe7c [2021-06-08T05:49:05.742Z] ---> f5a6875b28da [2021-06-08T05:49:05.742Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-08T05:49:05.742Z] ---> Running in c0b828a4cb01 [2021-06-08T05:49:06.007Z] Removing intermediate container c0b828a4cb01 [2021-06-08T05:49:06.007Z] ---> f153261484f4 [2021-06-08T05:49:06.007Z] Step 22/24 : LABEL arch=amd64 [2021-06-08T05:49:06.007Z] ---> Running in 97a46d7f5401 [2021-06-08T05:49:06.270Z] Removing intermediate container 97a46d7f5401 [2021-06-08T05:49:06.270Z] ---> a725a3e744e6 [2021-06-08T05:49:06.270Z] Step 23/24 : LABEL git_sha=33d039510b9d8c4097de31e8b59f175aaa2e4cc3 [2021-06-08T05:49:06.270Z] ---> Running in 8aef48daa171 [2021-06-08T05:49:06.492Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T05:49:06.533Z] Removing intermediate container 8aef48daa171 [2021-06-08T05:49:06.533Z] ---> 672bea248dd9 [2021-06-08T05:49:06.533Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T05:49:06.533Z] ---> Running in 359211f6d24a [2021-06-08T05:49:06.533Z] Removing intermediate container 359211f6d24a [2021-06-08T05:49:06.533Z] ---> af949029895d [2021-06-08T05:49:06.533Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-08T05:49:06.533Z] Successfully built af949029895d [2021-06-08T05:49:06.533Z] 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-06-08T05:49:07.486Z] ---> job-cost.sh [2021-06-08T05:49:07.487Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Po9P [2021-06-08T05:49:07.919Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T05:49:09.888Z] OK: 138 MiB in 40 packages [2021-06-08T05:49:10.879Z] Removing intermediate container 5815ff1d5f35 [2021-06-08T05:49:10.879Z] ---> ff9f95f7cc59 [2021-06-08T05:49:10.879Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-08T05:49:11.154Z] ---> Running in a1c6a868e8cb [2021-06-08T05:49:11.429Z] Removing intermediate container a1c6a868e8cb [2021-06-08T05:49:11.429Z] ---> 88bdd2f3a399 [2021-06-08T05:49:11.429Z] Step 7/8 : COPY . . [2021-06-08T05:49:14.834Z] ---> 660f1099d905 [2021-06-08T05:49:14.834Z] Step 8/8 : RUN go mod download [2021-06-08T05:49:14.834Z] ---> Running in d3810fb839ff [2021-06-08T05:49:19.749Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-08T05:49:34.755Z] lf-activate-venv(): INFO: Adding /tmp/venv-Po9P/bin to PATH [2021-06-08T05:49:34.755Z] INFO: No Stack... [2021-06-08T05:49:35.696Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T05:49:35.962Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T05:49:36.259Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2021-06-08T05:49:36.259Z] + cut -d, -f6 [Pipeline] lock [2021-06-08T05:49:36.287Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [2021-06-08T05:49:36.296Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] did not exist. Created. [2021-06-08T05:49:36.296Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T05:49:36.620Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-08T05:49:36.792Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T05:49:36.807Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-08T05:49:47.249Z] Removing intermediate container d3810fb839ff [2021-06-08T05:49:47.249Z] ---> 7285b6268b25 [2021-06-08T05:49:47.249Z] Successfully built 7285b6268b25 [2021-06-08T05:49:47.249Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:49:47.594Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T05:49:47.594Z] . [Pipeline] withDockerContainer [2021-06-08T05:49:47.826Z] prd-ubuntu18.04-docker-arm64-4c-16g-860 does not seem to be running inside a container [2021-06-08T05:49:47.911Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-08T05:49:49.529Z] $ docker top 8d6b53d6185f336fe7564deb9413a91787fffe124a0a54b829fa2b282967ed77 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:49:50.483Z] + go version [2021-06-08T05:49:50.483Z] go version go1.16.3 linux/arm64 [Pipeline] } [2021-06-08T05:49:50.506Z] $ docker stop --time=1 8d6b53d6185f336fe7564deb9413a91787fffe124a0a54b829fa2b282967ed77 [2021-06-08T05:49:52.325Z] $ docker rm -f 8d6b53d6185f336fe7564deb9413a91787fffe124a0a54b829fa2b282967ed77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:49:53.097Z] + docker inspect -f . ci-base-image-arm64 [2021-06-08T05:49:53.097Z] . [Pipeline] withDockerContainer [2021-06-08T05:49:53.333Z] prd-ubuntu18.04-docker-arm64-4c-16g-860 does not seem to be running inside a container [2021-06-08T05:49:53.415Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-08T05:49:55.071Z] $ docker top d124f02fc604dca25055550becda6f6a97606c7a7051ec83c88f544417d17232 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:49:56.018Z] + go mod tidy [Pipeline] sh [2021-06-08T05:49:57.370Z] + make test [2021-06-08T05:49:57.370Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-08T05:49:58.366Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/component [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/pkg/usage [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-08T05:50:30.878Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-08T05:50:30.878Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-06-08T05:50:53.095Z] $ docker stop --time=1 d124f02fc604dca25055550becda6f6a97606c7a7051ec83c88f544417d17232 [2021-06-08T05:50:55.055Z] $ docker rm -f d124f02fc604dca25055550becda6f6a97606c7a7051ec83c88f544417d17232 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-08T05:50:55.835Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-08T05:50:55.873Z] Warning: overwriting stash ‘coverage-report’ [2021-06-08T05:50:56.473Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-08T05:50:57.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-08T05:50:57.386Z] + ls -al . [2021-06-08T05:50:57.386Z] total 124 [2021-06-08T05:50:57.386Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:49 . [2021-06-08T05:50:57.386Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:48 .. [2021-06-08T05:50:57.386Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 8 05:48 .git [2021-06-08T05:50:57.386Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:48 .github [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 162 Jun 8 05:48 .gitignore [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 8 05:48 CONTRIBUTING.md [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jun 8 05:48 Dockerfile [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 8 05:48 Dockerfile.build [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 652 Jun 8 05:48 Jenkinsfile [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 8 05:48 LICENSE [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 941 Jun 8 05:48 Makefile [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 6012 Jun 8 05:48 README.md [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 8 05:44 VERSION [2021-06-08T05:50:57.386Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:48 assets [2021-06-08T05:50:57.386Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 8 05:48 bin [2021-06-08T05:50:57.386Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 8 05:48 cmd [2021-06-08T05:50:57.386Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 8 05:49 coverage.out [2021-06-08T05:50:57.386Z] drwxrwxr-x 5 jenkins jenkins 4096 Jun 8 05:48 docs [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 971 Jun 8 05:48 go.mod [2021-06-08T05:50:57.386Z] -rw-r--r-- 1 jenkins jenkins 23959 Jun 8 05:49 go.sum [2021-06-08T05:50:57.386Z] drwxrwxr-x 10 jenkins jenkins 4096 Jun 8 05:48 internal [2021-06-08T05:50:57.386Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 8 05:48 version.go [2021-06-08T05:50:57.386Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 8 05:48 web [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:50:57.746Z] + 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=cc8edfb086a0f10f77aaa45232267f4e0fe8666b --label arch=arm64 --label version=0.0.0 . [2021-06-08T05:50:58.733Z] Sending build context to Docker daemon 35.77MB [2021-06-08T05:50:58.733Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-08T05:50:58.733Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-08T05:50:58.733Z] ---> 7285b6268b25 [2021-06-08T05:50:58.733Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-08T05:50:59.327Z] ---> Running in 78c0aae58d6a [2021-06-08T05:50:59.599Z] Removing intermediate container 78c0aae58d6a [2021-06-08T05:50:59.599Z] ---> 9c1b7e07754c [2021-06-08T05:50:59.599Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-08T05:50:59.873Z] ---> Running in 24611af01225 [2021-06-08T05:51:00.147Z] Removing intermediate container 24611af01225 [2021-06-08T05:51:00.147Z] ---> 089accac5a8c [2021-06-08T05:51:00.147Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-08T05:51:00.420Z] ---> Running in 8bfca4b4c31b [2021-06-08T05:51:01.013Z] Removing intermediate container 8bfca4b4c31b [2021-06-08T05:51:01.013Z] ---> b80f17409035 [2021-06-08T05:51:01.013Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-08T05:51:01.013Z] ---> Running in 5d4944e93183 [2021-06-08T05:51:01.610Z] Removing intermediate container 5d4944e93183 [2021-06-08T05:51:01.610Z] ---> 61b1a6dd89db [2021-06-08T05:51:01.610Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-08T05:51:01.610Z] ---> Running in 11812b077615 [2021-06-08T05:51:02.211Z] Removing intermediate container 11812b077615 [2021-06-08T05:51:02.211Z] ---> 3d22d6068167 [2021-06-08T05:51:02.211Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-08T05:51:02.211Z] ---> Running in 8cdc9068e59a [2021-06-08T05:51:04.870Z] Removing intermediate container 8cdc9068e59a [2021-06-08T05:51:04.870Z] ---> 9f911a6eddb5 [2021-06-08T05:51:04.870Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-08T05:51:04.870Z] ---> Running in 0bf1af4f6ed5 [2021-06-08T05:51:05.857Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-08T05:51:07.297Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-08T05:51:09.920Z] OK: 138 MiB in 40 packages [2021-06-08T05:51:10.902Z] Removing intermediate container 0bf1af4f6ed5 [2021-06-08T05:51:10.902Z] ---> 4d2df49c6267 [2021-06-08T05:51:10.902Z] Step 10/24 : ENV GO111MODULE=on [2021-06-08T05:51:10.902Z] ---> Running in 67333811dc9b [2021-06-08T05:51:13.954Z] Removing intermediate container 67333811dc9b [2021-06-08T05:51:13.954Z] ---> 30e181e1fdfa [2021-06-08T05:51:13.954Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-08T05:51:13.954Z] ---> Running in 5c9df4571d0f [2021-06-08T05:51:13.954Z] Removing intermediate container 5c9df4571d0f [2021-06-08T05:51:13.954Z] ---> 57bde566dcd9 [2021-06-08T05:51:13.954Z] Step 12/24 : COPY go.mod . [2021-06-08T05:51:13.954Z] ---> 8c8f55d61327 [2021-06-08T05:51:13.954Z] Step 13/24 : COPY Makefile . [2021-06-08T05:51:13.954Z] ---> e0dc2d8ae97c [2021-06-08T05:51:13.954Z] Step 14/24 : RUN make update [2021-06-08T05:51:13.954Z] ---> Running in c05ed373ba66 [2021-06-08T05:51:14.952Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-08T05:51:16.402Z] Removing intermediate container c05ed373ba66 [2021-06-08T05:51:16.402Z] ---> 096fb5554065 [2021-06-08T05:51:16.402Z] Step 15/24 : COPY . . [2021-06-08T05:51:19.015Z] ---> dbc5cad3c8e5 [2021-06-08T05:51:19.015Z] Step 16/24 : RUN ${MAKE} [2021-06-08T05:51:19.287Z] ---> Running in d3ee7638494f [2021-06-08T05:51:20.276Z] 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-06-08T05:51:47.166Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-08T05:51:49.813Z] Removing intermediate container d3ee7638494f [2021-06-08T05:51:49.813Z] ---> c9a494545b57 [2021-06-08T05:51:49.813Z] Step 17/24 : FROM alpine:3.12 [2021-06-08T05:51:50.409Z] 3.12: Pulling from library/alpine [2021-06-08T05:51:50.685Z] d2f70382dc9a: Pulling fs layer [2021-06-08T05:51:50.685Z] d2f70382dc9a: Verifying Checksum [2021-06-08T05:51:50.685Z] d2f70382dc9a: Download complete [2021-06-08T05:51:51.282Z] d2f70382dc9a: Pull complete [2021-06-08T05:51:51.556Z] Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad [2021-06-08T05:51:51.556Z] Status: Downloaded newer image for alpine:3.12 [2021-06-08T05:51:51.556Z] ---> 9852663dfa18 [2021-06-08T05:51:51.556Z] Step 18/24 : EXPOSE 4000 [2021-06-08T05:51:51.831Z] ---> Running in 0ec9b743fd77 [2021-06-08T05:51:52.106Z] Removing intermediate container 0ec9b743fd77 [2021-06-08T05:51:52.106Z] ---> 64400a440fe7 [2021-06-08T05:51:52.106Z] 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-06-08T05:51:54.736Z] ---> 3f182df5415b [2021-06-08T05:51:54.736Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-08T05:51:54.736Z] ---> Running in 0297a3487a00 [2021-06-08T05:51:55.333Z] Removing intermediate container 0297a3487a00 [2021-06-08T05:51:55.333Z] ---> d888a69e8a90 [2021-06-08T05:51:55.333Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-08T05:51:55.333Z] ---> Running in 912fad61e30e [2021-06-08T05:51:55.929Z] Removing intermediate container 912fad61e30e [2021-06-08T05:51:55.929Z] ---> dfe2005ec22a [2021-06-08T05:51:55.929Z] Step 22/24 : LABEL arch=arm64 [2021-06-08T05:51:55.929Z] ---> Running in 19005c788426 [2021-06-08T05:51:56.526Z] Removing intermediate container 19005c788426 [2021-06-08T05:51:56.526Z] ---> 5a46ce5680ba [2021-06-08T05:51:56.526Z] Step 23/24 : LABEL git_sha=cc8edfb086a0f10f77aaa45232267f4e0fe8666b [2021-06-08T05:51:56.526Z] ---> Running in 60d5d95f04f4 [2021-06-08T05:51:57.126Z] Removing intermediate container 60d5d95f04f4 [2021-06-08T05:51:57.126Z] ---> 6a65bc2257fa [2021-06-08T05:51:57.126Z] Step 24/24 : LABEL version=0.0.0 [2021-06-08T05:51:57.126Z] ---> Running in beb34fdf69fa [2021-06-08T05:51:57.727Z] Removing intermediate container beb34fdf69fa [2021-06-08T05:51:57.727Z] ---> 223e90fd5869 [2021-06-08T05:51:57.727Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-08T05:51:57.727Z] Successfully built 223e90fd5869 [2021-06-08T05:51:57.727Z] 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-06-08T05:51:58.352Z] ---> job-cost.sh [2021-06-08T05:51:58.352Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-1SQA [2021-06-08T05:52:37.356Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-08T05:53:59.147Z] lf-activate-venv(): INFO: Adding /tmp/venv-1SQA/bin to PATH [2021-06-08T05:53:59.147Z] INFO: No Stack... [2021-06-08T05:53:59.741Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-08T05:54:00.012Z] INFO: Archiving Costs [Pipeline] sh [2021-06-08T05:54:00.364Z] + cut -d, -f6 [2021-06-08T05:54:00.364Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [Pipeline] lock [2021-06-08T05:54:00.427Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [2021-06-08T05:54:00.438Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] did not exist. Created. [2021-06-08T05:54:00.438Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-08T05:54:00.810Z] /w/workspace/edgex-ui-go/2@tmp/durable-d5efc3f7/script.sh: 1: /w/workspace/edgex-ui-go/2@tmp/durable-d5efc3f7/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-08T05:54:01.156Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-08T05:54:01.188Z] Warning: overwriting stash ‘stack-cost’ [2021-06-08T05:54:01.432Z] Stashed 1 file(s) [Pipeline] } [2021-06-08T05:54:01.453Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-371-2-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-06-08T05:54:02.030Z] provisioning config files... [2021-06-08T05:54:02.039Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config6486419929176885158tmp [Pipeline] { [Pipeline] sh [2021-06-08T05:54:02.371Z] + set +x [2021-06-08T05:54:02.371Z] + curl -s https://codecov.io/bash [2021-06-08T05:54:02.371Z] + bash -s -- [2021-06-08T05:54:02.371Z] [2021-06-08T05:54:02.371Z] _____ _ [2021-06-08T05:54:02.371Z] / ____| | | [2021-06-08T05:54:02.371Z] | | ___ __| | ___ ___ _____ __ [2021-06-08T05:54:02.371Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-08T05:54:02.371Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-08T05:54:02.371Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-08T05:54:02.371Z] Bash-1.0.3 [2021-06-08T05:54:02.371Z] [2021-06-08T05:54:02.371Z] [2021-06-08T05:54:02.371Z] ==> git version 2.24.4 found [2021-06-08T05:54:02.371Z] ==> 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-06-08T05:54:02.371Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-08T05:54:02.371Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-08T05:54:02.371Z] ==> Jenkins CI detected. [2021-06-08T05:54:02.371Z] project root: . [2021-06-08T05:54:02.371Z] --> token set from env [2021-06-08T05:54:02.371Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-08T05:54:02.371Z] ==> Running gcov in . (disable via -X gcov) [2021-06-08T05:54:02.641Z] ==> Python coveragepy not found [2021-06-08T05:54:02.641Z] ==> Searching for coverage reports in: [2021-06-08T05:54:02.641Z] + . [2021-06-08T05:54:02.641Z] -> Found 1 reports [2021-06-08T05:54:02.641Z] ==> Detecting git/mercurial file structure [2021-06-08T05:54:02.641Z] ==> Reading reports [2021-06-08T05:54:02.641Z] + ./coverage.out bytes=10 [2021-06-08T05:54:02.641Z] ==> Appending adjustments [2021-06-08T05:54:02.641Z] https://docs.codecov.io/docs/fixing-reports [2021-06-08T05:54:02.641Z] + Found adjustments [2021-06-08T05:54:02.641Z] ==> Gzipping contents [2021-06-08T05:54:02.641Z] 4.0K /tmp/codecov.TAZtfV.gz [2021-06-08T05:54:02.641Z] ==> Uploading reports [2021-06-08T05:54:02.641Z] url: https://codecov.io [2021-06-08T05:54:02.641Z] query: branch=PR-371&commit=f5d8801d279db23b4164d1e8f7a16af8cb152202&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-371%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=371&job=&cmd_args= [2021-06-08T05:54:02.641Z] -> Pinging Codecov [2021-06-08T05:54:02.641Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-371&commit=f5d8801d279db23b4164d1e8f7a16af8cb152202&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-371%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=371&job=&cmd_args= [2021-06-08T05:54:03.222Z] -> Uploading to [2021-06-08T05:54:03.222Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-08/FB506323287CE973F263BFD2A0EB1F37/f5d8801d279db23b4164d1e8f7a16af8cb152202/c1a92aee-5384-43fe-be01-3f8b5c498d79.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210608%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210608T055402Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=928658df062f80635b2d5d8d5817d3e89411ad70da8637fa1b2000e5e001435c [2021-06-08T05:54:03.222Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-08T05:54:03.222Z] Dload Upload Total Spent Left Speed [2021-06-08T05:54:03.484Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3930 0 0 100 3930 0 9051 --:--:-- --:--:-- --:--:-- 9034 100 3930 0 0 100 3930 0 9048 --:--:-- --:--:-- --:--:-- 9034 [2021-06-08T05:54:03.484Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/f5d8801d279db23b4164d1e8f7a16af8cb152202 [Pipeline] } [2021-06-08T05:54:03.493Z] 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-06-08T05:54:04.955Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:54:05.523Z] ---> package-listing.sh [2021-06-08T05:54:05.523Z] ++ facter osfamily [2021-06-08T05:54:05.523Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-08T05:54:05.785Z] + OS_FAMILY=redhat [2021-06-08T05:54:05.786Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-371 [2021-06-08T05:54:05.786Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-08T05:54:05.786Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-08T05:54:05.786Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-08T05:54:05.786Z] + PACKAGES=/tmp/packages_start.txt [2021-06-08T05:54:05.786Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-371 ']' [2021-06-08T05:54:05.786Z] + PACKAGES=/tmp/packages_end.txt [2021-06-08T05:54:05.786Z] + case "${OS_FAMILY}" in [2021-06-08T05:54:05.786Z] + rpm -qa [2021-06-08T05:54:05.786Z] + sort [2021-06-08T05:54:06.365Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-08T05:54:06.365Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-08T05:54:06.365Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-08T05:54:06.365Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-371 ']' [2021-06-08T05:54:06.365Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-371/archives/ [2021-06-08T05:54:06.365Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-371/archives/ [Pipeline] echo [2021-06-08T05:54:06.379Z] 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-371/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-08T05:54:06.666Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:54:07.232Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T05:54:07.232Z] [2021-06-08T05:54:07.232Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-08T05:54:07.550Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T05:54:07.550Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-08T05:54:07.550Z] df20fa9351a1: Pulling fs layer [2021-06-08T05:54:07.550Z] 36b3adc4ff6f: Pulling fs layer [2021-06-08T05:54:07.550Z] 8ad3a11d3b57: Pulling fs layer [2021-06-08T05:54:07.550Z] 46f8f816bc3b: Pulling fs layer [2021-06-08T05:54:07.550Z] 93b61091891f: Pulling fs layer [2021-06-08T05:54:07.550Z] 93b9cdb0e59b: Pulling fs layer [2021-06-08T05:54:07.550Z] 5e14af77c1be: Pulling fs layer [2021-06-08T05:54:07.550Z] 01666e4c0597: Pulling fs layer [2021-06-08T05:54:07.550Z] aa168da1d23b: Pulling fs layer [2021-06-08T05:54:07.550Z] 46f8f816bc3b: Waiting [2021-06-08T05:54:07.550Z] 93b61091891f: Waiting [2021-06-08T05:54:07.550Z] 93b9cdb0e59b: Waiting [2021-06-08T05:54:07.550Z] 5e14af77c1be: Waiting [2021-06-08T05:54:07.550Z] 01666e4c0597: Waiting [2021-06-08T05:54:07.550Z] aa168da1d23b: Waiting [2021-06-08T05:54:07.550Z] 36b3adc4ff6f: Verifying Checksum [2021-06-08T05:54:07.550Z] 36b3adc4ff6f: Download complete [2021-06-08T05:54:07.818Z] 46f8f816bc3b: Verifying Checksum [2021-06-08T05:54:07.818Z] 46f8f816bc3b: Download complete [2021-06-08T05:54:07.818Z] df20fa9351a1: Verifying Checksum [2021-06-08T05:54:07.818Z] df20fa9351a1: Download complete [2021-06-08T05:54:07.818Z] 93b9cdb0e59b: Verifying Checksum [2021-06-08T05:54:07.818Z] 93b9cdb0e59b: Download complete [2021-06-08T05:54:07.818Z] 93b61091891f: Verifying Checksum [2021-06-08T05:54:07.818Z] 93b61091891f: Download complete [2021-06-08T05:54:07.818Z] 5e14af77c1be: Verifying Checksum [2021-06-08T05:54:07.818Z] 5e14af77c1be: Download complete [2021-06-08T05:54:07.818Z] 01666e4c0597: Verifying Checksum [2021-06-08T05:54:07.818Z] 01666e4c0597: Download complete [2021-06-08T05:54:07.818Z] df20fa9351a1: Pull complete [2021-06-08T05:54:08.081Z] 36b3adc4ff6f: Pull complete [2021-06-08T05:54:08.352Z] 8ad3a11d3b57: Verifying Checksum [2021-06-08T05:54:08.352Z] 8ad3a11d3b57: Download complete [2021-06-08T05:54:08.927Z] 8ad3a11d3b57: Pull complete [2021-06-08T05:54:08.927Z] 46f8f816bc3b: Pull complete [2021-06-08T05:54:09.189Z] 93b61091891f: Pull complete [2021-06-08T05:54:09.189Z] 93b9cdb0e59b: Pull complete [2021-06-08T05:54:09.453Z] 5e14af77c1be: Pull complete [2021-06-08T05:54:09.453Z] 01666e4c0597: Pull complete [2021-06-08T05:54:09.716Z] aa168da1d23b: Verifying Checksum [2021-06-08T05:54:09.716Z] aa168da1d23b: Download complete [2021-06-08T05:54:13.954Z] aa168da1d23b: Pull complete [2021-06-08T05:54:13.954Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-08T05:54:13.954Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-08T05:54:13.954Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-08T05:54:14.040Z] prd-centos7-docker-4c-2g-852 does not seem to be running inside a container [2021-06-08T05:54:14.077Z] $ 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-371/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-371 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371:/w/workspace/edgexfoundry_edgex-ui-go_PR-371:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-08T05:54:16.517Z] $ docker top 4d03d251c9a02a1f9d857a6833b5a752585975d4d6a0d16a15b191a864544661 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-08T05:54:16.938Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-08T05:54:17.242Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-08T05:54:17.542Z] + ls /var/log/sa-host [2021-06-08T05:54:17.542Z] + sadf -c /var/log/sa-host/sa05 [2021-06-08T05:54:17.542Z] file_magic: OK [2021-06-08T05:54:17.542Z] HZ: Using current value: 100 [2021-06-08T05:54:17.542Z] file_header: OK [2021-06-08T05:54:17.542Z] 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-06-08T05:54:17.542Z] Statistics: [2021-06-08T05:54:17.542Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-08T05:54:17.542Z] File successfully converted to sysstat format version 12.2.1 [2021-06-08T05:54:17.542Z] + sadf -c /var/log/sa-host/sa08 [2021-06-08T05:54:17.542Z] file_magic: OK [2021-06-08T05:54:17.542Z] HZ: Using current value: 100 [2021-06-08T05:54:17.542Z] file_header: OK [2021-06-08T05:54:17.542Z] 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-06-08T05:54:17.542Z] Statistics: [2021-06-08T05:54:17.542Z] 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-06-08T05:54:17.542Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-08T05:54:18.148Z] provisioning config files... [2021-06-08T05:54:18.165Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-371@tmp/config3477708670594073049tmp [Pipeline] { [Pipeline] echo [2021-06-08T05:54:18.198Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:54:18.513Z] ---> create-netrc.sh [Pipeline] } [2021-06-08T05:54:18.522Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:54:18.939Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-08T05:54:18.952Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:54:19.250Z] ---> sudo-logs.sh [2021-06-08T05:54:19.250Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-08T05:54:19.280Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:54:19.573Z] ---> job-cost.sh [2021-06-08T05:54:19.573Z] lf-activate-venv: SKIPPING [2021-06-08T05:54:19.573Z] DEBUG: total: 0.18000000715255737 [2021-06-08T05:54:19.573Z] INFO: Retrieving Stack Cost... [2021-06-08T05:54:20.959Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-08T05:54:21.220Z] INFO: Archiving Costs [Pipeline] echo [2021-06-08T05:54:21.233Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-08T05:54:21.532Z] ---> logs-deploy.sh [2021-06-08T05:54:21.532Z] lf-activate-venv: SKIPPING [2021-06-08T05:54:21.532Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-371/2 [2021-06-08T05:54:21.532Z] INFO: archiving workspace using pattern(s): [2021-06-08T05:54:22.478Z] Archives upload complete. [2021-06-08T05:54:22.478Z] INFO: archiving logs to Nexus