Pull request #500 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0de41ae85d301678a1d2dc95cf1ddf004345dffa+246039579fefe65770a4c1017b136de77c7f7cec (944dfbcddeedcd666d1e9e7c75cfc7de0ab26171) 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11083597187619514831.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh10761318030617288787.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 efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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-500/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh8787761461313427235.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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh1640842651610433752.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision efdbc04638cc485a1a2a98c60e49a0e43cac6f53 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f efdbc04638cc485a1a2a98c60e49a0e43cac6f53 # timeout=10 Commit message: "Merge pull request #376 from ernestojeda/add-ireland-release-stream" > 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 > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11609646759916812737.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-500/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 > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-500/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh11529725599742006294.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 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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 efdbc04638cc485a1a2a98c60e49a0e43cac6f53 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.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-6117 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [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-500 # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh3566479114022102274.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit 246039579fefe65770a4c1017b136de77c7f7cec into PR head commit 0de41ae85d301678a1d2dc95cf1ddf004345dffa Merge succeeded, producing 0de41ae85d301678a1d2dc95cf1ddf004345dffa Checking out Revision 0de41ae85d301678a1d2dc95cf1ddf004345dffa (PR-500) > 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh5844656887932643550.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # 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 > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/jenkins-gitclient-ssh1762353897522511757.key > git merge 246039579fefe65770a4c1017b136de77c7f7cec # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 Commit message: "chore(deps): Bump url-parse from 1.5.7 to 1.5.10 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.4' fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-02-28T04:30:20.987Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-02-28T04:30:21.162Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-02-28T04:30:21.257Z] ========================================================= [2022-02-28T04:30:21.257Z] EdgeX Global Pipelines Version Info [2022-02-28T04:30:21.257Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:30:22.393Z] ------------------- [2022-02-28T04:30:22.393Z] stable info: [2022-02-28T04:30:22.393Z] ------------------- [2022-02-28T04:30:22.393Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-02-28T04:30:22.393Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-02-28T04:30:22.393Z] Message: update stable to v1.0.220 [2022-02-28T04:30:22.965Z] ------------------- [2022-02-28T04:30:22.965Z] experimental info: [2022-02-28T04:30:22.965Z] ------------------- [2022-02-28T04:30:22.965Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-02-28T04:30:22.965Z] Commit SHA: efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [2022-02-28T04:30:22.965Z] Message: update experimental to v1.0.220 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-02-28T04:30:23.223Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-02-28T04:30:23.261Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-02-28T04:30:23.300Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-02-28T04:30:23.341Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-02-28T04:30:23.387Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-02-28T04:30:23.428Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-02-28T04:30:23.469Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-02-28T04:30:23.511Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-02-28T04:30:23.552Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-02-28T04:30:23.592Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-02-28T04:30:23.631Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-02-28T04:30:23.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-02-28T04:30:23.712Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-02-28T04:30:23.754Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-02-28T04:30:23.793Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-02-28T04:30:23.829Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-02-28T04:30:23.865Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-02-28T04:30:23.906Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-02-28T04:30:23.956Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-02-28T04:30:23.992Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-02-28T04:30:24.034Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-02-28T04:30:24.072Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-02-28T04:30:24.107Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-02-28T04:30:24.142Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-02-28T04:30:24.184Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-02-28T04:30:24.224Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-02-28T04:30:24.267Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-500 [Pipeline] echo [2022-02-28T04:30:24.312Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-500 [Pipeline] echo [2022-02-28T04:30:24.357Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-500 [Pipeline] echo [2022-02-28T04:30:24.399Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo [2022-02-28T04:30:24.444Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0de41ae [Pipeline] echo [2022-02-28T04:30:24.485Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-28T04:30:24.601Z] provisioning config files... [2022-02-28T04:30:24.615Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config8441932589691146796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:30:24.974Z] ---> docker-login.sh [2022-02-28T04:30:24.975Z] nexus3.edgexfoundry.org:10001 [2022-02-28T04:30:24.975Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:25.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:25.236Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:25.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:25.236Z] [2022-02-28T04:30:25.236Z] Login Succeeded [2022-02-28T04:30:25.236Z] nexus3.edgexfoundry.org:10002 [2022-02-28T04:30:25.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:25.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:25.236Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:25.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:25.236Z] [2022-02-28T04:30:25.236Z] Login Succeeded [2022-02-28T04:30:25.236Z] nexus3.edgexfoundry.org:10003 [2022-02-28T04:30:25.236Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:25.236Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:25.236Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:25.236Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:25.236Z] [2022-02-28T04:30:25.236Z] Login Succeeded [2022-02-28T04:30:25.236Z] nexus3.edgexfoundry.org:10004 [2022-02-28T04:30:25.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:25.498Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:25.498Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:25.498Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:25.498Z] [2022-02-28T04:30:25.498Z] Login Succeeded [2022-02-28T04:30:25.498Z] docker.io [2022-02-28T04:30:25.498Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:25.759Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:25.759Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:25.759Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:25.759Z] [2022-02-28T04:30:25.759Z] Login Succeeded [2022-02-28T04:30:25.759Z] ---> docker-login.sh ends [Pipeline] } [2022-02-28T04:30:25.785Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-02-28T04:30:26.469Z] + git rev-list -1 --merges 0de41ae85d301678a1d2dc95cf1ddf004345dffa~1..0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo [2022-02-28T04:30:26.513Z] -----------> git rev-list -1 --merges 0de41ae85d301678a1d2dc95cf1ddf004345dffa~1..0de41ae85d301678a1d2dc95cf1ddf004345dffa 0de41ae85d301678a1d2dc95cf1ddf004345dffa [false] [Pipeline] sh [2022-02-28T04:30:26.821Z] + git log --format=format:%s -1 0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo [2022-02-28T04:30:26.863Z] ========================================================= [2022-02-28T04:30:26.863Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-02-28T04:30:26.863Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-28T04:30:27.294Z] + git log --format=format:%s -1 0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] echo [2022-02-28T04:30:27.327Z] [semverPrep] GIT_COMMIT: 0de41ae85d301678a1d2dc95cf1ddf004345dffa, Commit Message: chore(deps): Bump url-parse from 1.5.7 to 1.5.10 in /web [Pipeline] echo [2022-02-28T04:30:27.359Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-02-28T04:30:27.830Z] + grep 'github.com ecdsa' /etc/ssh/ssh_known_hosts [2022-02-28T04:30:27.830Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-02-28T04:30:27.830Z] + '[' -e /tmp/ssh_known_hosts ']' [2022-02-28T04:30:27.830Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-02-28T04:30:27.830Z] + echo 'github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=' [2022-02-28T04:30:27.830Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-02-28T04:30:27.830Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:30:28.288Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-28T04:30:28.289Z] [2022-02-28T04:30:28.289Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:30:28.635Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-28T04:30:28.635Z] latest: Pulling from edgex-devops/git-semver [2022-02-28T04:30:28.635Z] a0d0a0d46f8b: Pulling fs layer [2022-02-28T04:30:28.635Z] 3e5f54012d9b: Pulling fs layer [2022-02-28T04:30:28.635Z] 4c7163046ea9: Pulling fs layer [2022-02-28T04:30:28.635Z] 0c2d73faf560: Pulling fs layer [2022-02-28T04:30:28.635Z] 0c2d73faf560: Waiting [2022-02-28T04:30:28.635Z] 3e5f54012d9b: Verifying Checksum [2022-02-28T04:30:28.635Z] 3e5f54012d9b: Download complete [2022-02-28T04:30:28.635Z] a0d0a0d46f8b: Verifying Checksum [2022-02-28T04:30:28.635Z] a0d0a0d46f8b: Download complete [2022-02-28T04:30:28.635Z] 0c2d73faf560: Verifying Checksum [2022-02-28T04:30:28.635Z] 0c2d73faf560: Download complete [2022-02-28T04:30:28.635Z] 4c7163046ea9: Verifying Checksum [2022-02-28T04:30:28.635Z] 4c7163046ea9: Download complete [2022-02-28T04:30:28.907Z] a0d0a0d46f8b: Pull complete [2022-02-28T04:30:28.907Z] 3e5f54012d9b: Pull complete [2022-02-28T04:30:29.174Z] 4c7163046ea9: Pull complete [2022-02-28T04:30:29.436Z] 0c2d73faf560: Pull complete [2022-02-28T04:30:29.436Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-02-28T04:30:29.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-02-28T04:30:29.436Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-02-28T04:30:29.529Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2022-02-28T04:30:29.501Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-02-28T04:30:30.129Z] $ docker top c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-02-28T04:30:30.327Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-02-28T04:30:30.327Z] [ssh-agent] Looking for ssh-agent implementation... [2022-02-28T04:30:30.434Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-02-28T04:30:30.441Z] $ docker exec c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent [2022-02-28T04:30:30.541Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXLekgce/agent.13 [2022-02-28T04:30:30.541Z] SSH_AGENT_PID=19 [2022-02-28T04:30:30.548Z] Running ssh-add (command line suppressed) [2022-02-28T04:30:30.641Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_6695584125371995944.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_6695584125371995944.key) [2022-02-28T04:30:30.648Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-02-28T04:30:30.984Z] + git tag --points-at HEAD [Pipeline] } [2022-02-28T04:30:31.013Z] $ docker exec --env ******** --env ******** c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent -k [2022-02-28T04:30:31.100Z] unset SSH_AUTH_SOCK; [2022-02-28T04:30:31.101Z] unset SSH_AGENT_PID; [2022-02-28T04:30:31.101Z] echo Agent pid 19 killed; [2022-02-28T04:30:31.103Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-02-28T04:30:31.184Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-02-28T04:30:31.184Z] [ssh-agent] Looking for ssh-agent implementation... [2022-02-28T04:30:31.328Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-02-28T04:30:31.335Z] $ docker exec c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent [2022-02-28T04:30:31.471Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXkGigIM/agent.51 [2022-02-28T04:30:31.471Z] SSH_AGENT_PID=57 [2022-02-28T04:30:31.476Z] Running ssh-add (command line suppressed) [2022-02-28T04:30:31.606Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_287957395299779706.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/private_key_287957395299779706.key) [2022-02-28T04:30:31.615Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-02-28T04:30:31.947Z] + git semver init [2022-02-28T04:30:31.947Z] # -> Open(): unable to determine branch for HEAD [2022-02-28T04:30:31.947Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.git [2022-02-28T04:30:31.947Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [2022-02-28T04:30:31.947Z] # $SEMVER_REMOTE_NAME = origin [2022-02-28T04:30:31.947Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-02-28T04:30:31.947Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-02-28T04:30:31.947Z] # $SEMVER_BRANCH = PR-500 [2022-02-28T04:30:31.947Z] # $SEMVER_TEMP = /tmp/semver-882450451 [2022-02-28T04:30:31.947Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-02-28T04:30:34.518Z] # '/tmp/semver-882450451' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver' [2022-02-28T04:30:34.518Z] # -> Force: false [2022-02-28T04:30:34.518Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-500/.semver [Pipeline] } [2022-02-28T04:30:34.548Z] $ docker exec --env ******** --env ******** c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 ssh-agent -k [2022-02-28T04:30:34.646Z] unset SSH_AUTH_SOCK; [2022-02-28T04:30:34.647Z] unset SSH_AGENT_PID; [2022-02-28T04:30:34.647Z] echo Agent pid 57 killed; [2022-02-28T04:30:34.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-02-28T04:30:35.091Z] + git semver [Pipeline] } [2022-02-28T04:30:35.125Z] $ docker stop --time=1 c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 [2022-02-28T04:30:36.422Z] $ docker rm -f c2a45d130276f037aff58ece72016ae5124453f1cb27f9711bd9248a13bca326 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-28T04:30:36.842Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-02-28T04:30:37.141Z] Stashed 1 file(s) [Pipeline] echo [2022-02-28T04:30:37.159Z] [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] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-28T04:30:37.764Z] provisioning config files... [2022-02-28T04:30:37.775Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config7112919265482001688tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:30:38.119Z] ---> docker-login.sh [2022-02-28T04:30:38.119Z] nexus3.edgexfoundry.org:10001 [2022-02-28T04:30:38.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:38.119Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:38.119Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:38.119Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:38.119Z] [2022-02-28T04:30:38.119Z] Login Succeeded [2022-02-28T04:30:38.119Z] nexus3.edgexfoundry.org:10002 [2022-02-28T04:30:38.119Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:38.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:38.383Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:38.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:38.383Z] [2022-02-28T04:30:38.383Z] Login Succeeded [2022-02-28T04:30:38.383Z] nexus3.edgexfoundry.org:10003 [2022-02-28T04:30:38.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:38.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:38.383Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:38.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:38.383Z] [2022-02-28T04:30:38.383Z] Login Succeeded [2022-02-28T04:30:38.383Z] nexus3.edgexfoundry.org:10004 [2022-02-28T04:30:38.383Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:38.383Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:38.383Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:38.383Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:38.383Z] [2022-02-28T04:30:38.383Z] Login Succeeded [2022-02-28T04:30:38.383Z] docker.io [2022-02-28T04:30:38.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:30:38.906Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:30:38.906Z] Configure a credential helper to remove this warning. See [2022-02-28T04:30:38.906Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:30:38.906Z] [2022-02-28T04:30:38.906Z] Login Succeeded [2022-02-28T04:30:38.906Z] ---> docker-login.sh ends [Pipeline] } [2022-02-28T04:30:38.936Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-02-28T04:30:39.131Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-02-28T04:30:39.161Z] ========================================================= [2022-02-28T04:30:39.161Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-02-28T04:30:39.161Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:30:39.583Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg 'MAKE=echo noop' --target=builder . [2022-02-28T04:30:39.843Z] Sending build context to Docker daemon 41.02MB [2022-02-28T04:30:39.843Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-02-28T04:30:39.844Z] Step 2/15 : FROM ${BASE} AS builder [2022-02-28T04:30:39.844Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-02-28T04:30:39.844Z] 59bf1c3509f3: Pulling fs layer [2022-02-28T04:30:39.844Z] 666ba61612fd: Pulling fs layer [2022-02-28T04:30:39.844Z] 8ed8ca486205: Pulling fs layer [2022-02-28T04:30:39.844Z] 4fe6c5a15a65: Pulling fs layer [2022-02-28T04:30:39.844Z] 22a0e8bec74d: Pulling fs layer [2022-02-28T04:30:39.844Z] 640e595b4fbd: Pulling fs layer [2022-02-28T04:30:39.844Z] 763cafe07f6e: Pulling fs layer [2022-02-28T04:30:39.844Z] 0c0b528cf693: Pulling fs layer [2022-02-28T04:30:39.844Z] 10935f4eaf8b: Pulling fs layer [2022-02-28T04:30:39.844Z] 4fe6c5a15a65: Waiting [2022-02-28T04:30:39.844Z] 22a0e8bec74d: Waiting [2022-02-28T04:30:39.844Z] 640e595b4fbd: Waiting [2022-02-28T04:30:39.844Z] 763cafe07f6e: Waiting [2022-02-28T04:30:39.844Z] 0c0b528cf693: Waiting [2022-02-28T04:30:39.844Z] 10935f4eaf8b: Waiting [2022-02-28T04:30:40.108Z] 8ed8ca486205: Verifying Checksum [2022-02-28T04:30:40.108Z] 8ed8ca486205: Download complete [2022-02-28T04:30:40.108Z] 666ba61612fd: Download complete [2022-02-28T04:30:40.108Z] 22a0e8bec74d: Verifying Checksum [2022-02-28T04:30:40.108Z] 22a0e8bec74d: Download complete [2022-02-28T04:30:40.108Z] 59bf1c3509f3: Verifying Checksum [2022-02-28T04:30:40.108Z] 59bf1c3509f3: Download complete [2022-02-28T04:30:40.108Z] 640e595b4fbd: Verifying Checksum [2022-02-28T04:30:40.108Z] 640e595b4fbd: Download complete [2022-02-28T04:30:40.108Z] 763cafe07f6e: Verifying Checksum [2022-02-28T04:30:40.108Z] 763cafe07f6e: Download complete [2022-02-28T04:30:40.108Z] 0c0b528cf693: Verifying Checksum [2022-02-28T04:30:40.108Z] 0c0b528cf693: Download complete [2022-02-28T04:30:40.696Z] 59bf1c3509f3: Pull complete [2022-02-28T04:30:40.696Z] 4fe6c5a15a65: Verifying Checksum [2022-02-28T04:30:40.696Z] 4fe6c5a15a65: Download complete [2022-02-28T04:30:40.696Z] 10935f4eaf8b: Verifying Checksum [2022-02-28T04:30:40.696Z] 10935f4eaf8b: Download complete [2022-02-28T04:30:40.696Z] 666ba61612fd: Pull complete [2022-02-28T04:30:40.958Z] 8ed8ca486205: Pull complete [2022-02-28T04:30:45.192Z] 4fe6c5a15a65: Pull complete [2022-02-28T04:30:45.192Z] 22a0e8bec74d: Pull complete [2022-02-28T04:30:45.192Z] 640e595b4fbd: Pull complete [2022-02-28T04:30:45.192Z] 763cafe07f6e: Pull complete [2022-02-28T04:30:45.192Z] 0c0b528cf693: Pull complete [2022-02-28T04:30:47.761Z] 10935f4eaf8b: Pull complete [2022-02-28T04:30:47.761Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-02-28T04:30:47.761Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-02-28T04:30:47.761Z] ---> 99d49a6021b9 [2022-02-28T04:30:47.761Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-28T04:30:49.677Z] ---> Running in 00849bf109f8 [2022-02-28T04:30:49.678Z] Removing intermediate container 00849bf109f8 [2022-02-28T04:30:49.678Z] ---> 1b694717be08 [2022-02-28T04:30:49.678Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-02-28T04:30:49.678Z] ---> Running in c52016b9eef7 [2022-02-28T04:30:49.678Z] Removing intermediate container c52016b9eef7 [2022-02-28T04:30:49.678Z] ---> 71f4428ac108 [2022-02-28T04:30:49.678Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-02-28T04:30:49.678Z] ---> Running in 0b630d0cf234 [2022-02-28T04:30:49.678Z] Removing intermediate container 0b630d0cf234 [2022-02-28T04:30:49.678Z] ---> d66de849d338 [2022-02-28T04:30:49.678Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-02-28T04:30:49.678Z] ---> Running in cab90e5bed56 [2022-02-28T04:30:49.678Z] Removing intermediate container cab90e5bed56 [2022-02-28T04:30:49.678Z] ---> a75ddd0b0ebd [2022-02-28T04:30:49.678Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-28T04:30:49.939Z] ---> Running in 6915369fe3ca [2022-02-28T04:30:49.939Z] Removing intermediate container 6915369fe3ca [2022-02-28T04:30:49.939Z] ---> cd19db1274d1 [2022-02-28T04:30:49.939Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-28T04:30:49.939Z] ---> Running in d57a8e5874ba [2022-02-28T04:30:50.514Z] Removing intermediate container d57a8e5874ba [2022-02-28T04:30:50.514Z] ---> d1be5cdb14f0 [2022-02-28T04:30:50.514Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-28T04:30:50.514Z] ---> Running in 8ad2bd54055d [2022-02-28T04:30:50.776Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-28T04:30:51.716Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-28T04:30:51.978Z] OK: 221 MiB in 52 packages [2022-02-28T04:30:52.238Z] Removing intermediate container 8ad2bd54055d [2022-02-28T04:30:52.238Z] ---> a77d230ccc5f [2022-02-28T04:30:52.238Z] Step 10/15 : ENV GO111MODULE=on [2022-02-28T04:30:52.238Z] ---> Running in 995c2ec91cf6 [2022-02-28T04:30:52.238Z] Removing intermediate container 995c2ec91cf6 [2022-02-28T04:30:52.238Z] ---> 523a0cd896d7 [2022-02-28T04:30:52.238Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-28T04:30:52.238Z] ---> Running in 830cf7a5e4a8 [2022-02-28T04:30:52.499Z] Removing intermediate container 830cf7a5e4a8 [2022-02-28T04:30:52.499Z] ---> 49ba5093e4ef [2022-02-28T04:30:52.499Z] Step 12/15 : COPY go.mod vendor* ./ [2022-02-28T04:30:52.499Z] ---> 34e86336fa7f [2022-02-28T04:30:52.499Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-28T04:30:52.499Z] ---> Running in d81321aed56f [2022-02-28T04:30:52.579Z] Still waiting to schedule task [2022-02-28T04:30:52.579Z] All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline [2022-02-28T04:31:39.233Z] Removing intermediate container d81321aed56f [2022-02-28T04:31:39.234Z] ---> 3adcea37576a [2022-02-28T04:31:39.234Z] Step 14/15 : COPY . . [2022-02-28T04:31:39.234Z] ---> 64ecc796fe35 [2022-02-28T04:31:39.234Z] Step 15/15 : RUN ${MAKE} [2022-02-28T04:31:39.234Z] ---> Running in 57065253d29f [2022-02-28T04:31:39.234Z] noop [2022-02-28T04:31:39.234Z] Removing intermediate container 57065253d29f [2022-02-28T04:31:39.234Z] ---> a9435d9216a3 [2022-02-28T04:31:39.234Z] Successfully built a9435d9216a3 [2022-02-28T04:31:39.234Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:31:39.599Z] + docker inspect -f . ci-base-image-x86_64 [2022-02-28T04:31:39.600Z] . [Pipeline] withDockerContainer [2022-02-28T04:31:39.692Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2022-02-28T04:31:39.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 [2022-02-28T04:31:40.102Z] $ docker top 528f88a91dd9616055dd2a539335e0fbee31c5ded6cb5f98c447bb106f9db9d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-28T04:31:40.515Z] + go version [2022-02-28T04:31:40.515Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-02-28T04:31:40.547Z] $ docker stop --time=1 528f88a91dd9616055dd2a539335e0fbee31c5ded6cb5f98c447bb106f9db9d9 [2022-02-28T04:31:41.794Z] $ docker rm -f 528f88a91dd9616055dd2a539335e0fbee31c5ded6cb5f98c447bb106f9db9d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:31:42.503Z] + docker inspect -f . ci-base-image-x86_64 [2022-02-28T04:31:42.503Z] . [Pipeline] withDockerContainer [2022-02-28T04:31:42.614Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2022-02-28T04:31:42.653Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 [2022-02-28T04:31:42.982Z] $ docker top b659cde6a62cc60aae868847edf7a0d52be1007aa62fb7aca3339f1688ff2df8 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-02-28T04:31:43.427Z] + make test [2022-02-28T04:31:43.427Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-02-28T04:31:43.709Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-02-28T04:31:56.048Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-02-28T04:31:56.048Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-02-28T04:31:59.380Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-02-28T04:31:59.380Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-02-28T04:31:59.415Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-02-28T04:31:59.448Z] $ docker stop --time=1 b659cde6a62cc60aae868847edf7a0d52be1007aa62fb7aca3339f1688ff2df8 [2022-02-28T04:32:00.825Z] $ docker rm -f b659cde6a62cc60aae868847edf7a0d52be1007aa62fb7aca3339f1688ff2df8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-28T04:32:01.283Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-02-28T04:32:01.356Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-02-28T04:32:02.479Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-02-28T04:32:02.793Z] + ls -al . [2022-02-28T04:32:02.793Z] total 112 [2022-02-28T04:32:02.793Z] drwxrwxr-x. 13 jenkins jenkins 4096 Feb 28 04:31 . [2022-02-28T04:32:02.793Z] drwxrwxr-x. 4 jenkins jenkins 110 Feb 28 04:30 .. [2022-02-28T04:32:02.793Z] drwxrwxr-x. 3 jenkins jenkins 20 Feb 28 04:30 assets [2022-02-28T04:32:02.793Z] drwxrwxr-x. 2 jenkins jenkins 66 Feb 28 04:30 bin [2022-02-28T04:32:02.793Z] drwxrwxr-x. 3 jenkins jenkins 29 Feb 28 04:30 cmd [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 3959 Feb 28 04:30 CONTRIBUTING.md [2022-02-28T04:32:02.793Z] -rw-r--r--. 1 jenkins jenkins 10 Feb 28 04:31 coverage.out [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 1549 Feb 28 04:30 Dockerfile [2022-02-28T04:32:02.793Z] drwxrwxr-x. 2 jenkins jenkins 23 Feb 28 04:30 docs [2022-02-28T04:32:02.793Z] drwxrwxr-x. 8 jenkins jenkins 179 Feb 28 04:30 .git [2022-02-28T04:32:02.793Z] drwxrwxr-x. 2 jenkins jenkins 103 Feb 28 04:30 .github [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 28 04:30 .gitignore [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 1944 Feb 28 04:30 go.mod [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 48565 Feb 28 04:30 go.sum [2022-02-28T04:32:02.793Z] drwxrwxr-x. 9 jenkins jenkins 125 Feb 28 04:30 internal [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 652 Feb 28 04:30 Jenkinsfile [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 11357 Feb 28 04:30 LICENSE [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 1212 Feb 28 04:30 Makefile [2022-02-28T04:32:02.793Z] drwxrwxr-x. 3 jenkins jenkins 19 Feb 28 04:30 pkg [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 4450 Feb 28 04:30 README.md [2022-02-28T04:32:02.793Z] drwx------. 3 jenkins jenkins 56 Feb 28 04:30 .semver [2022-02-28T04:32:02.793Z] drwxrwxr-x. 4 jenkins jenkins 71 Feb 28 04:30 snap [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 5 Feb 28 04:30 VERSION [2022-02-28T04:32:02.793Z] -rw-rw-r--. 1 jenkins jenkins 155 Feb 28 04:30 version.go [2022-02-28T04:32:02.793Z] drwxrwxr-x. 4 jenkins jenkins 4096 Feb 28 04:30 web [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:32:03.120Z] + 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=0de41ae85d301678a1d2dc95cf1ddf004345dffa --label arch=amd64 --label version=0.0.0 . [2022-02-28T04:32:03.383Z] Sending build context to Docker daemon 41.02MB [2022-02-28T04:32:03.383Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-02-28T04:32:03.383Z] Step 2/23 : FROM ${BASE} AS builder [2022-02-28T04:32:03.383Z] ---> a9435d9216a3 [2022-02-28T04:32:03.383Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-28T04:32:03.383Z] ---> Running in e1bacf0f0c8c [2022-02-28T04:32:03.646Z] Removing intermediate container e1bacf0f0c8c [2022-02-28T04:32:03.646Z] ---> 40ac916a84d6 [2022-02-28T04:32:03.646Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-02-28T04:32:03.646Z] ---> Running in 794c341ba076 [2022-02-28T04:32:03.646Z] Removing intermediate container 794c341ba076 [2022-02-28T04:32:03.646Z] ---> 5e811efba57f [2022-02-28T04:32:03.646Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-02-28T04:32:03.646Z] ---> Running in a71a0c61dc99 [2022-02-28T04:32:03.646Z] Removing intermediate container a71a0c61dc99 [2022-02-28T04:32:03.646Z] ---> b31a8bd9eabc [2022-02-28T04:32:03.646Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-02-28T04:32:03.646Z] ---> Running in 2c13f06685b8 [2022-02-28T04:32:03.910Z] Removing intermediate container 2c13f06685b8 [2022-02-28T04:32:03.910Z] ---> eef3d3d8dc82 [2022-02-28T04:32:03.910Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-28T04:32:03.910Z] ---> Running in ce32402fd33b [2022-02-28T04:32:03.910Z] Removing intermediate container ce32402fd33b [2022-02-28T04:32:03.910Z] ---> 568e5fd45615 [2022-02-28T04:32:03.910Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-28T04:32:03.910Z] ---> Running in d20b902e11aa [2022-02-28T04:32:04.492Z] Removing intermediate container d20b902e11aa [2022-02-28T04:32:04.492Z] ---> 622d75ce54f8 [2022-02-28T04:32:04.492Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-28T04:32:04.492Z] ---> Running in 3b69edc7a178 [2022-02-28T04:32:04.754Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-02-28T04:32:05.323Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-02-28T04:32:05.893Z] OK: 221 MiB in 52 packages [2022-02-28T04:32:05.893Z] Removing intermediate container 3b69edc7a178 [2022-02-28T04:32:05.893Z] ---> 6b7556a66396 [2022-02-28T04:32:05.893Z] Step 10/23 : ENV GO111MODULE=on [2022-02-28T04:32:06.160Z] ---> Running in 4108a025ebbb [2022-02-28T04:32:06.160Z] Removing intermediate container 4108a025ebbb [2022-02-28T04:32:06.160Z] ---> b52bea311355 [2022-02-28T04:32:06.160Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-28T04:32:06.160Z] ---> Running in 89a2c6f70ae0 [2022-02-28T04:32:06.160Z] Removing intermediate container 89a2c6f70ae0 [2022-02-28T04:32:06.160Z] ---> a69ba0823a1b [2022-02-28T04:32:06.160Z] Step 12/23 : COPY go.mod vendor* ./ [2022-02-28T04:32:06.425Z] ---> 761c4d90ffc5 [2022-02-28T04:32:06.425Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-28T04:32:06.425Z] ---> Running in 71159297fc39 [2022-02-28T04:32:07.000Z] Removing intermediate container 71159297fc39 [2022-02-28T04:32:07.000Z] ---> c91b07a9f75e [2022-02-28T04:32:07.000Z] Step 14/23 : COPY . . [2022-02-28T04:32:07.957Z] ---> 39421b371e7e [2022-02-28T04:32:07.957Z] Step 15/23 : RUN ${MAKE} [2022-02-28T04:32:07.957Z] ---> Running in d86ba37db467 [2022-02-28T04:32:08.221Z] 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 [2022-02-28T04:32:18.339Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-02-28T04:32:18.339Z] Removing intermediate container d86ba37db467 [2022-02-28T04:32:18.339Z] ---> 5947116d91b4 [2022-02-28T04:32:18.339Z] Step 16/23 : FROM alpine:3.14 [2022-02-28T04:32:18.617Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-6118 in /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [Pipeline] { [Pipeline] ws [2022-02-28T04:32:18.662Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-02-28T04:32:18.896Z] The recommended git tool is: git [2022-02-28T04:32:18.912Z] 3.14: Pulling from library/alpine [2022-02-28T04:32:18.912Z] 97518928ae5f: Pulling fs layer [2022-02-28T04:32:19.172Z] 97518928ae5f: Verifying Checksum [2022-02-28T04:32:19.172Z] 97518928ae5f: Download complete [2022-02-28T04:32:19.437Z] 97518928ae5f: Pull complete [2022-02-28T04:32:19.437Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-28T04:32:19.437Z] Status: Downloaded newer image for alpine:3.14 [2022-02-28T04:32:19.437Z] ---> 0a97eee8041e [2022-02-28T04:32:19.437Z] Step 17/23 : EXPOSE 4000 [2022-02-28T04:32:19.437Z] ---> Running in 5f4fc332a437 [2022-02-28T04:32:19.437Z] Removing intermediate container 5f4fc332a437 [2022-02-28T04:32:19.437Z] ---> ac9d62edb486 [2022-02-28T04:32:19.437Z] Step 18/23 : 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 [2022-02-28T04:32:20.016Z] ---> f87127076c64 [2022-02-28T04:32:20.016Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-02-28T04:32:20.016Z] ---> Running in 2a4dc2ab8340 [2022-02-28T04:32:20.279Z] Removing intermediate container 2a4dc2ab8340 [2022-02-28T04:32:20.279Z] ---> c24b45a8361a [2022-02-28T04:32:20.279Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-02-28T04:32:20.279Z] ---> Running in b31f7a8b0df2 [2022-02-28T04:32:20.279Z] Removing intermediate container b31f7a8b0df2 [2022-02-28T04:32:20.279Z] ---> 7178b7091ad5 [2022-02-28T04:32:20.279Z] Step 21/23 : LABEL arch=amd64 [2022-02-28T04:32:20.279Z] ---> Running in 081e3325f982 [2022-02-28T04:32:20.279Z] Removing intermediate container 081e3325f982 [2022-02-28T04:32:20.279Z] ---> 831e4b9b6acb [2022-02-28T04:32:20.279Z] Step 22/23 : LABEL git_sha=0de41ae85d301678a1d2dc95cf1ddf004345dffa [2022-02-28T04:32:20.279Z] ---> Running in fdecb52924a3 [2022-02-28T04:32:20.539Z] Removing intermediate container fdecb52924a3 [2022-02-28T04:32:20.539Z] ---> 089e4d42c79a [2022-02-28T04:32:20.539Z] Step 23/23 : LABEL version=0.0.0 [2022-02-28T04:32:20.539Z] ---> Running in ebaad9d655a7 [2022-02-28T04:32:20.539Z] Removing intermediate container ebaad9d655a7 [2022-02-28T04:32:20.539Z] ---> 0b17600abbb7 [2022-02-28T04:32:20.539Z] [Warning] One or more build-args [ARCH] were not consumed [2022-02-28T04:32:20.539Z] Successfully built 0b17600abbb7 [2022-02-28T04:32:20.539Z] 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:32:21.324Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-28T04:32:21.324Z] [2022-02-28T04:32:21.324Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:32:21.676Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-28T04:32:21.676Z] latest: Pulling from edgex-lftools-log-publisher [2022-02-28T04:32:21.676Z] 5eb5b503b376: Pulling fs layer [2022-02-28T04:32:21.676Z] 5c69ac0246d0: Pulling fs layer [2022-02-28T04:32:21.676Z] ec43610c2a17: Pulling fs layer [2022-02-28T04:32:21.676Z] 3a2ae6a8a46f: Pulling fs layer [2022-02-28T04:32:21.676Z] 33b1e0a273af: Pulling fs layer [2022-02-28T04:32:21.676Z] 5d3b04190fa2: Pulling fs layer [2022-02-28T04:32:21.676Z] 2f39f015ded8: Pulling fs layer [2022-02-28T04:32:21.676Z] 3a2ae6a8a46f: Waiting [2022-02-28T04:32:21.676Z] 33b1e0a273af: Waiting [2022-02-28T04:32:21.676Z] 5d3b04190fa2: Waiting [2022-02-28T04:32:21.676Z] 2f39f015ded8: Waiting [2022-02-28T04:32:21.676Z] 5c69ac0246d0: Download complete [2022-02-28T04:32:21.676Z] 3a2ae6a8a46f: Verifying Checksum [2022-02-28T04:32:21.676Z] 3a2ae6a8a46f: Download complete [2022-02-28T04:32:21.676Z] ec43610c2a17: Verifying Checksum [2022-02-28T04:32:21.676Z] ec43610c2a17: Download complete [2022-02-28T04:32:21.944Z] 5d3b04190fa2: Verifying Checksum [2022-02-28T04:32:21.944Z] 5d3b04190fa2: Download complete [2022-02-28T04:32:21.944Z] 33b1e0a273af: Verifying Checksum [2022-02-28T04:32:21.944Z] 33b1e0a273af: Download complete [2022-02-28T04:32:21.944Z] 5eb5b503b376: Verifying Checksum [2022-02-28T04:32:21.944Z] 5eb5b503b376: Download complete [2022-02-28T04:32:22.526Z] 2f39f015ded8: Verifying Checksum [2022-02-28T04:32:22.526Z] 2f39f015ded8: Download complete [2022-02-28T04:32:23.472Z] 5eb5b503b376: Pull complete [2022-02-28T04:32:23.742Z] 5c69ac0246d0: Pull complete [2022-02-28T04:32:23.821Z] using credential edgex-jenkins-ssh [2022-02-28T04:32:23.838Z] Cloning the remote Git repository [2022-02-28T04:32:24.321Z] ec43610c2a17: Pull complete [2022-02-28T04:32:24.321Z] 3a2ae6a8a46f: Pull complete [2022-02-28T04:32:24.590Z] 33b1e0a273af: Pull complete [2022-02-28T04:32:24.590Z] 5d3b04190fa2: Pull complete [2022-02-28T04:32:23.889Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-02-28T04:32:23.964Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-02-28T04:32:24.051Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-02-28T04:32:24.051Z] > git --version # timeout=10 [2022-02-28T04:32:24.076Z] > git --version # 'git version 2.17.1' [2022-02-28T04:32:24.078Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-28T04:32:24.159Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-28T04:32:26.992Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-02-28T04:32:27.013Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-02-28T04:32:27.039Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-02-28T04:32:27.081Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-02-28T04:32:27.082Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-28T04:32:27.094Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/500/head:refs/remotes/origin/PR-500 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-02-28T04:32:27.736Z] Merging remotes/origin/main commit 246039579fefe65770a4c1017b136de77c7f7cec into PR head commit 0de41ae85d301678a1d2dc95cf1ddf004345dffa [2022-02-28T04:32:28.177Z] Merge succeeded, producing 0de41ae85d301678a1d2dc95cf1ddf004345dffa [2022-02-28T04:32:28.178Z] Checking out Revision 0de41ae85d301678a1d2dc95cf1ddf004345dffa (PR-500) [2022-02-28T04:32:27.759Z] > git config core.sparsecheckout # timeout=10 [2022-02-28T04:32:27.774Z] > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 [2022-02-28T04:32:28.092Z] > git remote # timeout=10 [2022-02-28T04:32:28.110Z] > git config --get remote.origin.url # timeout=10 [2022-02-28T04:32:28.123Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-02-28T04:32:28.138Z] > git merge 246039579fefe65770a4c1017b136de77c7f7cec # timeout=10 [2022-02-28T04:32:28.160Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-02-28T04:32:28.186Z] > git config core.sparsecheckout # timeout=10 [2022-02-28T04:32:28.209Z] > git checkout -f 0de41ae85d301678a1d2dc95cf1ddf004345dffa # timeout=10 [2022-02-28T04:32:29.902Z] 2f39f015ded8: Pull complete [2022-02-28T04:32:29.902Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-02-28T04:32:29.902Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-28T04:32:29.902Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-02-28T04:32:29.999Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2022-02-28T04:32:30.041Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-02-28T04:32:32.395Z] Commit message: "chore(deps): Bump url-parse from 1.5.7 to 1.5.10 in /web" [2022-02-28T04:32:32.458Z] $ docker top 673153be4354d28b4d5d7088c5fcfbfacf0eca9a46f48a5f44097f5024fca211 -eo pid,comm [2022-02-28T04:32:32.456Z] > git --version # timeout=10 [2022-02-28T04:32:32.466Z] > git --version # 'git version 2.17.1' [2022-02-28T04:32:32.481Z] fatal: bad object efdbc04638cc485a1a2a98c60e49a0e43cac6f53 [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:32:32.876Z] [2022-02-28T04:32:32.876Z] GitHub has been notified of this commit’s build result [2022-02-28T04:32:32.876Z] [Pipeline] withEnv [Pipeline] { [2022-02-28T04:32:32.963Z] ---> job-cost.sh [2022-02-28T04:32:32.963Z] lf-activate-venv: SKIPPING [2022-02-28T04:32:32.963Z] INFO: No Stack... [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-28T04:32:33.223Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-02-28T04:32:33.481Z] INFO: Archiving Costs [Pipeline] sh [2022-02-28T04:32:33.652Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-02-28T04:32:33.652Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-28T04:32:33.652Z] Dload Upload Total Spent Left Speed [2022-02-28T04:32:33.652Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 45030 0 --:--:-- --:--:-- --:--:-- 45030 [2022-02-28T04:32:33.808Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/cost.csv [2022-02-28T04:32:33.808Z] + cut -d, -f6 [Pipeline] lock [2022-02-28T04:32:33.853Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [2022-02-28T04:32:33.858Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] did not exist. Created. [2022-02-28T04:32:33.858Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] { [Pipeline] sh [Pipeline] unstash [Pipeline] sh [2022-02-28T04:32:34.236Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-02-28T04:32:34.336Z] + echo total: 0.05999999865889549 [Pipeline] stash [2022-02-28T04:32:34.422Z] Stashed 1 file(s) [Pipeline] } [2022-02-28T04:32:34.438Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-02-28T04:32:34.529Z] $ docker stop --time=1 673153be4354d28b4d5d7088c5fcfbfacf0eca9a46f48a5f44097f5024fca211 [2022-02-28T04:32:34.587Z] + sudo tee /etc/docker/daemon.new [2022-02-28T04:32:34.587Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-02-28T04:32:34.587Z] { [2022-02-28T04:32:34.587Z] "registry-mirrors": [ [2022-02-28T04:32:34.587Z] "https://nexus3.edgexfoundry.org:10001" [2022-02-28T04:32:34.587Z] ], [2022-02-28T04:32:34.587Z] "bip": "10.250.0.254/24", [2022-02-28T04:32:34.587Z] "hosts": [ [2022-02-28T04:32:34.587Z] "tcp://0.0.0.0:5555", [2022-02-28T04:32:34.587Z] "unix:///var/run/docker.sock" [2022-02-28T04:32:34.587Z] ], [2022-02-28T04:32:34.588Z] "mtu": 1458, [2022-02-28T04:32:34.588Z] "selinux-enabled": true, [2022-02-28T04:32:34.588Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-02-28T04:32:34.588Z] } [2022-02-28T04:32:35.667Z] $ docker rm -f 673153be4354d28b4d5d7088c5fcfbfacf0eca9a46f48a5f44097f5024fca211 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-02-28T04:32:36.181Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-02-28T04:32:36.533Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-28T04:32:54.931Z] provisioning config files... [2022-02-28T04:32:54.955Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4562981973046713620tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:32:55.501Z] ---> docker-login.sh [2022-02-28T04:32:55.501Z] nexus3.edgexfoundry.org:10001 [2022-02-28T04:32:56.096Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:32:56.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:32:56.371Z] Configure a credential helper to remove this warning. See [2022-02-28T04:32:56.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:32:56.371Z] [2022-02-28T04:32:56.371Z] Login Succeeded [2022-02-28T04:32:56.371Z] nexus3.edgexfoundry.org:10002 [2022-02-28T04:32:56.643Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:32:56.643Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:32:56.643Z] Configure a credential helper to remove this warning. See [2022-02-28T04:32:56.643Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:32:56.643Z] [2022-02-28T04:32:56.643Z] Login Succeeded [2022-02-28T04:32:56.917Z] nexus3.edgexfoundry.org:10003 [2022-02-28T04:32:57.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:32:57.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:32:57.193Z] Configure a credential helper to remove this warning. See [2022-02-28T04:32:57.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:32:57.193Z] [2022-02-28T04:32:57.193Z] Login Succeeded [2022-02-28T04:32:57.193Z] nexus3.edgexfoundry.org:10004 [2022-02-28T04:32:57.469Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:32:57.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:32:57.741Z] Configure a credential helper to remove this warning. See [2022-02-28T04:32:57.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:32:57.741Z] [2022-02-28T04:32:57.741Z] Login Succeeded [2022-02-28T04:32:57.741Z] docker.io [2022-02-28T04:32:58.013Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-02-28T04:32:58.285Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-02-28T04:32:58.285Z] Configure a credential helper to remove this warning. See [2022-02-28T04:32:58.285Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-02-28T04:32:58.285Z] [2022-02-28T04:32:58.285Z] Login Succeeded [2022-02-28T04:32:58.285Z] ---> docker-login.sh ends [Pipeline] } [2022-02-28T04:32:58.317Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-02-28T04:32:58.679Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-02-28T04:32:58.711Z] ========================================================= [2022-02-28T04:32:58.711Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-02-28T04:32:58.711Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:32:59.148Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-02-28T04:33:00.131Z] Sending build context to Docker daemon 25.78MB [2022-02-28T04:33:00.131Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-02-28T04:33:00.131Z] Step 2/15 : FROM ${BASE} AS builder [2022-02-28T04:33:00.131Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-02-28T04:33:00.131Z] 9b3977197b4f: Pulling fs layer [2022-02-28T04:33:00.131Z] 1a89e8eeedd5: Pulling fs layer [2022-02-28T04:33:00.131Z] 94645a83ff95: Pulling fs layer [2022-02-28T04:33:00.131Z] 3f3a8bcf1eab: Pulling fs layer [2022-02-28T04:33:00.131Z] 0c92f367c5e7: Pulling fs layer [2022-02-28T04:33:00.131Z] f7c0051592d6: Pulling fs layer [2022-02-28T04:33:00.131Z] a227ed2f7395: Pulling fs layer [2022-02-28T04:33:00.131Z] 7b1c46037f91: Pulling fs layer [2022-02-28T04:33:00.131Z] 3f3a8bcf1eab: Waiting [2022-02-28T04:33:00.131Z] 0c92f367c5e7: Waiting [2022-02-28T04:33:00.131Z] f7c0051592d6: Waiting [2022-02-28T04:33:00.131Z] a227ed2f7395: Waiting [2022-02-28T04:33:00.131Z] 7b1c46037f91: Waiting [2022-02-28T04:33:00.131Z] 94645a83ff95: Verifying Checksum [2022-02-28T04:33:00.131Z] 94645a83ff95: Download complete [2022-02-28T04:33:00.131Z] 1a89e8eeedd5: Verifying Checksum [2022-02-28T04:33:00.131Z] 1a89e8eeedd5: Download complete [2022-02-28T04:33:00.131Z] 0c92f367c5e7: Verifying Checksum [2022-02-28T04:33:00.131Z] 0c92f367c5e7: Download complete [2022-02-28T04:33:00.405Z] f7c0051592d6: Verifying Checksum [2022-02-28T04:33:00.405Z] f7c0051592d6: Download complete [2022-02-28T04:33:00.405Z] 9b3977197b4f: Verifying Checksum [2022-02-28T04:33:00.405Z] 9b3977197b4f: Download complete [2022-02-28T04:33:00.405Z] a227ed2f7395: Verifying Checksum [2022-02-28T04:33:00.405Z] a227ed2f7395: Download complete [2022-02-28T04:33:01.007Z] 9b3977197b4f: Pull complete [2022-02-28T04:33:01.611Z] 1a89e8eeedd5: Pull complete [2022-02-28T04:33:01.886Z] 94645a83ff95: Pull complete [2022-02-28T04:33:02.163Z] 7b1c46037f91: Verifying Checksum [2022-02-28T04:33:02.163Z] 7b1c46037f91: Download complete [2022-02-28T04:33:02.757Z] 3f3a8bcf1eab: Download complete [2022-02-28T04:33:15.158Z] 3f3a8bcf1eab: Pull complete [2022-02-28T04:33:15.158Z] 0c92f367c5e7: Pull complete [2022-02-28T04:33:15.158Z] f7c0051592d6: Pull complete [2022-02-28T04:33:15.158Z] a227ed2f7395: Pull complete [2022-02-28T04:33:20.572Z] 7b1c46037f91: Pull complete [2022-02-28T04:33:20.572Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-02-28T04:33:20.572Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-02-28T04:33:20.572Z] ---> f79e39bc4007 [2022-02-28T04:33:20.572Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-28T04:33:22.553Z] ---> Running in cc99bfcde27c [2022-02-28T04:33:22.553Z] Removing intermediate container cc99bfcde27c [2022-02-28T04:33:22.553Z] ---> dd98cc6b8bac [2022-02-28T04:33:22.553Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-02-28T04:33:22.825Z] ---> Running in e843dfa266b6 [2022-02-28T04:33:23.100Z] Removing intermediate container e843dfa266b6 [2022-02-28T04:33:23.100Z] ---> 44ce06f57425 [2022-02-28T04:33:23.100Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-02-28T04:33:23.100Z] ---> Running in 11f1c90a5156 [2022-02-28T04:33:23.700Z] Removing intermediate container 11f1c90a5156 [2022-02-28T04:33:23.700Z] ---> dc1bb378f784 [2022-02-28T04:33:23.700Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-02-28T04:33:23.700Z] ---> Running in 06680098fbf7 [2022-02-28T04:33:23.972Z] Removing intermediate container 06680098fbf7 [2022-02-28T04:33:23.972Z] ---> 7c77c3854c51 [2022-02-28T04:33:23.972Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-28T04:33:24.244Z] ---> Running in d30eed466999 [2022-02-28T04:33:24.529Z] Removing intermediate container d30eed466999 [2022-02-28T04:33:24.529Z] ---> 802023e5710b [2022-02-28T04:33:24.529Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-28T04:33:24.529Z] ---> Running in 2c45121ae235 [2022-02-28T04:33:26.522Z] Removing intermediate container 2c45121ae235 [2022-02-28T04:33:26.522Z] ---> 45d18d3be9b4 [2022-02-28T04:33:26.522Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-28T04:33:26.522Z] ---> Running in ba6b4be0355c [2022-02-28T04:33:27.501Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-28T04:33:28.476Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-28T04:33:29.069Z] OK: 220 MiB in 52 packages [2022-02-28T04:33:30.049Z] Removing intermediate container ba6b4be0355c [2022-02-28T04:33:30.049Z] ---> ad9876ead9f6 [2022-02-28T04:33:30.049Z] Step 10/15 : ENV GO111MODULE=on [2022-02-28T04:33:30.049Z] ---> Running in 7590d51151ff [2022-02-28T04:33:30.322Z] Removing intermediate container 7590d51151ff [2022-02-28T04:33:30.322Z] ---> 56f91ea99e46 [2022-02-28T04:33:30.322Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-28T04:33:30.593Z] ---> Running in 4932d8a576e1 [2022-02-28T04:33:30.869Z] Removing intermediate container 4932d8a576e1 [2022-02-28T04:33:30.869Z] ---> 79f5f2280c6f [2022-02-28T04:33:30.869Z] Step 12/15 : COPY go.mod vendor* ./ [2022-02-28T04:33:31.465Z] ---> 305fd3f1caa4 [2022-02-28T04:33:31.465Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-28T04:33:31.744Z] ---> Running in b5c4beb40be6 [2022-02-28T04:34:39.742Z] Removing intermediate container b5c4beb40be6 [2022-02-28T04:34:39.742Z] ---> 280896b6a9e1 [2022-02-28T04:34:39.742Z] Step 14/15 : COPY . . [2022-02-28T04:34:42.354Z] ---> 1a4f0ad9a066 [2022-02-28T04:34:42.354Z] Step 15/15 : RUN ${MAKE} [2022-02-28T04:34:42.354Z] ---> Running in d9cde5c29c4e [2022-02-28T04:34:42.950Z] noop [2022-02-28T04:34:43.551Z] Removing intermediate container d9cde5c29c4e [2022-02-28T04:34:43.551Z] ---> 25deafc2942a [2022-02-28T04:34:43.551Z] Successfully built 25deafc2942a [2022-02-28T04:34:43.551Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:34:44.185Z] + docker inspect -f . ci-base-image-arm64 [2022-02-28T04:34:44.185Z] . [Pipeline] withDockerContainer [2022-02-28T04:34:44.399Z] prd-ubuntu18.04-docker-arm64-4c-16g-6118 does not seem to be running inside a container [2022-02-28T04:34:44.481Z] $ 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 [2022-02-28T04:34:45.727Z] $ docker top 24096f34c8db99bae1ec917770515bef934652fd259d4686bba943b80473e1d9 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-28T04:34:46.641Z] + go version [2022-02-28T04:34:46.642Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-02-28T04:34:46.684Z] $ docker stop --time=1 24096f34c8db99bae1ec917770515bef934652fd259d4686bba943b80473e1d9 [2022-02-28T04:34:48.308Z] $ docker rm -f 24096f34c8db99bae1ec917770515bef934652fd259d4686bba943b80473e1d9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:34:49.146Z] + docker inspect -f . ci-base-image-arm64 [2022-02-28T04:34:49.146Z] . [Pipeline] withDockerContainer [2022-02-28T04:34:49.381Z] prd-ubuntu18.04-docker-arm64-4c-16g-6118 does not seem to be running inside a container [2022-02-28T04:34:49.464Z] $ 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 [2022-02-28T04:34:50.726Z] $ docker top be582ef142ae61f8df9d13bf4f7295c55d650599ac2ba3ca9ef19d2a38ac6349 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-02-28T04:34:51.691Z] + make test [2022-02-28T04:34:51.691Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-02-28T04:34:52.672Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-02-28T04:35:31.714Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-02-28T04:35:31.714Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-02-28T04:35:44.115Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-02-28T04:35:44.115Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-02-28T04:35:44.159Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-02-28T04:35:44.197Z] $ docker stop --time=1 be582ef142ae61f8df9d13bf4f7295c55d650599ac2ba3ca9ef19d2a38ac6349 [2022-02-28T04:35:45.952Z] $ docker rm -f be582ef142ae61f8df9d13bf4f7295c55d650599ac2ba3ca9ef19d2a38ac6349 [Pipeline] // withDockerContainer [Pipeline] sh [2022-02-28T04:35:46.768Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-02-28T04:35:46.805Z] Warning: overwriting stash ‘coverage-report’ [2022-02-28T04:35:47.335Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-02-28T04:35:47.949Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-02-28T04:35:48.295Z] + ls -al . [2022-02-28T04:35:48.295Z] total 152 [2022-02-28T04:35:48.295Z] drwxrwxr-x 12 jenkins jenkins 4096 Feb 28 04:34 . [2022-02-28T04:35:48.295Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 04:32 .. [2022-02-28T04:35:48.295Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 28 04:32 .git [2022-02-28T04:35:48.295Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 04:32 .github [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 28 04:32 .gitignore [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 3959 Feb 28 04:32 CONTRIBUTING.md [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 1549 Feb 28 04:32 Dockerfile [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 652 Feb 28 04:32 Jenkinsfile [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 11357 Feb 28 04:32 LICENSE [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 1212 Feb 28 04:32 Makefile [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 4450 Feb 28 04:32 README.md [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 28 04:30 VERSION [2022-02-28T04:35:48.295Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 04:32 assets [2022-02-28T04:35:48.295Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 04:32 bin [2022-02-28T04:35:48.295Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 04:32 cmd [2022-02-28T04:35:48.295Z] -rw-r--r-- 1 jenkins jenkins 10 Feb 28 04:34 coverage.out [2022-02-28T04:35:48.295Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 28 04:32 docs [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 1944 Feb 28 04:32 go.mod [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 48565 Feb 28 04:32 go.sum [2022-02-28T04:35:48.295Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 28 04:32 internal [2022-02-28T04:35:48.295Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 28 04:32 pkg [2022-02-28T04:35:48.295Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 04:32 snap [2022-02-28T04:35:48.295Z] -rw-rw-r-- 1 jenkins jenkins 155 Feb 28 04:32 version.go [2022-02-28T04:35:48.295Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 28 04:32 web [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:35:48.659Z] + 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=0de41ae85d301678a1d2dc95cf1ddf004345dffa --label arch=arm64 --label version=0.0.0 . [2022-02-28T04:35:49.651Z] Sending build context to Docker daemon 25.78MB [2022-02-28T04:35:49.651Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-02-28T04:35:49.651Z] Step 2/23 : FROM ${BASE} AS builder [2022-02-28T04:35:49.651Z] ---> 25deafc2942a [2022-02-28T04:35:49.651Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-02-28T04:35:49.651Z] ---> Running in 7dc7e12b72d4 [2022-02-28T04:35:50.246Z] Removing intermediate container 7dc7e12b72d4 [2022-02-28T04:35:50.246Z] ---> 3d290709cfb6 [2022-02-28T04:35:50.246Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-02-28T04:35:50.246Z] ---> Running in 5c14db915ec8 [2022-02-28T04:35:50.527Z] Removing intermediate container 5c14db915ec8 [2022-02-28T04:35:50.527Z] ---> 038ff46e57cf [2022-02-28T04:35:50.527Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-02-28T04:35:50.527Z] ---> Running in 81572277d225 [2022-02-28T04:35:51.121Z] Removing intermediate container 81572277d225 [2022-02-28T04:35:51.121Z] ---> 312ea062c3cd [2022-02-28T04:35:51.121Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-02-28T04:35:51.121Z] ---> Running in 1b0946f9f42b [2022-02-28T04:35:51.400Z] Removing intermediate container 1b0946f9f42b [2022-02-28T04:35:51.400Z] ---> d842008eca26 [2022-02-28T04:35:51.400Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-02-28T04:35:51.400Z] ---> Running in 04f05d595a2e [2022-02-28T04:35:51.691Z] Removing intermediate container 04f05d595a2e [2022-02-28T04:35:51.691Z] ---> b378f34ed23d [2022-02-28T04:35:51.691Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-02-28T04:35:51.964Z] ---> Running in be11dd195715 [2022-02-28T04:35:53.959Z] Removing intermediate container be11dd195715 [2022-02-28T04:35:53.959Z] ---> 75e1b9a82822 [2022-02-28T04:35:53.959Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-02-28T04:35:53.959Z] ---> Running in bab2e4a30165 [2022-02-28T04:35:54.555Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-02-28T04:35:55.535Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-02-28T04:35:56.516Z] OK: 220 MiB in 52 packages [2022-02-28T04:35:57.111Z] Removing intermediate container bab2e4a30165 [2022-02-28T04:35:57.111Z] ---> 10ea9ac9181a [2022-02-28T04:35:57.111Z] Step 10/23 : ENV GO111MODULE=on [2022-02-28T04:35:57.111Z] ---> Running in 7f10bfeafd3c [2022-02-28T04:35:57.710Z] Removing intermediate container 7f10bfeafd3c [2022-02-28T04:35:57.710Z] ---> 8d29bd7ef326 [2022-02-28T04:35:57.710Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-02-28T04:35:57.710Z] ---> Running in 5cd44f47b2cb [2022-02-28T04:35:57.981Z] Removing intermediate container 5cd44f47b2cb [2022-02-28T04:35:57.981Z] ---> 72932ffef22a [2022-02-28T04:35:57.981Z] Step 12/23 : COPY go.mod vendor* ./ [2022-02-28T04:35:58.576Z] ---> 10da2d91b341 [2022-02-28T04:35:58.576Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-02-28T04:35:58.576Z] ---> Running in 2c43668fa0bd [2022-02-28T04:36:01.197Z] Removing intermediate container 2c43668fa0bd [2022-02-28T04:36:01.197Z] ---> 92d00ce40137 [2022-02-28T04:36:01.197Z] Step 14/23 : COPY . . [2022-02-28T04:36:03.815Z] ---> a70bacf3a033 [2022-02-28T04:36:03.815Z] Step 15/23 : RUN ${MAKE} [2022-02-28T04:36:03.815Z] ---> Running in cd8b03ed37f7 [2022-02-28T04:36:04.422Z] 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 [2022-02-28T04:36:36.782Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-02-28T04:36:42.180Z] Removing intermediate container cd8b03ed37f7 [2022-02-28T04:36:42.180Z] ---> 021b40f070ec [2022-02-28T04:36:42.180Z] Step 16/23 : FROM alpine:3.14 [2022-02-28T04:36:42.180Z] 3.14: Pulling from library/alpine [2022-02-28T04:36:42.180Z] be307f383ecc: Pulling fs layer [2022-02-28T04:36:42.455Z] be307f383ecc: Verifying Checksum [2022-02-28T04:36:42.455Z] be307f383ecc: Download complete [2022-02-28T04:36:43.055Z] be307f383ecc: Pull complete [2022-02-28T04:36:43.056Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2022-02-28T04:36:43.056Z] Status: Downloaded newer image for alpine:3.14 [2022-02-28T04:36:43.056Z] ---> 5b8b7b635229 [2022-02-28T04:36:43.056Z] Step 17/23 : EXPOSE 4000 [2022-02-28T04:36:43.056Z] ---> Running in 970e228245f2 [2022-02-28T04:36:43.329Z] Removing intermediate container 970e228245f2 [2022-02-28T04:36:43.329Z] ---> 0cd27b4d0df4 [2022-02-28T04:36:43.329Z] Step 18/23 : 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 [2022-02-28T04:36:44.780Z] ---> 5cba9fca0ae0 [2022-02-28T04:36:44.780Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-02-28T04:36:45.054Z] ---> Running in a2102af7d366 [2022-02-28T04:36:45.326Z] Removing intermediate container a2102af7d366 [2022-02-28T04:36:45.326Z] ---> 0af22f9476b8 [2022-02-28T04:36:45.326Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-02-28T04:36:45.326Z] ---> Running in 7dec591d48c1 [2022-02-28T04:36:45.602Z] Removing intermediate container 7dec591d48c1 [2022-02-28T04:36:45.602Z] ---> 15576b20c40b [2022-02-28T04:36:45.602Z] Step 21/23 : LABEL arch=arm64 [2022-02-28T04:36:45.876Z] ---> Running in b011b5e33dc5 [2022-02-28T04:36:46.148Z] Removing intermediate container b011b5e33dc5 [2022-02-28T04:36:46.148Z] ---> 4be5e5eb8414 [2022-02-28T04:36:46.148Z] Step 22/23 : LABEL git_sha=0de41ae85d301678a1d2dc95cf1ddf004345dffa [2022-02-28T04:36:46.148Z] ---> Running in ae084cf3fba6 [2022-02-28T04:36:46.743Z] Removing intermediate container ae084cf3fba6 [2022-02-28T04:36:46.743Z] ---> 2a5918cb107b [2022-02-28T04:36:46.743Z] Step 23/23 : LABEL version=0.0.0 [2022-02-28T04:36:46.743Z] ---> Running in 2253506a04a1 [2022-02-28T04:36:47.016Z] Removing intermediate container 2253506a04a1 [2022-02-28T04:36:47.016Z] ---> 560a0ad0e9f2 [2022-02-28T04:36:47.016Z] [Warning] One or more build-args [ARCH] were not consumed [2022-02-28T04:36:47.016Z] Successfully built 560a0ad0e9f2 [2022-02-28T04:36:47.290Z] 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] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:36:48.002Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-28T04:36:48.002Z] [2022-02-28T04:36:48.002Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:36:48.385Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-28T04:36:48.385Z] arm64: Pulling from edgex-lftools-log-publisher [2022-02-28T04:36:48.385Z] 8998bd30e6a1: Pulling fs layer [2022-02-28T04:36:48.385Z] 04944245beec: Pulling fs layer [2022-02-28T04:36:48.385Z] 699f458cf7ca: Pulling fs layer [2022-02-28T04:36:48.385Z] 765212b225bb: Pulling fs layer [2022-02-28T04:36:48.385Z] f23df028b6ca: Pulling fs layer [2022-02-28T04:36:48.385Z] d65c8cfc05b1: Pulling fs layer [2022-02-28T04:36:48.385Z] 2437ff75d9bd: Pulling fs layer [2022-02-28T04:36:48.385Z] f23df028b6ca: Waiting [2022-02-28T04:36:48.385Z] d65c8cfc05b1: Waiting [2022-02-28T04:36:48.385Z] 2437ff75d9bd: Waiting [2022-02-28T04:36:48.385Z] 765212b225bb: Waiting [2022-02-28T04:36:48.658Z] 04944245beec: Verifying Checksum [2022-02-28T04:36:48.658Z] 04944245beec: Download complete [2022-02-28T04:36:48.658Z] 765212b225bb: Download complete [2022-02-28T04:36:48.658Z] f23df028b6ca: Verifying Checksum [2022-02-28T04:36:48.658Z] f23df028b6ca: Download complete [2022-02-28T04:36:48.658Z] d65c8cfc05b1: Download complete [2022-02-28T04:36:48.658Z] 699f458cf7ca: Verifying Checksum [2022-02-28T04:36:48.658Z] 699f458cf7ca: Download complete [2022-02-28T04:36:49.254Z] 8998bd30e6a1: Verifying Checksum [2022-02-28T04:36:49.254Z] 8998bd30e6a1: Download complete [2022-02-28T04:36:51.234Z] 2437ff75d9bd: Verifying Checksum [2022-02-28T04:36:51.235Z] 2437ff75d9bd: Download complete [2022-02-28T04:36:53.207Z] 8998bd30e6a1: Pull complete [2022-02-28T04:36:53.800Z] 04944245beec: Pull complete [2022-02-28T04:36:55.233Z] 699f458cf7ca: Pull complete [2022-02-28T04:36:55.233Z] 765212b225bb: Pull complete [2022-02-28T04:36:56.215Z] f23df028b6ca: Pull complete [2022-02-28T04:36:56.487Z] d65c8cfc05b1: Pull complete [2022-02-28T04:37:11.567Z] 2437ff75d9bd: Pull complete [2022-02-28T04:37:11.567Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-02-28T04:37:11.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-02-28T04:37:11.567Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-02-28T04:37:11.808Z] prd-ubuntu18.04-docker-arm64-4c-16g-6118 does not seem to be running inside a container [2022-02-28T04:37:11.898Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-02-28T04:37:14.498Z] $ docker top 8ac48dfa1b27d06309c4dbf238a55a175d0856453aa51090b54fcafcca22561f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:15.467Z] ---> job-cost.sh [2022-02-28T04:37:15.467Z] lf-activate-venv: SKIPPING [2022-02-28T04:37:15.467Z] INFO: No Stack... [2022-02-28T04:37:15.742Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-02-28T04:37:16.714Z] INFO: Archiving Costs [Pipeline] sh [2022-02-28T04:37:17.397Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-02-28T04:37:17.397Z] + cut -d, -f6 [Pipeline] lock [2022-02-28T04:37:17.481Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [2022-02-28T04:37:17.486Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] did not exist. Created. [2022-02-28T04:37:17.486Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-02-28T04:37:18.229Z] /w/workspace/edgex-ui-go/1@tmp/durable-7f652bfd/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-02-28T04:37:18.922Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-02-28T04:37:18.961Z] Warning: overwriting stash ‘stack-cost’ [2022-02-28T04:37:19.095Z] Stashed 1 file(s) [Pipeline] } [2022-02-28T04:37:19.110Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-500-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-02-28T04:37:19.199Z] $ docker stop --time=1 8ac48dfa1b27d06309c4dbf238a55a175d0856453aa51090b54fcafcca22561f [2022-02-28T04:37:20.678Z] $ docker rm -f 8ac48dfa1b27d06309c4dbf238a55a175d0856453aa51090b54fcafcca22561f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [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 [2022-02-28T04:37:21.689Z] provisioning config files... [2022-02-28T04:37:21.700Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config8286487963741169118tmp [Pipeline] { [Pipeline] sh [2022-02-28T04:37:22.049Z] + set +x [2022-02-28T04:37:22.049Z] + curl -s https://codecov.io/bash [2022-02-28T04:37:22.049Z] + bash -s -- [2022-02-28T04:37:22.049Z] [2022-02-28T04:37:22.049Z] _____ _ [2022-02-28T04:37:22.049Z] / ____| | | [2022-02-28T04:37:22.049Z] | | ___ __| | ___ ___ _____ __ [2022-02-28T04:37:22.049Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-02-28T04:37:22.049Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-02-28T04:37:22.049Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-02-28T04:37:22.049Z] Bash-1.0.6 [2022-02-28T04:37:22.049Z] [2022-02-28T04:37:22.049Z] [2022-02-28T04:37:22.049Z] ==> git version 2.24.4 found [2022-02-28T04:37:22.049Z] ==> 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 [2022-02-28T04:37:22.049Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2022-02-28T04:37:22.049Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2022-02-28T04:37:22.049Z] ==> Jenkins CI detected. [2022-02-28T04:37:22.049Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-500 [2022-02-28T04:37:22.049Z] project root: . [2022-02-28T04:37:22.049Z] --> token set from env [2022-02-28T04:37:22.049Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-02-28T04:37:22.312Z] ==> Running gcov in . (disable via -X gcov) [2022-02-28T04:37:22.312Z] ==> Python coveragepy not found [2022-02-28T04:37:22.312Z] ==> Searching for coverage reports in: [2022-02-28T04:37:22.312Z] + . [2022-02-28T04:37:22.312Z] -> Found 1 reports [2022-02-28T04:37:22.312Z] ==> Detecting git/mercurial file structure [2022-02-28T04:37:22.312Z] ==> Reading reports [2022-02-28T04:37:22.312Z] + ./coverage.out bytes=10 [2022-02-28T04:37:22.312Z] ==> Appending adjustments [2022-02-28T04:37:22.312Z] https://docs.codecov.io/docs/fixing-reports [2022-02-28T04:37:22.312Z] + Found adjustments [2022-02-28T04:37:22.312Z] ==> Gzipping contents [2022-02-28T04:37:22.312Z] 4.0K /tmp/codecov.RfxtJE.gz [2022-02-28T04:37:22.312Z] ==> Uploading reports [2022-02-28T04:37:22.312Z] url: https://codecov.io [2022-02-28T04:37:22.312Z] query: branch=PR-500&commit=0de41ae85d301678a1d2dc95cf1ddf004345dffa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= [2022-02-28T04:37:22.312Z] -> Pinging Codecov [2022-02-28T04:37:22.312Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-500&commit=0de41ae85d301678a1d2dc95cf1ddf004345dffa&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-500%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=500&job=&cmd_args= [2022-02-28T04:37:22.881Z] -> Uploading to [2022-02-28T04:37:22.881Z] https://storage.googleapis.com/codecov/v4/raw/2022-02-28/FB506323287CE973F263BFD2A0EB1F37/0de41ae85d301678a1d2dc95cf1ddf004345dffa/597d5986-d157-4d22-879f-68979b6f5a7b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220228%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220228T043722Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=c150f96cc17e1b5f1fbc1137e925f78291db0834b549e526753387bead037cd1 [2022-02-28T04:37:22.881Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-02-28T04:37:22.881Z] Dload Upload Total Spent Left Speed [2022-02-28T04:37:23.143Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3730 0 0 100 3730 0 11260 --:--:-- --:--:-- --:--:-- 11268 [2022-02-28T04:37:23.143Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0de41ae85d301678a1d2dc95cf1ddf004345dffa [Pipeline] } [2022-02-28T04:37:23.170Z] 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-02-28T04:37:24.908Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives ']' [2022-02-28T04:37:24.908Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives [2022-02-28T04:37:24.908Z] total 8 [2022-02-28T04:37:24.908Z] drwxr-xr-x. 3 root root 34 Feb 28 04:32 . [2022-02-28T04:37:24.908Z] drwxrwxr-x. 14 jenkins jenkins 4096 Feb 28 04:32 .. [2022-02-28T04:37:24.908Z] drwxr-xr-x. 2 root root 6 Feb 28 04:32 cost [2022-02-28T04:37:24.908Z] -rw-r--r--. 1 root root 82 Feb 28 04:32 cost.csv [2022-02-28T04:37:24.908Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives [2022-02-28T04:37:24.908Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives [2022-02-28T04:37:24.908Z] total 8 [2022-02-28T04:37:24.908Z] drwxr-xr-x. 3 jenkins jenkins 34 Feb 28 04:32 . [2022-02-28T04:37:24.908Z] drwxrwxr-x. 14 jenkins jenkins 4096 Feb 28 04:32 .. [2022-02-28T04:37:24.908Z] drwxr-xr-x. 2 jenkins jenkins 6 Feb 28 04:32 cost [2022-02-28T04:37:24.908Z] -rw-r--r--. 1 jenkins jenkins 82 Feb 28 04:32 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:25.255Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:25.840Z] ---> package-listing.sh [2022-02-28T04:37:25.840Z] ++ facter osfamily [2022-02-28T04:37:25.840Z] ++ tr '[:upper:]' '[:lower:]' [2022-02-28T04:37:26.109Z] + OS_FAMILY=redhat [2022-02-28T04:37:26.109Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-500 [2022-02-28T04:37:26.109Z] + START_PACKAGES=/tmp/packages_start.txt [2022-02-28T04:37:26.109Z] + END_PACKAGES=/tmp/packages_end.txt [2022-02-28T04:37:26.109Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-02-28T04:37:26.109Z] + PACKAGES=/tmp/packages_start.txt [2022-02-28T04:37:26.109Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' [2022-02-28T04:37:26.109Z] + PACKAGES=/tmp/packages_end.txt [2022-02-28T04:37:26.109Z] + case "${OS_FAMILY}" in [2022-02-28T04:37:26.109Z] + rpm -qa [2022-02-28T04:37:26.109Z] + sort [2022-02-28T04:37:26.680Z] + '[' -f /tmp/packages_start.txt ']' [2022-02-28T04:37:26.680Z] + '[' -f /tmp/packages_end.txt ']' [2022-02-28T04:37:26.680Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-02-28T04:37:26.680Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-500 ']' [2022-02-28T04:37:26.680Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ [2022-02-28T04:37:26.680Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-500/archives/ [Pipeline] echo [2022-02-28T04:37:26.718Z] 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-500/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-02-28T04:37:27.020Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-02-28T04:37:27.612Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-02-28T04:37:27.612Z] . [Pipeline] withDockerContainer [2022-02-28T04:37:27.713Z] prd-centos7-docker-4c-2g-6117 does not seem to be running inside a container [2022-02-28T04:37:27.751Z] $ 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-500/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-500 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500:/w/workspace/edgexfoundry_edgex-ui-go_PR-500:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-02-28T04:37:27.970Z] $ docker top 96ef835016c3a7f56aa27b2674bc94f2b772a381b9e034ef7a5e22354e7edc46 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-02-28T04:37:28.390Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-02-28T04:37:28.717Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-02-28T04:37:29.053Z] + ls /var/log/sa-host [2022-02-28T04:37:29.053Z] + sadf -c /var/log/sa-host/sa17 [2022-02-28T04:37:29.053Z] file_magic: OK [2022-02-28T04:37:29.053Z] HZ: Using current value: 100 [2022-02-28T04:37:29.053Z] file_header: OK [2022-02-28T04:37:29.053Z] 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 [2022-02-28T04:37:29.053Z] Statistics: [2022-02-28T04:37:29.053Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-02-28T04:37:29.053Z] File successfully converted to sysstat format version 12.5.2 [2022-02-28T04:37:29.053Z] + sadf -c /var/log/sa-host/sa28 [2022-02-28T04:37:29.053Z] file_magic: OK [2022-02-28T04:37:29.053Z] HZ: Using current value: 100 [2022-02-28T04:37:29.053Z] file_header: OK [2022-02-28T04:37:29.053Z] 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 [2022-02-28T04:37:29.053Z] Statistics: [2022-02-28T04:37:29.053Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2022-02-28T04:37:29.053Z] File successfully converted to sysstat format version 12.5.2 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-02-28T04:37:29.346Z] provisioning config files... [2022-02-28T04:37:29.356Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-500@tmp/config1476757071701224732tmp [Pipeline] { [Pipeline] echo [2022-02-28T04:37:29.403Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:29.725Z] ---> create-netrc.sh [Pipeline] } [2022-02-28T04:37:29.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:30.177Z] ---> python-tools-install.sh [Pipeline] echo [2022-02-28T04:37:30.213Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:30.531Z] ---> sudo-logs.sh [2022-02-28T04:37:30.531Z] Archiving 'sudo' log.. [2022-02-28T04:37:30.531Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6117.novalocal: Name or service not known [2022-02-28T04:37:30.531Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-6117.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2022-02-28T04:37:30.617Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:30.934Z] ---> job-cost.sh [2022-02-28T04:37:30.934Z] lf-activate-venv: SKIPPING [2022-02-28T04:37:30.934Z] DEBUG: total: 0.05999999865889549 [2022-02-28T04:37:30.934Z] INFO: Retrieving Stack Cost... [2022-02-28T04:37:31.507Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2022-02-28T04:37:31.768Z] INFO: Archiving Costs [Pipeline] echo [2022-02-28T04:37:31.806Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-02-28T04:37:32.124Z] ---> logs-deploy.sh [2022-02-28T04:37:32.124Z] lf-activate-venv: SKIPPING [2022-02-28T04:37:32.124Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-500/1 [2022-02-28T04:37:32.124Z] INFO: archiving workspace using pattern(s): [2022-02-28T04:37:33.069Z] Archives upload complete. [2022-02-28T04:37:33.069Z] INFO: archiving logs to Nexus