Pull request #517 event Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from ccad3fd6222edab32041a8adcdba68746abd3cf8+f03538133d9c149f93a50abb1160b8af7c3ba7fe (66e394e297cf407e03803e129feabc5f57c61727) 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-ssh8483696136913093231.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-ssh1539476497290757371.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-517/workspace@libs/edgex-global-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-517/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10775982282404546110.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 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-ssh736977791775389148.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-517/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/PR-517/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh16201418119142027834.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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 Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-23591 in /w/workspace/edgexfoundry_edgex-ui-go_PR-517 [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-517 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit f03538133d9c149f93a50abb1160b8af7c3ba7fe into PR head commit ccad3fd6222edab32041a8adcdba68746abd3cf8 Merge succeeded, producing ccad3fd6222edab32041a8adcdba68746abd3cf8 Checking out Revision ccad3fd6222edab32041a8adcdba68746abd3cf8 (PR-517) > 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/517/head:refs/remotes/origin/PR-517 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # 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 f03538133d9c149f93a50abb1160b8af7c3ba7fe # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-26T09:14:39.979Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-26T09:14:40.038Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-26T09:14:40.051Z] ========================================================= [2022-04-26T09:14:40.051Z] EdgeX Global Pipelines Version Info [2022-04-26T09:14:40.052Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk b933366bef25f069134b1e08e89a437876d73529 # timeout=10 [2022-04-26T09:14:40.859Z] ------------------- [2022-04-26T09:14:40.859Z] stable info: [2022-04-26T09:14:40.859Z] ------------------- [2022-04-26T09:14:40.859Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-26T09:14:40.859Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-26T09:14:40.859Z] Message: update stable to v1.0.221 [2022-04-26T09:14:41.437Z] ------------------- [2022-04-26T09:14:41.437Z] experimental info: [2022-04-26T09:14:41.437Z] ------------------- [2022-04-26T09:14:41.437Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-26T09:14:41.437Z] Commit SHA: e334d830fa8e8412d6042b94a77caa8dfa54c97b [2022-04-26T09:14:41.437Z] Message: update experimental to v1.0.223 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-26T09:14:41.655Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-04-26T09:14:41.665Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-04-26T09:14:41.676Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-26T09:14:41.688Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-26T09:14:41.701Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-26T09:14:41.711Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-26T09:14:41.723Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-26T09:14:41.735Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-26T09:14:41.750Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-26T09:14:41.766Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-26T09:14:41.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-26T09:14:41.794Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-04-26T09:14:41.810Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-26T09:14:41.824Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-26T09:14:41.838Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-26T09:14:41.850Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-26T09:14:41.864Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-26T09:14:41.879Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-26T09:14:41.896Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-26T09:14:41.912Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-26T09:14:41.931Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-26T09:14:41.949Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-26T09:14:41.963Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-26T09:14:41.979Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-26T09:14:41.990Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-26T09:14:42.003Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-26T09:14:42.014Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-517 [Pipeline] echo [2022-04-26T09:14:42.025Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-517 [Pipeline] echo [2022-04-26T09:14:42.037Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-517 [Pipeline] echo [2022-04-26T09:14:42.049Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo [2022-04-26T09:14:42.063Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = ccad3fd [Pipeline] echo [2022-04-26T09:14:42.078Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T09:14:42.119Z] provisioning config files... [2022-04-26T09:14:42.136Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config5375755973425555241tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:14:42.453Z] ---> docker-login.sh [2022-04-26T09:14:42.453Z] nexus3.edgexfoundry.org:10001 [2022-04-26T09:14:42.717Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:42.717Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:42.717Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:42.717Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:42.717Z] [2022-04-26T09:14:42.717Z] Login Succeeded [2022-04-26T09:14:42.717Z] nexus3.edgexfoundry.org:10002 [2022-04-26T09:14:42.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:42.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:42.999Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:42.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:42.999Z] [2022-04-26T09:14:42.999Z] Login Succeeded [2022-04-26T09:14:42.999Z] nexus3.edgexfoundry.org:10003 [2022-04-26T09:14:42.999Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:43.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:43.264Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:43.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:43.264Z] [2022-04-26T09:14:43.264Z] Login Succeeded [2022-04-26T09:14:43.264Z] nexus3.edgexfoundry.org:10004 [2022-04-26T09:14:43.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:43.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:43.264Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:43.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:43.264Z] [2022-04-26T09:14:43.264Z] Login Succeeded [2022-04-26T09:14:43.264Z] docker.io [2022-04-26T09:14:43.264Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:43.862Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:43.862Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:43.862Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:43.862Z] [2022-04-26T09:14:43.862Z] Login Succeeded [2022-04-26T09:14:43.862Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T09:14:43.874Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-26T09:14:44.252Z] + git rev-list -1 --merges ccad3fd6222edab32041a8adcdba68746abd3cf8~1..ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo [2022-04-26T09:14:44.409Z] -----------> git rev-list -1 --merges ccad3fd6222edab32041a8adcdba68746abd3cf8~1..ccad3fd6222edab32041a8adcdba68746abd3cf8 ccad3fd6222edab32041a8adcdba68746abd3cf8 [false] [Pipeline] sh [2022-04-26T09:14:44.699Z] + git log --format=format:%s -1 ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo [2022-04-26T09:14:44.923Z] ========================================================= [2022-04-26T09:14:44.923Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-26T09:14:44.923Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-26T09:14:45.266Z] + git log --format=format:%s -1 ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] echo [2022-04-26T09:14:45.285Z] [semverPrep] GIT_COMMIT: ccad3fd6222edab32041a8adcdba68746abd3cf8, Commit Message: chore(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5 [Pipeline] echo [2022-04-26T09:14:45.296Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-26T09:14:45.684Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-26T09:14:45.684Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-26T09:14:45.684Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-26T09:14:45.684Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-26T09:14:45.684Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-26T09:14:45.684Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-26T09:14:45.684Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:14:46.069Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T09:14:46.069Z] [2022-04-26T09:14:46.069Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:14:46.387Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T09:14:46.652Z] latest: Pulling from edgex-devops/git-semver [2022-04-26T09:14:46.652Z] a0d0a0d46f8b: Pulling fs layer [2022-04-26T09:14:46.652Z] 3e5f54012d9b: Pulling fs layer [2022-04-26T09:14:46.652Z] 4c7163046ea9: Pulling fs layer [2022-04-26T09:14:46.652Z] 0c2d73faf560: Pulling fs layer [2022-04-26T09:14:46.652Z] 3e5f54012d9b: Verifying Checksum [2022-04-26T09:14:46.652Z] 3e5f54012d9b: Download complete [2022-04-26T09:14:46.652Z] a0d0a0d46f8b: Download complete [2022-04-26T09:14:46.652Z] 0c2d73faf560: Verifying Checksum [2022-04-26T09:14:46.652Z] 0c2d73faf560: Download complete [2022-04-26T09:14:46.915Z] 4c7163046ea9: Verifying Checksum [2022-04-26T09:14:46.915Z] 4c7163046ea9: Download complete [2022-04-26T09:14:46.915Z] a0d0a0d46f8b: Pull complete [2022-04-26T09:14:46.915Z] 3e5f54012d9b: Pull complete [2022-04-26T09:14:47.180Z] 4c7163046ea9: Pull complete [2022-04-26T09:14:47.442Z] 0c2d73faf560: Pull complete [2022-04-26T09:14:47.442Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-26T09:14:47.442Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-26T09:14:47.442Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-26T09:14:47.523Z] prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container [2022-04-26T09:14:47.562Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@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:10004/edgex-devops/git-semver:latest cat [2022-04-26T09:14:48.302Z] $ docker top e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-26T09:14:48.412Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T09:14:48.412Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T09:14:48.553Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T09:14:48.556Z] $ docker exec e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent [2022-04-26T09:14:48.712Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXKdPHON/agent.14 [2022-04-26T09:14:48.712Z] SSH_AGENT_PID=21 [2022-04-26T09:14:48.722Z] Running ssh-add (command line suppressed) [2022-04-26T09:14:48.840Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1210082845657557914.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1210082845657557914.key) [2022-04-26T09:14:48.858Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T09:14:49.159Z] + git tag --points-at HEAD [Pipeline] } [2022-04-26T09:14:49.174Z] $ docker exec --env ******** --env ******** e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent -k [2022-04-26T09:14:49.289Z] unset SSH_AUTH_SOCK; [2022-04-26T09:14:49.289Z] unset SSH_AGENT_PID; [2022-04-26T09:14:49.290Z] echo Agent pid 21 killed; [2022-04-26T09:14:49.305Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-26T09:14:49.333Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-26T09:14:49.333Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-26T09:14:49.459Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-26T09:14:49.462Z] $ docker exec e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent [2022-04-26T09:14:49.598Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFAbonH/agent.53 [2022-04-26T09:14:49.598Z] SSH_AGENT_PID=59 [2022-04-26T09:14:49.606Z] Running ssh-add (command line suppressed) [2022-04-26T09:14:49.739Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1010463255192673677.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/private_key_1010463255192673677.key) [2022-04-26T09:14:49.760Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-26T09:14:50.069Z] + git semver init [2022-04-26T09:14:50.069Z] # -> Open(): unable to determine branch for HEAD [2022-04-26T09:14:50.069Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-517/.git [2022-04-26T09:14:50.069Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-517 [2022-04-26T09:14:50.069Z] # $SEMVER_REMOTE_NAME = origin [2022-04-26T09:14:50.069Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-26T09:14:50.069Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-26T09:14:50.069Z] # $SEMVER_BRANCH = PR-517 [2022-04-26T09:14:50.069Z] # $SEMVER_TEMP = /tmp/semver-201972079 [2022-04-26T09:14:50.069Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-04-26T09:14:52.215Z] # '/tmp/semver-201972079' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-517/.semver' [2022-04-26T09:14:52.480Z] # -> Force: false [2022-04-26T09:14:52.480Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-517/.semver [Pipeline] } [2022-04-26T09:14:52.495Z] $ docker exec --env ******** --env ******** e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 ssh-agent -k [2022-04-26T09:14:52.632Z] unset SSH_AUTH_SOCK; [2022-04-26T09:14:52.632Z] unset SSH_AGENT_PID; [2022-04-26T09:14:52.633Z] echo Agent pid 59 killed; [2022-04-26T09:14:52.650Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-26T09:14:52.968Z] + git semver [Pipeline] } [2022-04-26T09:14:52.987Z] $ docker stop --time=1 e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 [2022-04-26T09:14:54.414Z] $ docker rm -f e70323fc21b9ffae3e497ece318c38c40e64b58108f6aff414f841cfb2343f10 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T09:14:54.807Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-26T09:14:55.129Z] Stashed 1 file(s) [Pipeline] echo [2022-04-26T09:14:55.133Z] [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-04-26T09:14:55.287Z] provisioning config files... [2022-04-26T09:14:55.300Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config2446538046907026122tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:14:55.614Z] ---> docker-login.sh [2022-04-26T09:14:55.614Z] nexus3.edgexfoundry.org:10001 [2022-04-26T09:14:55.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:55.614Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:55.614Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:55.614Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:55.614Z] [2022-04-26T09:14:55.614Z] Login Succeeded [2022-04-26T09:14:55.614Z] nexus3.edgexfoundry.org:10002 [2022-04-26T09:14:55.614Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:55.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:55.876Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:55.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:55.876Z] [2022-04-26T09:14:55.876Z] Login Succeeded [2022-04-26T09:14:55.876Z] nexus3.edgexfoundry.org:10003 [2022-04-26T09:14:55.876Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:55.876Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:55.876Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:55.876Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:55.876Z] [2022-04-26T09:14:55.876Z] Login Succeeded [2022-04-26T09:14:55.876Z] nexus3.edgexfoundry.org:10004 [2022-04-26T09:14:56.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:56.140Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:56.140Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:56.140Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:56.140Z] [2022-04-26T09:14:56.140Z] Login Succeeded [2022-04-26T09:14:56.140Z] docker.io [2022-04-26T09:14:56.140Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:14:56.404Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:14:56.404Z] Configure a credential helper to remove this warning. See [2022-04-26T09:14:56.404Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:14:56.404Z] [2022-04-26T09:14:56.404Z] Login Succeeded [2022-04-26T09:14:56.404Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T09:14:56.415Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-26T09:14:56.507Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-26T09:14:56.518Z] ========================================================= [2022-04-26T09:14:56.518Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-26T09:14:56.518Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:14:56.840Z] + 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-04-26T09:14:57.112Z] Sending build context to Docker daemon 42.86MB [2022-04-26T09:14:57.112Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T09:14:57.112Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-26T09:14:57.112Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-26T09:14:57.112Z] 59bf1c3509f3: Pulling fs layer [2022-04-26T09:14:57.112Z] 666ba61612fd: Pulling fs layer [2022-04-26T09:14:57.112Z] 8ed8ca486205: Pulling fs layer [2022-04-26T09:14:57.112Z] 4fe6c5a15a65: Pulling fs layer [2022-04-26T09:14:57.112Z] 22a0e8bec74d: Pulling fs layer [2022-04-26T09:14:57.112Z] ca2b28591e48: Pulling fs layer [2022-04-26T09:14:57.112Z] a51346096db8: Pulling fs layer [2022-04-26T09:14:57.112Z] daebc70d1ce1: Pulling fs layer [2022-04-26T09:14:57.112Z] 0e18a0eac166: Pulling fs layer [2022-04-26T09:14:57.112Z] ca2b28591e48: Waiting [2022-04-26T09:14:57.112Z] 22a0e8bec74d: Waiting [2022-04-26T09:14:57.112Z] 4fe6c5a15a65: Waiting [2022-04-26T09:14:57.112Z] daebc70d1ce1: Waiting [2022-04-26T09:14:57.112Z] 8ed8ca486205: Verifying Checksum [2022-04-26T09:14:57.112Z] 8ed8ca486205: Download complete [2022-04-26T09:14:57.112Z] 666ba61612fd: Download complete [2022-04-26T09:14:57.112Z] 22a0e8bec74d: Verifying Checksum [2022-04-26T09:14:57.112Z] 22a0e8bec74d: Download complete [2022-04-26T09:14:57.112Z] ca2b28591e48: Download complete [2022-04-26T09:14:57.112Z] a51346096db8: Download complete [2022-04-26T09:14:57.380Z] 59bf1c3509f3: Verifying Checksum [2022-04-26T09:14:57.380Z] 59bf1c3509f3: Download complete [2022-04-26T09:14:57.380Z] daebc70d1ce1: Verifying Checksum [2022-04-26T09:14:57.380Z] daebc70d1ce1: Download complete [2022-04-26T09:14:57.380Z] 59bf1c3509f3: Pull complete [2022-04-26T09:14:57.646Z] 666ba61612fd: Pull complete [2022-04-26T09:14:57.646Z] 8ed8ca486205: Pull complete [2022-04-26T09:14:58.232Z] 0e18a0eac166: Verifying Checksum [2022-04-26T09:14:58.232Z] 0e18a0eac166: Download complete [2022-04-26T09:14:58.499Z] 4fe6c5a15a65: Verifying Checksum [2022-04-26T09:14:58.499Z] 4fe6c5a15a65: Download complete [2022-04-26T09:15:02.732Z] 4fe6c5a15a65: Pull complete [2022-04-26T09:15:02.732Z] 22a0e8bec74d: Pull complete [2022-04-26T09:15:02.732Z] ca2b28591e48: Pull complete [2022-04-26T09:15:02.732Z] a51346096db8: Pull complete [2022-04-26T09:15:02.732Z] daebc70d1ce1: Pull complete [2022-04-26T09:15:04.644Z] 0e18a0eac166: Pull complete [2022-04-26T09:15:04.644Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-04-26T09:15:04.644Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-26T09:15:04.644Z] ---> f018257e8ee9 [2022-04-26T09:15:04.644Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-26T09:15:06.565Z] ---> Running in a289ae7a11e5 [2022-04-26T09:15:06.565Z] Removing intermediate container a289ae7a11e5 [2022-04-26T09:15:06.565Z] ---> 7aed11a440a8 [2022-04-26T09:15:06.565Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-26T09:15:06.565Z] ---> Running in 1fe539a656e6 [2022-04-26T09:15:06.565Z] Removing intermediate container 1fe539a656e6 [2022-04-26T09:15:06.565Z] ---> 60d02e0a06f0 [2022-04-26T09:15:06.565Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T09:15:06.565Z] ---> Running in 48097b05ec7b [2022-04-26T09:15:06.828Z] Removing intermediate container 48097b05ec7b [2022-04-26T09:15:06.828Z] ---> f98a0bed9524 [2022-04-26T09:15:06.828Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-26T09:15:06.828Z] ---> Running in 79b4e1c31423 [2022-04-26T09:15:06.828Z] Removing intermediate container 79b4e1c31423 [2022-04-26T09:15:06.828Z] ---> 2b737a65d90f [2022-04-26T09:15:06.828Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-26T09:15:06.828Z] ---> Running in 2a999990bc8e [2022-04-26T09:15:07.101Z] Removing intermediate container 2a999990bc8e [2022-04-26T09:15:07.101Z] ---> b945e00b2b81 [2022-04-26T09:15:07.101Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T09:15:07.101Z] ---> Running in b9fb93026bc6 [2022-04-26T09:15:07.677Z] Removing intermediate container b9fb93026bc6 [2022-04-26T09:15:07.677Z] ---> 43e57b0813fc [2022-04-26T09:15:07.677Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T09:15:07.677Z] ---> Running in ea9a08edaefd [2022-04-26T09:15:07.939Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-26T09:15:08.888Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-26T09:15:09.150Z] OK: 221 MiB in 52 packages [2022-04-26T09:15:09.410Z] Removing intermediate container ea9a08edaefd [2022-04-26T09:15:09.410Z] ---> 117055cf66e8 [2022-04-26T09:15:09.410Z] Step 10/15 : ENV GO111MODULE=on [2022-04-26T09:15:09.410Z] ---> Running in 7c6e6c7d12c6 [2022-04-26T09:15:09.675Z] Removing intermediate container 7c6e6c7d12c6 [2022-04-26T09:15:09.675Z] ---> f75518297de8 [2022-04-26T09:15:09.675Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-26T09:15:09.675Z] ---> Running in 1ff297b2e12a [2022-04-26T09:15:09.675Z] Removing intermediate container 1ff297b2e12a [2022-04-26T09:15:09.675Z] ---> a274992fcd3b [2022-04-26T09:15:09.675Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-26T09:15:09.937Z] ---> 5a67e76c0d7d [2022-04-26T09:15:09.937Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T09:15:09.937Z] ---> Running in 8a7498c6d180 [2022-04-26T09:15:10.243Z] Still waiting to schedule task [2022-04-26T09:15:10.243Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-26T09:15:31.943Z] Removing intermediate container 8a7498c6d180 [2022-04-26T09:15:31.943Z] ---> 2c8437b6a771 [2022-04-26T09:15:31.943Z] Step 14/15 : COPY . . [2022-04-26T09:15:32.515Z] ---> dc37ca034eaf [2022-04-26T09:15:32.515Z] Step 15/15 : RUN ${MAKE} [2022-04-26T09:15:32.515Z] ---> Running in 2fbb18a9f777 [2022-04-26T09:15:32.776Z] noop [2022-04-26T09:15:33.348Z] Removing intermediate container 2fbb18a9f777 [2022-04-26T09:15:33.348Z] ---> 83e9a4fddaac [2022-04-26T09:15:33.348Z] Successfully built 83e9a4fddaac [2022-04-26T09:15:33.348Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:15:33.647Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-26T09:15:33.647Z] . [Pipeline] withDockerContainer [2022-04-26T09:15:33.724Z] prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container [2022-04-26T09:15:33.769Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-26T09:15:34.219Z] $ docker top 1272e85b13603406fb94bf27783ec73ff1b5f38f5f2320615c218c313a3ee694 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-26T09:15:34.586Z] + go version [2022-04-26T09:15:34.586Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-26T09:15:34.605Z] $ docker stop --time=1 1272e85b13603406fb94bf27783ec73ff1b5f38f5f2320615c218c313a3ee694 [2022-04-26T09:15:35.937Z] $ docker rm -f 1272e85b13603406fb94bf27783ec73ff1b5f38f5f2320615c218c313a3ee694 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:15:36.359Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-26T09:15:36.359Z] . [Pipeline] withDockerContainer [2022-04-26T09:15:36.430Z] prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container [2022-04-26T09:15:36.479Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-26T09:15:36.856Z] $ docker top f7728807e37b203ba19391a4a6797a449164766d7ae0fc09c42a25ec09b0bec5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-26T09:15:37.268Z] + make test [2022-04-26T09:15:37.268Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-26T09:15:37.594Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-26T09:15:42.875Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-26T09:15:42.875Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-26T09:15:46.177Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-26T09:15:46.177Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-26T09:15:46.190Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-26T09:15:46.210Z] $ docker stop --time=1 f7728807e37b203ba19391a4a6797a449164766d7ae0fc09c42a25ec09b0bec5 [2022-04-26T09:15:47.790Z] $ docker rm -f f7728807e37b203ba19391a4a6797a449164766d7ae0fc09c42a25ec09b0bec5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T09:15:48.160Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-26T09:15:48.213Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-26T09:15:48.835Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-26T09:15:49.127Z] + ls -al . [2022-04-26T09:15:49.127Z] total 164 [2022-04-26T09:15:49.127Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 26 09:15 . [2022-04-26T09:15:49.127Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 .. [2022-04-26T09:15:49.127Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 09:14 .git [2022-04-26T09:15:49.127Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 .github [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:14 .gitignore [2022-04-26T09:15:49.127Z] drwx------ 3 jenkins jenkins 4096 Apr 26 09:14 .semver [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 2022 Apr 26 09:14 Attribution.txt [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 26 09:14 CONTRIBUTING.md [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 26 09:14 Dockerfile [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 26 09:14 Jenkinsfile [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 26 09:14 LICENSE [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 26 09:14 Makefile [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 26 09:14 README.md [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 09:14 VERSION [2022-04-26T09:15:49.127Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 assets [2022-04-26T09:15:49.127Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:14 bin [2022-04-26T09:15:49.127Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 cmd [2022-04-26T09:15:49.127Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 26 09:15 coverage.out [2022-04-26T09:15:49.127Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:14 docs [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 26 09:14 go.mod [2022-04-26T09:15:49.127Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 26 09:14 go.sum [2022-04-26T09:15:49.127Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 09:14 internal [2022-04-26T09:15:49.127Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:14 pkg [2022-04-26T09:15:49.127Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 snap [2022-04-26T09:15:49.128Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 testing [2022-04-26T09:15:49.128Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:14 version.go [2022-04-26T09:15:49.128Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:14 web [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:15:49.430Z] + 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=ccad3fd6222edab32041a8adcdba68746abd3cf8 --label arch=amd64 --label version=0.0.0 . [2022-04-26T09:15:49.692Z] Sending build context to Docker daemon 42.86MB [2022-04-26T09:15:49.692Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T09:15:49.692Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-26T09:15:49.692Z] ---> 83e9a4fddaac [2022-04-26T09:15:49.692Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-26T09:15:49.955Z] ---> Running in 24f4c7a90b73 [2022-04-26T09:15:49.955Z] Removing intermediate container 24f4c7a90b73 [2022-04-26T09:15:49.955Z] ---> 85efefc194c7 [2022-04-26T09:15:49.955Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-26T09:15:49.955Z] ---> Running in af52930e0c0f [2022-04-26T09:15:49.955Z] Removing intermediate container af52930e0c0f [2022-04-26T09:15:49.955Z] ---> 293cfdb224aa [2022-04-26T09:15:49.955Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T09:15:50.215Z] ---> Running in 8e070f3ceb13 [2022-04-26T09:15:50.215Z] Removing intermediate container 8e070f3ceb13 [2022-04-26T09:15:50.215Z] ---> 7b7855834764 [2022-04-26T09:15:50.215Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-26T09:15:50.215Z] ---> Running in 52ef3785ab14 [2022-04-26T09:15:50.476Z] Removing intermediate container 52ef3785ab14 [2022-04-26T09:15:50.476Z] ---> 54c4c1fd36d9 [2022-04-26T09:15:50.476Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-26T09:15:50.476Z] ---> Running in b2a21fe0a29c [2022-04-26T09:15:50.476Z] Removing intermediate container b2a21fe0a29c [2022-04-26T09:15:50.476Z] ---> f5892beabbd4 [2022-04-26T09:15:50.476Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T09:15:50.476Z] ---> Running in c789027d52dc [2022-04-26T09:15:51.417Z] Removing intermediate container c789027d52dc [2022-04-26T09:15:51.417Z] ---> d92f0344d101 [2022-04-26T09:15:51.417Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T09:15:51.417Z] ---> Running in 807f53b57b51 [2022-04-26T09:15:51.678Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-26T09:15:52.250Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-26T09:15:52.820Z] OK: 221 MiB in 52 packages [2022-04-26T09:15:53.083Z] Removing intermediate container 807f53b57b51 [2022-04-26T09:15:53.083Z] ---> d6b48c8862b6 [2022-04-26T09:15:53.083Z] Step 10/23 : ENV GO111MODULE=on [2022-04-26T09:15:53.083Z] ---> Running in 34a4d1cb48cd [2022-04-26T09:15:53.343Z] Removing intermediate container 34a4d1cb48cd [2022-04-26T09:15:53.343Z] ---> 1838c456239d [2022-04-26T09:15:53.343Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-26T09:15:53.343Z] ---> Running in c873a6861b81 [2022-04-26T09:15:53.343Z] Removing intermediate container c873a6861b81 [2022-04-26T09:15:53.343Z] ---> d7779fff1dde [2022-04-26T09:15:53.343Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-26T09:15:53.602Z] ---> 2ab4c050b9f0 [2022-04-26T09:15:53.602Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T09:15:53.602Z] ---> Running in eca6e2df9a09 [2022-04-26T09:15:54.543Z] Removing intermediate container eca6e2df9a09 [2022-04-26T09:15:54.543Z] ---> ee304db89c2d [2022-04-26T09:15:54.543Z] Step 14/23 : COPY . . [2022-04-26T09:15:55.487Z] ---> 5b3c38be53e2 [2022-04-26T09:15:55.487Z] Step 15/23 : RUN ${MAKE} [2022-04-26T09:15:55.487Z] ---> Running in da1192a06c8a [2022-04-26T09:15:55.757Z] 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-04-26T09:16:01.035Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-26T09:16:03.585Z] Removing intermediate container da1192a06c8a [2022-04-26T09:16:03.585Z] ---> 6250db7e681b [2022-04-26T09:16:03.585Z] Step 16/23 : FROM alpine:3.14 [2022-04-26T09:16:03.585Z] 3.14: Pulling from library/alpine [2022-04-26T09:16:06.884Z] 8663204ce13b: Pulling fs layer [2022-04-26T09:16:06.884Z] 8663204ce13b: Verifying Checksum [2022-04-26T09:16:06.884Z] 8663204ce13b: Download complete [2022-04-26T09:16:06.884Z] 8663204ce13b: Pull complete [2022-04-26T09:16:06.884Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-26T09:16:06.884Z] Status: Downloaded newer image for alpine:3.14 [2022-04-26T09:16:06.884Z] ---> e04c818066af [2022-04-26T09:16:06.884Z] Step 17/23 : EXPOSE 4000 [2022-04-26T09:16:06.884Z] ---> Running in 5b1916f95314 [2022-04-26T09:16:06.884Z] Removing intermediate container 5b1916f95314 [2022-04-26T09:16:06.884Z] ---> e2317c38891a [2022-04-26T09:16:06.884Z] 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-04-26T09:16:07.454Z] ---> 5024580c3921 [2022-04-26T09:16:07.454Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-26T09:16:07.454Z] ---> Running in 680c031ba877 [2022-04-26T09:16:07.454Z] Removing intermediate container 680c031ba877 [2022-04-26T09:16:07.454Z] ---> 1cb66639ccea [2022-04-26T09:16:07.454Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-26T09:16:07.454Z] ---> Running in 8b35f2913325 [2022-04-26T09:16:07.715Z] Removing intermediate container 8b35f2913325 [2022-04-26T09:16:07.715Z] ---> 27bba929de74 [2022-04-26T09:16:07.715Z] Step 21/23 : LABEL arch=amd64 [2022-04-26T09:16:07.715Z] ---> Running in b634dcd966fc [2022-04-26T09:16:07.715Z] Removing intermediate container b634dcd966fc [2022-04-26T09:16:07.715Z] ---> 07216f8cd047 [2022-04-26T09:16:07.715Z] Step 22/23 : LABEL git_sha=ccad3fd6222edab32041a8adcdba68746abd3cf8 [2022-04-26T09:16:07.976Z] ---> Running in e82a87303a74 [2022-04-26T09:16:07.976Z] Removing intermediate container e82a87303a74 [2022-04-26T09:16:07.976Z] ---> 70874402f3ba [2022-04-26T09:16:07.976Z] Step 23/23 : LABEL version=0.0.0 [2022-04-26T09:16:07.976Z] ---> Running in 3764fa470666 [2022-04-26T09:16:07.976Z] Removing intermediate container 3764fa470666 [2022-04-26T09:16:07.976Z] ---> 175a9237e7ab [2022-04-26T09:16:07.976Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-26T09:16:08.237Z] Successfully built 175a9237e7ab [2022-04-26T09:16:08.237Z] 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-04-26T09:16:08.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T09:16:08.655Z] [2022-04-26T09:16:08.655Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:16:08.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T09:16:08.960Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-26T09:16:08.960Z] 5eb5b503b376: Pulling fs layer [2022-04-26T09:16:08.960Z] 5c69ac0246d0: Pulling fs layer [2022-04-26T09:16:08.960Z] ec43610c2a17: Pulling fs layer [2022-04-26T09:16:08.960Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-26T09:16:08.960Z] 33b1e0a273af: Pulling fs layer [2022-04-26T09:16:08.960Z] 5d3b04190fa2: Pulling fs layer [2022-04-26T09:16:08.960Z] 2f39f015ded8: Pulling fs layer [2022-04-26T09:16:08.960Z] 5d3b04190fa2: Waiting [2022-04-26T09:16:08.960Z] 3a2ae6a8a46f: Waiting [2022-04-26T09:16:08.960Z] 2f39f015ded8: Waiting [2022-04-26T09:16:08.960Z] 33b1e0a273af: Waiting [2022-04-26T09:16:08.960Z] 5c69ac0246d0: Verifying Checksum [2022-04-26T09:16:08.960Z] 5c69ac0246d0: Download complete [2022-04-26T09:16:08.960Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-26T09:16:08.960Z] 3a2ae6a8a46f: Download complete [2022-04-26T09:16:08.960Z] 33b1e0a273af: Verifying Checksum [2022-04-26T09:16:08.960Z] 33b1e0a273af: Download complete [2022-04-26T09:16:08.960Z] ec43610c2a17: Verifying Checksum [2022-04-26T09:16:08.960Z] ec43610c2a17: Download complete [2022-04-26T09:16:08.960Z] 5d3b04190fa2: Download complete [2022-04-26T09:16:09.221Z] 5eb5b503b376: Verifying Checksum [2022-04-26T09:16:09.221Z] 5eb5b503b376: Download complete [2022-04-26T09:16:09.790Z] 2f39f015ded8: Download complete [2022-04-26T09:16:10.728Z] 5eb5b503b376: Pull complete [2022-04-26T09:16:10.728Z] 5c69ac0246d0: Pull complete [2022-04-26T09:16:11.297Z] ec43610c2a17: Pull complete [2022-04-26T09:16:11.297Z] 3a2ae6a8a46f: Pull complete [2022-04-26T09:16:11.557Z] 33b1e0a273af: Pull complete [2022-04-26T09:16:11.557Z] 5d3b04190fa2: Pull complete [2022-04-26T09:16:15.750Z] 2f39f015ded8: Pull complete [2022-04-26T09:16:15.750Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-26T09:16:15.750Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T09:16:15.750Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-26T09:16:15.820Z] prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container [2022-04-26T09:16:15.863Z] $ 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-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-26T09:16:17.693Z] $ docker top 7c84abb52636b0fda3a74c4a85c7a83ee792b3caf8ec422b08ae098b89d74049 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:16:18.093Z] ---> job-cost.sh [2022-04-26T09:16:18.093Z] lf-activate-venv: SKIPPING [2022-04-26T09:16:18.093Z] INFO: No Stack... [2022-04-26T09:16:18.666Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-26T09:16:18.927Z] INFO: Archiving Costs [Pipeline] sh [2022-04-26T09:16:19.229Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives/cost.csv [2022-04-26T09:16:19.229Z] + cut -d, -f6 [Pipeline] lock [2022-04-26T09:16:19.247Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [2022-04-26T09:16:19.255Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] did not exist. Created. [2022-04-26T09:16:19.255Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-26T09:16:19.562Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-26T09:16:19.608Z] Stashed 1 file(s) [Pipeline] } [2022-04-26T09:16:19.614Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-26T09:16:19.639Z] $ docker stop --time=1 7c84abb52636b0fda3a74c4a85c7a83ee792b3caf8ec422b08ae098b89d74049 [2022-04-26T09:16:20.825Z] $ docker rm -f 7c84abb52636b0fda3a74c4a85c7a83ee792b3caf8ec422b08ae098b89d74049 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-26T09:17:53.158Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-23593 in /w/workspace/edgexfoundry_edgex-ui-go_PR-517 [Pipeline] { [Pipeline] ws [2022-04-26T09:17:53.173Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2022-04-26T09:17:53.512Z] The recommended git tool is: git [2022-04-26T09:18:00.204Z] using credential edgex-jenkins-ssh [2022-04-26T09:18:00.226Z] Cloning the remote Git repository [2022-04-26T09:18:00.294Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-26T09:18:00.378Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2022-04-26T09:18:00.469Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-26T09:18:00.470Z] > git --version # timeout=10 [2022-04-26T09:18:00.498Z] > git --version # 'git version 2.25.1' [2022-04-26T09:18:00.500Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-26T09:18:00.556Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-26T09:18:03.518Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-04-26T09:18:03.539Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-26T09:18:03.574Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-04-26T09:18:03.614Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-26T09:18:03.615Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-26T09:18:03.630Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/517/head:refs/remotes/origin/PR-517 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-26T09:18:04.174Z] Merging remotes/origin/main commit f03538133d9c149f93a50abb1160b8af7c3ba7fe into PR head commit ccad3fd6222edab32041a8adcdba68746abd3cf8 [2022-04-26T09:18:04.675Z] Merge succeeded, producing ccad3fd6222edab32041a8adcdba68746abd3cf8 [2022-04-26T09:18:04.675Z] Checking out Revision ccad3fd6222edab32041a8adcdba68746abd3cf8 (PR-517) [2022-04-26T09:18:04.195Z] > git config core.sparsecheckout # timeout=10 [2022-04-26T09:18:04.211Z] > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 [2022-04-26T09:18:04.587Z] > git remote # timeout=10 [2022-04-26T09:18:04.606Z] > git config --get remote.origin.url # timeout=10 [2022-04-26T09:18:04.622Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-26T09:18:04.636Z] > git merge f03538133d9c149f93a50abb1160b8af7c3ba7fe # timeout=10 [2022-04-26T09:18:04.661Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-26T09:18:04.684Z] > git config core.sparsecheckout # timeout=10 [2022-04-26T09:18:04.699Z] > git checkout -f ccad3fd6222edab32041a8adcdba68746abd3cf8 # timeout=10 [2022-04-26T09:18:09.313Z] Commit message: "chore(deps): Bump github.com/pelletier/go-toml from 1.9.4 to 1.9.5" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-26T09:18:10.168Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-26T09:18:10.168Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-26T09:18:10.168Z] Dload Upload Total Spent Left Speed [2022-04-26T09:18:10.168Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 214k 0 --:--:-- --:--:-- --:--:-- 214k [Pipeline] sh [2022-04-26T09:18:10.692Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-26T09:18:11.036Z] + sudo tee /etc/docker/daemon.new [2022-04-26T09:18:11.036Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-26T09:18:11.036Z] { [2022-04-26T09:18:11.036Z] "registry-mirrors": [ [2022-04-26T09:18:11.036Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-26T09:18:11.036Z] ], [2022-04-26T09:18:11.036Z] "bip": "10.250.0.254/24", [2022-04-26T09:18:11.036Z] "hosts": [ [2022-04-26T09:18:11.036Z] "tcp://0.0.0.0:5555", [2022-04-26T09:18:11.036Z] "unix:///var/run/docker.sock" [2022-04-26T09:18:11.036Z] ], [2022-04-26T09:18:11.036Z] "mtu": 1458, [2022-04-26T09:18:11.036Z] "selinux-enabled": true, [2022-04-26T09:18:11.036Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-26T09:18:11.036Z] } [Pipeline] sh [2022-04-26T09:18:11.381Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-26T09:18:11.731Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T09:18:30.132Z] provisioning config files... [2022-04-26T09:18:30.155Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3250133052678123704tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:18:30.521Z] ---> docker-login.sh [2022-04-26T09:18:30.522Z] nexus3.edgexfoundry.org:10001 [2022-04-26T09:18:31.118Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:18:31.390Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:18:31.390Z] Configure a credential helper to remove this warning. See [2022-04-26T09:18:31.390Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:18:31.390Z] [2022-04-26T09:18:31.390Z] Login Succeeded [2022-04-26T09:18:31.390Z] nexus3.edgexfoundry.org:10002 [2022-04-26T09:18:31.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:18:31.943Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:18:31.943Z] Configure a credential helper to remove this warning. See [2022-04-26T09:18:31.943Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:18:31.943Z] [2022-04-26T09:18:31.943Z] Login Succeeded [2022-04-26T09:18:31.943Z] nexus3.edgexfoundry.org:10003 [2022-04-26T09:18:32.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:18:32.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:18:32.224Z] Configure a credential helper to remove this warning. See [2022-04-26T09:18:32.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:18:32.224Z] [2022-04-26T09:18:32.224Z] Login Succeeded [2022-04-26T09:18:32.224Z] nexus3.edgexfoundry.org:10004 [2022-04-26T09:18:32.513Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:18:32.790Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:18:32.790Z] Configure a credential helper to remove this warning. See [2022-04-26T09:18:32.790Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:18:32.790Z] [2022-04-26T09:18:32.790Z] Login Succeeded [2022-04-26T09:18:32.790Z] docker.io [2022-04-26T09:18:33.064Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-26T09:18:33.661Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-26T09:18:33.661Z] Configure a credential helper to remove this warning. See [2022-04-26T09:18:33.661Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-26T09:18:33.661Z] [2022-04-26T09:18:33.661Z] Login Succeeded [2022-04-26T09:18:33.661Z] ---> docker-login.sh ends [Pipeline] } [2022-04-26T09:18:33.679Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-26T09:18:34.176Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-26T09:18:34.195Z] ========================================================= [2022-04-26T09:18:34.195Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-26T09:18:34.195Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:18:34.543Z] + 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-04-26T09:18:35.535Z] Sending build context to Docker daemon 26.93MB [2022-04-26T09:18:35.535Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T09:18:35.535Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-26T09:18:35.535Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-26T09:18:35.535Z] 9b3977197b4f: Pulling fs layer [2022-04-26T09:18:35.535Z] 1a89e8eeedd5: Pulling fs layer [2022-04-26T09:18:35.535Z] 94645a83ff95: Pulling fs layer [2022-04-26T09:18:35.535Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-26T09:18:35.535Z] 0c92f367c5e7: Pulling fs layer [2022-04-26T09:18:35.535Z] 3096ccb668a1: Pulling fs layer [2022-04-26T09:18:35.535Z] e8cf19c19ddd: Pulling fs layer [2022-04-26T09:18:35.535Z] a4caa8a26152: Pulling fs layer [2022-04-26T09:18:35.535Z] 3096ccb668a1: Waiting [2022-04-26T09:18:35.535Z] 3f3a8bcf1eab: Waiting [2022-04-26T09:18:35.535Z] 0c92f367c5e7: Waiting [2022-04-26T09:18:35.535Z] e8cf19c19ddd: Waiting [2022-04-26T09:18:35.535Z] a4caa8a26152: Waiting [2022-04-26T09:18:35.535Z] 94645a83ff95: Download complete [2022-04-26T09:18:35.535Z] 1a89e8eeedd5: Verifying Checksum [2022-04-26T09:18:35.535Z] 1a89e8eeedd5: Download complete [2022-04-26T09:18:35.535Z] 0c92f367c5e7: Verifying Checksum [2022-04-26T09:18:35.809Z] 0c92f367c5e7: Download complete [2022-04-26T09:18:35.809Z] 3096ccb668a1: Verifying Checksum [2022-04-26T09:18:35.809Z] 3096ccb668a1: Download complete [2022-04-26T09:18:35.809Z] 9b3977197b4f: Verifying Checksum [2022-04-26T09:18:35.809Z] 9b3977197b4f: Download complete [2022-04-26T09:18:35.809Z] e8cf19c19ddd: Verifying Checksum [2022-04-26T09:18:35.809Z] e8cf19c19ddd: Download complete [2022-04-26T09:18:36.412Z] 9b3977197b4f: Pull complete [2022-04-26T09:18:37.014Z] 1a89e8eeedd5: Pull complete [2022-04-26T09:18:37.300Z] 94645a83ff95: Pull complete [2022-04-26T09:18:37.575Z] a4caa8a26152: Verifying Checksum [2022-04-26T09:18:37.575Z] a4caa8a26152: Download complete [2022-04-26T09:18:38.170Z] 3f3a8bcf1eab: Download complete [2022-04-26T09:18:50.573Z] 3f3a8bcf1eab: Pull complete [2022-04-26T09:18:50.573Z] 0c92f367c5e7: Pull complete [2022-04-26T09:18:50.573Z] 3096ccb668a1: Pull complete [2022-04-26T09:18:50.573Z] e8cf19c19ddd: Pull complete [2022-04-26T09:18:57.312Z] a4caa8a26152: Pull complete [2022-04-26T09:18:57.312Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-04-26T09:18:57.312Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-26T09:18:57.312Z] ---> 725f1c02e7f9 [2022-04-26T09:18:57.312Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-26T09:18:58.757Z] ---> Running in 17ebf98e2470 [2022-04-26T09:18:58.757Z] Removing intermediate container 17ebf98e2470 [2022-04-26T09:18:58.757Z] ---> 6343432adfae [2022-04-26T09:18:58.757Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-26T09:18:59.034Z] ---> Running in 862539b1a729 [2022-04-26T09:18:59.310Z] Removing intermediate container 862539b1a729 [2022-04-26T09:18:59.311Z] ---> 14c3ffcf32df [2022-04-26T09:18:59.311Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T09:18:59.311Z] ---> Running in 86c2479ec8c7 [2022-04-26T09:19:00.754Z] Removing intermediate container 86c2479ec8c7 [2022-04-26T09:19:00.754Z] ---> 4c3cc1b6010f [2022-04-26T09:19:00.754Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-26T09:19:01.030Z] ---> Running in 5764e17bfcd4 [2022-04-26T09:19:01.308Z] Removing intermediate container 5764e17bfcd4 [2022-04-26T09:19:01.308Z] ---> 04fd1b41deba [2022-04-26T09:19:01.308Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-26T09:19:01.308Z] ---> Running in 6373612fa39d [2022-04-26T09:19:01.582Z] Removing intermediate container 6373612fa39d [2022-04-26T09:19:01.582Z] ---> a0686f37bab3 [2022-04-26T09:19:01.582Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T09:19:01.582Z] ---> Running in cf43c17ae697 [2022-04-26T09:19:03.571Z] Removing intermediate container cf43c17ae697 [2022-04-26T09:19:03.571Z] ---> 4c81e67cc1de [2022-04-26T09:19:03.571Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T09:19:03.571Z] ---> Running in 7b2619cd4391 [2022-04-26T09:19:04.556Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-26T09:19:05.542Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-26T09:19:06.526Z] OK: 220 MiB in 52 packages [2022-04-26T09:19:07.135Z] Removing intermediate container 7b2619cd4391 [2022-04-26T09:19:07.135Z] ---> 5c8833569d67 [2022-04-26T09:19:07.135Z] Step 10/15 : ENV GO111MODULE=on [2022-04-26T09:19:07.412Z] ---> Running in 72b6b85ffb88 [2022-04-26T09:19:07.694Z] Removing intermediate container 72b6b85ffb88 [2022-04-26T09:19:07.694Z] ---> 5138c5dfe35f [2022-04-26T09:19:07.694Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-26T09:19:07.694Z] ---> Running in 7c33ddf7fc74 [2022-04-26T09:19:07.971Z] Removing intermediate container 7c33ddf7fc74 [2022-04-26T09:19:07.971Z] ---> e7ee79553bf1 [2022-04-26T09:19:07.971Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-26T09:19:08.578Z] ---> b2b402a1de76 [2022-04-26T09:19:08.578Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T09:19:08.868Z] ---> Running in 924e9a98db60 [2022-04-26T09:20:30.683Z] Removing intermediate container 924e9a98db60 [2022-04-26T09:20:30.683Z] ---> cb4d0463e9f7 [2022-04-26T09:20:30.683Z] Step 14/15 : COPY . . [2022-04-26T09:20:30.683Z] ---> 459607334856 [2022-04-26T09:20:30.683Z] Step 15/15 : RUN ${MAKE} [2022-04-26T09:20:30.683Z] ---> Running in 2d7488b0ffd3 [2022-04-26T09:20:30.683Z] noop [2022-04-26T09:20:30.683Z] Removing intermediate container 2d7488b0ffd3 [2022-04-26T09:20:30.683Z] ---> b6a23bf13c41 [2022-04-26T09:20:30.683Z] Successfully built b6a23bf13c41 [2022-04-26T09:20:30.683Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:20:31.039Z] + docker inspect -f . ci-base-image-arm64 [2022-04-26T09:20:31.039Z] . [Pipeline] withDockerContainer [2022-04-26T09:20:31.288Z] prd-ubuntu20.04-docker-arm64-4c-16g-23593 does not seem to be running inside a container [2022-04-26T09:20:31.378Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-26T09:20:32.743Z] $ docker top 1a8cf3aa08f7001631f95cca2b5aa01824b75fde05b8f9aad03a37d3cbe076bd -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-26T09:20:33.688Z] + go version [2022-04-26T09:20:33.688Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-26T09:20:33.719Z] $ docker stop --time=1 1a8cf3aa08f7001631f95cca2b5aa01824b75fde05b8f9aad03a37d3cbe076bd [2022-04-26T09:20:35.379Z] $ docker rm -f 1a8cf3aa08f7001631f95cca2b5aa01824b75fde05b8f9aad03a37d3cbe076bd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:20:36.010Z] + docker inspect -f . ci-base-image-arm64 [2022-04-26T09:20:36.010Z] . [Pipeline] withDockerContainer [2022-04-26T09:20:36.260Z] prd-ubuntu20.04-docker-arm64-4c-16g-23593 does not seem to be running inside a container [2022-04-26T09:20:36.353Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-04-26T09:20:37.682Z] $ docker top 1969488dd3502487ef22d6fd85a6f975fdf6220eb621161c4da5ac58fcb9429c -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-26T09:20:38.644Z] + make test [2022-04-26T09:20:38.644Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-26T09:20:40.089Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-26T09:21:19.137Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-26T09:21:19.411Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-26T09:21:37.759Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-26T09:21:37.759Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-26T09:21:37.781Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-26T09:21:37.800Z] $ docker stop --time=1 1969488dd3502487ef22d6fd85a6f975fdf6220eb621161c4da5ac58fcb9429c [2022-04-26T09:21:39.561Z] $ docker rm -f 1969488dd3502487ef22d6fd85a6f975fdf6220eb621161c4da5ac58fcb9429c [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-26T09:21:40.332Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-26T09:21:40.362Z] Warning: overwriting stash ‘coverage-report’ [2022-04-26T09:21:40.969Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-26T09:21:41.343Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-26T09:21:41.683Z] + ls -al . [2022-04-26T09:21:41.683Z] total 160 [2022-04-26T09:21:41.683Z] drwxrwxr-x 13 jenkins jenkins 4096 Apr 26 09:20 . [2022-04-26T09:21:41.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 .. [2022-04-26T09:21:41.683Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 26 09:18 .git [2022-04-26T09:21:41.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 .github [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:18 .gitignore [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 2022 Apr 26 09:18 Attribution.txt [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 26 09:18 CONTRIBUTING.md [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 26 09:18 Dockerfile [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 26 09:18 Jenkinsfile [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 26 09:18 LICENSE [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 26 09:18 Makefile [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 26 09:18 README.md [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 26 09:14 VERSION [2022-04-26T09:21:41.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 assets [2022-04-26T09:21:41.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:18 bin [2022-04-26T09:21:41.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 cmd [2022-04-26T09:21:41.683Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 26 09:20 coverage.out [2022-04-26T09:21:41.683Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 26 09:18 docs [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 26 09:18 go.mod [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 26 09:18 go.sum [2022-04-26T09:21:41.683Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 26 09:18 internal [2022-04-26T09:21:41.683Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 26 09:18 pkg [2022-04-26T09:21:41.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 snap [2022-04-26T09:21:41.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 testing [2022-04-26T09:21:41.683Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 26 09:18 version.go [2022-04-26T09:21:41.683Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 26 09:18 web [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:21:42.027Z] + 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=ccad3fd6222edab32041a8adcdba68746abd3cf8 --label arch=arm64 --label version=0.0.0 . [2022-04-26T09:21:43.008Z] Sending build context to Docker daemon 26.93MB [2022-04-26T09:21:43.008Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-26T09:21:43.008Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-26T09:21:43.008Z] ---> b6a23bf13c41 [2022-04-26T09:21:43.008Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-26T09:21:43.283Z] ---> Running in 6e7cbde9f77e [2022-04-26T09:21:43.557Z] Removing intermediate container 6e7cbde9f77e [2022-04-26T09:21:43.557Z] ---> 7f5a8c1705f4 [2022-04-26T09:21:43.557Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-26T09:21:43.557Z] ---> Running in abd0456a5629 [2022-04-26T09:21:43.837Z] Removing intermediate container abd0456a5629 [2022-04-26T09:21:43.837Z] ---> fb59bf51a903 [2022-04-26T09:21:43.837Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-26T09:21:44.112Z] ---> Running in d1a155882989 [2022-04-26T09:21:44.383Z] Removing intermediate container d1a155882989 [2022-04-26T09:21:44.383Z] ---> 48e2267a55c1 [2022-04-26T09:21:44.383Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-26T09:21:44.383Z] ---> Running in 52c09694cbcc [2022-04-26T09:21:44.667Z] Removing intermediate container 52c09694cbcc [2022-04-26T09:21:44.667Z] ---> a96d4eea2ed4 [2022-04-26T09:21:44.667Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-26T09:21:44.948Z] ---> Running in 8ed993f48cd9 [2022-04-26T09:21:45.226Z] Removing intermediate container 8ed993f48cd9 [2022-04-26T09:21:45.226Z] ---> c63b8e2dec3d [2022-04-26T09:21:45.226Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-26T09:21:45.226Z] ---> Running in 5f2b24c25ff6 [2022-04-26T09:21:47.219Z] Removing intermediate container 5f2b24c25ff6 [2022-04-26T09:21:47.219Z] ---> 041307671298 [2022-04-26T09:21:47.219Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-26T09:21:47.219Z] ---> Running in fc8afa08c600 [2022-04-26T09:21:47.816Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-26T09:21:48.794Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-26T09:21:49.777Z] OK: 220 MiB in 52 packages [2022-04-26T09:21:50.384Z] Removing intermediate container fc8afa08c600 [2022-04-26T09:21:50.384Z] ---> 8bfc968c3620 [2022-04-26T09:21:50.384Z] Step 10/23 : ENV GO111MODULE=on [2022-04-26T09:21:50.384Z] ---> Running in 819c6f3c2a1b [2022-04-26T09:21:50.655Z] Removing intermediate container 819c6f3c2a1b [2022-04-26T09:21:50.655Z] ---> 44ddc260c162 [2022-04-26T09:21:50.655Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-26T09:21:50.940Z] ---> Running in 68ef966fd292 [2022-04-26T09:21:51.213Z] Removing intermediate container 68ef966fd292 [2022-04-26T09:21:51.213Z] ---> 2ff33a99b2d4 [2022-04-26T09:21:51.213Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-26T09:21:51.807Z] ---> 378127591200 [2022-04-26T09:21:51.807Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-26T09:21:51.807Z] ---> Running in 556d80755431 [2022-04-26T09:21:53.791Z] Removing intermediate container 556d80755431 [2022-04-26T09:21:53.791Z] ---> c7cf65f28e2b [2022-04-26T09:21:53.791Z] Step 14/23 : COPY . . [2022-04-26T09:21:57.188Z] ---> aa4e2bcc5782 [2022-04-26T09:21:57.188Z] Step 15/23 : RUN ${MAKE} [2022-04-26T09:21:57.188Z] ---> Running in 03475e048b57 [2022-04-26T09:21:58.177Z] 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-04-26T09:22:30.527Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-26T09:22:33.920Z] Removing intermediate container 03475e048b57 [2022-04-26T09:22:33.920Z] ---> 2d00cbfa38dd [2022-04-26T09:22:33.920Z] Step 16/23 : FROM alpine:3.14 [2022-04-26T09:22:33.920Z] 3.14: Pulling from library/alpine [2022-04-26T09:22:34.192Z] 455c02918c45: Pulling fs layer [2022-04-26T09:22:34.469Z] 455c02918c45: Verifying Checksum [2022-04-26T09:22:34.469Z] 455c02918c45: Download complete [2022-04-26T09:22:35.067Z] 455c02918c45: Pull complete [2022-04-26T09:22:35.067Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-04-26T09:22:35.067Z] Status: Downloaded newer image for alpine:3.14 [2022-04-26T09:22:35.067Z] ---> ac73e934f311 [2022-04-26T09:22:35.067Z] Step 17/23 : EXPOSE 4000 [2022-04-26T09:22:35.067Z] ---> Running in 7f8b1f7a0289 [2022-04-26T09:22:35.340Z] Removing intermediate container 7f8b1f7a0289 [2022-04-26T09:22:35.340Z] ---> d7ae438755f5 [2022-04-26T09:22:35.340Z] 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-04-26T09:22:36.783Z] ---> 45e30ec81d05 [2022-04-26T09:22:36.783Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-26T09:22:36.783Z] ---> Running in a54b16dcc29a [2022-04-26T09:22:37.057Z] Removing intermediate container a54b16dcc29a [2022-04-26T09:22:37.057Z] ---> 5dc154c81170 [2022-04-26T09:22:37.057Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-26T09:22:37.057Z] ---> Running in d64ae7f8357c [2022-04-26T09:22:37.339Z] Removing intermediate container d64ae7f8357c [2022-04-26T09:22:37.339Z] ---> 005ba30e5be8 [2022-04-26T09:22:37.339Z] Step 21/23 : LABEL arch=arm64 [2022-04-26T09:22:37.339Z] ---> Running in 213ad459043d [2022-04-26T09:22:37.938Z] Removing intermediate container 213ad459043d [2022-04-26T09:22:37.938Z] ---> 4738ef513e03 [2022-04-26T09:22:37.938Z] Step 22/23 : LABEL git_sha=ccad3fd6222edab32041a8adcdba68746abd3cf8 [2022-04-26T09:22:37.938Z] ---> Running in e95d0f94f0fd [2022-04-26T09:22:38.211Z] Removing intermediate container e95d0f94f0fd [2022-04-26T09:22:38.211Z] ---> 6b77580501c2 [2022-04-26T09:22:38.211Z] Step 23/23 : LABEL version=0.0.0 [2022-04-26T09:22:38.211Z] ---> Running in 1ab6c973717b [2022-04-26T09:22:38.487Z] Removing intermediate container 1ab6c973717b [2022-04-26T09:22:38.487Z] ---> 961ccdd8ef4b [2022-04-26T09:22:38.487Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-26T09:22:38.487Z] Successfully built 961ccdd8ef4b [2022-04-26T09:22:38.487Z] 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-04-26T09:22:39.204Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-26T09:22:39.204Z] [2022-04-26T09:22:39.204Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:22:39.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-26T09:22:39.843Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-26T09:22:39.843Z] 8998bd30e6a1: Pulling fs layer [2022-04-26T09:22:39.843Z] 04944245beec: Pulling fs layer [2022-04-26T09:22:39.843Z] 699f458cf7ca: Pulling fs layer [2022-04-26T09:22:39.843Z] 765212b225bb: Pulling fs layer [2022-04-26T09:22:39.843Z] f23df028b6ca: Pulling fs layer [2022-04-26T09:22:39.843Z] d65c8cfc05b1: Pulling fs layer [2022-04-26T09:22:39.843Z] 2437ff75d9bd: Pulling fs layer [2022-04-26T09:22:39.843Z] 765212b225bb: Waiting [2022-04-26T09:22:39.843Z] f23df028b6ca: Waiting [2022-04-26T09:22:39.843Z] d65c8cfc05b1: Waiting [2022-04-26T09:22:39.843Z] 2437ff75d9bd: Waiting [2022-04-26T09:22:39.843Z] 04944245beec: Verifying Checksum [2022-04-26T09:22:39.843Z] 04944245beec: Download complete [2022-04-26T09:22:39.843Z] 765212b225bb: Verifying Checksum [2022-04-26T09:22:39.843Z] 765212b225bb: Download complete [2022-04-26T09:22:39.843Z] f23df028b6ca: Verifying Checksum [2022-04-26T09:22:39.843Z] f23df028b6ca: Download complete [2022-04-26T09:22:39.843Z] d65c8cfc05b1: Verifying Checksum [2022-04-26T09:22:39.843Z] d65c8cfc05b1: Download complete [2022-04-26T09:22:40.126Z] 699f458cf7ca: Verifying Checksum [2022-04-26T09:22:40.126Z] 699f458cf7ca: Download complete [2022-04-26T09:22:40.401Z] 8998bd30e6a1: Verifying Checksum [2022-04-26T09:22:40.401Z] 8998bd30e6a1: Download complete [2022-04-26T09:22:43.035Z] 2437ff75d9bd: Verifying Checksum [2022-04-26T09:22:43.035Z] 2437ff75d9bd: Download complete [2022-04-26T09:22:45.254Z] 8998bd30e6a1: Pull complete [2022-04-26T09:22:45.868Z] 04944245beec: Pull complete [2022-04-26T09:22:47.310Z] 699f458cf7ca: Pull complete [2022-04-26T09:22:47.586Z] 765212b225bb: Pull complete [2022-04-26T09:22:48.764Z] f23df028b6ca: Pull complete [2022-04-26T09:22:48.764Z] d65c8cfc05b1: Pull complete [2022-04-26T09:23:04.445Z] 2437ff75d9bd: Pull complete [2022-04-26T09:23:04.445Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-26T09:23:04.445Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-26T09:23:04.445Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-26T09:23:04.682Z] prd-ubuntu20.04-docker-arm64-4c-16g-23593 does not seem to be running inside a container [2022-04-26T09:23:04.778Z] $ 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/2 -v /w/workspace/edgex-ui-go/2:/w/workspace/edgex-ui-go/2:rw,z -v /w/workspace/edgex-ui-go/2@tmp:/w/workspace/edgex-ui-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-26T09:23:07.224Z] $ docker top 8b3777b4f19d9b46e4d444010b702fd6e10f633123642a27523c8faf84338bce -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:08.137Z] ---> job-cost.sh [2022-04-26T09:23:08.137Z] lf-activate-venv: SKIPPING [2022-04-26T09:23:08.137Z] INFO: No Stack... [2022-04-26T09:23:08.409Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-26T09:23:09.388Z] INFO: Archiving Costs [Pipeline] sh [2022-04-26T09:23:10.059Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2022-04-26T09:23:10.059Z] + cut -d, -f6 [Pipeline] lock [2022-04-26T09:23:10.094Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [2022-04-26T09:23:10.100Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] did not exist. Created. [2022-04-26T09:23:10.100Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-26T09:23:10.783Z] /w/workspace/edgex-ui-go/2@tmp/durable-d465d97e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-26T09:23:11.469Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-26T09:23:11.490Z] Warning: overwriting stash ‘stack-cost’ [2022-04-26T09:23:11.659Z] Stashed 1 file(s) [Pipeline] } [2022-04-26T09:23:11.666Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-517-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-26T09:23:11.693Z] $ docker stop --time=1 8b3777b4f19d9b46e4d444010b702fd6e10f633123642a27523c8faf84338bce [2022-04-26T09:23:13.207Z] $ docker rm -f 8b3777b4f19d9b46e4d444010b702fd6e10f633123642a27523c8faf84338bce [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-04-26T09:23:13.639Z] provisioning config files... [2022-04-26T09:23:13.648Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config4697954123183554771tmp [Pipeline] { [Pipeline] sh [2022-04-26T09:23:13.953Z] + set +x [2022-04-26T09:23:13.953Z] + curl -s https://codecov.io/bash [2022-04-26T09:23:13.953Z] + bash -s -- [2022-04-26T09:23:13.953Z] [2022-04-26T09:23:13.953Z] _____ _ [2022-04-26T09:23:13.953Z] / ____| | | [2022-04-26T09:23:13.953Z] | | ___ __| | ___ ___ _____ __ [2022-04-26T09:23:13.953Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-26T09:23:13.953Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-26T09:23:13.953Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-26T09:23:13.953Z] Bash-1.0.6 [2022-04-26T09:23:13.953Z] [2022-04-26T09:23:13.953Z] [2022-04-26T09:23:13.953Z] ==> git version 2.25.1 found [2022-04-26T09:23:13.953Z] ==> 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-04-26T09:23:13.953Z] Release-Date: 2020-01-08 [2022-04-26T09:23:13.953Z] 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-04-26T09:23:13.953Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-26T09:23:13.953Z] ==> Jenkins CI detected. [2022-04-26T09:23:13.953Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-517 [2022-04-26T09:23:13.953Z] project root: . [2022-04-26T09:23:13.953Z] --> token set from env [2022-04-26T09:23:13.953Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-26T09:23:13.953Z] ==> Running gcov in . (disable via -X gcov) [2022-04-26T09:23:13.953Z] ==> Python coveragepy not found [2022-04-26T09:23:13.953Z] ==> Searching for coverage reports in: [2022-04-26T09:23:13.953Z] + . [2022-04-26T09:23:13.953Z] -> Found 1 reports [2022-04-26T09:23:13.953Z] ==> Detecting git/mercurial file structure [2022-04-26T09:23:13.953Z] ==> Reading reports [2022-04-26T09:23:13.953Z] + ./coverage.out bytes=10 [2022-04-26T09:23:13.953Z] ==> Appending adjustments [2022-04-26T09:23:13.953Z] https://docs.codecov.io/docs/fixing-reports [2022-04-26T09:23:14.213Z] + Found adjustments [2022-04-26T09:23:14.213Z] ==> Gzipping contents [2022-04-26T09:23:14.213Z] 4.0K /tmp/codecov.wGULqE.gz [2022-04-26T09:23:14.213Z] ==> Uploading reports [2022-04-26T09:23:14.213Z] url: https://codecov.io [2022-04-26T09:23:14.213Z] query: branch=PR-517&commit=ccad3fd6222edab32041a8adcdba68746abd3cf8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-517%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=517&job=&cmd_args= [2022-04-26T09:23:14.213Z] -> Pinging Codecov [2022-04-26T09:23:14.213Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-517&commit=ccad3fd6222edab32041a8adcdba68746abd3cf8&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-517%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=517&job=&cmd_args= [2022-04-26T09:23:14.471Z] -> Uploading to [2022-04-26T09:23:14.471Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-26/FB506323287CE973F263BFD2A0EB1F37/ccad3fd6222edab32041a8adcdba68746abd3cf8/4d9c1dff-608d-408b-bdc5-4775d85e431e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220426%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220426T092314Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=07a2991c8d1f443e12d610b5a78c2894656f0bde0d8ac51ef09eda003960c504 [2022-04-26T09:23:14.471Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-26T09:23:14.471Z] Dload Upload Total Spent Left Speed [2022-04-26T09:23:14.733Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4059 0 0 100 4059 0 19995 --:--:-- --:--:-- --:--:-- 19995 100 4059 0 0 100 4059 0 18450 --:--:-- --:--:-- --:--:-- 18366 [2022-04-26T09:23:14.733Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/ccad3fd6222edab32041a8adcdba68746abd3cf8 [Pipeline] } [2022-04-26T09:23:14.741Z] 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-04-26T09:23:15.387Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives ] [2022-04-26T09:23:15.387Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives [2022-04-26T09:23:15.387Z] total 16 [2022-04-26T09:23:15.387Z] drwxr-xr-x 3 root root 4096 Apr 26 09:16 . [2022-04-26T09:23:15.387Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 26 09:16 .. [2022-04-26T09:23:15.387Z] drwxr-xr-x 2 root root 4096 Apr 26 09:16 cost [2022-04-26T09:23:15.387Z] -rw-r--r-- 1 root root 82 Apr 26 09:16 cost.csv [2022-04-26T09:23:15.387Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives [2022-04-26T09:23:15.387Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives [2022-04-26T09:23:15.387Z] total 16 [2022-04-26T09:23:15.387Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 26 09:16 . [2022-04-26T09:23:15.387Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 26 09:16 .. [2022-04-26T09:23:15.387Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 26 09:16 cost [2022-04-26T09:23:15.387Z] -rw-r--r-- 1 jenkins jenkins 82 Apr 26 09:16 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:15.685Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:16.553Z] ---> package-listing.sh [2022-04-26T09:23:16.554Z] ++ facter osfamily [2022-04-26T09:23:16.554Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-26T09:23:16.814Z] + OS_FAMILY=debian [2022-04-26T09:23:16.814Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-517 [2022-04-26T09:23:16.814Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-26T09:23:16.814Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-26T09:23:16.814Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-26T09:23:16.814Z] + PACKAGES=/tmp/packages_start.txt [2022-04-26T09:23:16.814Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-517 ']' [2022-04-26T09:23:16.814Z] + PACKAGES=/tmp/packages_end.txt [2022-04-26T09:23:16.814Z] + case "${OS_FAMILY}" in [2022-04-26T09:23:16.814Z] + dpkg -l [2022-04-26T09:23:16.814Z] + grep '^ii' [2022-04-26T09:23:16.814Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-26T09:23:16.814Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-26T09:23:16.814Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-26T09:23:16.814Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-517 ']' [2022-04-26T09:23:16.814Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives/ [2022-04-26T09:23:16.814Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-517/archives/ [Pipeline] echo [2022-04-26T09:23:16.825Z] 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-517/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-26T09:23:17.105Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-26T09:23:17.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-26T09:23:17.666Z] . [Pipeline] withDockerContainer [2022-04-26T09:23:17.738Z] prd-ubuntu20.04-docker-8c-8g-23591 does not seem to be running inside a container [2022-04-26T09:23:17.783Z] $ 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-517/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-517 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517:/w/workspace/edgexfoundry_edgex-ui-go_PR-517:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-26T09:23:18.057Z] $ docker top 961e75fe4e17d5c35faa01a53b29d68aca0a3be7c5e4427459560c1351aa2487 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-26T09:23:18.419Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-26T09:23:18.718Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-26T09:23:19.005Z] + ls /var/log/sa-host [2022-04-26T09:23:19.006Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-26T09:23:19.088Z] provisioning config files... [2022-04-26T09:23:19.098Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-517@tmp/config2384130631140157076tmp [Pipeline] { [Pipeline] echo [2022-04-26T09:23:19.113Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:19.402Z] ---> create-netrc.sh [Pipeline] } [2022-04-26T09:23:19.410Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:19.755Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-26T09:23:19.767Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:20.057Z] ---> sudo-logs.sh [2022-04-26T09:23:20.057Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-26T09:23:20.083Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:20.376Z] ---> job-cost.sh [2022-04-26T09:23:20.376Z] lf-activate-venv: SKIPPING [2022-04-26T09:23:20.376Z] DEBUG: total: 0.2199999988079071 [2022-04-26T09:23:20.376Z] INFO: Retrieving Stack Cost... [2022-04-26T09:23:20.949Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-26T09:23:21.210Z] INFO: Archiving Costs [Pipeline] echo [2022-04-26T09:23:21.223Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-26T09:23:21.514Z] ---> logs-deploy.sh [2022-04-26T09:23:21.514Z] lf-activate-venv: SKIPPING [2022-04-26T09:23:21.514Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-517/2 [2022-04-26T09:23:21.514Z] INFO: archiving workspace using pattern(s): [2022-04-26T09:23:22.458Z] Archives upload complete. [2022-04-26T09:23:22.721Z] INFO: archiving logs to Nexus