Pull request #527 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of badboy-huaqiao for edgexfoundry/edgex-ui-go Obtained Jenkinsfile from e1128889e0e9df4ec5678aadc345276be2142c5b+66d087440452cd2777c1b48e6c315f4ea5829394 (dde37fcf7ce8113dc925aa21e91200a184db3c25) 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-ssh13536994119939131454.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-ssh157883429509271655.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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 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-527/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # 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-527/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh13000146405742434385.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-527/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11865479980788172453.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision eff4ace5e529e22b05c56fc30efd0d4b1d113677 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f eff4ace5e529e22b05c56fc30efd0d4b1d113677 # timeout=10 Commit message: "Merge pull request #397 from edgexfoundry/us4712" > 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 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-ssh4624071207433480649.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 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-527/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # 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-527/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3830688120935523669.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 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > 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 eff4ace5e529e22b05c56fc30efd0d4b1d113677 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that 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: [[ubuntu20.04-docker-8c-8g, ubuntu20.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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-1613’ Running on prd-ubuntu20.04-docker-8c-8g-1615 in /w/workspace/edgexfoundry_edgex-ui-go_PR-527 [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-527 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > 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 66d087440452cd2777c1b48e6c315f4ea5829394 into PR head commit e1128889e0e9df4ec5678aadc345276be2142c5b > 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 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/527/head:refs/remotes/origin/PR-527 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 Merge succeeded, producing e1128889e0e9df4ec5678aadc345276be2142c5b Checking out Revision e1128889e0e9df4ec5678aadc345276be2142c5b (PR-527) using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 66d087440452cd2777c1b48e6c315f4ea5829394 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 Commit message: "feat: Add basic testing case for each component or directive" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-06-07T07:39:20.917Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-06-07T07:39:21.083Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-06-07T07:39:21.174Z] ========================================================= [2022-06-07T07:39:21.174Z] EdgeX Global Pipelines Version Info [2022-06-07T07:39:21.174Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:39:22.009Z] ------------------- [2022-06-07T07:39:22.009Z] stable info: [2022-06-07T07:39:22.009Z] ------------------- [2022-06-07T07:39:22.009Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-06-07T07:39:22.009Z] Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 [2022-06-07T07:39:22.009Z] Message: update stable to v1.0.232 [2022-06-07T07:39:22.583Z] ------------------- [2022-06-07T07:39:22.583Z] experimental info: [2022-06-07T07:39:22.583Z] ------------------- [2022-06-07T07:39:22.583Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-06-07T07:39:22.583Z] Commit SHA: eff4ace5e529e22b05c56fc30efd0d4b1d113677 [2022-06-07T07:39:22.583Z] Message: update experimental to v1.0.232 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-06-07T07:39:22.972Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-06-07T07:39:23.012Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-06-07T07:39:23.052Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-06-07T07:39:23.091Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-06-07T07:39:23.131Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-06-07T07:39:23.168Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-06-07T07:39:23.212Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-06-07T07:39:23.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-06-07T07:39:23.288Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-06-07T07:39:23.322Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-06-07T07:39:23.360Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-06-07T07:39:23.398Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-06-07T07:39:23.434Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-06-07T07:39:23.470Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-06-07T07:39:23.506Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-06-07T07:39:23.543Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-06-07T07:39:23.583Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-06-07T07:39:23.622Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-06-07T07:39:23.661Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-06-07T07:39:23.704Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-06-07T07:39:23.744Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-06-07T07:39:23.785Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-06-07T07:39:23.818Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-06-07T07:39:23.856Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-06-07T07:39:23.894Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-06-07T07:39:23.932Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-06-07T07:39:23.969Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-06-07T07:39:24.007Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-527 [Pipeline] echo [2022-06-07T07:39:24.044Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-527 [Pipeline] echo [2022-06-07T07:39:24.082Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-527 [Pipeline] echo [2022-06-07T07:39:24.122Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo [2022-06-07T07:39:24.162Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e112888 [Pipeline] echo [2022-06-07T07:39:24.200Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-07T07:39:24.309Z] provisioning config files... [2022-06-07T07:39:24.325Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config2526085914310864300tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:39:24.667Z] ---> docker-login.sh [2022-06-07T07:39:24.667Z] nexus3.edgexfoundry.org:10001 [2022-06-07T07:39:24.930Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:24.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:24.930Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:24.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:24.930Z] [2022-06-07T07:39:24.930Z] Login Succeeded [2022-06-07T07:39:24.930Z] nexus3.edgexfoundry.org:10002 [2022-06-07T07:39:25.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:25.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:25.192Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:25.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:25.192Z] [2022-06-07T07:39:25.192Z] Login Succeeded [2022-06-07T07:39:25.192Z] nexus3.edgexfoundry.org:10003 [2022-06-07T07:39:25.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:25.192Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:25.192Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:25.192Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:25.192Z] [2022-06-07T07:39:25.192Z] Login Succeeded [2022-06-07T07:39:25.192Z] nexus3.edgexfoundry.org:10004 [2022-06-07T07:39:25.452Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:25.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:25.452Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:25.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:25.452Z] [2022-06-07T07:39:25.452Z] Login Succeeded [2022-06-07T07:39:25.452Z] docker.io [2022-06-07T07:39:25.453Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:25.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:25.716Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:25.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:25.716Z] [2022-06-07T07:39:25.716Z] Login Succeeded [2022-06-07T07:39:25.716Z] ---> docker-login.sh ends [Pipeline] } [2022-06-07T07:39:25.744Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-06-07T07:39:26.365Z] + git rev-list -1 --merges e1128889e0e9df4ec5678aadc345276be2142c5b~1..e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo [2022-06-07T07:39:26.409Z] -----------> git rev-list -1 --merges e1128889e0e9df4ec5678aadc345276be2142c5b~1..e1128889e0e9df4ec5678aadc345276be2142c5b e1128889e0e9df4ec5678aadc345276be2142c5b [false] [Pipeline] sh [2022-06-07T07:39:26.727Z] + git log --format=format:%s -1 e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo [2022-06-07T07:39:26.758Z] ========================================================= [2022-06-07T07:39:26.758Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-06-07T07:39:26.758Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-07T07:39:27.196Z] + git log --format=format:%s -1 e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] echo [2022-06-07T07:39:27.227Z] [semverPrep] GIT_COMMIT: e1128889e0e9df4ec5678aadc345276be2142c5b, Commit Message: feat: Add basic testing case for each component or directive [Pipeline] echo [2022-06-07T07:39:27.255Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-06-07T07:39:27.671Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-06-07T07:39:27.671Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-06-07T07:39:27.671Z] + [ -e /tmp/ssh_known_hosts ] [2022-06-07T07:39:27.671Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-06-07T07:39:27.671Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-06-07T07:39:27.671Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-06-07T07:39:27.671Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:39:28.095Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-07T07:39:28.095Z] [2022-06-07T07:39:28.095Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:39:28.482Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-07T07:39:28.482Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-06-07T07:39:28.482Z] 42c077c10790: Pulling fs layer [2022-06-07T07:39:28.483Z] f63e77b7563a: Pulling fs layer [2022-06-07T07:39:28.483Z] bd5fdadae976: Pulling fs layer [2022-06-07T07:39:28.483Z] 205491f53016: Pulling fs layer [2022-06-07T07:39:28.483Z] df18705c85c3: Pulling fs layer [2022-06-07T07:39:28.483Z] bdb3f477010e: Pulling fs layer [2022-06-07T07:39:28.483Z] c8a8fc8e1c8f: Pulling fs layer [2022-06-07T07:39:28.483Z] 2c6e9b1d212d: Pulling fs layer [2022-06-07T07:39:28.483Z] bdb8f0575790: Pulling fs layer [2022-06-07T07:39:28.483Z] 386e3cb2ff24: Pulling fs layer [2022-06-07T07:39:28.483Z] 2343380bae48: Pulling fs layer [2022-06-07T07:39:28.483Z] c8a8fc8e1c8f: Waiting [2022-06-07T07:39:28.483Z] bdb8f0575790: Waiting [2022-06-07T07:39:28.483Z] 386e3cb2ff24: Waiting [2022-06-07T07:39:28.483Z] 2c6e9b1d212d: Waiting [2022-06-07T07:39:28.483Z] 205491f53016: Waiting [2022-06-07T07:39:28.483Z] df18705c85c3: Waiting [2022-06-07T07:39:28.483Z] bdb3f477010e: Waiting [2022-06-07T07:39:28.483Z] 2343380bae48: Waiting [2022-06-07T07:39:28.483Z] f63e77b7563a: Verifying Checksum [2022-06-07T07:39:28.483Z] f63e77b7563a: Download complete [2022-06-07T07:39:28.483Z] 205491f53016: Verifying Checksum [2022-06-07T07:39:28.483Z] 205491f53016: Download complete [2022-06-07T07:39:28.751Z] df18705c85c3: Verifying Checksum [2022-06-07T07:39:28.751Z] df18705c85c3: Download complete [2022-06-07T07:39:28.751Z] bd5fdadae976: Verifying Checksum [2022-06-07T07:39:28.751Z] bd5fdadae976: Download complete [2022-06-07T07:39:28.751Z] bdb3f477010e: Verifying Checksum [2022-06-07T07:39:28.751Z] bdb3f477010e: Download complete [2022-06-07T07:39:28.751Z] 2c6e9b1d212d: Download complete [2022-06-07T07:39:28.751Z] bdb8f0575790: Verifying Checksum [2022-06-07T07:39:28.751Z] bdb8f0575790: Download complete [2022-06-07T07:39:28.751Z] 386e3cb2ff24: Verifying Checksum [2022-06-07T07:39:28.751Z] 386e3cb2ff24: Download complete [2022-06-07T07:39:28.751Z] 2343380bae48: Verifying Checksum [2022-06-07T07:39:28.751Z] 2343380bae48: Download complete [2022-06-07T07:39:28.751Z] 42c077c10790: Verifying Checksum [2022-06-07T07:39:28.751Z] 42c077c10790: Download complete [2022-06-07T07:39:29.013Z] c8a8fc8e1c8f: Download complete [2022-06-07T07:39:30.395Z] 42c077c10790: Pull complete [2022-06-07T07:39:30.396Z] f63e77b7563a: Pull complete [2022-06-07T07:39:30.967Z] bd5fdadae976: Pull complete [2022-06-07T07:39:30.967Z] 205491f53016: Pull complete [2022-06-07T07:39:31.229Z] df18705c85c3: Pull complete [2022-06-07T07:39:31.490Z] bdb3f477010e: Pull complete [2022-06-07T07:39:33.403Z] c8a8fc8e1c8f: Pull complete [2022-06-07T07:39:33.665Z] 2c6e9b1d212d: Pull complete [2022-06-07T07:39:33.665Z] bdb8f0575790: Pull complete [2022-06-07T07:39:33.665Z] 386e3cb2ff24: Pull complete [2022-06-07T07:39:33.927Z] 2343380bae48: Pull complete [2022-06-07T07:39:33.927Z] Digest: sha256:c3bf284c02da7271302b7a373f1d48320b54229aa5119b2a29c7f8015e6a9264 [2022-06-07T07:39:33.927Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-06-07T07:39:33.927Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:39:34.160Z] prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container [2022-06-07T07:39:34.202Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@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-devops/py-git-semver:0.1.4 cat [2022-06-07T07:39:35.669Z] $ docker top 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 -eo pid,comm [2022-06-07T07:39:35.747Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-06-07T07:39:35.747Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-06-07T07:39:35.868Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-07T07:39:35.868Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-07T07:39:36.007Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-07T07:39:36.014Z] $ docker exec 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent [2022-06-07T07:39:36.148Z] SSH_AUTH_SOCK=/tmp/ssh-8zVXgAjGgI7M/agent.33 [2022-06-07T07:39:36.148Z] SSH_AGENT_PID=40 [2022-06-07T07:39:36.155Z] Running ssh-add (command line suppressed) [2022-06-07T07:39:36.277Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_3800086934986755547.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_3800086934986755547.key) [2022-06-07T07:39:36.290Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-07T07:39:36.624Z] + git tag --points-at HEAD [Pipeline] } [2022-06-07T07:39:36.652Z] $ docker exec --env ******** --env ******** 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent -k [2022-06-07T07:39:36.772Z] unset SSH_AUTH_SOCK; [2022-06-07T07:39:36.772Z] unset SSH_AGENT_PID; [2022-06-07T07:39:36.772Z] echo Agent pid 40 killed; [2022-06-07T07:39:36.783Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-06-07T07:39:36.870Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-06-07T07:39:36.870Z] [ssh-agent] Looking for ssh-agent implementation... [2022-06-07T07:39:37.019Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-06-07T07:39:37.025Z] $ docker exec 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent [2022-06-07T07:39:37.153Z] SSH_AUTH_SOCK=/tmp/ssh-uYOnszX0c0j6/agent.73 [2022-06-07T07:39:37.153Z] SSH_AGENT_PID=80 [2022-06-07T07:39:37.159Z] Running ssh-add (command line suppressed) [2022-06-07T07:39:37.290Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_2968997547005317293.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/private_key_2968997547005317293.key) [2022-06-07T07:39:37.304Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-06-07T07:39:37.634Z] + git semver init [2022-06-07T07:39:37.897Z] 2022-06-07 07:39:37,841 [run_init] DEBUG init version:0.0.0 force:False [2022-06-07T07:39:37.897Z] 2022-06-07 07:39:37,841 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver [2022-06-07T07:39:37.897Z] 2022-06-07 07:39:37,842 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver [2022-06-07T07:39:37.897Z] 2022-06-07 07:39:37,842 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-527, universal_newlines=False, shell=None, istream=None) [2022-06-07T07:39:39.282Z] 2022-06-07 07:39:38,984 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.git/info/exclude [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:38,984 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver/PR-527 with force:False [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:38,985 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver/PR-527 [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:38,989 [execute] INFO git cat-file --batch-check [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:38,989 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver, universal_newlines=False, shell=None, istream=) [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:38,996 [execute] INFO git cat-file --batch [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:38,996 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver, universal_newlines=False, shell=None, istream=) [2022-06-07T07:39:39.283Z] 2022-06-07 07:39:39,002 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_PR-527/.semver/PR-527 [2022-06-07T07:39:39.283Z] 0.0.0 [Pipeline] } [2022-06-07T07:39:39.314Z] $ docker exec --env ******** --env ******** 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 ssh-agent -k [2022-06-07T07:39:39.435Z] unset SSH_AUTH_SOCK; [2022-06-07T07:39:39.436Z] unset SSH_AGENT_PID; [2022-06-07T07:39:39.436Z] echo Agent pid 80 killed; [2022-06-07T07:39:39.443Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-06-07T07:39:39.872Z] + git semver [Pipeline] } [2022-06-07T07:39:40.163Z] $ docker stop --time=1 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 [2022-06-07T07:39:41.500Z] $ docker rm -f 1f3ace54d5ce838e821c0ce32627a08970d6d2acb1ff8ed72fc3b5b77053b031 [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-07T07:39:41.918Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-06-07T07:39:42.237Z] Stashed 1 file(s) [Pipeline] echo [2022-06-07T07:39:42.253Z] [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-06-07T07:39:42.810Z] provisioning config files... [2022-06-07T07:39:42.825Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config6236133458646638353tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:39:43.168Z] ---> docker-login.sh [2022-06-07T07:39:43.168Z] nexus3.edgexfoundry.org:10001 [2022-06-07T07:39:43.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:43.168Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:43.168Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:43.168Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:43.168Z] [2022-06-07T07:39:43.168Z] Login Succeeded [2022-06-07T07:39:43.168Z] nexus3.edgexfoundry.org:10002 [2022-06-07T07:39:43.168Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:43.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:43.429Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:43.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:43.429Z] [2022-06-07T07:39:43.429Z] Login Succeeded [2022-06-07T07:39:43.429Z] nexus3.edgexfoundry.org:10003 [2022-06-07T07:39:43.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:43.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:43.429Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:43.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:43.429Z] [2022-06-07T07:39:43.429Z] Login Succeeded [2022-06-07T07:39:43.429Z] nexus3.edgexfoundry.org:10004 [2022-06-07T07:39:43.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:43.691Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:43.691Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:43.691Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:43.691Z] [2022-06-07T07:39:43.691Z] Login Succeeded [2022-06-07T07:39:43.691Z] docker.io [2022-06-07T07:39:43.691Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:39:43.953Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:39:43.953Z] Configure a credential helper to remove this warning. See [2022-06-07T07:39:43.953Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:39:43.953Z] [2022-06-07T07:39:43.953Z] Login Succeeded [2022-06-07T07:39:43.953Z] ---> docker-login.sh ends [Pipeline] } [2022-06-07T07:39:43.984Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-07T07:39:44.158Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-07T07:39:44.186Z] ========================================================= [2022-06-07T07:39:44.186Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-06-07T07:39:44.186Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:39:44.647Z] + 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-06-07T07:39:44.908Z] Sending build context to Docker daemon 43.51MB [2022-06-07T07:39:44.908Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-06-07T07:39:44.908Z] Step 2/15 : FROM ${BASE} AS builder [2022-06-07T07:39:44.908Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-06-07T07:39:44.908Z] 59bf1c3509f3: Pulling fs layer [2022-06-07T07:39:44.908Z] 666ba61612fd: Pulling fs layer [2022-06-07T07:39:44.908Z] 8ed8ca486205: Pulling fs layer [2022-06-07T07:39:44.908Z] cc1cd167ecdc: Pulling fs layer [2022-06-07T07:39:44.908Z] c516ae0d96e1: Pulling fs layer [2022-06-07T07:39:44.908Z] 684cea983483: Pulling fs layer [2022-06-07T07:39:44.908Z] dd3240ac7de5: Pulling fs layer [2022-06-07T07:39:44.908Z] b1e948a4e11c: Pulling fs layer [2022-06-07T07:39:44.908Z] a8fd76ee1af6: Pulling fs layer [2022-06-07T07:39:44.908Z] 646ad004c059: Pulling fs layer [2022-06-07T07:39:44.908Z] 684cea983483: Waiting [2022-06-07T07:39:44.908Z] dd3240ac7de5: Waiting [2022-06-07T07:39:44.908Z] b1e948a4e11c: Waiting [2022-06-07T07:39:44.908Z] a8fd76ee1af6: Waiting [2022-06-07T07:39:44.908Z] 646ad004c059: Waiting [2022-06-07T07:39:44.908Z] cc1cd167ecdc: Waiting [2022-06-07T07:39:44.908Z] c516ae0d96e1: Waiting [2022-06-07T07:39:44.908Z] 8ed8ca486205: Verifying Checksum [2022-06-07T07:39:44.908Z] 8ed8ca486205: Download complete [2022-06-07T07:39:44.908Z] 666ba61612fd: Verifying Checksum [2022-06-07T07:39:44.908Z] 666ba61612fd: Download complete [2022-06-07T07:39:44.908Z] c516ae0d96e1: Download complete [2022-06-07T07:39:44.908Z] 684cea983483: Download complete [2022-06-07T07:39:44.908Z] 59bf1c3509f3: Verifying Checksum [2022-06-07T07:39:44.908Z] 59bf1c3509f3: Download complete [2022-06-07T07:39:44.908Z] dd3240ac7de5: Download complete [2022-06-07T07:39:45.168Z] b1e948a4e11c: Verifying Checksum [2022-06-07T07:39:45.168Z] b1e948a4e11c: Download complete [2022-06-07T07:39:45.168Z] 59bf1c3509f3: Pull complete [2022-06-07T07:39:45.168Z] 666ba61612fd: Pull complete [2022-06-07T07:39:45.429Z] 8ed8ca486205: Pull complete [2022-06-07T07:39:45.689Z] cc1cd167ecdc: Download complete [2022-06-07T07:39:45.689Z] a8fd76ee1af6: Verifying Checksum [2022-06-07T07:39:45.689Z] a8fd76ee1af6: Download complete [2022-06-07T07:39:45.949Z] 646ad004c059: Verifying Checksum [2022-06-07T07:39:45.949Z] 646ad004c059: Download complete [2022-06-07T07:39:50.142Z] cc1cd167ecdc: Pull complete [2022-06-07T07:39:50.142Z] c516ae0d96e1: Pull complete [2022-06-07T07:39:50.142Z] 684cea983483: Pull complete [2022-06-07T07:39:50.142Z] dd3240ac7de5: Pull complete [2022-06-07T07:39:50.403Z] b1e948a4e11c: Pull complete [2022-06-07T07:39:52.949Z] a8fd76ee1af6: Pull complete [2022-06-07T07:39:53.518Z] 646ad004c059: Pull complete [2022-06-07T07:39:53.518Z] Digest: sha256:bc8ce28cadebfaa099e5330588345fe90134e4027cf71364bfd2aff1e7ff8c16 [2022-06-07T07:39:53.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-06-07T07:39:53.518Z] ---> 8f69c11f6b0c [2022-06-07T07:39:53.518Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-06-07T07:39:55.438Z] ---> Running in 6cec19c0d687 [2022-06-07T07:39:55.699Z] Removing intermediate container 6cec19c0d687 [2022-06-07T07:39:55.699Z] ---> 701849421f53 [2022-06-07T07:39:55.699Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-06-07T07:39:55.699Z] ---> Running in 23362d4d97aa [2022-06-07T07:39:55.699Z] Removing intermediate container 23362d4d97aa [2022-06-07T07:39:55.699Z] ---> 35fc5beb3c37 [2022-06-07T07:39:55.699Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-06-07T07:39:55.699Z] ---> Running in b8e69bdd78ae [2022-06-07T07:39:55.966Z] Removing intermediate container b8e69bdd78ae [2022-06-07T07:39:55.966Z] ---> 8730a6e49975 [2022-06-07T07:39:55.966Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-06-07T07:39:55.966Z] ---> Running in 6f7376730d41 [2022-06-07T07:39:55.966Z] Removing intermediate container 6f7376730d41 [2022-06-07T07:39:55.966Z] ---> b47ac70baf87 [2022-06-07T07:39:55.966Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-06-07T07:39:55.966Z] ---> Running in 466618dc5a07 [2022-06-07T07:39:56.226Z] Removing intermediate container 466618dc5a07 [2022-06-07T07:39:56.226Z] ---> 2aa43cdc43ea [2022-06-07T07:39:56.226Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-07T07:39:56.226Z] ---> Running in 6b04de9afb58 [2022-06-07T07:39:56.810Z] Removing intermediate container 6b04de9afb58 [2022-06-07T07:39:56.810Z] ---> a9f665f89e7c [2022-06-07T07:39:56.810Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-07T07:39:56.810Z] ---> Running in 8d2e2944239f [2022-06-07T07:39:57.071Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-07T07:39:57.648Z] Still waiting to schedule task [2022-06-07T07:39:57.649Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-1614’ [2022-06-07T07:39:58.017Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-07T07:39:58.277Z] OK: 221 MiB in 52 packages [2022-06-07T07:39:58.547Z] Removing intermediate container 8d2e2944239f [2022-06-07T07:39:58.547Z] ---> 70b3755e0083 [2022-06-07T07:39:58.547Z] Step 10/15 : ENV GO111MODULE=on [2022-06-07T07:39:58.807Z] ---> Running in 962ef8451d84 [2022-06-07T07:39:58.807Z] Removing intermediate container 962ef8451d84 [2022-06-07T07:39:58.807Z] ---> 888ee03cba69 [2022-06-07T07:39:58.807Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-06-07T07:39:58.807Z] ---> Running in b832439b05be [2022-06-07T07:39:59.067Z] Removing intermediate container b832439b05be [2022-06-07T07:39:59.067Z] ---> 3493771f1004 [2022-06-07T07:39:59.067Z] Step 12/15 : COPY go.mod vendor* ./ [2022-06-07T07:39:59.067Z] ---> 8558e81081aa [2022-06-07T07:39:59.067Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-07T07:39:59.067Z] ---> Running in 847df68a215b [2022-06-07T07:40:09.071Z] Removing intermediate container 847df68a215b [2022-06-07T07:40:09.072Z] ---> f59188daa03c [2022-06-07T07:40:09.072Z] Step 14/15 : COPY . . [2022-06-07T07:40:10.014Z] ---> ae49725bb043 [2022-06-07T07:40:10.014Z] Step 15/15 : RUN ${MAKE} [2022-06-07T07:40:10.014Z] ---> Running in 6860cfb04fd3 [2022-06-07T07:40:10.276Z] noop [2022-06-07T07:40:10.537Z] Removing intermediate container 6860cfb04fd3 [2022-06-07T07:40:10.537Z] ---> bf9863d35c4f [2022-06-07T07:40:10.537Z] Successfully built bf9863d35c4f [2022-06-07T07:40:10.537Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:40:10.977Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-07T07:40:10.977Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:40:11.150Z] prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container [2022-06-07T07:40:11.199Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-07T07:40:11.617Z] $ docker top 731453c318cc0005b4d2fda005b4a3c9ddb9e51704ac49e754c193cf2c0fde5a -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-07T07:40:12.026Z] + go version [2022-06-07T07:40:12.026Z] go version go1.17.7 linux/amd64 [Pipeline] } [2022-06-07T07:40:12.062Z] $ docker stop --time=1 731453c318cc0005b4d2fda005b4a3c9ddb9e51704ac49e754c193cf2c0fde5a [2022-06-07T07:40:13.366Z] $ docker rm -f 731453c318cc0005b4d2fda005b4a3c9ddb9e51704ac49e754c193cf2c0fde5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:40:14.101Z] + docker inspect -f . ci-base-image-x86_64 [2022-06-07T07:40:14.101Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:40:14.269Z] prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container [2022-06-07T07:40:14.323Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-06-07T07:40:14.715Z] $ docker top d0f63fc759438ea5b0017da520cce8ecc2762bc1ab7fb63867a6169aef7399dc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-07T07:40:15.167Z] + make test [2022-06-07T07:40:15.167Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-06-07T07:40:15.428Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-06-07T07:40:20.709Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-06-07T07:40:20.709Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-06-07T07:40:24.007Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-07T07:40:24.007Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-06-07T07:40:24.039Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-07T07:40:24.066Z] $ docker stop --time=1 d0f63fc759438ea5b0017da520cce8ecc2762bc1ab7fb63867a6169aef7399dc [2022-06-07T07:40:25.654Z] $ docker rm -f d0f63fc759438ea5b0017da520cce8ecc2762bc1ab7fb63867a6169aef7399dc [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-07T07:40:26.112Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-07T07:40:26.182Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-06-07T07:40:26.888Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-07T07:40:27.201Z] + ls -al . [2022-06-07T07:40:27.201Z] total 160 [2022-06-07T07:40:27.201Z] drwxrwxr-x 14 jenkins jenkins 4096 Jun 7 07:40 . [2022-06-07T07:40:27.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 .. [2022-06-07T07:40:27.201Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 7 07:39 .git [2022-06-07T07:40:27.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 .github [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 167 Jun 7 07:39 .gitignore [2022-06-07T07:40:27.201Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 7 07:39 .semver [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 2022 Jun 7 07:39 Attribution.txt [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 14570 Jun 7 07:39 CHANGELOG.md [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 7 07:39 CONTRIBUTING.md [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 1549 Jun 7 07:39 Dockerfile [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 652 Jun 7 07:39 Jenkinsfile [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 7 07:39 LICENSE [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 1212 Jun 7 07:39 Makefile [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 4398 Jun 7 07:39 README.md [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 7 07:39 VERSION [2022-06-07T07:40:27.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 assets [2022-06-07T07:40:27.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:39 bin [2022-06-07T07:40:27.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 cmd [2022-06-07T07:40:27.201Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 7 07:40 coverage.out [2022-06-07T07:40:27.201Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:39 docs [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 1945 Jun 7 07:39 go.mod [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 26589 Jun 7 07:39 go.sum [2022-06-07T07:40:27.201Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 7 07:39 internal [2022-06-07T07:40:27.201Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:39 pkg [2022-06-07T07:40:27.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 snap [2022-06-07T07:40:27.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 testing [2022-06-07T07:40:27.201Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 7 07:39 version.go [2022-06-07T07:40:27.201Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:39 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:40:27.595Z] + 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=e1128889e0e9df4ec5678aadc345276be2142c5b --label arch=amd64 --label version=0.0.0 . [2022-06-07T07:40:27.856Z] Sending build context to Docker daemon 43.52MB [2022-06-07T07:40:27.856Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-06-07T07:40:27.856Z] Step 2/23 : FROM ${BASE} AS builder [2022-06-07T07:40:27.856Z] ---> bf9863d35c4f [2022-06-07T07:40:27.856Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-06-07T07:40:28.120Z] ---> Running in 001a2aad5fa6 [2022-06-07T07:40:28.120Z] Removing intermediate container 001a2aad5fa6 [2022-06-07T07:40:28.120Z] ---> e92a29ff17d7 [2022-06-07T07:40:28.120Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-06-07T07:40:28.120Z] ---> Running in 5c2263d0c2f5 [2022-06-07T07:40:28.120Z] Removing intermediate container 5c2263d0c2f5 [2022-06-07T07:40:28.120Z] ---> 53487be63337 [2022-06-07T07:40:28.120Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-06-07T07:40:28.380Z] ---> Running in ec6926d97595 [2022-06-07T07:40:28.380Z] Removing intermediate container ec6926d97595 [2022-06-07T07:40:28.380Z] ---> 801bc2847728 [2022-06-07T07:40:28.380Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-06-07T07:40:28.380Z] ---> Running in acb7b1124c86 [2022-06-07T07:40:28.639Z] Removing intermediate container acb7b1124c86 [2022-06-07T07:40:28.639Z] ---> 320e7e26d0d5 [2022-06-07T07:40:28.639Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-06-07T07:40:28.639Z] ---> Running in aace4569e40b [2022-06-07T07:40:28.639Z] Removing intermediate container aace4569e40b [2022-06-07T07:40:28.639Z] ---> fae0568ed4d8 [2022-06-07T07:40:28.639Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-07T07:40:28.639Z] ---> Running in 4a6c632bab3b [2022-06-07T07:40:29.214Z] Removing intermediate container 4a6c632bab3b [2022-06-07T07:40:29.214Z] ---> b66273681f8d [2022-06-07T07:40:29.214Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-07T07:40:29.482Z] ---> Running in debe8007dce4 [2022-06-07T07:40:29.750Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-06-07T07:40:30.697Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-06-07T07:40:30.958Z] OK: 221 MiB in 52 packages [2022-06-07T07:40:31.233Z] Removing intermediate container debe8007dce4 [2022-06-07T07:40:31.233Z] ---> 174175f42d6a [2022-06-07T07:40:31.233Z] Step 10/23 : ENV GO111MODULE=on [2022-06-07T07:40:31.233Z] ---> Running in 96c096771d51 [2022-06-07T07:40:31.233Z] Removing intermediate container 96c096771d51 [2022-06-07T07:40:31.233Z] ---> 5d1dd2330d8a [2022-06-07T07:40:31.233Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-06-07T07:40:31.233Z] ---> Running in 2c5995c7c33e [2022-06-07T07:40:31.495Z] Removing intermediate container 2c5995c7c33e [2022-06-07T07:40:31.495Z] ---> 1d736432bce5 [2022-06-07T07:40:31.495Z] Step 12/23 : COPY go.mod vendor* ./ [2022-06-07T07:40:31.495Z] ---> f2f335caf7ca [2022-06-07T07:40:31.495Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-07T07:40:31.756Z] ---> Running in f4203a64d907 [2022-06-07T07:40:32.327Z] Removing intermediate container f4203a64d907 [2022-06-07T07:40:32.327Z] ---> 4ce88d0ecf1d [2022-06-07T07:40:32.327Z] Step 14/23 : COPY . . [2022-06-07T07:40:33.722Z] ---> 0373842a560d [2022-06-07T07:40:33.722Z] Step 15/23 : RUN ${MAKE} [2022-06-07T07:40:33.722Z] ---> Running in a01a6da4d08d [2022-06-07T07:40:33.722Z] 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-06-07T07:40:39.024Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-06-07T07:40:40.939Z] Removing intermediate container a01a6da4d08d [2022-06-07T07:40:40.939Z] ---> ca855b5ad471 [2022-06-07T07:40:40.939Z] Step 16/23 : FROM alpine:3.14 [2022-06-07T07:40:41.511Z] 3.14: Pulling from library/alpine [2022-06-07T07:40:41.772Z] 8663204ce13b: Pulling fs layer [2022-06-07T07:40:42.043Z] 8663204ce13b: Verifying Checksum [2022-06-07T07:40:42.043Z] 8663204ce13b: Download complete [2022-06-07T07:40:42.043Z] 8663204ce13b: Pull complete [2022-06-07T07:40:42.043Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-07T07:40:42.043Z] Status: Downloaded newer image for alpine:3.14 [2022-06-07T07:40:42.043Z] ---> e04c818066af [2022-06-07T07:40:42.043Z] Step 17/23 : EXPOSE 4000 [2022-06-07T07:40:42.303Z] ---> Running in 6649fbb86467 [2022-06-07T07:40:42.303Z] Removing intermediate container 6649fbb86467 [2022-06-07T07:40:42.303Z] ---> 5233f019f15f [2022-06-07T07:40:42.303Z] 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-06-07T07:40:42.885Z] ---> d49098f0141f [2022-06-07T07:40:42.885Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-06-07T07:40:42.885Z] ---> Running in e3d53c4297d3 [2022-06-07T07:40:42.885Z] Removing intermediate container e3d53c4297d3 [2022-06-07T07:40:42.885Z] ---> d5162cd0bd78 [2022-06-07T07:40:42.885Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-06-07T07:40:42.885Z] ---> Running in e9f07669adcc [2022-06-07T07:40:42.885Z] Removing intermediate container e9f07669adcc [2022-06-07T07:40:42.885Z] ---> 3e2ec38ad28c [2022-06-07T07:40:42.885Z] Step 21/23 : LABEL arch=amd64 [2022-06-07T07:40:43.147Z] ---> Running in 25647bbe7f39 [2022-06-07T07:40:43.147Z] Removing intermediate container 25647bbe7f39 [2022-06-07T07:40:43.147Z] ---> 4a6208076902 [2022-06-07T07:40:43.147Z] Step 22/23 : LABEL git_sha=e1128889e0e9df4ec5678aadc345276be2142c5b [2022-06-07T07:40:43.147Z] ---> Running in fa17dd14ec6a [2022-06-07T07:40:43.147Z] Removing intermediate container fa17dd14ec6a [2022-06-07T07:40:43.147Z] ---> 0d53fe15ddb7 [2022-06-07T07:40:43.147Z] Step 23/23 : LABEL version=0.0.0 [2022-06-07T07:40:43.408Z] ---> Running in e6766bb5a229 [2022-06-07T07:40:43.408Z] Removing intermediate container e6766bb5a229 [2022-06-07T07:40:43.408Z] ---> e35f77d7d506 [2022-06-07T07:40:43.408Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-07T07:40:43.408Z] Successfully built e35f77d7d506 [2022-06-07T07:40:43.408Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:40:44.215Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-07T07:40:44.215Z] [2022-06-07T07:40:44.215Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:40:44.587Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-07T07:40:44.588Z] latest: Pulling from edgex-lftools-log-publisher [2022-06-07T07:40:44.588Z] 5eb5b503b376: Pulling fs layer [2022-06-07T07:40:44.588Z] 5c69ac0246d0: Pulling fs layer [2022-06-07T07:40:44.588Z] ec43610c2a17: Pulling fs layer [2022-06-07T07:40:44.588Z] 3a2ae6a8a46f: Pulling fs layer [2022-06-07T07:40:44.588Z] 33b1e0a273af: Pulling fs layer [2022-06-07T07:40:44.588Z] 5d3b04190fa2: Pulling fs layer [2022-06-07T07:40:44.588Z] 2f39f015ded8: Pulling fs layer [2022-06-07T07:40:44.588Z] 3a2ae6a8a46f: Waiting [2022-06-07T07:40:44.588Z] 5d3b04190fa2: Waiting [2022-06-07T07:40:44.588Z] 5c69ac0246d0: Verifying Checksum [2022-06-07T07:40:44.588Z] 5c69ac0246d0: Download complete [2022-06-07T07:40:44.588Z] 3a2ae6a8a46f: Verifying Checksum [2022-06-07T07:40:44.588Z] 3a2ae6a8a46f: Download complete [2022-06-07T07:40:44.588Z] ec43610c2a17: Verifying Checksum [2022-06-07T07:40:44.588Z] ec43610c2a17: Download complete [2022-06-07T07:40:44.588Z] 33b1e0a273af: Verifying Checksum [2022-06-07T07:40:44.588Z] 33b1e0a273af: Download complete [2022-06-07T07:40:44.588Z] 5d3b04190fa2: Verifying Checksum [2022-06-07T07:40:44.588Z] 5d3b04190fa2: Download complete [2022-06-07T07:40:44.847Z] 5eb5b503b376: Verifying Checksum [2022-06-07T07:40:44.847Z] 5eb5b503b376: Download complete [2022-06-07T07:40:45.418Z] 2f39f015ded8: Download complete [2022-06-07T07:40:46.356Z] 5eb5b503b376: Pull complete [2022-06-07T07:40:46.356Z] 5c69ac0246d0: Pull complete [2022-06-07T07:40:46.931Z] ec43610c2a17: Pull complete [2022-06-07T07:40:46.931Z] 3a2ae6a8a46f: Pull complete [2022-06-07T07:40:47.191Z] 33b1e0a273af: Pull complete [2022-06-07T07:40:47.191Z] 5d3b04190fa2: Pull complete [2022-06-07T07:40:52.483Z] 2f39f015ded8: Pull complete [2022-06-07T07:40:52.483Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-06-07T07:40:52.483Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-07T07:40:52.483Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:40:52.706Z] prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container [2022-06-07T07:40:52.753Z] $ 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-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-07T07:40:54.427Z] $ docker top 074681f6c0c9ef2ad1232658a0bbb3c5d896a684ee34c4c3b3d42ae910f70c0b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:40:54.903Z] ---> job-cost.sh [2022-06-07T07:40:54.903Z] lf-activate-venv: SKIPPING [2022-06-07T07:40:54.903Z] INFO: No Stack... [2022-06-07T07:40:55.162Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-07T07:40:55.734Z] INFO: Archiving Costs [Pipeline] sh [2022-06-07T07:40:56.061Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives/cost.csv [2022-06-07T07:40:56.061Z] + cut -d, -f6 [Pipeline] lock [2022-06-07T07:40:56.106Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [2022-06-07T07:40:56.110Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] did not exist. Created. [2022-06-07T07:40:56.110Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-07T07:40:56.534Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-06-07T07:40:56.592Z] Stashed 1 file(s) [Pipeline] } [2022-06-07T07:40:56.607Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-07T07:40:56.687Z] $ docker stop --time=1 074681f6c0c9ef2ad1232658a0bbb3c5d896a684ee34c4c3b3d42ae910f70c0b [2022-06-07T07:40:57.867Z] $ docker rm -f 074681f6c0c9ef2ad1232658a0bbb3c5d896a684ee34c4c3b3d42ae910f70c0b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-06-07T07:43:34.791Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-1616 in /w/workspace/edgexfoundry_edgex-ui-go_PR-527 [Pipeline] { [Pipeline] ws [2022-06-07T07:43:34.835Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-06-07T07:43:34.938Z] The recommended git tool is: git [2022-06-07T07:43:39.807Z] using credential edgex-jenkins-ssh [2022-06-07T07:43:39.840Z] Cloning the remote Git repository [2022-06-07T07:43:39.897Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-06-07T07:43:39.970Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-06-07T07:43:40.064Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-06-07T07:43:40.064Z] > git --version # timeout=10 [2022-06-07T07:43:40.193Z] > git --version # 'git version 2.25.1' [2022-06-07T07:43:40.196Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-07T07:43:40.347Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-07T07:43:43.782Z] Merging remotes/origin/main commit 66d087440452cd2777c1b48e6c315f4ea5829394 into PR head commit e1128889e0e9df4ec5678aadc345276be2142c5b [2022-06-07T07:43:43.058Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-06-07T07:43:43.074Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-06-07T07:43:43.109Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-06-07T07:43:43.159Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-06-07T07:43:43.159Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-07T07:43:43.175Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/527/head:refs/remotes/origin/PR-527 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-06-07T07:43:43.804Z] > git config core.sparsecheckout # timeout=10 [2022-06-07T07:43:43.822Z] > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 [2022-06-07T07:43:44.297Z] Merge succeeded, producing e1128889e0e9df4ec5678aadc345276be2142c5b [2022-06-07T07:43:44.297Z] Checking out Revision e1128889e0e9df4ec5678aadc345276be2142c5b (PR-527) [2022-06-07T07:43:44.196Z] > git remote # timeout=10 [2022-06-07T07:43:44.215Z] > git config --get remote.origin.url # timeout=10 [2022-06-07T07:43:44.235Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-06-07T07:43:44.247Z] > git merge 66d087440452cd2777c1b48e6c315f4ea5829394 # timeout=10 [2022-06-07T07:43:44.276Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-06-07T07:43:44.308Z] > git config core.sparsecheckout # timeout=10 [2022-06-07T07:43:44.328Z] > git checkout -f e1128889e0e9df4ec5678aadc345276be2142c5b # timeout=10 [2022-06-07T07:43:48.548Z] Commit message: "feat: Add basic testing case for each component or directive" [2022-06-07T07:43:48.630Z] > git --version # timeout=10 [2022-06-07T07:43:48.640Z] > git --version # 'git version 2.25.1' [2022-06-07T07:43:48.654Z] fatal: bad object eff4ace5e529e22b05c56fc30efd0d4b1d113677 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-07T07:43:49.817Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-06-07T07:43:49.817Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-07T07:43:49.817Z] Dload Upload Total Spent Left Speed [2022-06-07T07:43:49.817Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12253 100 12253 0 0 98k 0 --:--:-- --:--:-- --:--:-- 98k [Pipeline] sh [2022-06-07T07:43:50.744Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-06-07T07:43:51.092Z] + + sudosudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-06-07T07:43:51.092Z] tee /etc/docker/daemon.new [2022-06-07T07:43:51.092Z] { [2022-06-07T07:43:51.092Z] "registry-mirrors": [ [2022-06-07T07:43:51.092Z] "https://nexus3.edgexfoundry.org:10001" [2022-06-07T07:43:51.092Z] ], [2022-06-07T07:43:51.092Z] "bip": "10.250.0.254/24", [2022-06-07T07:43:51.093Z] "hosts": [ [2022-06-07T07:43:51.093Z] "tcp://0.0.0.0:5555", [2022-06-07T07:43:51.093Z] "unix:///var/run/docker.sock" [2022-06-07T07:43:51.093Z] ], [2022-06-07T07:43:51.093Z] "mtu": 1458, [2022-06-07T07:43:51.093Z] "selinux-enabled": true, [2022-06-07T07:43:51.093Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-06-07T07:43:51.093Z] } [Pipeline] sh [2022-06-07T07:43:51.444Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-06-07T07:43:51.799Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-07T07:44:10.206Z] provisioning config files... [2022-06-07T07:44:10.231Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config4155411735427044899tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:44:10.627Z] ---> docker-login.sh [2022-06-07T07:44:10.627Z] nexus3.edgexfoundry.org:10001 [2022-06-07T07:44:11.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:44:11.502Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:44:11.502Z] Configure a credential helper to remove this warning. See [2022-06-07T07:44:11.502Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:44:11.502Z] [2022-06-07T07:44:11.502Z] Login Succeeded [2022-06-07T07:44:11.502Z] nexus3.edgexfoundry.org:10002 [2022-06-07T07:44:11.779Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:44:12.054Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:44:12.054Z] Configure a credential helper to remove this warning. See [2022-06-07T07:44:12.054Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:44:12.054Z] [2022-06-07T07:44:12.054Z] Login Succeeded [2022-06-07T07:44:12.054Z] nexus3.edgexfoundry.org:10003 [2022-06-07T07:44:12.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:44:12.335Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:44:12.335Z] Configure a credential helper to remove this warning. See [2022-06-07T07:44:12.335Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:44:12.335Z] [2022-06-07T07:44:12.335Z] Login Succeeded [2022-06-07T07:44:12.335Z] nexus3.edgexfoundry.org:10004 [2022-06-07T07:44:12.935Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:44:12.935Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:44:12.935Z] Configure a credential helper to remove this warning. See [2022-06-07T07:44:12.935Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:44:12.935Z] [2022-06-07T07:44:12.935Z] Login Succeeded [2022-06-07T07:44:12.935Z] docker.io [2022-06-07T07:44:13.209Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-06-07T07:44:13.807Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-06-07T07:44:13.807Z] Configure a credential helper to remove this warning. See [2022-06-07T07:44:13.807Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-06-07T07:44:13.807Z] [2022-06-07T07:44:13.807Z] Login Succeeded [2022-06-07T07:44:13.807Z] ---> docker-login.sh ends [Pipeline] } [2022-06-07T07:44:13.839Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-06-07T07:44:14.218Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-06-07T07:44:14.251Z] ========================================================= [2022-06-07T07:44:14.251Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-06-07T07:44:14.251Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:44:14.762Z] + 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-06-07T07:44:15.768Z] Sending build context to Docker daemon 27.41MB [2022-06-07T07:44:15.768Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-06-07T07:44:15.768Z] Step 2/15 : FROM ${BASE} AS builder [2022-06-07T07:44:15.768Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-06-07T07:44:15.768Z] 9b3977197b4f: Pulling fs layer [2022-06-07T07:44:15.768Z] 1a89e8eeedd5: Pulling fs layer [2022-06-07T07:44:15.768Z] 94645a83ff95: Pulling fs layer [2022-06-07T07:44:15.768Z] e6fb740bc735: Pulling fs layer [2022-06-07T07:44:15.768Z] 3a77bd46dcc9: Pulling fs layer [2022-06-07T07:44:15.768Z] 355e64cbe906: Pulling fs layer [2022-06-07T07:44:15.768Z] 63ab81a10011: Pulling fs layer [2022-06-07T07:44:15.768Z] 555d1d1c4555: Pulling fs layer [2022-06-07T07:44:15.768Z] 7d9057610161: Pulling fs layer [2022-06-07T07:44:15.768Z] 3a77bd46dcc9: Waiting [2022-06-07T07:44:15.768Z] 355e64cbe906: Waiting [2022-06-07T07:44:15.768Z] 7d9057610161: Waiting [2022-06-07T07:44:15.768Z] 63ab81a10011: Waiting [2022-06-07T07:44:15.768Z] 555d1d1c4555: Waiting [2022-06-07T07:44:15.768Z] e6fb740bc735: Waiting [2022-06-07T07:44:16.056Z] 94645a83ff95: Verifying Checksum [2022-06-07T07:44:16.056Z] 94645a83ff95: Download complete [2022-06-07T07:44:16.056Z] 1a89e8eeedd5: Verifying Checksum [2022-06-07T07:44:16.056Z] 1a89e8eeedd5: Download complete [2022-06-07T07:44:16.056Z] 3a77bd46dcc9: Verifying Checksum [2022-06-07T07:44:16.056Z] 3a77bd46dcc9: Download complete [2022-06-07T07:44:16.056Z] 355e64cbe906: Download complete [2022-06-07T07:44:16.056Z] 9b3977197b4f: Verifying Checksum [2022-06-07T07:44:16.056Z] 9b3977197b4f: Download complete [2022-06-07T07:44:16.056Z] 63ab81a10011: Verifying Checksum [2022-06-07T07:44:16.056Z] 63ab81a10011: Download complete [2022-06-07T07:44:17.055Z] 7d9057610161: Download complete [2022-06-07T07:44:17.055Z] 9b3977197b4f: Pull complete [2022-06-07T07:44:17.663Z] 1a89e8eeedd5: Pull complete [2022-06-07T07:44:17.937Z] 94645a83ff95: Pull complete [2022-06-07T07:44:18.211Z] 555d1d1c4555: Verifying Checksum [2022-06-07T07:44:18.211Z] 555d1d1c4555: Download complete [2022-06-07T07:44:18.807Z] e6fb740bc735: Verifying Checksum [2022-06-07T07:44:18.807Z] e6fb740bc735: Download complete [2022-06-07T07:44:31.208Z] e6fb740bc735: Pull complete [2022-06-07T07:44:31.208Z] 3a77bd46dcc9: Pull complete [2022-06-07T07:44:31.208Z] 355e64cbe906: Pull complete [2022-06-07T07:44:31.208Z] 63ab81a10011: Pull complete [2022-06-07T07:44:37.953Z] 555d1d1c4555: Pull complete [2022-06-07T07:44:40.581Z] 7d9057610161: Pull complete [2022-06-07T07:44:40.582Z] Digest: sha256:2bfe06e9b82483759db2d79553298764cc23e00699169ff1c4d7513112b2d636 [2022-06-07T07:44:40.582Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-06-07T07:44:40.582Z] ---> 819e984ddca1 [2022-06-07T07:44:40.582Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-06-07T07:44:42.026Z] ---> Running in 807969fcf386 [2022-06-07T07:44:42.026Z] Removing intermediate container 807969fcf386 [2022-06-07T07:44:42.026Z] ---> 5b2a48c99283 [2022-06-07T07:44:42.026Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-06-07T07:44:42.309Z] ---> Running in 3f9866289596 [2022-06-07T07:44:42.587Z] Removing intermediate container 3f9866289596 [2022-06-07T07:44:42.587Z] ---> c8fcb0dcb6f5 [2022-06-07T07:44:42.587Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-06-07T07:44:42.587Z] ---> Running in c11cdd58d72a [2022-06-07T07:44:42.863Z] Removing intermediate container c11cdd58d72a [2022-06-07T07:44:42.863Z] ---> caa11f608b21 [2022-06-07T07:44:42.863Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-06-07T07:44:42.863Z] ---> Running in 626cebeac079 [2022-06-07T07:44:43.138Z] Removing intermediate container 626cebeac079 [2022-06-07T07:44:43.138Z] ---> b46b636a5583 [2022-06-07T07:44:43.138Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-06-07T07:44:43.413Z] ---> Running in c2d4e9d99d6f [2022-06-07T07:44:43.698Z] Removing intermediate container c2d4e9d99d6f [2022-06-07T07:44:43.698Z] ---> 24947c5dc53e [2022-06-07T07:44:43.698Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-07T07:44:43.698Z] ---> Running in c8d5107209d3 [2022-06-07T07:44:45.678Z] Removing intermediate container c8d5107209d3 [2022-06-07T07:44:45.678Z] ---> 3bf9b863f28e [2022-06-07T07:44:45.678Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-07T07:44:45.678Z] ---> Running in 2781ed09e53f [2022-06-07T07:44:46.274Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-07T07:44:47.251Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-07T07:44:48.235Z] OK: 220 MiB in 52 packages [2022-06-07T07:44:48.835Z] Removing intermediate container 2781ed09e53f [2022-06-07T07:44:48.835Z] ---> 470b654450b7 [2022-06-07T07:44:48.835Z] Step 10/15 : ENV GO111MODULE=on [2022-06-07T07:44:48.835Z] ---> Running in c35337843b67 [2022-06-07T07:44:49.113Z] Removing intermediate container c35337843b67 [2022-06-07T07:44:49.113Z] ---> f507dd46aa6a [2022-06-07T07:44:49.113Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-06-07T07:44:49.394Z] ---> Running in a8ed86a93a39 [2022-06-07T07:44:49.671Z] Removing intermediate container a8ed86a93a39 [2022-06-07T07:44:49.671Z] ---> e505ae881e03 [2022-06-07T07:44:49.671Z] Step 12/15 : COPY go.mod vendor* ./ [2022-06-07T07:44:50.268Z] ---> 24a2f8a04a5d [2022-06-07T07:44:50.268Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-07T07:44:50.268Z] ---> Running in 8d69355ecf95 [2022-06-07T07:45:17.109Z] Removing intermediate container 8d69355ecf95 [2022-06-07T07:45:17.109Z] ---> 43ad08ba23f6 [2022-06-07T07:45:17.109Z] Step 14/15 : COPY . . [2022-06-07T07:45:19.087Z] ---> 63df665b620d [2022-06-07T07:45:19.087Z] Step 15/15 : RUN ${MAKE} [2022-06-07T07:45:19.376Z] ---> Running in bb0d89ebafed [2022-06-07T07:45:20.376Z] noop [2022-06-07T07:45:20.974Z] Removing intermediate container bb0d89ebafed [2022-06-07T07:45:20.974Z] ---> e7e991daaaa0 [2022-06-07T07:45:20.974Z] Successfully built e7e991daaaa0 [2022-06-07T07:45:20.974Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:45:21.471Z] + docker inspect -f . ci-base-image-arm64 [2022-06-07T07:45:21.472Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:45:21.799Z] prd-ubuntu20.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2022-06-07T07:45:21.883Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-07T07:45:23.115Z] $ docker top 8abb49c0376c47541e31f8fcb4e141b8e3cee6c464711b52ae8e84b41beea0ae -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-07T07:45:24.077Z] + go version [2022-06-07T07:45:24.077Z] go version go1.17.7 linux/arm64 [Pipeline] } [2022-06-07T07:45:24.116Z] $ docker stop --time=1 8abb49c0376c47541e31f8fcb4e141b8e3cee6c464711b52ae8e84b41beea0ae [2022-06-07T07:45:25.763Z] $ docker rm -f 8abb49c0376c47541e31f8fcb4e141b8e3cee6c464711b52ae8e84b41beea0ae [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:45:26.641Z] + docker inspect -f . ci-base-image-arm64 [2022-06-07T07:45:26.641Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:45:26.937Z] prd-ubuntu20.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2022-06-07T07:45:27.025Z] $ 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 ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-06-07T07:45:28.296Z] $ docker top 661fa8e87b62f06c409e795fa9294e3065a098d235ca1ba7cb699c2f653f40ff -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-06-07T07:45:29.280Z] + make test [2022-06-07T07:45:29.280Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-06-07T07:45:30.724Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-06-07T07:46:09.793Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-06-07T07:46:09.793Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-06-07T07:46:22.235Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-06-07T07:46:22.235Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-06-07T07:46:22.271Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-06-07T07:46:22.303Z] $ docker stop --time=1 661fa8e87b62f06c409e795fa9294e3065a098d235ca1ba7cb699c2f653f40ff [2022-06-07T07:46:24.069Z] $ docker rm -f 661fa8e87b62f06c409e795fa9294e3065a098d235ca1ba7cb699c2f653f40ff [Pipeline] // withDockerContainer [Pipeline] sh [2022-06-07T07:46:24.880Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-06-07T07:46:24.915Z] Warning: overwriting stash ‘coverage-report’ [2022-06-07T07:46:25.481Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-06-07T07:46:26.079Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-06-07T07:46:26.423Z] + ls -al . [2022-06-07T07:46:26.423Z] total 156 [2022-06-07T07:46:26.423Z] drwxrwxr-x 13 jenkins jenkins 4096 Jun 7 07:45 . [2022-06-07T07:46:26.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 .. [2022-06-07T07:46:26.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Jun 7 07:43 .git [2022-06-07T07:46:26.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 .github [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 167 Jun 7 07:43 .gitignore [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 2022 Jun 7 07:43 Attribution.txt [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 14570 Jun 7 07:43 CHANGELOG.md [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 3959 Jun 7 07:43 CONTRIBUTING.md [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 1549 Jun 7 07:43 Dockerfile [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 652 Jun 7 07:43 Jenkinsfile [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 11357 Jun 7 07:43 LICENSE [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 1212 Jun 7 07:43 Makefile [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 4398 Jun 7 07:43 README.md [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 5 Jun 7 07:39 VERSION [2022-06-07T07:46:26.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 assets [2022-06-07T07:46:26.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:43 bin [2022-06-07T07:46:26.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 cmd [2022-06-07T07:46:26.423Z] -rw-r--r-- 1 jenkins jenkins 10 Jun 7 07:45 coverage.out [2022-06-07T07:46:26.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Jun 7 07:43 docs [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 1945 Jun 7 07:43 go.mod [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 26589 Jun 7 07:43 go.sum [2022-06-07T07:46:26.423Z] drwxrwxr-x 9 jenkins jenkins 4096 Jun 7 07:43 internal [2022-06-07T07:46:26.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Jun 7 07:43 pkg [2022-06-07T07:46:26.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 snap [2022-06-07T07:46:26.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 testing [2022-06-07T07:46:26.423Z] -rw-rw-r-- 1 jenkins jenkins 155 Jun 7 07:43 version.go [2022-06-07T07:46:26.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Jun 7 07:43 web [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:46:26.843Z] + 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=e1128889e0e9df4ec5678aadc345276be2142c5b --label arch=arm64 --label version=0.0.0 . [2022-06-07T07:46:27.832Z] Sending build context to Docker daemon 27.41MB [2022-06-07T07:46:27.832Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-06-07T07:46:27.832Z] Step 2/23 : FROM ${BASE} AS builder [2022-06-07T07:46:27.832Z] ---> e7e991daaaa0 [2022-06-07T07:46:27.832Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-06-07T07:46:28.107Z] ---> Running in 99d27e387213 [2022-06-07T07:46:28.386Z] Removing intermediate container 99d27e387213 [2022-06-07T07:46:28.386Z] ---> 09e5d0322a2e [2022-06-07T07:46:28.386Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-06-07T07:46:28.386Z] ---> Running in ddf4dea6950b [2022-06-07T07:46:28.660Z] Removing intermediate container ddf4dea6950b [2022-06-07T07:46:28.660Z] ---> 55fa5549a612 [2022-06-07T07:46:28.660Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-06-07T07:46:28.660Z] ---> Running in 2cc3cd3e68ff [2022-06-07T07:46:28.933Z] Removing intermediate container 2cc3cd3e68ff [2022-06-07T07:46:28.933Z] ---> a6e4d97192b9 [2022-06-07T07:46:28.933Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-06-07T07:46:28.933Z] ---> Running in 045488e64e9d [2022-06-07T07:46:29.208Z] Removing intermediate container 045488e64e9d [2022-06-07T07:46:29.208Z] ---> 711f8dab53a8 [2022-06-07T07:46:29.208Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-06-07T07:46:29.483Z] ---> Running in 511c554e4631 [2022-06-07T07:46:29.759Z] Removing intermediate container 511c554e4631 [2022-06-07T07:46:29.759Z] ---> deef58b9c5cd [2022-06-07T07:46:29.759Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-06-07T07:46:29.759Z] ---> Running in b16b157b2149 [2022-06-07T07:46:31.747Z] Removing intermediate container b16b157b2149 [2022-06-07T07:46:31.747Z] ---> 9894a196fa95 [2022-06-07T07:46:31.747Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-06-07T07:46:31.747Z] ---> Running in fb69173d35b5 [2022-06-07T07:46:32.346Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-06-07T07:46:33.327Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-06-07T07:46:34.322Z] OK: 220 MiB in 52 packages [2022-06-07T07:46:34.927Z] Removing intermediate container fb69173d35b5 [2022-06-07T07:46:34.927Z] ---> f00e7decab40 [2022-06-07T07:46:34.927Z] Step 10/23 : ENV GO111MODULE=on [2022-06-07T07:46:34.927Z] ---> Running in 7f1c7eb129d5 [2022-06-07T07:46:35.202Z] Removing intermediate container 7f1c7eb129d5 [2022-06-07T07:46:35.202Z] ---> 4b5beb31464f [2022-06-07T07:46:35.202Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-06-07T07:46:35.202Z] ---> Running in eaf00e38518d [2022-06-07T07:46:35.802Z] Removing intermediate container eaf00e38518d [2022-06-07T07:46:35.802Z] ---> 635c296e6241 [2022-06-07T07:46:35.802Z] Step 12/23 : COPY go.mod vendor* ./ [2022-06-07T07:46:36.401Z] ---> 55958abc4c15 [2022-06-07T07:46:36.401Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-06-07T07:46:36.401Z] ---> Running in 38f4fe778773 [2022-06-07T07:46:38.384Z] Removing intermediate container 38f4fe778773 [2022-06-07T07:46:38.384Z] ---> e22799001a47 [2022-06-07T07:46:38.384Z] Step 14/23 : COPY . . [2022-06-07T07:46:41.781Z] ---> b513132383c3 [2022-06-07T07:46:41.781Z] Step 15/23 : RUN ${MAKE} [2022-06-07T07:46:41.781Z] ---> Running in 3892bb102a68 [2022-06-07T07:46:42.382Z] 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-06-07T07:47:14.796Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-06-07T07:47:17.426Z] Removing intermediate container 3892bb102a68 [2022-06-07T07:47:17.426Z] ---> a34e2c4bc513 [2022-06-07T07:47:17.426Z] Step 16/23 : FROM alpine:3.14 [2022-06-07T07:47:18.020Z] 3.14: Pulling from library/alpine [2022-06-07T07:47:18.020Z] 455c02918c45: Pulling fs layer [2022-06-07T07:47:18.295Z] 455c02918c45: Verifying Checksum [2022-06-07T07:47:18.295Z] 455c02918c45: Download complete [2022-06-07T07:47:18.896Z] 455c02918c45: Pull complete [2022-06-07T07:47:18.896Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-06-07T07:47:18.896Z] Status: Downloaded newer image for alpine:3.14 [2022-06-07T07:47:18.896Z] ---> ac73e934f311 [2022-06-07T07:47:18.896Z] Step 17/23 : EXPOSE 4000 [2022-06-07T07:47:18.896Z] ---> Running in 3a04072e510e [2022-06-07T07:47:19.171Z] Removing intermediate container 3a04072e510e [2022-06-07T07:47:19.171Z] ---> f2fb759829ba [2022-06-07T07:47:19.171Z] 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-06-07T07:47:20.611Z] ---> d52350315ab4 [2022-06-07T07:47:20.611Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-06-07T07:47:20.611Z] ---> Running in 0e762848b66d [2022-06-07T07:47:20.888Z] Removing intermediate container 0e762848b66d [2022-06-07T07:47:20.888Z] ---> 046f587006b1 [2022-06-07T07:47:20.888Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-06-07T07:47:20.888Z] ---> Running in b81821deac48 [2022-06-07T07:47:21.168Z] Removing intermediate container b81821deac48 [2022-06-07T07:47:21.168Z] ---> 2d78757ac863 [2022-06-07T07:47:21.168Z] Step 21/23 : LABEL arch=arm64 [2022-06-07T07:47:21.168Z] ---> Running in ebc76741d637 [2022-06-07T07:47:21.766Z] Removing intermediate container ebc76741d637 [2022-06-07T07:47:21.766Z] ---> 5757000091cb [2022-06-07T07:47:21.766Z] Step 22/23 : LABEL git_sha=e1128889e0e9df4ec5678aadc345276be2142c5b [2022-06-07T07:47:21.766Z] ---> Running in 28e7319a1a29 [2022-06-07T07:47:22.040Z] Removing intermediate container 28e7319a1a29 [2022-06-07T07:47:22.040Z] ---> 26a2da500757 [2022-06-07T07:47:22.040Z] Step 23/23 : LABEL version=0.0.0 [2022-06-07T07:47:22.040Z] ---> Running in a6d706e53452 [2022-06-07T07:47:22.313Z] Removing intermediate container a6d706e53452 [2022-06-07T07:47:22.313Z] ---> 70f8f8646e2c [2022-06-07T07:47:22.313Z] [Warning] One or more build-args [ARCH] were not consumed [2022-06-07T07:47:22.313Z] Successfully built 70f8f8646e2c [2022-06-07T07:47:22.313Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // withEnv [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] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:47:23.419Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-07T07:47:23.419Z] [2022-06-07T07:47:23.419Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:47:23.855Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-07T07:47:24.140Z] arm64: Pulling from edgex-lftools-log-publisher [2022-06-07T07:47:24.140Z] 8998bd30e6a1: Pulling fs layer [2022-06-07T07:47:24.140Z] 04944245beec: Pulling fs layer [2022-06-07T07:47:24.140Z] 699f458cf7ca: Pulling fs layer [2022-06-07T07:47:24.140Z] 765212b225bb: Pulling fs layer [2022-06-07T07:47:24.140Z] f23df028b6ca: Pulling fs layer [2022-06-07T07:47:24.140Z] d65c8cfc05b1: Pulling fs layer [2022-06-07T07:47:24.140Z] 2437ff75d9bd: Pulling fs layer [2022-06-07T07:47:24.140Z] 765212b225bb: Waiting [2022-06-07T07:47:24.140Z] d65c8cfc05b1: Waiting [2022-06-07T07:47:24.140Z] f23df028b6ca: Waiting [2022-06-07T07:47:24.141Z] 2437ff75d9bd: Waiting [2022-06-07T07:47:24.141Z] 04944245beec: Verifying Checksum [2022-06-07T07:47:24.141Z] 04944245beec: Download complete [2022-06-07T07:47:24.141Z] 765212b225bb: Verifying Checksum [2022-06-07T07:47:24.141Z] 765212b225bb: Download complete [2022-06-07T07:47:24.141Z] f23df028b6ca: Verifying Checksum [2022-06-07T07:47:24.141Z] f23df028b6ca: Download complete [2022-06-07T07:47:24.141Z] d65c8cfc05b1: Verifying Checksum [2022-06-07T07:47:24.141Z] d65c8cfc05b1: Download complete [2022-06-07T07:47:24.420Z] 699f458cf7ca: Verifying Checksum [2022-06-07T07:47:24.420Z] 699f458cf7ca: Download complete [2022-06-07T07:47:24.697Z] 8998bd30e6a1: Download complete [2022-06-07T07:47:27.327Z] 2437ff75d9bd: Verifying Checksum [2022-06-07T07:47:27.327Z] 2437ff75d9bd: Download complete [2022-06-07T07:47:28.771Z] 8998bd30e6a1: Pull complete [2022-06-07T07:47:29.380Z] 04944245beec: Pull complete [2022-06-07T07:47:30.820Z] 699f458cf7ca: Pull complete [2022-06-07T07:47:31.095Z] 765212b225bb: Pull complete [2022-06-07T07:47:32.083Z] f23df028b6ca: Pull complete [2022-06-07T07:47:32.358Z] d65c8cfc05b1: Pull complete [2022-06-07T07:47:47.455Z] 2437ff75d9bd: Pull complete [2022-06-07T07:47:47.455Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-06-07T07:47:47.455Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-06-07T07:47:47.455Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:47:47.853Z] prd-ubuntu20.04-docker-arm64-4c-16g-1616 does not seem to be running inside a container [2022-06-07T07:47:47.953Z] $ 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 ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-06-07T07:47:50.322Z] $ docker top 0a40bf5c8142384ecf7b56f903289e5b5ca9ddbe2ad01c305f20a80685ecdf3e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:47:51.301Z] ---> job-cost.sh [2022-06-07T07:47:51.301Z] lf-activate-venv: SKIPPING [2022-06-07T07:47:51.301Z] INFO: No Stack... [2022-06-07T07:47:51.896Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-06-07T07:47:52.510Z] INFO: Archiving Costs [Pipeline] sh [2022-06-07T07:47:53.189Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-06-07T07:47:53.189Z] + cut -d, -f6 [Pipeline] lock [2022-06-07T07:47:53.270Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [2022-06-07T07:47:53.275Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] did not exist. Created. [2022-06-07T07:47:53.275Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-06-07T07:47:54.035Z] /w/workspace/edgex-ui-go/1@tmp/durable-3f19ab40/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-06-07T07:47:54.736Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-06-07T07:47:54.771Z] Warning: overwriting stash ‘stack-cost’ [2022-06-07T07:47:54.941Z] Stashed 1 file(s) [Pipeline] } [2022-06-07T07:47:54.958Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-527-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-06-07T07:47:55.039Z] $ docker stop --time=1 0a40bf5c8142384ecf7b56f903289e5b5ca9ddbe2ad01c305f20a80685ecdf3e [2022-06-07T07:47:56.535Z] $ docker rm -f 0a40bf5c8142384ecf7b56f903289e5b5ca9ddbe2ad01c305f20a80685ecdf3e [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-06-07T07:47:57.541Z] provisioning config files... [2022-06-07T07:47:57.550Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config1390596805408845879tmp [Pipeline] { [Pipeline] sh [2022-06-07T07:47:57.883Z] + set +x [2022-06-07T07:47:57.883Z] + curl -s https://codecov.io/bash [2022-06-07T07:47:57.883Z] + bash -s -- [2022-06-07T07:47:57.883Z] [2022-06-07T07:47:57.883Z] _____ _ [2022-06-07T07:47:57.883Z] / ____| | | [2022-06-07T07:47:57.883Z] | | ___ __| | ___ ___ _____ __ [2022-06-07T07:47:57.883Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-06-07T07:47:57.883Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-06-07T07:47:57.883Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-06-07T07:47:57.883Z] Bash-1.0.6 [2022-06-07T07:47:57.883Z] [2022-06-07T07:47:57.883Z] [2022-06-07T07:47:57.883Z] ==> git version 2.25.1 found [2022-06-07T07:47:57.883Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-06-07T07:47:57.883Z] Release-Date: 2020-01-08 [2022-06-07T07:47:57.883Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-06-07T07:47:57.883Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-06-07T07:47:57.883Z] ==> Jenkins CI detected. [2022-06-07T07:47:57.883Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-527 [2022-06-07T07:47:57.883Z] project root: . [2022-06-07T07:47:57.883Z] --> token set from env [2022-06-07T07:47:57.883Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-06-07T07:47:57.883Z] ==> Running gcov in . (disable via -X gcov) [2022-06-07T07:47:57.883Z] ==> Python coveragepy not found [2022-06-07T07:47:57.883Z] ==> Searching for coverage reports in: [2022-06-07T07:47:57.883Z] + . [2022-06-07T07:47:57.883Z] -> Found 1 reports [2022-06-07T07:47:57.883Z] ==> Detecting git/mercurial file structure [2022-06-07T07:47:58.142Z] ==> Reading reports [2022-06-07T07:47:58.142Z] + ./coverage.out bytes=10 [2022-06-07T07:47:58.142Z] ==> Appending adjustments [2022-06-07T07:47:58.142Z] https://docs.codecov.io/docs/fixing-reports [2022-06-07T07:47:58.142Z] + Found adjustments [2022-06-07T07:47:58.143Z] ==> Gzipping contents [2022-06-07T07:47:58.143Z] 8.0K /tmp/codecov.zFLZUh.gz [2022-06-07T07:47:58.143Z] ==> Uploading reports [2022-06-07T07:47:58.143Z] url: https://codecov.io [2022-06-07T07:47:58.143Z] query: branch=PR-527&commit=e1128889e0e9df4ec5678aadc345276be2142c5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-527%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=527&job=&cmd_args= [2022-06-07T07:47:58.143Z] -> Pinging Codecov [2022-06-07T07:47:58.143Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-527&commit=e1128889e0e9df4ec5678aadc345276be2142c5b&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-527%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=527&job=&cmd_args= [2022-06-07T07:47:58.712Z] -> Uploading to [2022-06-07T07:47:58.712Z] https://storage.googleapis.com/codecov/v4/raw/2022-06-07/FB506323287CE973F263BFD2A0EB1F37/e1128889e0e9df4ec5678aadc345276be2142c5b/64b6e0b0-6c61-44d5-bca1-1d39c98bc878.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220607%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220607T074758Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=89c29c640744eb153b62c53671d1632a27deef0394313cb917b7b6e65586b651 [2022-06-07T07:47:58.712Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-06-07T07:47:58.712Z] Dload Upload Total Spent Left Speed [2022-06-07T07:47:58.972Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4367 0 0 100 4367 0 17260 --:--:-- --:--:-- --:--:-- 17260 [2022-06-07T07:47:58.972Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/e1128889e0e9df4ec5678aadc345276be2142c5b [Pipeline] } [2022-06-07T07:47:58.999Z] 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-06-07T07:48:00.673Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives ] [2022-06-07T07:48:00.673Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives [2022-06-07T07:48:00.673Z] total 16 [2022-06-07T07:48:00.673Z] drwxr-xr-x 3 root root 4096 Jun 7 07:40 . [2022-06-07T07:48:00.673Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 7 07:40 .. [2022-06-07T07:48:00.673Z] drwxr-xr-x 2 root root 4096 Jun 7 07:40 cost [2022-06-07T07:48:00.673Z] -rw-r--r-- 1 root root 82 Jun 7 07:40 cost.csv [2022-06-07T07:48:00.673Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives [2022-06-07T07:48:00.673Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives [2022-06-07T07:48:00.673Z] total 16 [2022-06-07T07:48:00.673Z] drwxr-xr-x 3 jenkins jenkins 4096 Jun 7 07:40 . [2022-06-07T07:48:00.673Z] drwxrwxr-x 15 jenkins jenkins 4096 Jun 7 07:40 .. [2022-06-07T07:48:00.673Z] drwxr-xr-x 2 jenkins jenkins 4096 Jun 7 07:40 cost [2022-06-07T07:48:00.673Z] -rw-r--r-- 1 jenkins jenkins 82 Jun 7 07:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:00.999Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:01.895Z] ---> package-listing.sh [2022-06-07T07:48:01.895Z] ++ facter osfamily [2022-06-07T07:48:01.895Z] ++ tr '[:upper:]' '[:lower:]' [2022-06-07T07:48:02.155Z] + OS_FAMILY=debian [2022-06-07T07:48:02.155Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-527 [2022-06-07T07:48:02.155Z] + START_PACKAGES=/tmp/packages_start.txt [2022-06-07T07:48:02.155Z] + END_PACKAGES=/tmp/packages_end.txt [2022-06-07T07:48:02.155Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-06-07T07:48:02.155Z] + PACKAGES=/tmp/packages_start.txt [2022-06-07T07:48:02.155Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-527 ']' [2022-06-07T07:48:02.155Z] + PACKAGES=/tmp/packages_end.txt [2022-06-07T07:48:02.155Z] + case "${OS_FAMILY}" in [2022-06-07T07:48:02.155Z] + dpkg -l [2022-06-07T07:48:02.155Z] + grep '^ii' [2022-06-07T07:48:02.155Z] + '[' -f /tmp/packages_start.txt ']' [2022-06-07T07:48:02.155Z] + '[' -f /tmp/packages_end.txt ']' [2022-06-07T07:48:02.155Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-06-07T07:48:02.155Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-527 ']' [2022-06-07T07:48:02.155Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives/ [2022-06-07T07:48:02.155Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-527/archives/ [Pipeline] echo [2022-06-07T07:48:02.189Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-06-07T07:48:02.483Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-06-07T07:48:03.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-06-07T07:48:03.114Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-06-07T07:48:03.271Z] prd-ubuntu20.04-docker-8c-8g-1615 does not seem to be running inside a container [2022-06-07T07:48:03.305Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527/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-527 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527:/w/workspace/edgexfoundry_edgex-ui-go_PR-527:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-06-07T07:48:03.510Z] $ docker top 08383f983f704c6f35a31975abfe544a4ec1b29274b66b90575e3af59b8e1500 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-06-07T07:48:03.929Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-06-07T07:48:04.237Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-06-07T07:48:04.548Z] + ls /var/log/sa-host [2022-06-07T07:48:04.548Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-06-07T07:48:04.669Z] provisioning config files... [2022-06-07T07:48:04.678Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-527@tmp/config5135176051506064761tmp [Pipeline] { [Pipeline] echo [2022-06-07T07:48:04.728Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:05.045Z] ---> create-netrc.sh [Pipeline] } [2022-06-07T07:48:05.073Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:05.473Z] ---> python-tools-install.sh [Pipeline] echo [2022-06-07T07:48:05.508Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:05.822Z] ---> sudo-logs.sh [2022-06-07T07:48:05.822Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-06-07T07:48:05.898Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:06.211Z] ---> job-cost.sh [2022-06-07T07:48:06.211Z] lf-activate-venv: SKIPPING [2022-06-07T07:48:06.211Z] DEBUG: total: 0.2199999988079071 [2022-06-07T07:48:06.211Z] INFO: Retrieving Stack Cost... [2022-06-07T07:48:06.782Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-06-07T07:48:07.043Z] INFO: Archiving Costs [Pipeline] echo [2022-06-07T07:48:07.076Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-06-07T07:48:07.386Z] ---> logs-deploy.sh [2022-06-07T07:48:07.386Z] lf-activate-venv: SKIPPING [2022-06-07T07:48:07.386Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-527/1 [2022-06-07T07:48:07.386Z] INFO: archiving workspace using pattern(s): [2022-06-07T07:48:08.328Z] Archives upload complete. [2022-06-07T07:48:08.328Z] INFO: archiving logs to Nexus