Pull request #508 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d+a297faecba2e479c84256204d88875266373bb25 (6429c0822db3b83039c7ec8a5866bf36029103dc) 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-ssh15810482434981252913.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision c72b16708d6eed9a08be464a432ce22db7d90667 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-ssh13495630732126615469.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 c72b16708d6eed9a08be464a432ce22db7d90667 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-508/workspace@libs/edgex-global-pipelines # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-508/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh3154464993543820634.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-508/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh529202537657372501.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision c72b16708d6eed9a08be464a432ce22db7d90667 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f c72b16708d6eed9a08be464a432ce22db7d90667 # timeout=10 Commit message: "Merge pull request #378 from ernestojeda/ubuntu-20-changes" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh10456080737072149616.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 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-508/workspace@libs/lf-pipelines # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-508/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh9654509544826142748.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 b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > 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 c72b16708d6eed9a08be464a432ce22db7d90667 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[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 [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-9574 in /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [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-508 # 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 > 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/508/head:refs/remotes/origin/PR-508 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a297faecba2e479c84256204d88875266373bb25 into PR head commit 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d Merge succeeded, producing 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d Checking out Revision 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d (PR-508) > git config core.sparsecheckout # timeout=10 > git checkout -f 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a297faecba2e479c84256204d88875266373bb25 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 Commit message: "chore(deps): Bump minimist from 1.2.5 to 1.2.6 in /web" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-03-31T07:08:50.356Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-03-31T07:08:50.554Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-03-31T07:08:50.641Z] ========================================================= [2022-03-31T07:08:50.641Z] EdgeX Global Pipelines Version Info [2022-03-31T07:08:50.641Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:08:51.465Z] ------------------- [2022-03-31T07:08:51.465Z] stable info: [2022-03-31T07:08:51.465Z] ------------------- [2022-03-31T07:08:51.465Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-03-31T07:08:51.465Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-31T07:08:51.465Z] Message: update stable to v1.0.221 [2022-03-31T07:08:52.041Z] ------------------- [2022-03-31T07:08:52.041Z] experimental info: [2022-03-31T07:08:52.041Z] ------------------- [2022-03-31T07:08:52.041Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-03-31T07:08:52.041Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-03-31T07:08:52.041Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-03-31T07:08:52.317Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-03-31T07:08:52.359Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-03-31T07:08:52.403Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-03-31T07:08:52.443Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-03-31T07:08:52.480Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-03-31T07:08:52.524Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-03-31T07:08:52.560Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-03-31T07:08:52.620Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-03-31T07:08:52.656Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-03-31T07:08:52.698Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-03-31T07:08:52.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-03-31T07:08:52.770Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-03-31T07:08:52.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-03-31T07:08:52.845Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-03-31T07:08:52.882Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-03-31T07:08:52.918Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-03-31T07:08:52.951Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-03-31T07:08:52.987Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-03-31T07:08:53.022Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-03-31T07:08:53.058Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-03-31T07:08:53.093Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-03-31T07:08:53.130Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-03-31T07:08:53.167Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-03-31T07:08:53.202Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-03-31T07:08:53.236Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-03-31T07:08:53.274Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-03-31T07:08:53.314Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-508 [Pipeline] echo [2022-03-31T07:08:53.348Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-508 [Pipeline] echo [2022-03-31T07:08:53.389Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-508 [Pipeline] echo [2022-03-31T07:08:53.425Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [Pipeline] echo [2022-03-31T07:08:53.466Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2337fb0 [Pipeline] echo [2022-03-31T07:08:53.500Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-31T07:08:53.600Z] provisioning config files... [2022-03-31T07:08:53.616Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config3467837504822311912tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:08:54.047Z] ---> docker-login.sh [2022-03-31T07:08:54.047Z] nexus3.edgexfoundry.org:10001 [2022-03-31T07:08:54.318Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:08:54.318Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:08:54.318Z] Configure a credential helper to remove this warning. See [2022-03-31T07:08:54.318Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:08:54.318Z] [2022-03-31T07:08:54.318Z] Login Succeeded [2022-03-31T07:08:54.318Z] nexus3.edgexfoundry.org:10002 [2022-03-31T07:08:54.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:08:54.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:08:54.580Z] Configure a credential helper to remove this warning. See [2022-03-31T07:08:54.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:08:54.580Z] [2022-03-31T07:08:54.580Z] Login Succeeded [2022-03-31T07:08:54.580Z] nexus3.edgexfoundry.org:10003 [2022-03-31T07:08:54.580Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:08:54.580Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:08:54.580Z] Configure a credential helper to remove this warning. See [2022-03-31T07:08:54.580Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:08:54.580Z] [2022-03-31T07:08:54.580Z] Login Succeeded [2022-03-31T07:08:54.580Z] nexus3.edgexfoundry.org:10004 [2022-03-31T07:08:54.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:08:54.847Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:08:54.847Z] Configure a credential helper to remove this warning. See [2022-03-31T07:08:54.847Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:08:54.847Z] [2022-03-31T07:08:54.847Z] Login Succeeded [2022-03-31T07:08:54.847Z] docker.io [2022-03-31T07:08:54.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:08:55.422Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:08:55.422Z] Configure a credential helper to remove this warning. See [2022-03-31T07:08:55.422Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:08:55.422Z] [2022-03-31T07:08:55.422Z] Login Succeeded [2022-03-31T07:08:55.422Z] ---> docker-login.sh ends [Pipeline] } [2022-03-31T07:08:55.449Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-03-31T07:08:56.080Z] + git rev-list -1 --merges 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d~1..2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [Pipeline] echo [2022-03-31T07:08:56.128Z] -----------> git rev-list -1 --merges 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d~1..2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [false] [Pipeline] sh [2022-03-31T07:08:56.441Z] + git log --format=format:%s -1 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [Pipeline] echo [2022-03-31T07:08:56.471Z] ========================================================= [2022-03-31T07:08:56.471Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-03-31T07:08:56.471Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-31T07:08:56.905Z] + git log --format=format:%s -1 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [Pipeline] echo [2022-03-31T07:08:56.937Z] [semverPrep] GIT_COMMIT: 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d, Commit Message: chore(deps): Bump minimist from 1.2.5 to 1.2.6 in /web [Pipeline] echo [2022-03-31T07:08:56.975Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-03-31T07:08:57.434Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-03-31T07:08:57.434Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-03-31T07:08:57.434Z] + [ -e /tmp/ssh_known_hosts ] [2022-03-31T07:08:57.434Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-03-31T07:08:57.434Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-03-31T07:08:57.434Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-03-31T07:08:57.434Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:08:57.884Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-31T07:08:57.884Z] [2022-03-31T07:08:57.884Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:08:58.394Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-31T07:08:58.394Z] latest: Pulling from edgex-devops/git-semver [2022-03-31T07:08:58.394Z] a0d0a0d46f8b: Pulling fs layer [2022-03-31T07:08:58.394Z] 3e5f54012d9b: Pulling fs layer [2022-03-31T07:08:58.394Z] 4c7163046ea9: Pulling fs layer [2022-03-31T07:08:58.394Z] 0c2d73faf560: Pulling fs layer [2022-03-31T07:08:58.394Z] 0c2d73faf560: Waiting [2022-03-31T07:08:58.394Z] 3e5f54012d9b: Download complete [2022-03-31T07:08:58.394Z] a0d0a0d46f8b: Verifying Checksum [2022-03-31T07:08:58.656Z] 4c7163046ea9: Verifying Checksum [2022-03-31T07:08:58.656Z] 4c7163046ea9: Download complete [2022-03-31T07:08:58.656Z] 0c2d73faf560: Verifying Checksum [2022-03-31T07:08:58.656Z] 0c2d73faf560: Download complete [2022-03-31T07:08:58.656Z] a0d0a0d46f8b: Pull complete [2022-03-31T07:08:58.656Z] 3e5f54012d9b: Pull complete [2022-03-31T07:08:59.230Z] 4c7163046ea9: Pull complete [2022-03-31T07:08:59.230Z] 0c2d73faf560: Pull complete [2022-03-31T07:08:59.230Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-03-31T07:08:59.230Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-03-31T07:08:59.230Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-03-31T07:08:59.331Z] prd-ubuntu20.04-docker-8c-8g-9574 does not seem to be running inside a container [2022-03-31T07:08:59.379Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-03-31T07:09:00.099Z] $ docker top cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-03-31T07:09:00.293Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-31T07:09:00.293Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-31T07:09:00.427Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-31T07:09:00.436Z] $ docker exec cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 ssh-agent [2022-03-31T07:09:00.558Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFPpiPj/agent.13 [2022-03-31T07:09:00.558Z] SSH_AGENT_PID=20 [2022-03-31T07:09:00.567Z] Running ssh-add (command line suppressed) [2022-03-31T07:09:00.698Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_3697084056858620127.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_3697084056858620127.key) [2022-03-31T07:09:00.710Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-31T07:09:01.053Z] + git tag --points-at HEAD [Pipeline] } [2022-03-31T07:09:01.088Z] $ docker exec --env ******** --env ******** cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 ssh-agent -k [2022-03-31T07:09:01.211Z] unset SSH_AUTH_SOCK; [2022-03-31T07:09:01.212Z] unset SSH_AGENT_PID; [2022-03-31T07:09:01.212Z] echo Agent pid 20 killed; [2022-03-31T07:09:01.217Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-03-31T07:09:01.307Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-03-31T07:09:01.308Z] [ssh-agent] Looking for ssh-agent implementation... [2022-03-31T07:09:01.437Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-03-31T07:09:01.446Z] $ docker exec cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 ssh-agent [2022-03-31T07:09:01.589Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKAfIAa/agent.54 [2022-03-31T07:09:01.589Z] SSH_AGENT_PID=61 [2022-03-31T07:09:01.596Z] Running ssh-add (command line suppressed) [2022-03-31T07:09:01.720Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_1048427090808513510.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_1048427090808513510.key) [2022-03-31T07:09:01.732Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-03-31T07:09:02.068Z] + git semver init [2022-03-31T07:09:02.068Z] # -> Open(): unable to determine branch for HEAD [2022-03-31T07:09:02.068Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-508/.git [2022-03-31T07:09:02.068Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [2022-03-31T07:09:02.068Z] # $SEMVER_REMOTE_NAME = origin [2022-03-31T07:09:02.068Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-03-31T07:09:02.068Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-03-31T07:09:02.068Z] # $SEMVER_BRANCH = PR-508 [2022-03-31T07:09:02.068Z] # $SEMVER_TEMP = /tmp/semver-865858815 [2022-03-31T07:09:02.068Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-03-31T07:09:04.620Z] # '/tmp/semver-865858815' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-508/.semver' [2022-03-31T07:09:04.620Z] # -> Force: false [2022-03-31T07:09:04.620Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-508/.semver [Pipeline] } [2022-03-31T07:09:04.651Z] $ docker exec --env ******** --env ******** cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 ssh-agent -k [2022-03-31T07:09:04.763Z] unset SSH_AUTH_SOCK; [2022-03-31T07:09:04.764Z] unset SSH_AGENT_PID; [2022-03-31T07:09:04.764Z] echo Agent pid 61 killed; [2022-03-31T07:09:04.768Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-03-31T07:09:05.193Z] + git semver [Pipeline] } [2022-03-31T07:09:05.226Z] $ docker stop --time=1 cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 [2022-03-31T07:09:06.618Z] $ docker rm -f cb71d1b113afaa245b90dfce2c256c069939ed1d6d362176804886be64b7e973 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-31T07:09:07.040Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-03-31T07:09:07.355Z] Stashed 1 file(s) [Pipeline] echo [2022-03-31T07:09:07.375Z] [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-03-31T07:09:07.940Z] provisioning config files... [2022-03-31T07:09:07.951Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config1787823634064185002tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:09:08.299Z] ---> docker-login.sh [2022-03-31T07:09:08.299Z] nexus3.edgexfoundry.org:10001 [2022-03-31T07:09:08.299Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:09:08.299Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:09:08.299Z] Configure a credential helper to remove this warning. See [2022-03-31T07:09:08.300Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:09:08.300Z] [2022-03-31T07:09:08.300Z] Login Succeeded [2022-03-31T07:09:08.300Z] nexus3.edgexfoundry.org:10002 [2022-03-31T07:09:08.300Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:09:08.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:09:08.561Z] Configure a credential helper to remove this warning. See [2022-03-31T07:09:08.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:09:08.561Z] [2022-03-31T07:09:08.561Z] Login Succeeded [2022-03-31T07:09:08.561Z] nexus3.edgexfoundry.org:10003 [2022-03-31T07:09:08.561Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:09:08.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:09:08.561Z] Configure a credential helper to remove this warning. See [2022-03-31T07:09:08.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:09:08.561Z] [2022-03-31T07:09:08.561Z] Login Succeeded [2022-03-31T07:09:08.561Z] nexus3.edgexfoundry.org:10004 [2022-03-31T07:09:08.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:09:08.823Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:09:08.823Z] Configure a credential helper to remove this warning. See [2022-03-31T07:09:08.823Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:09:08.823Z] [2022-03-31T07:09:08.823Z] Login Succeeded [2022-03-31T07:09:08.823Z] docker.io [2022-03-31T07:09:08.823Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:09:09.085Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:09:09.085Z] Configure a credential helper to remove this warning. See [2022-03-31T07:09:09.085Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:09:09.085Z] [2022-03-31T07:09:09.085Z] Login Succeeded [2022-03-31T07:09:09.085Z] ---> docker-login.sh ends [Pipeline] } [2022-03-31T07:09:09.112Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-31T07:09:09.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-31T07:09:09.328Z] ========================================================= [2022-03-31T07:09:09.328Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-03-31T07:09:09.328Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:09:09.726Z] + 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-03-31T07:09:09.991Z] Sending build context to Docker daemon 43.13MB [2022-03-31T07:09:09.991Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-03-31T07:09:09.991Z] Step 2/15 : FROM ${BASE} AS builder [2022-03-31T07:09:09.991Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-03-31T07:09:09.991Z] 59bf1c3509f3: Pulling fs layer [2022-03-31T07:09:09.991Z] 666ba61612fd: Pulling fs layer [2022-03-31T07:09:09.991Z] 8ed8ca486205: Pulling fs layer [2022-03-31T07:09:09.991Z] 4fe6c5a15a65: Pulling fs layer [2022-03-31T07:09:09.991Z] 22a0e8bec74d: Pulling fs layer [2022-03-31T07:09:09.991Z] 640e595b4fbd: Pulling fs layer [2022-03-31T07:09:09.991Z] 763cafe07f6e: Pulling fs layer [2022-03-31T07:09:09.991Z] 0c0b528cf693: Pulling fs layer [2022-03-31T07:09:09.991Z] 10935f4eaf8b: Pulling fs layer [2022-03-31T07:09:09.991Z] 640e595b4fbd: Waiting [2022-03-31T07:09:09.991Z] 763cafe07f6e: Waiting [2022-03-31T07:09:09.991Z] 22a0e8bec74d: Waiting [2022-03-31T07:09:09.991Z] 4fe6c5a15a65: Waiting [2022-03-31T07:09:09.991Z] 10935f4eaf8b: Waiting [2022-03-31T07:09:09.991Z] 0c0b528cf693: Waiting [2022-03-31T07:09:09.991Z] 8ed8ca486205: Verifying Checksum [2022-03-31T07:09:09.991Z] 8ed8ca486205: Download complete [2022-03-31T07:09:09.991Z] 666ba61612fd: Download complete [2022-03-31T07:09:09.991Z] 22a0e8bec74d: Verifying Checksum [2022-03-31T07:09:09.991Z] 22a0e8bec74d: Download complete [2022-03-31T07:09:09.991Z] 640e595b4fbd: Verifying Checksum [2022-03-31T07:09:09.991Z] 640e595b4fbd: Download complete [2022-03-31T07:09:09.991Z] 59bf1c3509f3: Download complete [2022-03-31T07:09:10.253Z] 763cafe07f6e: Download complete [2022-03-31T07:09:10.253Z] 0c0b528cf693: Verifying Checksum [2022-03-31T07:09:10.253Z] 0c0b528cf693: Download complete [2022-03-31T07:09:10.253Z] 59bf1c3509f3: Pull complete [2022-03-31T07:09:10.518Z] 666ba61612fd: Pull complete [2022-03-31T07:09:10.518Z] 8ed8ca486205: Pull complete [2022-03-31T07:09:10.780Z] 10935f4eaf8b: Verifying Checksum [2022-03-31T07:09:10.780Z] 10935f4eaf8b: Download complete [2022-03-31T07:09:10.780Z] 4fe6c5a15a65: Verifying Checksum [2022-03-31T07:09:10.780Z] 4fe6c5a15a65: Download complete [2022-03-31T07:09:14.990Z] 4fe6c5a15a65: Pull complete [2022-03-31T07:09:14.990Z] 22a0e8bec74d: Pull complete [2022-03-31T07:09:15.250Z] 640e595b4fbd: Pull complete [2022-03-31T07:09:15.250Z] 763cafe07f6e: Pull complete [2022-03-31T07:09:15.250Z] 0c0b528cf693: Pull complete [2022-03-31T07:09:17.791Z] 10935f4eaf8b: Pull complete [2022-03-31T07:09:17.791Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-03-31T07:09:17.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-03-31T07:09:17.791Z] ---> 99d49a6021b9 [2022-03-31T07:09:17.791Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-31T07:09:19.185Z] ---> Running in 442a912d8828 [2022-03-31T07:09:19.185Z] Removing intermediate container 442a912d8828 [2022-03-31T07:09:19.185Z] ---> 5cbe5937bb99 [2022-03-31T07:09:19.185Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-03-31T07:09:19.185Z] ---> Running in f8af4ec64ed7 [2022-03-31T07:09:19.185Z] Removing intermediate container f8af4ec64ed7 [2022-03-31T07:09:19.185Z] ---> e4f74f48c60a [2022-03-31T07:09:19.185Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-03-31T07:09:19.185Z] ---> Running in c752360d19e0 [2022-03-31T07:09:19.445Z] Removing intermediate container c752360d19e0 [2022-03-31T07:09:19.445Z] ---> ebebf501b271 [2022-03-31T07:09:19.445Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-03-31T07:09:19.445Z] ---> Running in 745a8bc33240 [2022-03-31T07:09:19.445Z] Removing intermediate container 745a8bc33240 [2022-03-31T07:09:19.445Z] ---> 4c75167f657e [2022-03-31T07:09:19.445Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-31T07:09:19.445Z] ---> Running in cca0c57e1e0a [2022-03-31T07:09:19.708Z] Removing intermediate container cca0c57e1e0a [2022-03-31T07:09:19.708Z] ---> d9cdc6bcffe2 [2022-03-31T07:09:19.708Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T07:09:19.708Z] ---> Running in bddfd5a58bf8 [2022-03-31T07:09:20.282Z] Removing intermediate container bddfd5a58bf8 [2022-03-31T07:09:20.282Z] ---> 6bcad710df9a [2022-03-31T07:09:20.282Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-31T07:09:20.282Z] ---> Running in 4ada22c7b05c [2022-03-31T07:09:20.543Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T07:09:21.484Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T07:09:21.746Z] OK: 221 MiB in 52 packages [2022-03-31T07:09:22.316Z] Removing intermediate container 4ada22c7b05c [2022-03-31T07:09:22.317Z] ---> 688723c0a082 [2022-03-31T07:09:22.317Z] Step 10/15 : ENV GO111MODULE=on [2022-03-31T07:09:22.317Z] ---> Running in 5eafceea90b5 [2022-03-31T07:09:22.317Z] Removing intermediate container 5eafceea90b5 [2022-03-31T07:09:22.317Z] ---> 00bea3572f8c [2022-03-31T07:09:22.317Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-31T07:09:22.317Z] ---> Running in 0d0b7da364f5 [2022-03-31T07:09:22.577Z] Removing intermediate container 0d0b7da364f5 [2022-03-31T07:09:22.577Z] ---> a90815614624 [2022-03-31T07:09:22.577Z] Step 12/15 : COPY go.mod vendor* ./ [2022-03-31T07:09:22.577Z] ---> f65db90b29cc [2022-03-31T07:09:22.577Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T07:09:22.768Z] Still waiting to schedule task [2022-03-31T07:09:22.768Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-03-31T07:09:22.836Z] ---> Running in 17379e4219c0 [2022-03-31T07:09:49.474Z] Removing intermediate container 17379e4219c0 [2022-03-31T07:09:49.474Z] ---> b0ba07fd23c0 [2022-03-31T07:09:49.474Z] Step 14/15 : COPY . . [2022-03-31T07:09:49.735Z] ---> c8be23960dbb [2022-03-31T07:09:49.735Z] Step 15/15 : RUN ${MAKE} [2022-03-31T07:09:49.735Z] ---> Running in 0b19083a12a6 [2022-03-31T07:09:49.995Z] noop [2022-03-31T07:09:50.257Z] Removing intermediate container 0b19083a12a6 [2022-03-31T07:09:50.257Z] ---> 1992caf1151d [2022-03-31T07:09:50.257Z] Successfully built 1992caf1151d [2022-03-31T07:09:50.257Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:09:50.588Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-31T07:09:50.589Z] . [Pipeline] withDockerContainer [2022-03-31T07:09:50.689Z] prd-ubuntu20.04-docker-8c-8g-9574 does not seem to be running inside a container [2022-03-31T07:09:50.732Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-31T07:09:51.202Z] $ docker top a67b626ad3b4bf2af42a0ef2ba888677dd29f9b499e615f4a27973e8fa5e18d8 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T07:09:51.606Z] + go version [2022-03-31T07:09:51.606Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-03-31T07:09:51.641Z] $ docker stop --time=1 a67b626ad3b4bf2af42a0ef2ba888677dd29f9b499e615f4a27973e8fa5e18d8 [2022-03-31T07:09:52.956Z] $ docker rm -f a67b626ad3b4bf2af42a0ef2ba888677dd29f9b499e615f4a27973e8fa5e18d8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:09:53.634Z] + docker inspect -f . ci-base-image-x86_64 [2022-03-31T07:09:53.634Z] . [Pipeline] withDockerContainer [2022-03-31T07:09:53.732Z] prd-ubuntu20.04-docker-8c-8g-9574 does not seem to be running inside a container [2022-03-31T07:09:53.779Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-03-31T07:09:54.209Z] $ docker top 1d3f551581f5e23bfb6441df6f0fbbae514b3dd3aefc89a5e9215931b4a552ec -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-31T07:09:54.693Z] + make test [2022-03-31T07:09:54.693Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-31T07:09:54.952Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-03-31T07:10:00.233Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-03-31T07:10:00.233Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-03-31T07:10:03.542Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-31T07:10:03.542Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-03-31T07:10:03.580Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-31T07:10:03.611Z] $ docker stop --time=1 1d3f551581f5e23bfb6441df6f0fbbae514b3dd3aefc89a5e9215931b4a552ec [2022-03-31T07:10:05.186Z] $ docker rm -f 1d3f551581f5e23bfb6441df6f0fbbae514b3dd3aefc89a5e9215931b4a552ec [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-31T07:10:05.629Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-31T07:10:05.705Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-03-31T07:10:06.915Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-31T07:10:07.230Z] + ls -al . [2022-03-31T07:10:07.231Z] total 160 [2022-03-31T07:10:07.231Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 31 07:09 . [2022-03-31T07:10:07.231Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:08 .. [2022-03-31T07:10:07.231Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:08 .git [2022-03-31T07:10:07.231Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:08 .github [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 07:08 .gitignore [2022-03-31T07:10:07.231Z] drwx------ 3 jenkins jenkins 4096 Mar 31 07:09 .semver [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 31 07:08 CONTRIBUTING.md [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 1549 Mar 31 07:08 Dockerfile [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 31 07:08 Jenkinsfile [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 31 07:08 LICENSE [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 1212 Mar 31 07:08 Makefile [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 4450 Mar 31 07:08 README.md [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 31 07:09 VERSION [2022-03-31T07:10:07.231Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:08 assets [2022-03-31T07:10:07.231Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:08 bin [2022-03-31T07:10:07.231Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:08 cmd [2022-03-31T07:10:07.231Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 31 07:09 coverage.out [2022-03-31T07:10:07.231Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:08 docs [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 1944 Mar 31 07:08 go.mod [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 48565 Mar 31 07:08 go.sum [2022-03-31T07:10:07.231Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:08 internal [2022-03-31T07:10:07.231Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:08 pkg [2022-03-31T07:10:07.231Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:08 snap [2022-03-31T07:10:07.231Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:08 testing [2022-03-31T07:10:07.231Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 07:08 version.go [2022-03-31T07:10:07.231Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:08 web [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:10:07.574Z] + 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=2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d --label arch=amd64 --label version=0.0.0 . [2022-03-31T07:10:07.839Z] Sending build context to Docker daemon 43.13MB [2022-03-31T07:10:07.839Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-03-31T07:10:07.839Z] Step 2/23 : FROM ${BASE} AS builder [2022-03-31T07:10:07.839Z] ---> 1992caf1151d [2022-03-31T07:10:07.839Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-31T07:10:07.839Z] ---> Running in 352e41d52434 [2022-03-31T07:10:08.114Z] Removing intermediate container 352e41d52434 [2022-03-31T07:10:08.114Z] ---> 41cd9b21f878 [2022-03-31T07:10:08.114Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-03-31T07:10:08.114Z] ---> Running in daa6797d12ed [2022-03-31T07:10:08.114Z] Removing intermediate container daa6797d12ed [2022-03-31T07:10:08.114Z] ---> 0a171c95583c [2022-03-31T07:10:08.114Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-03-31T07:10:08.114Z] ---> Running in 03d6405e8056 [2022-03-31T07:10:08.377Z] Removing intermediate container 03d6405e8056 [2022-03-31T07:10:08.377Z] ---> fd36fd0ea3f7 [2022-03-31T07:10:08.377Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-03-31T07:10:08.377Z] ---> Running in eccaaa0f8bfd [2022-03-31T07:10:08.377Z] Removing intermediate container eccaaa0f8bfd [2022-03-31T07:10:08.377Z] ---> f377afa4175e [2022-03-31T07:10:08.377Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-31T07:10:08.377Z] ---> Running in 3bbaadb46b83 [2022-03-31T07:10:08.637Z] Removing intermediate container 3bbaadb46b83 [2022-03-31T07:10:08.637Z] ---> ce93eebd4489 [2022-03-31T07:10:08.637Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T07:10:08.637Z] ---> Running in 49759ace2d79 [2022-03-31T07:10:09.207Z] Removing intermediate container 49759ace2d79 [2022-03-31T07:10:09.207Z] ---> 10ba181b39f1 [2022-03-31T07:10:09.207Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-31T07:10:09.207Z] ---> Running in d166dbcc9f07 [2022-03-31T07:10:09.466Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-03-31T07:10:10.409Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-03-31T07:10:10.674Z] OK: 221 MiB in 52 packages [2022-03-31T07:10:10.934Z] Removing intermediate container d166dbcc9f07 [2022-03-31T07:10:10.934Z] ---> 2f96f401ac68 [2022-03-31T07:10:10.934Z] Step 10/23 : ENV GO111MODULE=on [2022-03-31T07:10:10.934Z] ---> Running in 659f2b31895f [2022-03-31T07:10:10.934Z] Removing intermediate container 659f2b31895f [2022-03-31T07:10:10.934Z] ---> c879a1d93916 [2022-03-31T07:10:10.934Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-31T07:10:11.205Z] ---> Running in 58c105003cba [2022-03-31T07:10:11.205Z] Removing intermediate container 58c105003cba [2022-03-31T07:10:11.205Z] ---> 685d1ab1b611 [2022-03-31T07:10:11.205Z] Step 12/23 : COPY go.mod vendor* ./ [2022-03-31T07:10:11.467Z] ---> a51a8ea6e752 [2022-03-31T07:10:11.467Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T07:10:11.467Z] ---> Running in 51089dc67c49 [2022-03-31T07:10:12.041Z] Removing intermediate container 51089dc67c49 [2022-03-31T07:10:12.041Z] ---> 6dd9cdab522e [2022-03-31T07:10:12.041Z] Step 14/23 : COPY . . [2022-03-31T07:10:13.423Z] ---> 3ce56873c456 [2022-03-31T07:10:13.423Z] Step 15/23 : RUN ${MAKE} [2022-03-31T07:10:13.423Z] ---> Running in 3dccfc57d23f [2022-03-31T07:10:13.423Z] 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-03-31T07:10:18.719Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-03-31T07:10:20.626Z] Removing intermediate container 3dccfc57d23f [2022-03-31T07:10:20.626Z] ---> f18686223f9c [2022-03-31T07:10:20.626Z] Step 16/23 : FROM alpine:3.14 [2022-03-31T07:10:21.196Z] 3.14: Pulling from library/alpine [2022-03-31T07:10:21.196Z] cfab2db72209: Pulling fs layer [2022-03-31T07:10:21.453Z] cfab2db72209: Verifying Checksum [2022-03-31T07:10:21.453Z] cfab2db72209: Download complete [2022-03-31T07:10:21.712Z] cfab2db72209: Pull complete [2022-03-31T07:10:21.712Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-03-31T07:10:21.712Z] Status: Downloaded newer image for alpine:3.14 [2022-03-31T07:10:21.712Z] ---> 84b07dd2d1fd [2022-03-31T07:10:21.712Z] Step 17/23 : EXPOSE 4000 [2022-03-31T07:10:21.712Z] ---> Running in b8ad2d0f8e1a [2022-03-31T07:10:21.712Z] Removing intermediate container b8ad2d0f8e1a [2022-03-31T07:10:21.712Z] ---> 0b0c222f78db [2022-03-31T07:10:21.712Z] 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-03-31T07:10:22.282Z] ---> 099f1e529ce7 [2022-03-31T07:10:22.282Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-03-31T07:10:22.282Z] ---> Running in 6e351f3ff5fd [2022-03-31T07:10:22.282Z] Removing intermediate container 6e351f3ff5fd [2022-03-31T07:10:22.282Z] ---> f5440365484f [2022-03-31T07:10:22.282Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-03-31T07:10:22.282Z] ---> Running in fd6474e1b884 [2022-03-31T07:10:22.546Z] Removing intermediate container fd6474e1b884 [2022-03-31T07:10:22.546Z] ---> 6e56dc3481f3 [2022-03-31T07:10:22.546Z] Step 21/23 : LABEL arch=amd64 [2022-03-31T07:10:22.546Z] ---> Running in 3e8904237d32 [2022-03-31T07:10:22.546Z] Removing intermediate container 3e8904237d32 [2022-03-31T07:10:22.546Z] ---> 7434ce9317fe [2022-03-31T07:10:22.546Z] Step 22/23 : LABEL git_sha=2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [2022-03-31T07:10:22.546Z] ---> Running in c2824a536850 [2022-03-31T07:10:22.807Z] Removing intermediate container c2824a536850 [2022-03-31T07:10:22.807Z] ---> 3c6c43b587a7 [2022-03-31T07:10:22.807Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T07:10:22.807Z] ---> Running in 9f717065b1d7 [2022-03-31T07:10:22.807Z] Removing intermediate container 9f717065b1d7 [2022-03-31T07:10:22.807Z] ---> 33221d02ea33 [2022-03-31T07:10:22.807Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-31T07:10:22.807Z] Successfully built 33221d02ea33 [2022-03-31T07:10:22.807Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:10:23.543Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T07:10:23.543Z] [2022-03-31T07:10:23.543Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:10:23.891Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T07:10:23.891Z] latest: Pulling from edgex-lftools-log-publisher [2022-03-31T07:10:23.891Z] 5eb5b503b376: Pulling fs layer [2022-03-31T07:10:23.891Z] 5c69ac0246d0: Pulling fs layer [2022-03-31T07:10:23.891Z] ec43610c2a17: Pulling fs layer [2022-03-31T07:10:23.891Z] 3a2ae6a8a46f: Pulling fs layer [2022-03-31T07:10:23.891Z] 33b1e0a273af: Pulling fs layer [2022-03-31T07:10:23.891Z] 5d3b04190fa2: Pulling fs layer [2022-03-31T07:10:23.891Z] 2f39f015ded8: Pulling fs layer [2022-03-31T07:10:23.891Z] 33b1e0a273af: Waiting [2022-03-31T07:10:23.891Z] 3a2ae6a8a46f: Waiting [2022-03-31T07:10:23.891Z] 5d3b04190fa2: Waiting [2022-03-31T07:10:23.891Z] 2f39f015ded8: Waiting [2022-03-31T07:10:23.891Z] 5c69ac0246d0: Verifying Checksum [2022-03-31T07:10:23.891Z] 5c69ac0246d0: Download complete [2022-03-31T07:10:23.891Z] 3a2ae6a8a46f: Download complete [2022-03-31T07:10:23.891Z] 33b1e0a273af: Verifying Checksum [2022-03-31T07:10:23.891Z] 33b1e0a273af: Download complete [2022-03-31T07:10:23.891Z] 5d3b04190fa2: Download complete [2022-03-31T07:10:23.891Z] ec43610c2a17: Verifying Checksum [2022-03-31T07:10:23.891Z] ec43610c2a17: Download complete [2022-03-31T07:10:24.151Z] 5eb5b503b376: Verifying Checksum [2022-03-31T07:10:24.151Z] 5eb5b503b376: Download complete [2022-03-31T07:10:24.723Z] 2f39f015ded8: Download complete [2022-03-31T07:10:25.292Z] 5eb5b503b376: Pull complete [2022-03-31T07:10:25.552Z] 5c69ac0246d0: Pull complete [2022-03-31T07:10:26.127Z] ec43610c2a17: Pull complete [2022-03-31T07:10:26.127Z] 3a2ae6a8a46f: Pull complete [2022-03-31T07:10:26.396Z] 33b1e0a273af: Pull complete [2022-03-31T07:10:26.396Z] 5d3b04190fa2: Pull complete [2022-03-31T07:10:30.617Z] 2f39f015ded8: Pull complete [2022-03-31T07:10:30.617Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-03-31T07:10:30.617Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T07:10:30.617Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-03-31T07:10:30.719Z] prd-ubuntu20.04-docker-8c-8g-9574 does not seem to be running inside a container [2022-03-31T07:10:30.763Z] $ 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-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-31T07:10:32.487Z] $ docker top cede98a70095109694a6b1a56fa0118ed9feaaa7212b2aba7145a0a1066a4801 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:10:32.994Z] ---> job-cost.sh [2022-03-31T07:10:32.994Z] lf-activate-venv: SKIPPING [2022-03-31T07:10:32.994Z] INFO: No Stack... [2022-03-31T07:10:33.564Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-31T07:10:34.135Z] INFO: Archiving Costs [Pipeline] sh [2022-03-31T07:10:34.465Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives/cost.csv [2022-03-31T07:10:34.465Z] + cut -d, -f6 [Pipeline] lock [2022-03-31T07:10:34.512Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] [2022-03-31T07:10:34.517Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] did not exist. Created. [2022-03-31T07:10:34.517Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-31T07:10:34.906Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-03-31T07:10:34.964Z] Stashed 1 file(s) [Pipeline] } [2022-03-31T07:10:34.979Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-31T07:10:35.056Z] $ docker stop --time=1 cede98a70095109694a6b1a56fa0118ed9feaaa7212b2aba7145a0a1066a4801 [2022-03-31T07:10:36.221Z] $ docker rm -f cede98a70095109694a6b1a56fa0118ed9feaaa7212b2aba7145a0a1066a4801 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-03-31T07:10:57.719Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9575 in /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [Pipeline] { [Pipeline] ws [2022-03-31T07:10:57.760Z] Running in /w/workspace/edgex-ui-go/1 [Pipeline] { [Pipeline] checkout [2022-03-31T07:10:58.006Z] The recommended git tool is: git [2022-03-31T07:11:05.709Z] using credential edgex-jenkins-ssh [2022-03-31T07:11:05.728Z] Cloning the remote Git repository [2022-03-31T07:11:05.802Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-03-31T07:11:05.892Z] > git init /w/workspace/edgex-ui-go/1 # timeout=10 [2022-03-31T07:11:06.018Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-03-31T07:11:06.019Z] > git --version # timeout=10 [2022-03-31T07:11:06.049Z] > git --version # 'git version 2.25.1' [2022-03-31T07:11:06.051Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T07:11:06.188Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-31T07:11:09.643Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-03-31T07:11:09.711Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-03-31T07:11:09.760Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-03-31T07:11:09.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-03-31T07:11:09.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T07:11:09.811Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/508/head:refs/remotes/origin/PR-508 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-03-31T07:11:10.466Z] Merging remotes/origin/main commit a297faecba2e479c84256204d88875266373bb25 into PR head commit 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [2022-03-31T07:11:11.040Z] Merge succeeded, producing 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [2022-03-31T07:11:11.040Z] Checking out Revision 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d (PR-508) [2022-03-31T07:11:10.500Z] > git config core.sparsecheckout # timeout=10 [2022-03-31T07:11:10.528Z] > git checkout -f 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 [2022-03-31T07:11:10.902Z] > git remote # timeout=10 [2022-03-31T07:11:10.925Z] > git config --get remote.origin.url # timeout=10 [2022-03-31T07:11:10.958Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-03-31T07:11:10.982Z] > git merge a297faecba2e479c84256204d88875266373bb25 # timeout=10 [2022-03-31T07:11:11.019Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-03-31T07:11:11.049Z] > git config core.sparsecheckout # timeout=10 [2022-03-31T07:11:11.077Z] > git checkout -f 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 [2022-03-31T07:11:15.749Z] Commit message: "chore(deps): Bump minimist from 1.2.5 to 1.2.6 in /web" [2022-03-31T07:11:15.808Z] > git --version # timeout=10 [2022-03-31T07:11:15.820Z] > git --version # 'git version 2.25.1' [2022-03-31T07:11:15.833Z] fatal: bad object c72b16708d6eed9a08be464a432ce22db7d90667 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-31T07:11:17.025Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-03-31T07:11:17.025Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-31T07:11:17.025Z] Dload Upload Total Spent Left Speed [2022-03-31T07:11:17.025Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46443 0 --:--:-- --:--:-- --:--:-- 46443 [Pipeline] sh [2022-03-31T07:11:17.579Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-03-31T07:11:17.936Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-03-31T07:11:17.936Z] + sudo tee /etc/docker/daemon.new [2022-03-31T07:11:17.936Z] { [2022-03-31T07:11:17.936Z] "registry-mirrors": [ [2022-03-31T07:11:17.936Z] "https://nexus3.edgexfoundry.org:10001" [2022-03-31T07:11:17.936Z] ], [2022-03-31T07:11:17.936Z] "bip": "10.250.0.254/24", [2022-03-31T07:11:17.936Z] "hosts": [ [2022-03-31T07:11:17.936Z] "tcp://0.0.0.0:5555", [2022-03-31T07:11:17.936Z] "unix:///var/run/docker.sock" [2022-03-31T07:11:17.936Z] ], [2022-03-31T07:11:17.936Z] "mtu": 1458, [2022-03-31T07:11:17.936Z] "selinux-enabled": true, [2022-03-31T07:11:17.936Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-03-31T07:11:17.936Z] } [Pipeline] sh [2022-03-31T07:11:18.317Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-03-31T07:11:18.686Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-31T07:11:37.153Z] provisioning config files... [2022-03-31T07:11:37.179Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/1@tmp/config8348132845228786446tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:11:37.758Z] ---> docker-login.sh [2022-03-31T07:11:37.758Z] nexus3.edgexfoundry.org:10001 [2022-03-31T07:11:38.358Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:11:38.631Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:11:38.631Z] Configure a credential helper to remove this warning. See [2022-03-31T07:11:38.631Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:11:38.631Z] [2022-03-31T07:11:38.631Z] Login Succeeded [2022-03-31T07:11:38.631Z] nexus3.edgexfoundry.org:10002 [2022-03-31T07:11:38.907Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:11:38.907Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:11:38.907Z] Configure a credential helper to remove this warning. See [2022-03-31T07:11:38.907Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:11:38.907Z] [2022-03-31T07:11:38.907Z] Login Succeeded [2022-03-31T07:11:38.907Z] nexus3.edgexfoundry.org:10003 [2022-03-31T07:11:39.510Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:11:39.510Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:11:39.510Z] Configure a credential helper to remove this warning. See [2022-03-31T07:11:39.510Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:11:39.510Z] [2022-03-31T07:11:39.510Z] Login Succeeded [2022-03-31T07:11:39.510Z] nexus3.edgexfoundry.org:10004 [2022-03-31T07:11:39.784Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:11:39.784Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:11:39.784Z] Configure a credential helper to remove this warning. See [2022-03-31T07:11:39.784Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:11:39.784Z] [2022-03-31T07:11:39.784Z] Login Succeeded [2022-03-31T07:11:39.784Z] docker.io [2022-03-31T07:11:40.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-03-31T07:11:40.663Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-03-31T07:11:40.663Z] Configure a credential helper to remove this warning. See [2022-03-31T07:11:40.663Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-03-31T07:11:40.663Z] [2022-03-31T07:11:40.663Z] Login Succeeded [2022-03-31T07:11:40.663Z] ---> docker-login.sh ends [Pipeline] } [2022-03-31T07:11:40.692Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-03-31T07:11:41.064Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-03-31T07:11:41.100Z] ========================================================= [2022-03-31T07:11:41.100Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-03-31T07:11:41.100Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:11:41.545Z] + 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-03-31T07:11:42.532Z] Sending build context to Docker daemon 27.04MB [2022-03-31T07:11:42.532Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-03-31T07:11:42.532Z] Step 2/15 : FROM ${BASE} AS builder [2022-03-31T07:11:42.532Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-03-31T07:11:42.532Z] 9b3977197b4f: Pulling fs layer [2022-03-31T07:11:42.532Z] 1a89e8eeedd5: Pulling fs layer [2022-03-31T07:11:42.532Z] 94645a83ff95: Pulling fs layer [2022-03-31T07:11:42.532Z] 3f3a8bcf1eab: Pulling fs layer [2022-03-31T07:11:42.532Z] 0c92f367c5e7: Pulling fs layer [2022-03-31T07:11:42.532Z] f7c0051592d6: Pulling fs layer [2022-03-31T07:11:42.532Z] a227ed2f7395: Pulling fs layer [2022-03-31T07:11:42.532Z] 7b1c46037f91: Pulling fs layer [2022-03-31T07:11:42.532Z] 7b1c46037f91: Waiting [2022-03-31T07:11:42.532Z] a227ed2f7395: Waiting [2022-03-31T07:11:42.532Z] f7c0051592d6: Waiting [2022-03-31T07:11:42.532Z] 3f3a8bcf1eab: Waiting [2022-03-31T07:11:42.532Z] 0c92f367c5e7: Waiting [2022-03-31T07:11:42.811Z] 94645a83ff95: Download complete [2022-03-31T07:11:42.811Z] 1a89e8eeedd5: Verifying Checksum [2022-03-31T07:11:42.811Z] 1a89e8eeedd5: Download complete [2022-03-31T07:11:42.811Z] 0c92f367c5e7: Download complete [2022-03-31T07:11:42.811Z] 9b3977197b4f: Download complete [2022-03-31T07:11:42.811Z] f7c0051592d6: Verifying Checksum [2022-03-31T07:11:42.811Z] f7c0051592d6: Download complete [2022-03-31T07:11:42.811Z] a227ed2f7395: Verifying Checksum [2022-03-31T07:11:42.811Z] a227ed2f7395: Download complete [2022-03-31T07:11:43.413Z] 9b3977197b4f: Pull complete [2022-03-31T07:11:44.016Z] 1a89e8eeedd5: Pull complete [2022-03-31T07:11:44.297Z] 94645a83ff95: Pull complete [2022-03-31T07:11:44.894Z] 7b1c46037f91: Verifying Checksum [2022-03-31T07:11:44.894Z] 7b1c46037f91: Download complete [2022-03-31T07:11:45.493Z] 3f3a8bcf1eab: Verifying Checksum [2022-03-31T07:11:45.493Z] 3f3a8bcf1eab: Download complete [2022-03-31T07:11:57.912Z] 3f3a8bcf1eab: Pull complete [2022-03-31T07:11:57.913Z] 0c92f367c5e7: Pull complete [2022-03-31T07:11:57.913Z] f7c0051592d6: Pull complete [2022-03-31T07:11:57.913Z] a227ed2f7395: Pull complete [2022-03-31T07:12:04.663Z] 7b1c46037f91: Pull complete [2022-03-31T07:12:04.663Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-03-31T07:12:04.663Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-03-31T07:12:04.663Z] ---> f79e39bc4007 [2022-03-31T07:12:04.663Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-31T07:12:05.654Z] ---> Running in 85dd41975a91 [2022-03-31T07:12:05.930Z] Removing intermediate container 85dd41975a91 [2022-03-31T07:12:05.930Z] ---> 7bf3194b2341 [2022-03-31T07:12:05.930Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-03-31T07:12:05.930Z] ---> Running in d33b8e900816 [2022-03-31T07:12:06.224Z] Removing intermediate container d33b8e900816 [2022-03-31T07:12:06.224Z] ---> 392b28183aea [2022-03-31T07:12:06.224Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-03-31T07:12:06.224Z] ---> Running in fc4509fe6435 [2022-03-31T07:12:06.500Z] Removing intermediate container fc4509fe6435 [2022-03-31T07:12:06.500Z] ---> 03ab56c569c5 [2022-03-31T07:12:06.500Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-03-31T07:12:06.783Z] ---> Running in e1a4c0f183cf [2022-03-31T07:12:07.061Z] Removing intermediate container e1a4c0f183cf [2022-03-31T07:12:07.061Z] ---> d0ea19800418 [2022-03-31T07:12:07.061Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-31T07:12:07.061Z] ---> Running in 419b8270a497 [2022-03-31T07:12:07.336Z] Removing intermediate container 419b8270a497 [2022-03-31T07:12:07.336Z] ---> dd70f106ea19 [2022-03-31T07:12:07.336Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T07:12:07.336Z] ---> Running in 089e40c10971 [2022-03-31T07:12:09.340Z] Removing intermediate container 089e40c10971 [2022-03-31T07:12:09.340Z] ---> 09e9b95d5525 [2022-03-31T07:12:09.340Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-31T07:12:09.340Z] ---> Running in a99c6aa8fc50 [2022-03-31T07:12:10.329Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T07:12:11.310Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T07:12:11.905Z] OK: 220 MiB in 52 packages [2022-03-31T07:12:12.513Z] Removing intermediate container a99c6aa8fc50 [2022-03-31T07:12:12.513Z] ---> 03189f7cfab8 [2022-03-31T07:12:12.513Z] Step 10/15 : ENV GO111MODULE=on [2022-03-31T07:12:12.786Z] ---> Running in 32479dc6bda2 [2022-03-31T07:12:13.062Z] Removing intermediate container 32479dc6bda2 [2022-03-31T07:12:13.062Z] ---> 5daf12d8c202 [2022-03-31T07:12:13.062Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-31T07:12:13.062Z] ---> Running in 033f189d2b36 [2022-03-31T07:12:13.338Z] Removing intermediate container 033f189d2b36 [2022-03-31T07:12:13.338Z] ---> ef1c93f032ea [2022-03-31T07:12:13.338Z] Step 12/15 : COPY go.mod vendor* ./ [2022-03-31T07:12:13.940Z] ---> 2e0511eb7a18 [2022-03-31T07:12:13.940Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T07:12:13.940Z] ---> Running in 882fb3cffef7 [2022-03-31T07:13:35.768Z] Removing intermediate container 882fb3cffef7 [2022-03-31T07:13:35.768Z] ---> 87ed40a1e2cc [2022-03-31T07:13:35.768Z] Step 14/15 : COPY . . [2022-03-31T07:13:35.768Z] ---> 823e34af3c4b [2022-03-31T07:13:35.768Z] Step 15/15 : RUN ${MAKE} [2022-03-31T07:13:35.768Z] ---> Running in ebdc5190e6bd [2022-03-31T07:13:35.768Z] noop [2022-03-31T07:13:35.768Z] Removing intermediate container ebdc5190e6bd [2022-03-31T07:13:35.768Z] ---> 2bb914471f0e [2022-03-31T07:13:35.768Z] Successfully built 2bb914471f0e [2022-03-31T07:13:35.768Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:13:36.141Z] + docker inspect -f . ci-base-image-arm64 [2022-03-31T07:13:36.141Z] . [Pipeline] withDockerContainer [2022-03-31T07:13:36.409Z] prd-ubuntu20.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2022-03-31T07:13:36.490Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-31T07:13:37.808Z] $ docker top 06760bd8282435b23d8746d7086557a5b367208a6aa20f58473646de35029ac3 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T07:13:38.780Z] + go version [2022-03-31T07:13:38.780Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-03-31T07:13:38.815Z] $ docker stop --time=1 06760bd8282435b23d8746d7086557a5b367208a6aa20f58473646de35029ac3 [2022-03-31T07:13:40.456Z] $ docker rm -f 06760bd8282435b23d8746d7086557a5b367208a6aa20f58473646de35029ac3 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:13:41.341Z] + docker inspect -f . ci-base-image-arm64 [2022-03-31T07:13:41.341Z] . [Pipeline] withDockerContainer [2022-03-31T07:13:41.597Z] prd-ubuntu20.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2022-03-31T07:13:41.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-03-31T07:13:42.925Z] $ docker top d9e77370ac3b785bbf7eec0f3737d4097404261e7751b6ac86a15905c9ebf368 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-03-31T07:13:43.944Z] + make test [2022-03-31T07:13:43.944Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-03-31T07:13:45.393Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-03-31T07:14:24.463Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-03-31T07:14:24.463Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-03-31T07:14:39.598Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-03-31T07:14:39.598Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-03-31T07:14:39.642Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-03-31T07:14:39.672Z] $ docker stop --time=1 d9e77370ac3b785bbf7eec0f3737d4097404261e7751b6ac86a15905c9ebf368 [2022-03-31T07:14:41.429Z] $ docker rm -f d9e77370ac3b785bbf7eec0f3737d4097404261e7751b6ac86a15905c9ebf368 [Pipeline] // withDockerContainer [Pipeline] sh [2022-03-31T07:14:42.242Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-03-31T07:14:42.284Z] Warning: overwriting stash ‘coverage-report’ [2022-03-31T07:14:42.838Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-03-31T07:14:43.434Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-03-31T07:14:43.785Z] + ls -al . [2022-03-31T07:14:43.785Z] total 156 [2022-03-31T07:14:43.785Z] drwxrwxr-x 13 jenkins jenkins 4096 Mar 31 07:13 . [2022-03-31T07:14:43.785Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:11 .. [2022-03-31T07:14:43.785Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 31 07:11 .git [2022-03-31T07:14:43.785Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 .github [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 07:11 .gitignore [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 3959 Mar 31 07:11 CONTRIBUTING.md [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 1549 Mar 31 07:11 Dockerfile [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 652 Mar 31 07:11 Jenkinsfile [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 11357 Mar 31 07:11 LICENSE [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 1212 Mar 31 07:11 Makefile [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 4450 Mar 31 07:11 README.md [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 31 07:09 VERSION [2022-03-31T07:14:43.785Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 assets [2022-03-31T07:14:43.785Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 bin [2022-03-31T07:14:43.785Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 cmd [2022-03-31T07:14:43.785Z] -rw-r--r-- 1 jenkins jenkins 10 Mar 31 07:13 coverage.out [2022-03-31T07:14:43.785Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 31 07:11 docs [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 1944 Mar 31 07:11 go.mod [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 48565 Mar 31 07:11 go.sum [2022-03-31T07:14:43.785Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 31 07:11 internal [2022-03-31T07:14:43.785Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 31 07:11 pkg [2022-03-31T07:14:43.785Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:11 snap [2022-03-31T07:14:43.785Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:11 testing [2022-03-31T07:14:43.785Z] -rw-rw-r-- 1 jenkins jenkins 155 Mar 31 07:11 version.go [2022-03-31T07:14:43.785Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 31 07:11 web [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:14:44.153Z] + 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=2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d --label arch=arm64 --label version=0.0.0 . [2022-03-31T07:14:45.143Z] Sending build context to Docker daemon 27.04MB [2022-03-31T07:14:45.143Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-03-31T07:14:45.143Z] Step 2/23 : FROM ${BASE} AS builder [2022-03-31T07:14:45.143Z] ---> 2bb914471f0e [2022-03-31T07:14:45.143Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-03-31T07:14:45.415Z] ---> Running in 3a3b57a61b6e [2022-03-31T07:14:45.688Z] Removing intermediate container 3a3b57a61b6e [2022-03-31T07:14:45.689Z] ---> 3116e4eea29c [2022-03-31T07:14:45.689Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-03-31T07:14:45.689Z] ---> Running in ea2c1821c626 [2022-03-31T07:14:45.967Z] Removing intermediate container ea2c1821c626 [2022-03-31T07:14:45.967Z] ---> 4b064889b0f2 [2022-03-31T07:14:45.967Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-03-31T07:14:46.242Z] ---> Running in 6757c45412be [2022-03-31T07:14:46.515Z] Removing intermediate container 6757c45412be [2022-03-31T07:14:46.515Z] ---> 70b77f70667f [2022-03-31T07:14:46.515Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-03-31T07:14:46.515Z] ---> Running in b149b2fcfd32 [2022-03-31T07:14:46.789Z] Removing intermediate container b149b2fcfd32 [2022-03-31T07:14:46.789Z] ---> 9ea658798e64 [2022-03-31T07:14:46.789Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-03-31T07:14:46.789Z] ---> Running in 67635ed435ea [2022-03-31T07:14:47.104Z] Removing intermediate container 67635ed435ea [2022-03-31T07:14:47.104Z] ---> 21654e73e680 [2022-03-31T07:14:47.104Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-03-31T07:14:47.104Z] ---> Running in ef7ae0b8b637 [2022-03-31T07:14:49.244Z] Removing intermediate container ef7ae0b8b637 [2022-03-31T07:14:49.244Z] ---> cb891d6b9f9b [2022-03-31T07:14:49.244Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-03-31T07:14:49.244Z] ---> Running in 1052d206d460 [2022-03-31T07:14:50.389Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-03-31T07:14:51.369Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-03-31T07:14:51.971Z] OK: 220 MiB in 52 packages [2022-03-31T07:14:52.957Z] Removing intermediate container 1052d206d460 [2022-03-31T07:14:52.957Z] ---> 754bcb552990 [2022-03-31T07:14:52.957Z] Step 10/23 : ENV GO111MODULE=on [2022-03-31T07:14:52.957Z] ---> Running in 6ccb17c0cd7a [2022-03-31T07:14:53.233Z] Removing intermediate container 6ccb17c0cd7a [2022-03-31T07:14:53.233Z] ---> 504482b3bf12 [2022-03-31T07:14:53.233Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-03-31T07:14:53.233Z] ---> Running in 9173bf72caac [2022-03-31T07:14:53.507Z] Removing intermediate container 9173bf72caac [2022-03-31T07:14:53.507Z] ---> f0cf0d656991 [2022-03-31T07:14:53.507Z] Step 12/23 : COPY go.mod vendor* ./ [2022-03-31T07:14:54.108Z] ---> eba1bd2db04c [2022-03-31T07:14:54.108Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-03-31T07:14:54.385Z] ---> Running in e1337eb3821f [2022-03-31T07:14:56.372Z] Removing intermediate container e1337eb3821f [2022-03-31T07:14:56.372Z] ---> 15d87ba4c5ed [2022-03-31T07:14:56.372Z] Step 14/23 : COPY . . [2022-03-31T07:14:59.770Z] ---> 6b08092b7fa5 [2022-03-31T07:14:59.770Z] Step 15/23 : RUN ${MAKE} [2022-03-31T07:14:59.770Z] ---> Running in 07e89208300d [2022-03-31T07:15:00.368Z] 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-03-31T07:15:32.750Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-03-31T07:15:36.151Z] Removing intermediate container 07e89208300d [2022-03-31T07:15:36.151Z] ---> 650a48b78114 [2022-03-31T07:15:36.151Z] Step 16/23 : FROM alpine:3.14 [2022-03-31T07:15:36.423Z] 3.14: Pulling from library/alpine [2022-03-31T07:15:36.698Z] 810d54c7e01b: Pulling fs layer [2022-03-31T07:15:36.972Z] 810d54c7e01b: Verifying Checksum [2022-03-31T07:15:36.972Z] 810d54c7e01b: Download complete [2022-03-31T07:15:37.576Z] 810d54c7e01b: Pull complete [2022-03-31T07:15:37.576Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-03-31T07:15:37.576Z] Status: Downloaded newer image for alpine:3.14 [2022-03-31T07:15:37.576Z] ---> cc3d11fa2d52 [2022-03-31T07:15:37.576Z] Step 17/23 : EXPOSE 4000 [2022-03-31T07:15:37.576Z] ---> Running in 8126becdb145 [2022-03-31T07:15:37.851Z] Removing intermediate container 8126becdb145 [2022-03-31T07:15:37.851Z] ---> 8a42b42233c6 [2022-03-31T07:15:37.851Z] 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-03-31T07:15:39.291Z] ---> 8f78dfeb1fc8 [2022-03-31T07:15:39.291Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-03-31T07:15:39.291Z] ---> Running in 02dba50a2fc1 [2022-03-31T07:15:39.570Z] Removing intermediate container 02dba50a2fc1 [2022-03-31T07:15:39.570Z] ---> 5903def8e61a [2022-03-31T07:15:39.570Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-03-31T07:15:39.570Z] ---> Running in a28c9482134b [2022-03-31T07:15:39.843Z] Removing intermediate container a28c9482134b [2022-03-31T07:15:39.843Z] ---> 9636d6ea45ff [2022-03-31T07:15:39.843Z] Step 21/23 : LABEL arch=arm64 [2022-03-31T07:15:40.120Z] ---> Running in 5032e58bd8cf [2022-03-31T07:15:40.395Z] Removing intermediate container 5032e58bd8cf [2022-03-31T07:15:40.395Z] ---> 13fb27617150 [2022-03-31T07:15:40.395Z] Step 22/23 : LABEL git_sha=2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [2022-03-31T07:15:40.395Z] ---> Running in e6b5d41fad2f [2022-03-31T07:15:40.673Z] Removing intermediate container e6b5d41fad2f [2022-03-31T07:15:40.673Z] ---> 05003509631e [2022-03-31T07:15:40.673Z] Step 23/23 : LABEL version=0.0.0 [2022-03-31T07:15:40.673Z] ---> Running in 5e94642784e9 [2022-03-31T07:15:40.946Z] Removing intermediate container 5e94642784e9 [2022-03-31T07:15:40.946Z] ---> d3fce687a268 [2022-03-31T07:15:40.946Z] [Warning] One or more build-args [ARCH] were not consumed [2022-03-31T07:15:41.219Z] Successfully built d3fce687a268 [2022-03-31T07:15:41.219Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:15:41.908Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-31T07:15:41.908Z] [2022-03-31T07:15:41.908Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:15:42.292Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-31T07:15:42.576Z] arm64: Pulling from edgex-lftools-log-publisher [2022-03-31T07:15:42.576Z] 8998bd30e6a1: Pulling fs layer [2022-03-31T07:15:42.576Z] 04944245beec: Pulling fs layer [2022-03-31T07:15:42.576Z] 699f458cf7ca: Pulling fs layer [2022-03-31T07:15:42.576Z] 765212b225bb: Pulling fs layer [2022-03-31T07:15:42.576Z] f23df028b6ca: Pulling fs layer [2022-03-31T07:15:42.576Z] d65c8cfc05b1: Pulling fs layer [2022-03-31T07:15:42.576Z] 2437ff75d9bd: Pulling fs layer [2022-03-31T07:15:42.576Z] 765212b225bb: Waiting [2022-03-31T07:15:42.576Z] f23df028b6ca: Waiting [2022-03-31T07:15:42.576Z] d65c8cfc05b1: Waiting [2022-03-31T07:15:42.576Z] 2437ff75d9bd: Waiting [2022-03-31T07:15:42.576Z] 04944245beec: Verifying Checksum [2022-03-31T07:15:42.576Z] 04944245beec: Download complete [2022-03-31T07:15:42.576Z] 765212b225bb: Verifying Checksum [2022-03-31T07:15:42.576Z] 765212b225bb: Download complete [2022-03-31T07:15:42.576Z] f23df028b6ca: Verifying Checksum [2022-03-31T07:15:42.576Z] f23df028b6ca: Download complete [2022-03-31T07:15:42.576Z] d65c8cfc05b1: Verifying Checksum [2022-03-31T07:15:42.576Z] d65c8cfc05b1: Download complete [2022-03-31T07:15:42.853Z] 699f458cf7ca: Verifying Checksum [2022-03-31T07:15:42.853Z] 699f458cf7ca: Download complete [2022-03-31T07:15:43.128Z] 8998bd30e6a1: Verifying Checksum [2022-03-31T07:15:43.128Z] 8998bd30e6a1: Download complete [2022-03-31T07:15:45.750Z] 2437ff75d9bd: Verifying Checksum [2022-03-31T07:15:45.750Z] 2437ff75d9bd: Download complete [2022-03-31T07:15:47.181Z] 8998bd30e6a1: Pull complete [2022-03-31T07:15:47.782Z] 04944245beec: Pull complete [2022-03-31T07:15:49.222Z] 699f458cf7ca: Pull complete [2022-03-31T07:15:49.493Z] 765212b225bb: Pull complete [2022-03-31T07:15:50.470Z] f23df028b6ca: Pull complete [2022-03-31T07:15:50.470Z] d65c8cfc05b1: Pull complete [2022-03-31T07:16:05.550Z] 2437ff75d9bd: Pull complete [2022-03-31T07:16:05.550Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-03-31T07:16:05.550Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-03-31T07:16:05.550Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-03-31T07:16:05.784Z] prd-ubuntu20.04-docker-arm64-4c-16g-9575 does not seem to be running inside a container [2022-03-31T07:16:05.867Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-ui-go/1 -v /w/workspace/edgex-ui-go/1:/w/workspace/edgex-ui-go/1:rw,z -v /w/workspace/edgex-ui-go/1@tmp:/w/workspace/edgex-ui-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-03-31T07:16:08.316Z] $ docker top 775001a5ae5095eacf6336bde9f8c739d9842d87d2ffa1e53a507a410e01926a -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:09.295Z] ---> job-cost.sh [2022-03-31T07:16:09.295Z] lf-activate-venv: SKIPPING [2022-03-31T07:16:09.295Z] INFO: No Stack... [2022-03-31T07:16:09.565Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-03-31T07:16:10.539Z] INFO: Archiving Costs [Pipeline] sh [2022-03-31T07:16:11.217Z] + cat /w/workspace/edgex-ui-go/1/archives/cost.csv [2022-03-31T07:16:11.217Z] + cut -d, -f6 [Pipeline] lock [2022-03-31T07:16:11.309Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] [2022-03-31T07:16:11.314Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] did not exist. Created. [2022-03-31T07:16:11.314Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-03-31T07:16:12.080Z] /w/workspace/edgex-ui-go/1@tmp/durable-8333f0d2/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-03-31T07:16:12.829Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-03-31T07:16:12.875Z] Warning: overwriting stash ‘stack-cost’ [2022-03-31T07:16:13.054Z] Stashed 1 file(s) [Pipeline] } [2022-03-31T07:16:13.074Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-03-31T07:16:13.155Z] $ docker stop --time=1 775001a5ae5095eacf6336bde9f8c739d9842d87d2ffa1e53a507a410e01926a [2022-03-31T07:16:14.680Z] $ docker rm -f 775001a5ae5095eacf6336bde9f8c739d9842d87d2ffa1e53a507a410e01926a [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-03-31T07:16:15.754Z] provisioning config files... [2022-03-31T07:16:15.769Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config7074116173763419323tmp [Pipeline] { [Pipeline] sh [2022-03-31T07:16:16.143Z] + set +x [2022-03-31T07:16:16.143Z] + curl -s https://codecov.io/bash [2022-03-31T07:16:16.143Z] + bash -s -- [2022-03-31T07:16:16.143Z] [2022-03-31T07:16:16.143Z] _____ _ [2022-03-31T07:16:16.143Z] / ____| | | [2022-03-31T07:16:16.143Z] | | ___ __| | ___ ___ _____ __ [2022-03-31T07:16:16.143Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-03-31T07:16:16.143Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-03-31T07:16:16.143Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-03-31T07:16:16.143Z] Bash-1.0.6 [2022-03-31T07:16:16.143Z] [2022-03-31T07:16:16.143Z] [2022-03-31T07:16:16.143Z] ==> git version 2.25.1 found [2022-03-31T07:16:16.143Z] ==> 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-03-31T07:16:16.143Z] Release-Date: 2020-01-08 [2022-03-31T07:16:16.143Z] 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-03-31T07:16:16.143Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-03-31T07:16:16.143Z] ==> Jenkins CI detected. [2022-03-31T07:16:16.143Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [2022-03-31T07:16:16.143Z] project root: . [2022-03-31T07:16:16.143Z] --> token set from env [2022-03-31T07:16:16.143Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-03-31T07:16:16.143Z] ==> Running gcov in . (disable via -X gcov) [2022-03-31T07:16:16.143Z] ==> Python coveragepy not found [2022-03-31T07:16:16.143Z] ==> Searching for coverage reports in: [2022-03-31T07:16:16.143Z] + . [2022-03-31T07:16:16.143Z] -> Found 1 reports [2022-03-31T07:16:16.143Z] ==> Detecting git/mercurial file structure [2022-03-31T07:16:16.404Z] ==> Reading reports [2022-03-31T07:16:16.404Z] + ./coverage.out bytes=10 [2022-03-31T07:16:16.404Z] ==> Appending adjustments [2022-03-31T07:16:16.404Z] https://docs.codecov.io/docs/fixing-reports [2022-03-31T07:16:16.404Z] + Found adjustments [2022-03-31T07:16:16.404Z] ==> Gzipping contents [2022-03-31T07:16:16.404Z] 4.0K /tmp/codecov.ZJD1Cd.gz [2022-03-31T07:16:16.404Z] ==> Uploading reports [2022-03-31T07:16:16.404Z] url: https://codecov.io [2022-03-31T07:16:16.404Z] query: branch=PR-508&commit=2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-508%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=508&job=&cmd_args= [2022-03-31T07:16:16.404Z] -> Pinging Codecov [2022-03-31T07:16:16.404Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-508&commit=2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-508%2F1%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=508&job=&cmd_args= [2022-03-31T07:16:16.664Z] -> Uploading to [2022-03-31T07:16:16.664Z] https://storage.googleapis.com/codecov/v4/raw/2022-03-31/FB506323287CE973F263BFD2A0EB1F37/2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d/b2157503-7013-4e2d-ad6c-c215137462a0.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220331%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220331T071616Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b2ed7f52c0ca6033c0ddf3f4fb0f515ecfdbfe0dbf4165909388bfb56f6451be [2022-03-31T07:16:16.664Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-03-31T07:16:16.664Z] Dload Upload Total Spent Left Speed [2022-03-31T07:16:16.924Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4052 0 0 100 4052 0 14842 --:--:-- --:--:-- --:--:-- 14842 [2022-03-31T07:16:16.924Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [Pipeline] } [2022-03-31T07:16:16.955Z] 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-03-31T07:16:18.738Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives ] [2022-03-31T07:16:18.738Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives [2022-03-31T07:16:18.738Z] total 16 [2022-03-31T07:16:18.738Z] drwxr-xr-x 3 root root 4096 Mar 31 07:10 . [2022-03-31T07:16:18.738Z] drwxrwxr-x 15 jenkins jenkins 4096 Mar 31 07:10 .. [2022-03-31T07:16:18.738Z] drwxr-xr-x 2 root root 4096 Mar 31 07:10 cost [2022-03-31T07:16:18.738Z] -rw-r--r-- 1 root root 82 Mar 31 07:10 cost.csv [2022-03-31T07:16:18.738Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives [2022-03-31T07:16:18.738Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives [2022-03-31T07:16:18.738Z] total 16 [2022-03-31T07:16:18.738Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 31 07:10 . [2022-03-31T07:16:18.738Z] drwxrwxr-x 15 jenkins jenkins 4096 Mar 31 07:10 .. [2022-03-31T07:16:18.738Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 31 07:10 cost [2022-03-31T07:16:18.738Z] -rw-r--r-- 1 jenkins jenkins 82 Mar 31 07:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:19.067Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:19.967Z] ---> package-listing.sh [2022-03-31T07:16:19.967Z] ++ facter osfamily [2022-03-31T07:16:19.967Z] ++ tr '[:upper:]' '[:lower:]' [2022-03-31T07:16:20.228Z] + OS_FAMILY=debian [2022-03-31T07:16:20.228Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-508 [2022-03-31T07:16:20.228Z] + START_PACKAGES=/tmp/packages_start.txt [2022-03-31T07:16:20.228Z] + END_PACKAGES=/tmp/packages_end.txt [2022-03-31T07:16:20.228Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-03-31T07:16:20.228Z] + PACKAGES=/tmp/packages_start.txt [2022-03-31T07:16:20.228Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-508 ']' [2022-03-31T07:16:20.228Z] + PACKAGES=/tmp/packages_end.txt [2022-03-31T07:16:20.228Z] + case "${OS_FAMILY}" in [2022-03-31T07:16:20.228Z] + dpkg -l [2022-03-31T07:16:20.228Z] + grep '^ii' [2022-03-31T07:16:20.228Z] + '[' -f /tmp/packages_start.txt ']' [2022-03-31T07:16:20.228Z] + '[' -f /tmp/packages_end.txt ']' [2022-03-31T07:16:20.228Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-03-31T07:16:20.228Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-508 ']' [2022-03-31T07:16:20.228Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives/ [2022-03-31T07:16:20.228Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives/ [Pipeline] echo [2022-03-31T07:16:20.259Z] 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-508/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-03-31T07:16:20.553Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-03-31T07:16:21.137Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-03-31T07:16:21.137Z] . [Pipeline] withDockerContainer [2022-03-31T07:16:21.231Z] prd-ubuntu20.04-docker-8c-8g-9574 does not seem to be running inside a container [2022-03-31T07:16:21.268Z] $ 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-508/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-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-03-31T07:16:21.510Z] $ docker top 2563956b4d8b68f06f3933277bee70d4ca7cd1cc1e802dacccec06c9d509e1e0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-03-31T07:16:21.918Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-03-31T07:16:22.232Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-03-31T07:16:22.543Z] + ls /var/log/sa-host [2022-03-31T07:16:22.544Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-03-31T07:16:22.842Z] provisioning config files... [2022-03-31T07:16:22.854Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config2980358023305165127tmp [Pipeline] { [Pipeline] echo [2022-03-31T07:16:22.902Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:23.227Z] ---> create-netrc.sh [Pipeline] } [2022-03-31T07:16:23.254Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:23.678Z] ---> python-tools-install.sh [Pipeline] echo [2022-03-31T07:16:23.712Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:24.030Z] ---> sudo-logs.sh [2022-03-31T07:16:24.030Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-03-31T07:16:24.114Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:24.426Z] ---> job-cost.sh [2022-03-31T07:16:24.426Z] lf-activate-venv: SKIPPING [2022-03-31T07:16:24.426Z] DEBUG: total: 0.2199999988079071 [2022-03-31T07:16:24.426Z] INFO: Retrieving Stack Cost... [2022-03-31T07:16:24.999Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-03-31T07:16:25.259Z] INFO: Archiving Costs [Pipeline] echo [2022-03-31T07:16:25.294Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-03-31T07:16:25.612Z] ---> logs-deploy.sh [2022-03-31T07:16:25.612Z] lf-activate-venv: SKIPPING [2022-03-31T07:16:25.612Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-508/1 [2022-03-31T07:16:25.612Z] INFO: archiving workspace using pattern(s): [2022-03-31T07:16:26.550Z] Archives upload complete. [2022-03-31T07:16:26.550Z] INFO: archiving logs to Nexus