Pull request #395 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 81eb99d5810211675dc02b9cb3cb5d7485fc8923+cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff (c343da4a100e05b03328babcd8f07f63862eab12) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8245681976178257434.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 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-ssh5281757478296708687.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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh4981708699847617452.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh5134081307017381826.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh1325625568625684054.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-395/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7531247032977070988.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 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-627 in /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [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-395 # 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-395@tmp/jenkins-gitclient-ssh4652421723237152526.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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-395@tmp/jenkins-gitclient-ssh8117374773704797169.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/395/head:refs/remotes/origin/PR-395 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff into PR head commit 81eb99d5810211675dc02b9cb3cb5d7485fc8923 Merge succeeded, producing 81eb99d5810211675dc02b9cb3cb5d7485fc8923 Checking out Revision 81eb99d5810211675dc02b9cb3cb5d7485fc8923 (PR-395) > git config core.sparsecheckout # timeout=10 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # 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-395@tmp/jenkins-gitclient-ssh5378296423072458352.key > git merge cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 Commit message: "update docker configuration of app service" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-06-22T02:41:24.697Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-06-22T02:41:24.904Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-06-22T02:41:25.032Z] ========================================================= [2021-06-22T02:41:25.032Z] EdgeX Global Pipelines Version Info [2021-06-22T02:41:25.032Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:41:26.601Z] ------------------- [2021-06-22T02:41:26.601Z] stable info: [2021-06-22T02:41:26.601Z] ------------------- [2021-06-22T02:41:26.601Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-06-22T02:41:26.601Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T02:41:26.601Z] Message: update stable to v1.0.195 [2021-06-22T02:41:27.178Z] ------------------- [2021-06-22T02:41:27.179Z] experimental info: [2021-06-22T02:41:27.179Z] ------------------- [2021-06-22T02:41:27.179Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-06-22T02:41:27.179Z] Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 [2021-06-22T02:41:27.179Z] Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-06-22T02:41:27.422Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-06-22T02:41:27.487Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-06-22T02:41:27.547Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-06-22T02:41:27.605Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-06-22T02:41:27.668Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-06-22T02:41:27.738Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-06-22T02:41:27.800Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-06-22T02:41:27.864Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo [2021-06-22T02:41:27.929Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-06-22T02:41:27.993Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-06-22T02:41:28.065Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-06-22T02:41:28.127Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-06-22T02:41:28.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-06-22T02:41:28.263Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-06-22T02:41:28.328Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-06-22T02:41:28.390Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-06-22T02:41:28.450Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T02:41:28.515Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-06-22T02:41:28.580Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-06-22T02:41:28.641Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-06-22T02:41:28.710Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-06-22T02:41:28.774Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-06-22T02:41:28.838Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-06-22T02:41:28.902Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-06-22T02:41:28.964Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-06-22T02:41:29.025Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-06-22T02:41:29.091Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-395 [Pipeline] echo [2021-06-22T02:41:29.154Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-395 [Pipeline] echo [2021-06-22T02:41:29.214Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-395 [Pipeline] echo [2021-06-22T02:41:29.275Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [Pipeline] echo [2021-06-22T02:41:29.336Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 81eb99d [Pipeline] echo [2021-06-22T02:41:29.401Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T02:41:29.565Z] provisioning config files... [2021-06-22T02:41:29.583Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/config160078774085537250tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:41:29.963Z] ---> docker-login.sh [2021-06-22T02:41:29.963Z] nexus3.edgexfoundry.org:10001 [2021-06-22T02:41:30.232Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:41:30.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:41:30.500Z] Configure a credential helper to remove this warning. See [2021-06-22T02:41:30.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:41:30.500Z] [2021-06-22T02:41:30.500Z] Login Succeeded [2021-06-22T02:41:30.500Z] nexus3.edgexfoundry.org:10002 [2021-06-22T02:41:30.500Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:41:30.500Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:41:30.500Z] Configure a credential helper to remove this warning. See [2021-06-22T02:41:30.500Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:41:30.500Z] [2021-06-22T02:41:30.500Z] Login Succeeded [2021-06-22T02:41:30.500Z] nexus3.edgexfoundry.org:10003 [2021-06-22T02:41:30.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:41:30.762Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:41:30.762Z] Configure a credential helper to remove this warning. See [2021-06-22T02:41:30.762Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:41:30.762Z] [2021-06-22T02:41:30.762Z] Login Succeeded [2021-06-22T02:41:30.762Z] nexus3.edgexfoundry.org:10004 [2021-06-22T02:41:30.762Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:41:31.024Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:41:31.024Z] Configure a credential helper to remove this warning. See [2021-06-22T02:41:31.024Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:41:31.024Z] [2021-06-22T02:41:31.024Z] Login Succeeded [2021-06-22T02:41:31.024Z] docker.io [2021-06-22T02:41:31.024Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:41:31.289Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:41:31.289Z] Configure a credential helper to remove this warning. See [2021-06-22T02:41:31.289Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:41:31.289Z] [2021-06-22T02:41:31.289Z] Login Succeeded [2021-06-22T02:41:31.289Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T02:41:31.315Z] 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-22T02:41:32.166Z] + git log --format=format:%s -1 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [Pipeline] echo [2021-06-22T02:41:32.235Z] GIT_COMMIT: 81eb99d5810211675dc02b9cb3cb5d7485fc8923, Commit Message: update docker configuration of app service [Pipeline] echo [2021-06-22T02:41:32.290Z] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:41:32.922Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T02:41:32.922Z] [2021-06-22T02:41:32.922Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:41:33.302Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T02:41:33.573Z] latest: Pulling from edgex-devops/git-semver [2021-06-22T02:41:33.573Z] 31603596830f: Pulling fs layer [2021-06-22T02:41:33.573Z] 54011a49482f: Pulling fs layer [2021-06-22T02:41:33.573Z] a6820b24f6d8: Pulling fs layer [2021-06-22T02:41:33.573Z] f581987b2513: Pulling fs layer [2021-06-22T02:41:33.573Z] f581987b2513: Waiting [2021-06-22T02:41:33.846Z] 54011a49482f: Verifying Checksum [2021-06-22T02:41:33.846Z] 54011a49482f: Download complete [2021-06-22T02:41:33.846Z] 31603596830f: Verifying Checksum [2021-06-22T02:41:33.846Z] 31603596830f: Download complete [2021-06-22T02:41:33.846Z] f581987b2513: Verifying Checksum [2021-06-22T02:41:33.846Z] f581987b2513: Download complete [2021-06-22T02:41:34.115Z] a6820b24f6d8: Verifying Checksum [2021-06-22T02:41:34.115Z] a6820b24f6d8: Download complete [2021-06-22T02:41:34.115Z] 31603596830f: Pull complete [2021-06-22T02:41:34.379Z] 54011a49482f: Pull complete [2021-06-22T02:41:35.326Z] a6820b24f6d8: Pull complete [2021-06-22T02:41:35.326Z] f581987b2513: Pull complete [2021-06-22T02:41:35.326Z] Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 [2021-06-22T02:41:35.326Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-06-22T02:41:35.326Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-06-22T02:41:35.464Z] prd-centos7-docker-4c-2g-627 does not seem to be running inside a container [2021-06-22T02:41:35.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-395 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395:/w/workspace/edgexfoundry_edgex-ui-go_PR-395:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-06-22T02:41:36.788Z] $ docker top 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-06-22T02:41:37.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-22T02:41:37.033Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-22T02:41:37.170Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-22T02:41:37.172Z] $ docker exec 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent [2021-06-22T02:41:37.295Z] SSH_AUTH_SOCK=/tmp/ssh-lWeOctbeUiWa/agent.14 [2021-06-22T02:41:37.295Z] SSH_AGENT_PID=20 [2021-06-22T02:41:37.306Z] Running ssh-add (command line suppressed) [2021-06-22T02:41:37.425Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_4153107734666565661.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_4153107734666565661.key) [2021-06-22T02:41:37.443Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-22T02:41:37.810Z] + git tag --points-at HEAD [Pipeline] } [2021-06-22T02:41:37.832Z] $ docker exec --env ******** --env ******** 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent -k [2021-06-22T02:41:37.938Z] unset SSH_AUTH_SOCK; [2021-06-22T02:41:37.939Z] unset SSH_AGENT_PID; [2021-06-22T02:41:37.939Z] echo Agent pid 20 killed; [2021-06-22T02:41:37.953Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-06-22T02:41:38.064Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-06-22T02:41:38.065Z] [ssh-agent] Looking for ssh-agent implementation... [2021-06-22T02:41:38.199Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-06-22T02:41:38.201Z] $ docker exec 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent [2021-06-22T02:41:38.325Z] SSH_AUTH_SOCK=/tmp/ssh-NkbnUmQqsP6j/agent.53 [2021-06-22T02:41:38.325Z] SSH_AGENT_PID=60 [2021-06-22T02:41:38.333Z] Running ssh-add (command line suppressed) [2021-06-22T02:41:38.473Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_104030795567979449.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/private_key_104030795567979449.key) [2021-06-22T02:41:38.491Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-06-22T02:41:38.849Z] + git semver init [2021-06-22T02:41:38.849Z] # -> Open(): unable to determine branch for HEAD [2021-06-22T02:41:38.849Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-395/.git [2021-06-22T02:41:38.849Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [2021-06-22T02:41:38.849Z] # $SEMVER_REMOTE_NAME = origin [2021-06-22T02:41:38.849Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-06-22T02:41:38.849Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-06-22T02:41:38.849Z] # $SEMVER_BRANCH = PR-395 [2021-06-22T02:41:38.849Z] # $SEMVER_TEMP = /tmp/semver-823198869 [2021-06-22T02:41:38.849Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-06-22T02:41:40.773Z] # '/tmp/semver-823198869' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-395/.semver' [2021-06-22T02:41:40.773Z] # -> Force: false [2021-06-22T02:41:40.773Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-395/.semver [Pipeline] } [2021-06-22T02:41:40.791Z] $ docker exec --env ******** --env ******** 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 ssh-agent -k [2021-06-22T02:41:40.904Z] unset SSH_AUTH_SOCK; [2021-06-22T02:41:40.904Z] unset SSH_AGENT_PID; [2021-06-22T02:41:40.904Z] echo Agent pid 60 killed; [2021-06-22T02:41:40.919Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-06-22T02:41:41.369Z] + git semver [Pipeline] } [2021-06-22T02:41:41.417Z] $ docker stop --time=1 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 [2021-06-22T02:41:43.266Z] $ docker rm -f 44c034a6f0205cc169f2c99f71d054624a0a3005bdc3408dbc021f3c415cb163 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T02:41:43.748Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-06-22T02:41:44.117Z] Stashed 1 file(s) [Pipeline] echo [2021-06-22T02:41:44.144Z] [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-22T02:41:59.779Z] Still waiting to schedule task [2021-06-22T02:41:59.780Z] ‘prd-centos7-blackbox-4c-2g-315’ doesn’t have label ‘centos7-docker-4c-2g’ [2021-06-22T02:41:59.780Z] ‘prd-centos7-docker-4c-2g-1825’ is offline [2021-06-22T02:41:59.780Z] ‘prd-centos7-docker-4c-2g-625’ is offline [2021-06-22T02:41:59.781Z] ‘prd-centos7-docker-4c-2g-629’ is offline [2021-06-22T02:41:59.811Z] Still waiting to schedule task [2021-06-22T02:41:59.812Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-624’ [2021-06-22T02:43:36.541Z] Running on prd-centos7-docker-4c-2g-630 in /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [Pipeline] { [Pipeline] ws [2021-06-22T02:43:36.604Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-06-22T02:43:36.757Z] The recommended git tool is: git [2021-06-22T02:43:39.329Z] using credential edgex-jenkins-ssh [2021-06-22T02:43:39.344Z] Cloning the remote Git repository [2021-06-22T02:43:39.361Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T02:43:39.427Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-06-22T02:43:39.455Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T02:43:39.456Z] > git --version # timeout=10 [2021-06-22T02:43:39.467Z] > git --version # 'git version 2.24.4' [2021-06-22T02:43:39.468Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T02:43:39.548Z] [INFO] Currently running in a labeled security context [2021-06-22T02:43:39.549Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T02:43:39.549Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh8758889954474488230.key [2021-06-22T02:43:39.610Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T02:43:42.161Z] Merging remotes/origin/master commit cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff into PR head commit 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [2021-06-22T02:43:42.311Z] Merge succeeded, producing 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [2021-06-22T02:43:42.311Z] Checking out Revision 81eb99d5810211675dc02b9cb3cb5d7485fc8923 (PR-395) [2021-06-22T02:43:41.719Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T02:43:41.727Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T02:43:41.744Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T02:43:41.754Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T02:43:41.755Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T02:43:41.755Z] [INFO] Currently running in a labeled security context [2021-06-22T02:43:41.756Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T02:43:41.756Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh1017441952369331787.key [2021-06-22T02:43:41.761Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/395/head:refs/remotes/origin/PR-395 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-22T02:43:42.165Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T02:43:42.172Z] > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 [2021-06-22T02:43:42.249Z] > git remote # timeout=10 [2021-06-22T02:43:42.261Z] > git config --get remote.origin.url # timeout=10 [2021-06-22T02:43:42.272Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T02:43:42.274Z] [INFO] Currently running in a labeled security context [2021-06-22T02:43:42.274Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-06-22T02:43:42.274Z] > git /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/1@tmp/jenkins-gitclient-ssh5116680756370435052.key [2021-06-22T02:43:42.281Z] > git merge cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff # timeout=10 [2021-06-22T02:43:42.292Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-22T02:43:42.310Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T02:43:42.324Z] > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 [2021-06-22T02:43:46.010Z] Commit message: "update docker configuration of app service" [2021-06-22T02:43:46.032Z] > git --version # timeout=10 [2021-06-22T02:43:46.051Z] > git --version # 'git version 2.24.4' [2021-06-22T02:43:46.067Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T02:43:47.736Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-06-22T02:43:50.045Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-22T02:43:50.364Z] + sudo service docker restart [2021-06-22T02:43:50.364Z] + true [2021-06-22T02:43:50.364Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T02:44:12.472Z] provisioning config files... [2021-06-22T02:44:12.493Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config3312092220904533198tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:44:12.880Z] ---> docker-login.sh [2021-06-22T02:44:12.880Z] nexus3.edgexfoundry.org:10001 [2021-06-22T02:44:13.840Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:44:14.107Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:44:14.107Z] Configure a credential helper to remove this warning. See [2021-06-22T02:44:14.107Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:44:14.107Z] [2021-06-22T02:44:14.107Z] Login Succeeded [2021-06-22T02:44:14.107Z] nexus3.edgexfoundry.org:10002 [2021-06-22T02:44:14.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:44:14.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:44:14.373Z] Configure a credential helper to remove this warning. See [2021-06-22T02:44:14.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:44:14.373Z] [2021-06-22T02:44:14.373Z] Login Succeeded [2021-06-22T02:44:14.373Z] nexus3.edgexfoundry.org:10003 [2021-06-22T02:44:14.373Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:44:14.373Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:44:14.373Z] Configure a credential helper to remove this warning. See [2021-06-22T02:44:14.373Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:44:14.373Z] [2021-06-22T02:44:14.373Z] Login Succeeded [2021-06-22T02:44:14.373Z] nexus3.edgexfoundry.org:10004 [2021-06-22T02:44:14.642Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:44:14.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:44:14.643Z] Configure a credential helper to remove this warning. See [2021-06-22T02:44:14.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:44:14.643Z] [2021-06-22T02:44:14.643Z] Login Succeeded [2021-06-22T02:44:14.643Z] docker.io [2021-06-22T02:44:14.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:44:14.905Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:44:14.905Z] Configure a credential helper to remove this warning. See [2021-06-22T02:44:14.905Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:44:14.905Z] [2021-06-22T02:44:14.905Z] Login Succeeded [2021-06-22T02:44:14.905Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T02:44:14.941Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-22T02:44:15.290Z] ========================================================= [2021-06-22T02:44:15.291Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-06-22T02:44:15.291Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:44:15.645Z] + 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-22T02:44:15.645Z] Sending build context to Docker daemon 17.93MB [2021-06-22T02:44:15.645Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T02:44:15.645Z] Step 2/8 : FROM ${BASE} [2021-06-22T02:44:16.592Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-06-22T02:44:16.592Z] 540db60ca938: Pulling fs layer [2021-06-22T02:44:16.592Z] adcc1eea9eea: Pulling fs layer [2021-06-22T02:44:16.592Z] 4c4ab2625f07: Pulling fs layer [2021-06-22T02:44:16.592Z] 0510c868ecb4: Pulling fs layer [2021-06-22T02:44:16.592Z] afea3b2eda06: Pulling fs layer [2021-06-22T02:44:16.592Z] 7809a108b3ef: Pulling fs layer [2021-06-22T02:44:16.592Z] f706445af74f: Pulling fs layer [2021-06-22T02:44:16.592Z] afea3b2eda06: Waiting [2021-06-22T02:44:16.592Z] 7809a108b3ef: Waiting [2021-06-22T02:44:16.592Z] f706445af74f: Waiting [2021-06-22T02:44:16.592Z] 0510c868ecb4: Waiting [2021-06-22T02:44:16.592Z] 4c4ab2625f07: Verifying Checksum [2021-06-22T02:44:16.592Z] 4c4ab2625f07: Download complete [2021-06-22T02:44:16.592Z] adcc1eea9eea: Verifying Checksum [2021-06-22T02:44:16.592Z] adcc1eea9eea: Download complete [2021-06-22T02:44:16.592Z] afea3b2eda06: Verifying Checksum [2021-06-22T02:44:16.592Z] afea3b2eda06: Download complete [2021-06-22T02:44:16.592Z] 7809a108b3ef: Verifying Checksum [2021-06-22T02:44:16.592Z] 7809a108b3ef: Download complete [2021-06-22T02:44:16.592Z] 540db60ca938: Verifying Checksum [2021-06-22T02:44:16.592Z] 540db60ca938: Download complete [2021-06-22T02:44:17.172Z] 540db60ca938: Pull complete [2021-06-22T02:44:17.754Z] adcc1eea9eea: Pull complete [2021-06-22T02:44:18.699Z] f706445af74f: Verifying Checksum [2021-06-22T02:44:18.699Z] f706445af74f: Download complete [2021-06-22T02:44:19.282Z] 4c4ab2625f07: Pull complete [2021-06-22T02:44:19.282Z] 0510c868ecb4: Verifying Checksum [2021-06-22T02:44:19.282Z] 0510c868ecb4: Download complete [2021-06-22T02:44:24.614Z] 0510c868ecb4: Pull complete [2021-06-22T02:44:24.614Z] afea3b2eda06: Pull complete [2021-06-22T02:44:24.614Z] 7809a108b3ef: Pull complete [2021-06-22T02:44:26.557Z] f706445af74f: Pull complete [2021-06-22T02:44:26.824Z] Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 [2021-06-22T02:44:26.824Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-06-22T02:44:26.824Z] ---> b068be0155e3 [2021-06-22T02:44:26.824Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T02:44:48.817Z] ---> Running in d0ac56ea5782 [2021-06-22T02:44:48.817Z] Removing intermediate container d0ac56ea5782 [2021-06-22T02:44:48.817Z] ---> 78ac299e8cd2 [2021-06-22T02:44:48.817Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T02:44:48.817Z] ---> Running in 7999e212a802 [2021-06-22T02:44:50.230Z] Removing intermediate container 7999e212a802 [2021-06-22T02:44:50.230Z] ---> 818d87dde56e [2021-06-22T02:44:50.230Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-22T02:44:50.500Z] ---> Running in 610156fe4fa9 [2021-06-22T02:44:51.078Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-22T02:44:52.060Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-22T02:44:53.011Z] OK: 149 MiB in 40 packages [2021-06-22T02:44:53.966Z] Removing intermediate container 610156fe4fa9 [2021-06-22T02:44:53.966Z] ---> c214cc550594 [2021-06-22T02:44:53.966Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-22T02:44:53.966Z] ---> Running in 6b6796448b9d [2021-06-22T02:44:54.543Z] Removing intermediate container 6b6796448b9d [2021-06-22T02:44:54.543Z] ---> 90e4ec74195c [2021-06-22T02:44:54.543Z] Step 7/8 : COPY . . [2021-06-22T02:44:57.851Z] ---> a281e81e54bc [2021-06-22T02:44:57.851Z] Step 8/8 : RUN go mod download [2021-06-22T02:44:58.113Z] ---> Running in 3a2a52f39001 [2021-06-22T02:45:21.861Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-632 in /w/workspace/edgexfoundry_edgex-ui-go_PR-395 [Pipeline] { [Pipeline] ws [2021-06-22T02:45:21.936Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2021-06-22T02:45:22.241Z] The recommended git tool is: git [2021-06-22T02:45:28.208Z] using credential edgex-jenkins-ssh [2021-06-22T02:45:28.245Z] Cloning the remote Git repository [2021-06-22T02:45:28.308Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T02:45:28.415Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2021-06-22T02:45:28.503Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T02:45:28.504Z] > git --version # timeout=10 [2021-06-22T02:45:28.534Z] > git --version # 'git version 2.17.1' [2021-06-22T02:45:28.536Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T02:45:28.617Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T02:45:31.847Z] Merging remotes/origin/master commit cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff into PR head commit 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [2021-06-22T02:45:32.228Z] Merge succeeded, producing 81eb99d5810211675dc02b9cb3cb5d7485fc8923 [2021-06-22T02:45:32.229Z] Checking out Revision 81eb99d5810211675dc02b9cb3cb5d7485fc8923 (PR-395) [2021-06-22T02:45:31.250Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T02:45:31.274Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-06-22T02:45:31.299Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-06-22T02:45:31.332Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-06-22T02:45:31.333Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T02:45:31.346Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/395/head:refs/remotes/origin/PR-395 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-06-22T02:45:31.866Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T02:45:31.876Z] > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 [2021-06-22T02:45:32.130Z] > git remote # timeout=10 [2021-06-22T02:45:32.147Z] > git config --get remote.origin.url # timeout=10 [2021-06-22T02:45:32.174Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-06-22T02:45:32.185Z] > git merge cdb5529cc0fb558cf7b12a6d118c0060bf1a3bff # timeout=10 [2021-06-22T02:45:32.210Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-06-22T02:45:32.233Z] > git config core.sparsecheckout # timeout=10 [2021-06-22T02:45:32.243Z] > git checkout -f 81eb99d5810211675dc02b9cb3cb5d7485fc8923 # timeout=10 [2021-06-22T02:45:36.456Z] Commit message: "update docker configuration of app service" [2021-06-22T02:45:36.512Z] > git --version # timeout=10 [2021-06-22T02:45:36.521Z] > git --version # 'git version 2.17.1' [2021-06-22T02:45:36.539Z] fatal: bad object 6a41506d72e8e131afc862d141935157bee59f41 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T02:45:38.091Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-06-22T02:45:38.544Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-06-22T02:45:38.909Z] + sudo service docker restart [2021-06-22T02:45:38.909Z] + true [2021-06-22T02:45:54.427Z] Removing intermediate container 3a2a52f39001 [2021-06-22T02:45:54.427Z] ---> ea2f3c0d452b [2021-06-22T02:45:54.427Z] Successfully built ea2f3c0d452b [2021-06-22T02:45:54.427Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:45:54.781Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-22T02:45:54.781Z] . [Pipeline] withDockerContainer [2021-06-22T02:45:54.878Z] prd-centos7-docker-4c-2g-630 does not seem to be running inside a container [2021-06-22T02:45:54.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-22T02:45:55.871Z] $ docker top 927cf69aa5c3fbbb01961c177d4954f1197d527622220cfb6c21e189c3b1ffd9 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T02:45:56.324Z] + go version [2021-06-22T02:45:56.324Z] go version go1.16.3 linux/amd64 [Pipeline] } [2021-06-22T02:45:56.351Z] $ docker stop --time=1 927cf69aa5c3fbbb01961c177d4954f1197d527622220cfb6c21e189c3b1ffd9 [2021-06-22T02:45:57.744Z] $ docker rm -f 927cf69aa5c3fbbb01961c177d4954f1197d527622220cfb6c21e189c3b1ffd9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // script [Pipeline] } [Pipeline] configFileProvider [2021-06-22T02:45:58.102Z] provisioning config files... [2021-06-22T02:45:58.130Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config6227012787493205981tmp [Pipeline] // stage [Pipeline] { [Pipeline] stage [Pipeline] { (Test) [Pipeline] libraryResource [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:45:58.626Z] ---> docker-login.sh [2021-06-22T02:45:58.626Z] nexus3.edgexfoundry.org:10001 [2021-06-22T02:45:58.778Z] + docker inspect -f . ci-base-image-x86_64 [2021-06-22T02:45:58.778Z] . [Pipeline] withDockerContainer [2021-06-22T02:45:58.879Z] prd-centos7-docker-4c-2g-630 does not seem to be running inside a container [2021-06-22T02:45:58.924Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-06-22T02:45:59.613Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:45:59.739Z] $ docker top 14b1c8e33c0565ff7b256dedda52e3d3a2f5c0f87b4ebde5aac54a7f19210223 -eo pid,comm [Pipeline] { [2021-06-22T02:45:59.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:45:59.887Z] Configure a credential helper to remove this warning. See [2021-06-22T02:45:59.887Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:45:59.887Z] [2021-06-22T02:45:59.887Z] Login Succeeded [2021-06-22T02:45:59.887Z] nexus3.edgexfoundry.org:10002 [Pipeline] sh [2021-06-22T02:46:00.160Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:46:00.203Z] + go mod tidy [2021-06-22T02:46:00.435Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:46:00.435Z] Configure a credential helper to remove this warning. See [2021-06-22T02:46:00.435Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:46:00.435Z] [2021-06-22T02:46:00.435Z] Login Succeeded [2021-06-22T02:46:00.435Z] nexus3.edgexfoundry.org:10003 [Pipeline] sh [2021-06-22T02:46:00.710Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:46:00.791Z] + make test [2021-06-22T02:46:00.791Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-22T02:46:00.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:46:00.984Z] Configure a credential helper to remove this warning. See [2021-06-22T02:46:00.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:46:00.984Z] [2021-06-22T02:46:00.984Z] Login Succeeded [2021-06-22T02:46:00.984Z] nexus3.edgexfoundry.org:10004 [2021-06-22T02:46:01.371Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-22T02:46:01.788Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:46:01.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:46:01.788Z] Configure a credential helper to remove this warning. See [2021-06-22T02:46:01.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:46:01.788Z] [2021-06-22T02:46:01.788Z] Login Succeeded [2021-06-22T02:46:01.788Z] docker.io [2021-06-22T02:46:02.065Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-06-22T02:46:02.339Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-06-22T02:46:02.339Z] Configure a credential helper to remove this warning. See [2021-06-22T02:46:02.339Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-06-22T02:46:02.339Z] [2021-06-22T02:46:02.339Z] Login Succeeded [2021-06-22T02:46:02.339Z] ---> docker-login.sh ends [Pipeline] } [2021-06-22T02:46:02.373Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-06-22T02:46:03.006Z] ========================================================= [2021-06-22T02:46:03.006Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-06-22T02:46:03.006Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:46:03.434Z] + 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-22T02:46:04.444Z] Sending build context to Docker daemon 17.93MB [2021-06-22T02:46:04.444Z] Step 1/8 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T02:46:04.444Z] Step 2/8 : FROM ${BASE} [2021-06-22T02:46:04.444Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-06-22T02:46:04.444Z] 595b0fe564bb: Pulling fs layer [2021-06-22T02:46:04.444Z] 3088b5b3c5c0: Pulling fs layer [2021-06-22T02:46:04.444Z] 5b7225fbf94c: Pulling fs layer [2021-06-22T02:46:04.444Z] ba82ee9f976e: Pulling fs layer [2021-06-22T02:46:04.444Z] 506bd15cee9f: Pulling fs layer [2021-06-22T02:46:04.444Z] 75a0a4a0db45: Pulling fs layer [2021-06-22T02:46:04.444Z] 618dc40b7e24: Pulling fs layer [2021-06-22T02:46:04.444Z] 506bd15cee9f: Waiting [2021-06-22T02:46:04.444Z] 75a0a4a0db45: Waiting [2021-06-22T02:46:04.444Z] 618dc40b7e24: Waiting [2021-06-22T02:46:04.444Z] ba82ee9f976e: Waiting [2021-06-22T02:46:04.444Z] 5b7225fbf94c: Verifying Checksum [2021-06-22T02:46:04.444Z] 5b7225fbf94c: Download complete [2021-06-22T02:46:04.444Z] 3088b5b3c5c0: Verifying Checksum [2021-06-22T02:46:04.444Z] 3088b5b3c5c0: Download complete [2021-06-22T02:46:04.444Z] 506bd15cee9f: Download complete [2021-06-22T02:46:04.724Z] 75a0a4a0db45: Verifying Checksum [2021-06-22T02:46:04.724Z] 75a0a4a0db45: Download complete [2021-06-22T02:46:04.724Z] 595b0fe564bb: Verifying Checksum [2021-06-22T02:46:04.724Z] 595b0fe564bb: Download complete [2021-06-22T02:46:05.322Z] 595b0fe564bb: Pull complete [2021-06-22T02:46:05.932Z] 3088b5b3c5c0: Pull complete [2021-06-22T02:46:06.213Z] 5b7225fbf94c: Pull complete [2021-06-22T02:46:07.658Z] 618dc40b7e24: Verifying Checksum [2021-06-22T02:46:07.658Z] 618dc40b7e24: Download complete [2021-06-22T02:46:08.641Z] ba82ee9f976e: Verifying Checksum [2021-06-22T02:46:08.641Z] ba82ee9f976e: Download complete [2021-06-22T02:46:13.682Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-22T02:46:13.682Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-22T02:46:13.683Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-06-22T02:46:13.683Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-06-22T02:46:20.370Z] $ docker stop --time=1 14b1c8e33c0565ff7b256dedda52e3d3a2f5c0f87b4ebde5aac54a7f19210223 [2021-06-22T02:46:21.072Z] ba82ee9f976e: Pull complete [2021-06-22T02:46:21.072Z] 506bd15cee9f: Pull complete [2021-06-22T02:46:21.072Z] 75a0a4a0db45: Pull complete [2021-06-22T02:46:23.319Z] $ docker rm -f 14b1c8e33c0565ff7b256dedda52e3d3a2f5c0f87b4ebde5aac54a7f19210223 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T02:46:23.865Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-22T02:46:24.088Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-06-22T02:46:24.502Z] 618dc40b7e24: Pull complete [2021-06-22T02:46:24.502Z] Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 [2021-06-22T02:46:24.502Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-06-22T02:46:24.502Z] ---> a36622ca3599 [2021-06-22T02:46:24.502Z] Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2021-06-22T02:46:24.784Z] ---> Running in 29626bc59c17 [2021-06-22T02:46:25.414Z] Removing intermediate container 29626bc59c17 [2021-06-22T02:46:25.414Z] ---> a9191e405575 [2021-06-22T02:46:25.414Z] Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T02:46:25.414Z] ---> Running in 8a9b37e28d11 [Pipeline] sh [2021-06-22T02:46:27.308Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-22T02:46:27.629Z] + ls -al . [2021-06-22T02:46:27.629Z] total 92 [2021-06-22T02:46:27.629Z] drwxrwxr-x. 11 jenkins jenkins 4096 Jun 22 02:46 . [2021-06-22T02:46:27.629Z] drwxrwxr-x. 4 jenkins jenkins 28 Jun 22 02:43 .. [2021-06-22T02:46:27.629Z] drwxrwxr-x. 3 jenkins jenkins 20 Jun 22 02:43 assets [2021-06-22T02:46:27.629Z] drwxrwxr-x. 2 jenkins jenkins 35 Jun 22 02:43 bin [2021-06-22T02:46:27.629Z] drwxrwxr-x. 3 jenkins jenkins 29 Jun 22 02:43 cmd [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 3959 Jun 22 02:43 CONTRIBUTING.md [2021-06-22T02:46:27.629Z] -rw-r--r--. 1 jenkins jenkins 10 Jun 22 02:46 coverage.out [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 1508 Jun 22 02:43 Dockerfile [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 902 Jun 22 02:43 Dockerfile.build [2021-06-22T02:46:27.629Z] drwxrwxr-x. 2 jenkins jenkins 23 Jun 22 02:43 docs [2021-06-22T02:46:27.629Z] drwxrwxr-x. 8 jenkins jenkins 179 Jun 22 02:43 .git [2021-06-22T02:46:27.629Z] drwxrwxr-x. 2 jenkins jenkins 103 Jun 22 02:43 .github [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 162 Jun 22 02:43 .gitignore [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 838 Jun 22 02:43 go.mod [2021-06-22T02:46:27.629Z] -rw-r--r--. 1 jenkins jenkins 23723 Jun 22 02:46 go.sum [2021-06-22T02:46:27.629Z] drwxrwxr-x. 9 jenkins jenkins 125 Jun 22 02:43 internal [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 652 Jun 22 02:43 Jenkinsfile [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 11357 Jun 22 02:43 LICENSE [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 941 Jun 22 02:43 Makefile [2021-06-22T02:46:27.629Z] drwxrwxr-x. 3 jenkins jenkins 19 Jun 22 02:43 pkg [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 5508 Jun 22 02:43 README.md [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 5 Jun 22 02:41 VERSION [2021-06-22T02:46:27.629Z] -rw-rw-r--. 1 jenkins jenkins 155 Jun 22 02:43 version.go [2021-06-22T02:46:27.629Z] drwxrwxr-x. 4 jenkins jenkins 4096 Jun 22 02:43 web [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:46:27.972Z] + 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=81eb99d5810211675dc02b9cb3cb5d7485fc8923 --label arch=amd64 --label version=0.0.0 . [2021-06-22T02:46:27.972Z] Sending build context to Docker daemon 17.96MB [2021-06-22T02:46:27.972Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T02:46:27.972Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-22T02:46:27.972Z] ---> ea2f3c0d452b [2021-06-22T02:46:27.972Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-22T02:46:28.049Z] Removing intermediate container 8a9b37e28d11 [2021-06-22T02:46:28.049Z] ---> 1f185e9b05b8 [2021-06-22T02:46:28.049Z] Step 5/8 : RUN apk add --no-cache make git [2021-06-22T02:46:28.049Z] ---> Running in ae2d2c4d5e53 [2021-06-22T02:46:28.923Z] ---> Running in 9bc58af2c2ca [2021-06-22T02:46:29.189Z] Removing intermediate container 9bc58af2c2ca [2021-06-22T02:46:29.189Z] ---> ae435dba0edc [2021-06-22T02:46:29.189Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-22T02:46:29.189Z] ---> Running in 387239a4366f [2021-06-22T02:46:29.449Z] Removing intermediate container 387239a4366f [2021-06-22T02:46:29.449Z] ---> 0e8a2c5b7824 [2021-06-22T02:46:29.449Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-22T02:46:29.490Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-22T02:46:29.709Z] ---> Running in bab1d5d6a6a4 [2021-06-22T02:46:29.970Z] Removing intermediate container bab1d5d6a6a4 [2021-06-22T02:46:29.970Z] ---> 4429c24cf7a3 [2021-06-22T02:46:29.970Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-22T02:46:29.970Z] ---> Running in cbd4c7bda5ec [2021-06-22T02:46:30.086Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-22T02:46:30.235Z] Removing intermediate container cbd4c7bda5ec [2021-06-22T02:46:30.235Z] ---> 373ed69ed228 [2021-06-22T02:46:30.235Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-22T02:46:30.235Z] ---> Running in 20a11b15103c [2021-06-22T02:46:30.498Z] Removing intermediate container 20a11b15103c [2021-06-22T02:46:30.498Z] ---> 6f467032060e [2021-06-22T02:46:30.498Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T02:46:30.762Z] ---> Running in 5830e938ee06 [2021-06-22T02:46:31.075Z] OK: 138 MiB in 40 packages [2021-06-22T02:46:32.063Z] Removing intermediate container ae2d2c4d5e53 [2021-06-22T02:46:32.063Z] ---> 700e80589721 [2021-06-22T02:46:32.063Z] Step 6/8 : WORKDIR /edgex-ui-go [2021-06-22T02:46:32.063Z] ---> Running in deb05cd4ec41 [2021-06-22T02:46:32.159Z] Removing intermediate container 5830e938ee06 [2021-06-22T02:46:32.159Z] ---> f1ae8237af5c [2021-06-22T02:46:32.159Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-22T02:46:32.159Z] ---> Running in 27a0eede04f7 [2021-06-22T02:46:32.660Z] Removing intermediate container deb05cd4ec41 [2021-06-22T02:46:32.660Z] ---> 7ae8937ca5a0 [2021-06-22T02:46:32.660Z] Step 7/8 : COPY . . [2021-06-22T02:46:32.732Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz [2021-06-22T02:46:33.306Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz [2021-06-22T02:46:33.876Z] OK: 149 MiB in 40 packages [2021-06-22T02:46:34.451Z] Removing intermediate container 27a0eede04f7 [2021-06-22T02:46:34.451Z] ---> 2b869100b023 [2021-06-22T02:46:34.451Z] Step 10/24 : ENV GO111MODULE=on [2021-06-22T02:46:34.451Z] ---> Running in 5b2b61a45196 [2021-06-22T02:46:34.451Z] Removing intermediate container 5b2b61a45196 [2021-06-22T02:46:34.451Z] ---> 9c46219ac45d [2021-06-22T02:46:34.451Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-22T02:46:34.711Z] ---> Running in e2645b963aa8 [2021-06-22T02:46:34.973Z] Removing intermediate container e2645b963aa8 [2021-06-22T02:46:34.973Z] ---> 555790579fd9 [2021-06-22T02:46:34.973Z] Step 12/24 : COPY go.mod . [2021-06-22T02:46:35.235Z] ---> 943619a30a37 [2021-06-22T02:46:35.235Z] Step 13/24 : COPY Makefile . [2021-06-22T02:46:35.291Z] ---> fb70c2b760be [2021-06-22T02:46:35.291Z] Step 8/8 : RUN go mod download [2021-06-22T02:46:35.291Z] ---> Running in a9b54fb55176 [2021-06-22T02:46:35.505Z] ---> 1ac7a5fbba1b [2021-06-22T02:46:35.505Z] Step 14/24 : RUN make update [2021-06-22T02:46:35.505Z] ---> Running in b889431484f8 [2021-06-22T02:46:36.086Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-22T02:46:36.668Z] Removing intermediate container b889431484f8 [2021-06-22T02:46:36.668Z] ---> 6426e1f70389 [2021-06-22T02:46:36.668Z] Step 15/24 : COPY . . [2021-06-22T02:46:39.231Z] ---> 4b7f157ce0ca [2021-06-22T02:46:39.231Z] Step 16/24 : RUN ${MAKE} [2021-06-22T02:46:39.231Z] ---> Running in b2333cc88dd4 [2021-06-22T02:46:39.814Z] 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-22T02:46:49.923Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-22T02:46:55.224Z] Removing intermediate container b2333cc88dd4 [2021-06-22T02:46:55.224Z] ---> 4a58008dd26e [2021-06-22T02:46:55.224Z] Step 17/24 : FROM alpine:3.12 [2021-06-22T02:46:55.224Z] 3.12: Pulling from library/alpine [2021-06-22T02:46:55.224Z] 339de151aab4: Pulling fs layer [2021-06-22T02:46:55.224Z] 339de151aab4: Verifying Checksum [2021-06-22T02:46:55.224Z] 339de151aab4: Download complete [2021-06-22T02:46:55.484Z] 339de151aab4: Pull complete [2021-06-22T02:46:55.484Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-22T02:46:55.746Z] Status: Downloaded newer image for alpine:3.12 [2021-06-22T02:46:55.746Z] ---> 13621d1b12d4 [2021-06-22T02:46:55.746Z] Step 18/24 : EXPOSE 4000 [2021-06-22T02:46:56.009Z] ---> Running in 30eab226ead6 [2021-06-22T02:46:56.271Z] Removing intermediate container 30eab226ead6 [2021-06-22T02:46:56.271Z] ---> 77930b474b8a [2021-06-22T02:46:56.271Z] 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-22T02:46:57.661Z] ---> f45e467db21a [2021-06-22T02:46:57.661Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-22T02:46:57.661Z] ---> Running in 230cce318466 [2021-06-22T02:46:57.661Z] Removing intermediate container 230cce318466 [2021-06-22T02:46:57.661Z] ---> 55f794efc332 [2021-06-22T02:46:57.661Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-22T02:46:57.661Z] ---> Running in 065289c0c55f [2021-06-22T02:46:57.924Z] Removing intermediate container 065289c0c55f [2021-06-22T02:46:57.924Z] ---> 17893da63a83 [2021-06-22T02:46:57.924Z] Step 22/24 : LABEL arch=amd64 [2021-06-22T02:46:57.924Z] ---> Running in ac8321746e4f [2021-06-22T02:46:58.186Z] Removing intermediate container ac8321746e4f [2021-06-22T02:46:58.186Z] ---> f252f329ec06 [2021-06-22T02:46:58.186Z] Step 23/24 : LABEL git_sha=81eb99d5810211675dc02b9cb3cb5d7485fc8923 [2021-06-22T02:46:58.448Z] ---> Running in e605d6b8e63a [2021-06-22T02:46:58.709Z] Removing intermediate container e605d6b8e63a [2021-06-22T02:46:58.709Z] ---> 739dcd844fd1 [2021-06-22T02:46:58.709Z] Step 24/24 : LABEL version=0.0.0 [2021-06-22T02:46:58.709Z] ---> Running in c79e48e6f8d7 [2021-06-22T02:46:58.969Z] Removing intermediate container c79e48e6f8d7 [2021-06-22T02:46:58.969Z] ---> ff151e909a1c [2021-06-22T02:46:58.969Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-22T02:46:58.969Z] Successfully built ff151e909a1c [2021-06-22T02:46:58.969Z] 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-22T02:47:00.218Z] ---> job-cost.sh [2021-06-22T02:47:00.218Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-lPYN [2021-06-22T02:47:07.659Z] Removing intermediate container a9b54fb55176 [2021-06-22T02:47:07.659Z] ---> b5b243f78152 [2021-06-22T02:47:07.659Z] Successfully built b5b243f78152 [2021-06-22T02:47:07.659Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:47:08.051Z] + docker inspect -f . ci-base-image-arm64 [2021-06-22T02:47:08.051Z] . [Pipeline] withDockerContainer [2021-06-22T02:47:08.349Z] prd-ubuntu18.04-docker-arm64-4c-16g-632 does not seem to be running inside a container [2021-06-22T02:47:08.429Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-22T02:47:10.101Z] $ docker top e894e811d30c1fe711e93e16daa80b088d4701dd4344e550041bc135cb36c7af -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T02:47:11.152Z] + go version [2021-06-22T02:47:11.152Z] go version go1.16.5 linux/arm64 [Pipeline] } [2021-06-22T02:47:11.189Z] $ docker stop --time=1 e894e811d30c1fe711e93e16daa80b088d4701dd4344e550041bc135cb36c7af [2021-06-22T02:47:13.015Z] $ docker rm -f e894e811d30c1fe711e93e16daa80b088d4701dd4344e550041bc135cb36c7af [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:47:14.133Z] + docker inspect -f . ci-base-image-arm64 [2021-06-22T02:47:14.133Z] . [Pipeline] withDockerContainer [2021-06-22T02:47:14.379Z] prd-ubuntu18.04-docker-arm64-4c-16g-632 does not seem to be running inside a container [2021-06-22T02:47:14.455Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-06-22T02:47:15.144Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-22T02:47:16.025Z] $ docker top a1a0737fdc9f84958b516b176d3c018802bcb2f5fea09b47e06e064e8b93cfa7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T02:47:17.084Z] + go mod tidy [Pipeline] sh [2021-06-22T02:47:18.372Z] + make test [2021-06-22T02:47:18.372Z] GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-06-22T02:47:19.816Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-06-22T02:47:37.164Z] lf-activate-venv(): INFO: Adding /tmp/venv-lPYN/bin to PATH [2021-06-22T02:47:37.164Z] INFO: No Stack... [2021-06-22T02:47:37.164Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-22T02:47:37.737Z] INFO: Archiving Costs [Pipeline] sh [2021-06-22T02:47:38.068Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-06-22T02:47:38.068Z] + cut -d, -f6 [Pipeline] lock [2021-06-22T02:47:38.128Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [2021-06-22T02:47:38.137Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] did not exist. Created. [2021-06-22T02:47:38.137Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-22T02:47:38.578Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-06-22T02:47:38.661Z] Stashed 1 file(s) [Pipeline] } [2021-06-22T02:47:38.684Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-06-22T02:47:52.214Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-06-22T02:47:52.214Z] GO111MODULE=on go vet ./... [Pipeline] } [2021-06-22T02:48:14.441Z] $ docker stop --time=1 a1a0737fdc9f84958b516b176d3c018802bcb2f5fea09b47e06e064e8b93cfa7 [2021-06-22T02:48:16.379Z] $ docker rm -f a1a0737fdc9f84958b516b176d3c018802bcb2f5fea09b47e06e064e8b93cfa7 [Pipeline] // withDockerContainer [Pipeline] sh [2021-06-22T02:48:17.247Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-06-22T02:48:17.285Z] Warning: overwriting stash ‘coverage-report’ [2021-06-22T02:48:17.850Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-06-22T02:48:18.631Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-06-22T02:48:18.988Z] + ls -al . [2021-06-22T02:48:18.988Z] total 128 [2021-06-22T02:48:18.988Z] drwxrwxr-x 11 jenkins jenkins 4096 Jun 22 02:47 . [2021-06-22T02:48:18.988Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 02:45 .. [2021-06-22T02:48:18.988Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 22 02:45 .git [2021-06-22T02:48:18.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:45 .github [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 162 Jun 22 02:45 .gitignore [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 22 02:45 CONTRIBUTING.md [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 1508 Jun 22 02:45 Dockerfile [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 902 Jun 22 02:45 Dockerfile.build [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 652 Jun 22 02:45 Jenkinsfile [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 22 02:45 LICENSE [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 941 Jun 22 02:45 Makefile [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 5508 Jun 22 02:45 README.md [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 22 02:41 VERSION [2021-06-22T02:48:18.988Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 02:45 assets [2021-06-22T02:48:18.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:45 bin [2021-06-22T02:48:18.988Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 02:45 cmd [2021-06-22T02:48:18.988Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 22 02:47 coverage.out [2021-06-22T02:48:18.988Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 22 02:45 docs [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 838 Jun 22 02:45 go.mod [2021-06-22T02:48:18.988Z] -rw-r--r-- 1 jenkins jenkins 23723 Jun 22 02:47 go.sum [2021-06-22T02:48:18.988Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 22 02:45 internal [2021-06-22T02:48:18.988Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 22 02:45 pkg [2021-06-22T02:48:18.988Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 22 02:45 version.go [2021-06-22T02:48:18.988Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 22 02:45 web [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:48:19.376Z] + 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=81eb99d5810211675dc02b9cb3cb5d7485fc8923 --label arch=arm64 --label version=0.0.0 . [2021-06-22T02:48:20.364Z] Sending build context to Docker daemon 17.96MB [2021-06-22T02:48:20.364Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.12 [2021-06-22T02:48:20.364Z] Step 2/24 : FROM ${BASE} AS builder [2021-06-22T02:48:20.364Z] ---> b5b243f78152 [2021-06-22T02:48:20.364Z] Step 3/24 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-06-22T02:48:20.638Z] ---> Running in b637f0d272ea [2021-06-22T02:48:20.915Z] Removing intermediate container b637f0d272ea [2021-06-22T02:48:20.915Z] ---> 3184fca30de3 [2021-06-22T02:48:20.915Z] Step 4/24 : ARG ALPINE_PKG_BASE="make git" [2021-06-22T02:48:21.191Z] ---> Running in 4c61fdcb6e98 [2021-06-22T02:48:21.791Z] Removing intermediate container 4c61fdcb6e98 [2021-06-22T02:48:21.791Z] ---> f5a7e4ecd9b8 [2021-06-22T02:48:21.791Z] Step 5/24 : ARG ALPINE_PKG_EXTRA="" [2021-06-22T02:48:21.791Z] ---> Running in 474864669eda [2021-06-22T02:48:22.390Z] Removing intermediate container 474864669eda [2021-06-22T02:48:22.391Z] ---> a6d07488abd5 [2021-06-22T02:48:22.391Z] Step 6/24 : LABEL Name=edgex-ui-go [2021-06-22T02:48:22.391Z] ---> Running in 46fb28ec7c26 [2021-06-22T02:48:22.986Z] Removing intermediate container 46fb28ec7c26 [2021-06-22T02:48:22.986Z] ---> 97e63be87d57 [2021-06-22T02:48:22.986Z] Step 7/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-06-22T02:48:22.986Z] ---> Running in ada0e649a211 [2021-06-22T02:48:23.590Z] Removing intermediate container ada0e649a211 [2021-06-22T02:48:23.590Z] ---> 1809f3a1a23e [2021-06-22T02:48:23.590Z] Step 8/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-06-22T02:48:23.590Z] ---> Running in f5ef71d734ec [2021-06-22T02:48:25.577Z] Removing intermediate container f5ef71d734ec [2021-06-22T02:48:25.577Z] ---> 3fb9f8cee084 [2021-06-22T02:48:25.577Z] Step 9/24 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-06-22T02:48:25.856Z] ---> Running in 46f395a3f89f [2021-06-22T02:48:26.844Z] fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz [2021-06-22T02:48:27.832Z] fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz [2021-06-22T02:48:28.821Z] OK: 138 MiB in 40 packages [2021-06-22T02:48:29.809Z] Removing intermediate container 46f395a3f89f [2021-06-22T02:48:29.810Z] ---> 008e11e994d4 [2021-06-22T02:48:29.810Z] Step 10/24 : ENV GO111MODULE=on [2021-06-22T02:48:30.083Z] ---> Running in 871a8f06ce64 [2021-06-22T02:48:30.358Z] Removing intermediate container 871a8f06ce64 [2021-06-22T02:48:30.358Z] ---> c68b4311bb88 [2021-06-22T02:48:30.358Z] Step 11/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-06-22T02:48:30.633Z] ---> Running in 05b651017984 [2021-06-22T02:48:31.231Z] Removing intermediate container 05b651017984 [2021-06-22T02:48:31.231Z] ---> d8f66ba6ce29 [2021-06-22T02:48:31.231Z] Step 12/24 : COPY go.mod . [2021-06-22T02:48:31.834Z] ---> 048d95312fb5 [2021-06-22T02:48:31.834Z] Step 13/24 : COPY Makefile . [2021-06-22T02:48:32.837Z] ---> 45f4e2addb88 [2021-06-22T02:48:32.837Z] Step 14/24 : RUN make update [2021-06-22T02:48:32.837Z] ---> Running in b22915b80107 [2021-06-22T02:48:33.856Z] CGO_ENABLED=0 GO111MODULE=on go mod download [2021-06-22T02:48:35.299Z] Removing intermediate container b22915b80107 [2021-06-22T02:48:35.299Z] ---> 8ab1ba3ae140 [2021-06-22T02:48:35.299Z] Step 15/24 : COPY . . [2021-06-22T02:48:37.935Z] ---> 8188790526f6 [2021-06-22T02:48:37.936Z] Step 16/24 : RUN ${MAKE} [2021-06-22T02:48:37.936Z] ---> Running in 7ed30da1625c [2021-06-22T02:48:39.376Z] 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-22T02:49:06.238Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-06-22T02:49:08.870Z] Removing intermediate container 7ed30da1625c [2021-06-22T02:49:08.870Z] ---> f4112df7b42f [2021-06-22T02:49:08.870Z] Step 17/24 : FROM alpine:3.12 [2021-06-22T02:49:09.464Z] 3.12: Pulling from library/alpine [2021-06-22T02:49:09.464Z] d2f70382dc9a: Pulling fs layer [2021-06-22T02:49:10.065Z] d2f70382dc9a: Verifying Checksum [2021-06-22T02:49:10.065Z] d2f70382dc9a: Download complete [2021-06-22T02:49:10.662Z] d2f70382dc9a: Pull complete [2021-06-22T02:49:10.662Z] Digest: sha256:87703314048c40236c6d674424159ee862e2b96ce1c37c62d877e21ed27a387e [2021-06-22T02:49:10.662Z] Status: Downloaded newer image for alpine:3.12 [2021-06-22T02:49:10.662Z] ---> c4fd0aeabfcf [2021-06-22T02:49:10.662Z] Step 18/24 : EXPOSE 4000 [2021-06-22T02:49:10.939Z] ---> Running in 907345bd55c2 [2021-06-22T02:49:11.538Z] Removing intermediate container 907345bd55c2 [2021-06-22T02:49:11.538Z] ---> 14672922ddd4 [2021-06-22T02:49:11.538Z] 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-22T02:49:12.976Z] ---> d4b27e911f32 [2021-06-22T02:49:12.976Z] Step 20/24 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-06-22T02:49:12.976Z] ---> Running in 91cf77c7f3ee [2021-06-22T02:49:13.574Z] Removing intermediate container 91cf77c7f3ee [2021-06-22T02:49:13.574Z] ---> 1434bef24669 [2021-06-22T02:49:13.574Z] Step 21/24 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-06-22T02:49:13.574Z] ---> Running in 0f159fccde47 [2021-06-22T02:49:14.170Z] Removing intermediate container 0f159fccde47 [2021-06-22T02:49:14.170Z] ---> 8086b0bf4b75 [2021-06-22T02:49:14.170Z] Step 22/24 : LABEL arch=arm64 [2021-06-22T02:49:14.170Z] ---> Running in f1988e144c09 [2021-06-22T02:49:14.767Z] Removing intermediate container f1988e144c09 [2021-06-22T02:49:14.767Z] ---> a722d0fd8eb0 [2021-06-22T02:49:14.767Z] Step 23/24 : LABEL git_sha=81eb99d5810211675dc02b9cb3cb5d7485fc8923 [2021-06-22T02:49:14.767Z] ---> Running in 107e46e9e703 [2021-06-22T02:49:15.400Z] Removing intermediate container 107e46e9e703 [2021-06-22T02:49:15.400Z] ---> 949f3d26a49f [2021-06-22T02:49:15.400Z] Step 24/24 : LABEL version=0.0.0 [2021-06-22T02:49:15.400Z] ---> Running in c2be7aa0541b [2021-06-22T02:49:15.997Z] Removing intermediate container c2be7aa0541b [2021-06-22T02:49:15.997Z] ---> 6926037e1163 [2021-06-22T02:49:15.997Z] [Warning] One or more build-args [ARCH] were not consumed [2021-06-22T02:49:15.997Z] Successfully built 6926037e1163 [2021-06-22T02:49:15.997Z] 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-22T02:49:16.872Z] ---> job-cost.sh [2021-06-22T02:49:16.872Z] lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AwmI [2021-06-22T02:49:55.877Z] lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient [2021-06-22T02:51:17.632Z] lf-activate-venv(): INFO: Adding /tmp/venv-AwmI/bin to PATH [2021-06-22T02:51:17.632Z] INFO: No Stack... [2021-06-22T02:51:17.632Z] INFO: Retrieving Pricing Info for: v2-standard-4 [2021-06-22T02:51:18.226Z] INFO: Archiving Costs [Pipeline] sh [2021-06-22T02:51:18.591Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2021-06-22T02:51:18.591Z] + cut -d, -f6 [Pipeline] lock [2021-06-22T02:51:18.694Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [2021-06-22T02:51:18.700Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] did not exist. Created. [2021-06-22T02:51:18.700Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-06-22T02:51:19.131Z] /w/workspace/edgex-ui-go/1@tmp/durable-939c3937/script.sh: 1: /w/workspace/edgex-ui-go/1@tmp/durable-939c3937/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-06-22T02:51:19.512Z] + echo total: 0.18000000715255737 [Pipeline] stash [2021-06-22T02:51:19.552Z] Warning: overwriting stash ‘stack-cost’ [2021-06-22T02:51:19.770Z] Stashed 1 file(s) [Pipeline] } [2021-06-22T02:51:19.790Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-395-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2021-06-22T02:51:21.100Z] provisioning config files... [2021-06-22T02:51:21.111Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/config3747895689496908924tmp [Pipeline] { [Pipeline] sh [2021-06-22T02:51:21.486Z] + set +x [2021-06-22T02:51:21.486Z] + curl -s https://codecov.io/bash [2021-06-22T02:51:21.486Z] + bash -s -- [2021-06-22T02:51:21.486Z] [2021-06-22T02:51:21.486Z] _____ _ [2021-06-22T02:51:21.486Z] / ____| | | [2021-06-22T02:51:21.486Z] | | ___ __| | ___ ___ _____ __ [2021-06-22T02:51:21.486Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-06-22T02:51:21.486Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-06-22T02:51:21.486Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-06-22T02:51:21.486Z] Bash-1.0.3 [2021-06-22T02:51:21.486Z] [2021-06-22T02:51:21.486Z] [2021-06-22T02:51:21.486Z] ==> git version 2.24.4 found [2021-06-22T02:51:21.486Z] ==> 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-22T02:51:21.486Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-06-22T02:51:21.486Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-06-22T02:51:21.486Z] ==> Jenkins CI detected. [2021-06-22T02:51:21.757Z] project root: . [2021-06-22T02:51:21.757Z] --> token set from env [2021-06-22T02:51:21.757Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-06-22T02:51:21.757Z] ==> Running gcov in . (disable via -X gcov) [2021-06-22T02:51:21.757Z] ==> Python coveragepy not found [2021-06-22T02:51:21.757Z] ==> Searching for coverage reports in: [2021-06-22T02:51:21.757Z] + . [2021-06-22T02:51:21.757Z] -> Found 1 reports [2021-06-22T02:51:21.757Z] ==> Detecting git/mercurial file structure [2021-06-22T02:51:21.757Z] ==> Reading reports [2021-06-22T02:51:21.757Z] + ./coverage.out bytes=10 [2021-06-22T02:51:21.757Z] ==> Appending adjustments [2021-06-22T02:51:21.757Z] https://docs.codecov.io/docs/fixing-reports [2021-06-22T02:51:21.757Z] + Found adjustments [2021-06-22T02:51:21.757Z] ==> Gzipping contents [2021-06-22T02:51:21.757Z] 4.0K /tmp/codecov.C5uOo3.gz [2021-06-22T02:51:21.757Z] ==> Uploading reports [2021-06-22T02:51:21.757Z] url: https://codecov.io [2021-06-22T02:51:21.757Z] query: branch=PR-395&commit=81eb99d5810211675dc02b9cb3cb5d7485fc8923&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-395%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=395&job=&cmd_args= [2021-06-22T02:51:21.757Z] -> Pinging Codecov [2021-06-22T02:51:21.757Z] https://codecov.io/upload/v4?package=bash-1.0.3&token=secret&branch=PR-395&commit=81eb99d5810211675dc02b9cb3cb5d7485fc8923&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-395%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=395&job=&cmd_args= [2021-06-22T02:51:22.336Z] -> Uploading to [2021-06-22T02:51:22.336Z] https://storage.googleapis.com/codecov/v4/raw/2021-06-22/FB506323287CE973F263BFD2A0EB1F37/81eb99d5810211675dc02b9cb3cb5d7485fc8923/adb2887d-5e57-4f6c-a2a2-872e33179de3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20210622%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210622T025122Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89eab64eac51301f5dd7e76dbdceb7d7d06b52a335438cf710bba54cd910f193 [2021-06-22T02:51:22.336Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-06-22T02:51:22.336Z] Dload Upload Total Spent Left Speed [2021-06-22T02:51:22.615Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3292 0 0 100 3292 0 7231 --:--:-- --:--:-- --:--:-- 7219 100 3292 0 0 100 3292 0 7228 --:--:-- --:--:-- --:--:-- 7219 [2021-06-22T02:51:22.615Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/81eb99d5810211675dc02b9cb3cb5d7485fc8923 [Pipeline] } [2021-06-22T02:51:22.639Z] 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-22T02:51:25.117Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:51:25.738Z] ---> package-listing.sh [2021-06-22T02:51:25.738Z] ++ facter osfamily [2021-06-22T02:51:25.738Z] ++ tr '[:upper:]' '[:lower:]' [2021-06-22T02:51:26.001Z] + OS_FAMILY=redhat [2021-06-22T02:51:26.001Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-395 [2021-06-22T02:51:26.001Z] + START_PACKAGES=/tmp/packages_start.txt [2021-06-22T02:51:26.001Z] + END_PACKAGES=/tmp/packages_end.txt [2021-06-22T02:51:26.001Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-06-22T02:51:26.001Z] + PACKAGES=/tmp/packages_start.txt [2021-06-22T02:51:26.001Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-395 ']' [2021-06-22T02:51:26.001Z] + PACKAGES=/tmp/packages_end.txt [2021-06-22T02:51:26.001Z] + case "${OS_FAMILY}" in [2021-06-22T02:51:26.001Z] + rpm -qa [2021-06-22T02:51:26.001Z] + sort [2021-06-22T02:51:26.957Z] + '[' -f /tmp/packages_start.txt ']' [2021-06-22T02:51:26.957Z] + '[' -f /tmp/packages_end.txt ']' [2021-06-22T02:51:26.957Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-06-22T02:51:26.957Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-395 ']' [2021-06-22T02:51:26.957Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-395/archives/ [2021-06-22T02:51:26.957Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-395/archives/ [Pipeline] echo [2021-06-22T02:51:26.990Z] 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-395/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-06-22T02:51:27.303Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:51:27.904Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T02:51:27.904Z] [2021-06-22T02:51:27.904Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-06-22T02:51:28.261Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T02:51:28.261Z] alpine: Pulling from edgex-lftools-log-publisher [2021-06-22T02:51:28.261Z] df20fa9351a1: Pulling fs layer [2021-06-22T02:51:28.261Z] 36b3adc4ff6f: Pulling fs layer [2021-06-22T02:51:28.261Z] 8ad3a11d3b57: Pulling fs layer [2021-06-22T02:51:28.261Z] 46f8f816bc3b: Pulling fs layer [2021-06-22T02:51:28.261Z] 93b61091891f: Pulling fs layer [2021-06-22T02:51:28.261Z] 93b9cdb0e59b: Pulling fs layer [2021-06-22T02:51:28.261Z] 5e14af77c1be: Pulling fs layer [2021-06-22T02:51:28.261Z] 01666e4c0597: Pulling fs layer [2021-06-22T02:51:28.261Z] aa168da1d23b: Pulling fs layer [2021-06-22T02:51:28.261Z] 93b61091891f: Waiting [2021-06-22T02:51:28.261Z] 93b9cdb0e59b: Waiting [2021-06-22T02:51:28.261Z] 5e14af77c1be: Waiting [2021-06-22T02:51:28.261Z] 01666e4c0597: Waiting [2021-06-22T02:51:28.261Z] aa168da1d23b: Waiting [2021-06-22T02:51:28.261Z] 46f8f816bc3b: Waiting [2021-06-22T02:51:28.261Z] 36b3adc4ff6f: Verifying Checksum [2021-06-22T02:51:28.261Z] 36b3adc4ff6f: Download complete [2021-06-22T02:51:28.261Z] 46f8f816bc3b: Verifying Checksum [2021-06-22T02:51:28.262Z] 46f8f816bc3b: Download complete [2021-06-22T02:51:28.524Z] df20fa9351a1: Verifying Checksum [2021-06-22T02:51:28.524Z] df20fa9351a1: Download complete [2021-06-22T02:51:28.524Z] 93b9cdb0e59b: Verifying Checksum [2021-06-22T02:51:28.524Z] 93b9cdb0e59b: Download complete [2021-06-22T02:51:28.524Z] 93b61091891f: Verifying Checksum [2021-06-22T02:51:28.524Z] 93b61091891f: Download complete [2021-06-22T02:51:28.524Z] 5e14af77c1be: Verifying Checksum [2021-06-22T02:51:28.524Z] 5e14af77c1be: Download complete [2021-06-22T02:51:28.524Z] 01666e4c0597: Verifying Checksum [2021-06-22T02:51:28.524Z] 01666e4c0597: Download complete [2021-06-22T02:51:28.524Z] 8ad3a11d3b57: Verifying Checksum [2021-06-22T02:51:28.524Z] 8ad3a11d3b57: Download complete [2021-06-22T02:51:28.793Z] df20fa9351a1: Pull complete [2021-06-22T02:51:28.793Z] 36b3adc4ff6f: Pull complete [2021-06-22T02:51:29.372Z] 8ad3a11d3b57: Pull complete [2021-06-22T02:51:29.372Z] 46f8f816bc3b: Pull complete [2021-06-22T02:51:29.637Z] 93b61091891f: Pull complete [2021-06-22T02:51:29.899Z] 93b9cdb0e59b: Pull complete [2021-06-22T02:51:29.899Z] 5e14af77c1be: Pull complete [2021-06-22T02:51:30.161Z] 01666e4c0597: Pull complete [2021-06-22T02:51:30.436Z] aa168da1d23b: Verifying Checksum [2021-06-22T02:51:30.436Z] aa168da1d23b: Download complete [2021-06-22T02:51:34.657Z] aa168da1d23b: Pull complete [2021-06-22T02:51:34.657Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-06-22T02:51:34.657Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-06-22T02:51:34.657Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-06-22T02:51:34.778Z] prd-centos7-docker-4c-2g-627 does not seem to be running inside a container [2021-06-22T02:51:34.817Z] $ 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-395/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-395 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395:/w/workspace/edgexfoundry_edgex-ui-go_PR-395:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-06-22T02:51:38.943Z] $ docker top 99f0308575fb3d0526f55f9a2a826f87a6276bb72ed8c8809b55f17eb0a60329 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-06-22T02:51:39.403Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-06-22T02:51:39.733Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-06-22T02:51:40.063Z] + ls /var/log/sa-host [2021-06-22T02:51:40.064Z] + sadf -c /var/log/sa-host/sa05 [2021-06-22T02:51:40.064Z] file_magic: OK [2021-06-22T02:51:40.064Z] HZ: Using current value: 100 [2021-06-22T02:51:40.064Z] file_header: OK [2021-06-22T02:51:40.064Z] 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-22T02:51:40.064Z] Statistics: [2021-06-22T02:51:40.064Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-22T02:51:40.064Z] File successfully converted to sysstat format version 12.2.1 [2021-06-22T02:51:40.064Z] + sadf -c /var/log/sa-host/sa22 [2021-06-22T02:51:40.064Z] file_magic: OK [2021-06-22T02:51:40.064Z] HZ: Using current value: 100 [2021-06-22T02:51:40.064Z] file_header: OK [2021-06-22T02:51:40.064Z] 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-22T02:51:40.064Z] Statistics: [2021-06-22T02:51:40.064Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-06-22T02:51:40.064Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-06-22T02:51:40.354Z] provisioning config files... [2021-06-22T02:51:40.368Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-395@tmp/config1506773317317408600tmp [Pipeline] { [Pipeline] echo [2021-06-22T02:51:40.440Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:51:40.808Z] ---> create-netrc.sh [Pipeline] } [2021-06-22T02:51:40.833Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:51:41.288Z] ---> python-tools-install.sh [Pipeline] echo [2021-06-22T02:51:41.326Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:51:41.667Z] ---> sudo-logs.sh [2021-06-22T02:51:41.667Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-06-22T02:51:41.757Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:51:42.101Z] ---> job-cost.sh [2021-06-22T02:51:42.101Z] lf-activate-venv: SKIPPING [2021-06-22T02:51:42.101Z] DEBUG: total: 0.18000000715255737 [2021-06-22T02:51:42.102Z] INFO: Retrieving Stack Cost... [2021-06-22T02:51:43.491Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-06-22T02:51:43.751Z] INFO: Archiving Costs [Pipeline] echo [2021-06-22T02:51:43.798Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-06-22T02:51:44.137Z] ---> logs-deploy.sh [2021-06-22T02:51:44.137Z] lf-activate-venv: SKIPPING [2021-06-22T02:51:44.137Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-395/1 [2021-06-22T02:51:44.137Z] INFO: archiving workspace using pattern(s): [2021-06-22T02:51:45.087Z] Archives upload complete. [2021-06-22T02:51:45.087Z] INFO: archiving logs to Nexus