Branch indexing Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d+a6a695fe0832c83638180736bbe712fc51e8f859 (fc6fc8159ba1a251fd8925770cd7b7b158f89480) 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-ssh14733180659768399538.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-ssh10499087158206570976.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-508/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-508/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh10061420776804952294.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-ssh16071153412257264775.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-508/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-508/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh809295874797061238.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 on ‘prd-ubuntu20.04-docker-8c-8g-10474’ Running on prd-ubuntu20.04-docker-8c-8g-10478 in /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_PR-508 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/main commit a6a695fe0832c83638180736bbe712fc51e8f859 into PR head commit 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d Merge succeeded, producing 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff Checking out Revision 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff (PR-508) > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/508/head:refs/remotes/origin/PR-508 +refs/heads/main:refs/remotes/origin/main # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff # timeout=10 Commit message: "Merge commit 'a6a695fe0832c83638180736bbe712fc51e8f859' into HEAD" > git rev-list --no-walk 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-01T18:08:24.672Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-01T18:08:24.735Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-01T18:08:24.747Z] ========================================================= [2022-04-01T18:08:24.748Z] EdgeX Global Pipelines Version Info [2022-04-01T18:08:24.748Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:08:25.499Z] ------------------- [2022-04-01T18:08:25.499Z] stable info: [2022-04-01T18:08:25.499Z] ------------------- [2022-04-01T18:08:25.499Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-01T18:08:25.499Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-01T18:08:25.499Z] Message: update stable to v1.0.221 [2022-04-01T18:08:26.072Z] ------------------- [2022-04-01T18:08:26.072Z] experimental info: [2022-04-01T18:08:26.072Z] ------------------- [2022-04-01T18:08:26.072Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-01T18:08:26.072Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-01T18:08:26.072Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-01T18:08:26.218Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-04-01T18:08:26.232Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-04-01T18:08:26.246Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-01T18:08:26.258Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-01T18:08:26.268Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-01T18:08:26.283Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-01T18:08:26.297Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-01T18:08:26.311Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-01T18:08:26.325Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-01T18:08:26.338Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-01T18:08:26.355Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-01T18:08:26.369Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-04-01T18:08:26.380Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-01T18:08:26.395Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-01T18:08:26.408Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-01T18:08:26.420Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-01T18:08:26.432Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-01T18:08:26.444Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-01T18:08:26.457Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-01T18:08:26.468Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-01T18:08:26.482Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-01T18:08:26.494Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-01T18:08:26.506Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-01T18:08:26.518Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-01T18:08:26.528Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-01T18:08:26.540Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-01T18:08:26.552Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-508 [Pipeline] echo [2022-04-01T18:08:26.564Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-508 [Pipeline] echo [2022-04-01T18:08:26.576Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-508 [Pipeline] echo [2022-04-01T18:08:26.589Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [Pipeline] echo [2022-04-01T18:08:26.604Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 3c6b22c [Pipeline] echo [2022-04-01T18:08:26.623Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T18:08:26.666Z] provisioning config files... [2022-04-01T18:08:26.682Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config889757745360967154tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:08:26.990Z] ---> docker-login.sh [2022-04-01T18:08:26.990Z] nexus3.edgexfoundry.org:10001 [2022-04-01T18:08:27.251Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:27.251Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:27.251Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:27.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:27.252Z] [2022-04-01T18:08:27.252Z] Login Succeeded [2022-04-01T18:08:27.252Z] nexus3.edgexfoundry.org:10002 [2022-04-01T18:08:27.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:27.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:27.511Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:27.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:27.511Z] [2022-04-01T18:08:27.511Z] Login Succeeded [2022-04-01T18:08:27.511Z] nexus3.edgexfoundry.org:10003 [2022-04-01T18:08:27.511Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:27.511Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:27.511Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:27.511Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:27.511Z] [2022-04-01T18:08:27.511Z] Login Succeeded [2022-04-01T18:08:27.511Z] nexus3.edgexfoundry.org:10004 [2022-04-01T18:08:27.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:27.773Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:27.773Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:27.773Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:27.773Z] [2022-04-01T18:08:27.773Z] Login Succeeded [2022-04-01T18:08:27.773Z] docker.io [2022-04-01T18:08:27.773Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:28.347Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:28.347Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:28.347Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:28.347Z] [2022-04-01T18:08:28.347Z] Login Succeeded [2022-04-01T18:08:28.347Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T18:08:28.355Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-01T18:08:28.741Z] + git rev-list -1 --merges 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff~1..3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [Pipeline] echo [2022-04-01T18:08:28.894Z] -----------> git rev-list -1 --merges 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff~1..3c6b22c5e29c0996daf93d516caf35f30e5bd6ff 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [2022-04-01T18:08:28.894Z] 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [false] [Pipeline] sh [2022-04-01T18:08:29.186Z] + git log --format=format:%s -1 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [Pipeline] echo [2022-04-01T18:08:29.204Z] ========================================================= [2022-04-01T18:08:29.204Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-01T18:08:29.204Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T18:08:29.541Z] + git log --format=format:%s -1 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [Pipeline] echo [2022-04-01T18:08:29.554Z] [semverPrep] GIT_COMMIT: 3c6b22c5e29c0996daf93d516caf35f30e5bd6ff, Commit Message: Merge commit 'a6a695fe0832c83638180736bbe712fc51e8f859' into HEAD [Pipeline] echo [2022-04-01T18:08:29.567Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-01T18:08:29.943Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-01T18:08:29.943Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-01T18:08:29.943Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-01T18:08:29.943Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-01T18:08:29.943Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-01T18:08:29.943Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-01T18:08:29.943Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:08:30.362Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T18:08:30.362Z] [2022-04-01T18:08:30.362Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:08:30.663Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T18:08:30.663Z] latest: Pulling from edgex-devops/git-semver [2022-04-01T18:08:30.663Z] a0d0a0d46f8b: Pulling fs layer [2022-04-01T18:08:30.663Z] 3e5f54012d9b: Pulling fs layer [2022-04-01T18:08:30.663Z] 4c7163046ea9: Pulling fs layer [2022-04-01T18:08:30.663Z] 0c2d73faf560: Pulling fs layer [2022-04-01T18:08:30.663Z] 0c2d73faf560: Waiting [2022-04-01T18:08:30.663Z] 3e5f54012d9b: Verifying Checksum [2022-04-01T18:08:30.663Z] 3e5f54012d9b: Download complete [2022-04-01T18:08:30.663Z] a0d0a0d46f8b: Download complete [2022-04-01T18:08:30.663Z] 0c2d73faf560: Verifying Checksum [2022-04-01T18:08:30.663Z] 0c2d73faf560: Download complete [2022-04-01T18:08:30.663Z] 4c7163046ea9: Verifying Checksum [2022-04-01T18:08:30.663Z] 4c7163046ea9: Download complete [2022-04-01T18:08:30.924Z] a0d0a0d46f8b: Pull complete [2022-04-01T18:08:30.924Z] 3e5f54012d9b: Pull complete [2022-04-01T18:08:31.499Z] 4c7163046ea9: Pull complete [2022-04-01T18:08:31.499Z] 0c2d73faf560: Pull complete [2022-04-01T18:08:31.499Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-01T18:08:31.499Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T18:08:31.499Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-01T18:08:31.581Z] prd-ubuntu20.04-docker-8c-8g-10478 does not seem to be running inside a container [2022-04-01T18:08:31.626Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-01T18:08:32.531Z] $ docker top bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-01T18:08:32.635Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T18:08:32.635Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T18:08:32.785Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T18:08:32.792Z] $ docker exec bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd ssh-agent [2022-04-01T18:08:32.908Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXfbhicH/agent.13 [2022-04-01T18:08:32.908Z] SSH_AGENT_PID=19 [2022-04-01T18:08:32.916Z] Running ssh-add (command line suppressed) [2022-04-01T18:08:33.047Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_1214471259390593353.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_1214471259390593353.key) [2022-04-01T18:08:33.064Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T18:08:33.360Z] + git tag --points-at HEAD [Pipeline] } [2022-04-01T18:08:33.384Z] $ docker exec --env ******** --env ******** bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd ssh-agent -k [2022-04-01T18:08:33.485Z] unset SSH_AUTH_SOCK; [2022-04-01T18:08:33.486Z] unset SSH_AGENT_PID; [2022-04-01T18:08:33.486Z] echo Agent pid 19 killed; [2022-04-01T18:08:33.495Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-01T18:08:33.522Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T18:08:33.522Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T18:08:33.655Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T18:08:33.660Z] $ docker exec bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd ssh-agent [2022-04-01T18:08:33.796Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeiOpFa/agent.55 [2022-04-01T18:08:33.796Z] SSH_AGENT_PID=61 [2022-04-01T18:08:33.803Z] Running ssh-add (command line suppressed) [2022-04-01T18:08:33.914Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_2946631802314545472.key (/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/private_key_2946631802314545472.key) [2022-04-01T18:08:33.929Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T18:08:34.223Z] + git semver init [2022-04-01T18:08:34.223Z] # -> Open(): unable to determine branch for HEAD [2022-04-01T18:08:34.223Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-508/.git [2022-04-01T18:08:34.223Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [2022-04-01T18:08:34.223Z] # $SEMVER_REMOTE_NAME = origin [2022-04-01T18:08:34.223Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-01T18:08:34.223Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-01T18:08:34.223Z] # $SEMVER_BRANCH = PR-508 [2022-04-01T18:08:34.223Z] # $SEMVER_TEMP = /tmp/semver-288235753 [2022-04-01T18:08:34.223Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-04-01T18:08:36.773Z] # '/tmp/semver-288235753' -> '/w/workspace/edgexfoundry_edgex-ui-go_PR-508/.semver' [2022-04-01T18:08:36.773Z] # -> Force: false [2022-04-01T18:08:36.773Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_PR-508/.semver [Pipeline] } [2022-04-01T18:08:36.785Z] $ docker exec --env ******** --env ******** bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd ssh-agent -k [2022-04-01T18:08:36.895Z] unset SSH_AUTH_SOCK; [2022-04-01T18:08:36.895Z] unset SSH_AGENT_PID; [2022-04-01T18:08:36.895Z] echo Agent pid 61 killed; [2022-04-01T18:08:36.903Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T18:08:37.212Z] + git semver [Pipeline] } [2022-04-01T18:08:37.230Z] $ docker stop --time=1 bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd [2022-04-01T18:08:38.662Z] $ docker rm -f bb1c7c81b331aec7b03bc61407d02edc19344ca0075de6ebbeb8ab9afab5a7fd [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T18:08:39.028Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-01T18:08:39.295Z] Stashed 1 file(s) [Pipeline] echo [2022-04-01T18:08:39.299Z] [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-01T18:08:39.420Z] provisioning config files... [2022-04-01T18:08:39.431Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config6820920866560803550tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:08:39.733Z] ---> docker-login.sh [2022-04-01T18:08:39.734Z] nexus3.edgexfoundry.org:10001 [2022-04-01T18:08:39.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:39.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:39.734Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:39.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:39.734Z] [2022-04-01T18:08:39.734Z] Login Succeeded [2022-04-01T18:08:39.734Z] nexus3.edgexfoundry.org:10002 [2022-04-01T18:08:39.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:39.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:39.996Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:39.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:39.996Z] [2022-04-01T18:08:39.996Z] Login Succeeded [2022-04-01T18:08:39.996Z] nexus3.edgexfoundry.org:10003 [2022-04-01T18:08:39.996Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:39.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:39.996Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:39.996Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:39.996Z] [2022-04-01T18:08:39.996Z] Login Succeeded [2022-04-01T18:08:39.996Z] nexus3.edgexfoundry.org:10004 [2022-04-01T18:08:40.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:40.255Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:40.255Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:40.255Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:40.255Z] [2022-04-01T18:08:40.255Z] Login Succeeded [2022-04-01T18:08:40.255Z] docker.io [2022-04-01T18:08:40.255Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:08:40.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:08:40.515Z] Configure a credential helper to remove this warning. See [2022-04-01T18:08:40.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:08:40.515Z] [2022-04-01T18:08:40.515Z] Login Succeeded [2022-04-01T18:08:40.515Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T18:08:40.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-01T18:08:40.585Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T18:08:40.597Z] ========================================================= [2022-04-01T18:08:40.597Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-01T18:08:40.597Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:08:40.902Z] + 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-01T18:08:41.161Z] Sending build context to Docker daemon 43.18MB [2022-04-01T18:08:41.162Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T18:08:41.162Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-01T18:08:41.162Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-01T18:08:41.162Z] 59bf1c3509f3: Pulling fs layer [2022-04-01T18:08:41.162Z] 666ba61612fd: Pulling fs layer [2022-04-01T18:08:41.162Z] 8ed8ca486205: Pulling fs layer [2022-04-01T18:08:41.162Z] 4fe6c5a15a65: Pulling fs layer [2022-04-01T18:08:41.162Z] 22a0e8bec74d: Pulling fs layer [2022-04-01T18:08:41.162Z] 640e595b4fbd: Pulling fs layer [2022-04-01T18:08:41.162Z] 763cafe07f6e: Pulling fs layer [2022-04-01T18:08:41.162Z] 0c0b528cf693: Pulling fs layer [2022-04-01T18:08:41.162Z] 10935f4eaf8b: Pulling fs layer [2022-04-01T18:08:41.162Z] 4fe6c5a15a65: Waiting [2022-04-01T18:08:41.162Z] 22a0e8bec74d: Waiting [2022-04-01T18:08:41.162Z] 763cafe07f6e: Waiting [2022-04-01T18:08:41.162Z] 640e595b4fbd: Waiting [2022-04-01T18:08:41.162Z] 0c0b528cf693: Waiting [2022-04-01T18:08:41.162Z] 10935f4eaf8b: Waiting [2022-04-01T18:08:41.162Z] 8ed8ca486205: Verifying Checksum [2022-04-01T18:08:41.162Z] 8ed8ca486205: Download complete [2022-04-01T18:08:41.162Z] 666ba61612fd: Download complete [2022-04-01T18:08:41.162Z] 22a0e8bec74d: Verifying Checksum [2022-04-01T18:08:41.162Z] 22a0e8bec74d: Download complete [2022-04-01T18:08:41.162Z] 640e595b4fbd: Verifying Checksum [2022-04-01T18:08:41.162Z] 640e595b4fbd: Download complete [2022-04-01T18:08:41.162Z] 59bf1c3509f3: Verifying Checksum [2022-04-01T18:08:41.162Z] 59bf1c3509f3: Download complete [2022-04-01T18:08:41.162Z] 763cafe07f6e: Verifying Checksum [2022-04-01T18:08:41.162Z] 763cafe07f6e: Download complete [2022-04-01T18:08:41.422Z] 0c0b528cf693: Verifying Checksum [2022-04-01T18:08:41.422Z] 0c0b528cf693: Download complete [2022-04-01T18:08:41.422Z] 59bf1c3509f3: Pull complete [2022-04-01T18:08:41.681Z] 666ba61612fd: Pull complete [2022-04-01T18:08:41.681Z] 8ed8ca486205: Pull complete [2022-04-01T18:08:41.939Z] 10935f4eaf8b: Download complete [2022-04-01T18:08:41.939Z] 4fe6c5a15a65: Verifying Checksum [2022-04-01T18:08:41.940Z] 4fe6c5a15a65: Download complete [2022-04-01T18:08:46.145Z] 4fe6c5a15a65: Pull complete [2022-04-01T18:08:46.145Z] 22a0e8bec74d: Pull complete [2022-04-01T18:08:46.145Z] 640e595b4fbd: Pull complete [2022-04-01T18:08:46.145Z] 763cafe07f6e: Pull complete [2022-04-01T18:08:46.145Z] 0c0b528cf693: Pull complete [2022-04-01T18:08:48.051Z] 10935f4eaf8b: Pull complete [2022-04-01T18:08:48.051Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-01T18:08:48.051Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-01T18:08:48.051Z] ---> 99d49a6021b9 [2022-04-01T18:08:48.051Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T18:08:49.439Z] ---> Running in 997a388dc129 [2022-04-01T18:08:49.439Z] Removing intermediate container 997a388dc129 [2022-04-01T18:08:49.439Z] ---> 87de96a1a58b [2022-04-01T18:08:49.439Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T18:08:49.439Z] ---> Running in 65d6bab7b1f7 [2022-04-01T18:08:49.699Z] Removing intermediate container 65d6bab7b1f7 [2022-04-01T18:08:49.699Z] ---> 66016aba89b5 [2022-04-01T18:08:49.699Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T18:08:49.699Z] ---> Running in 949cb6ad4941 [2022-04-01T18:08:49.699Z] Removing intermediate container 949cb6ad4941 [2022-04-01T18:08:49.699Z] ---> 98a59537ef3c [2022-04-01T18:08:49.699Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-01T18:08:49.699Z] ---> Running in 8be770feaa0a [2022-04-01T18:08:49.960Z] Removing intermediate container 8be770feaa0a [2022-04-01T18:08:49.960Z] ---> ed4591d60fef [2022-04-01T18:08:49.960Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T18:08:49.960Z] ---> Running in 9228b4465e50 [2022-04-01T18:08:49.960Z] Removing intermediate container 9228b4465e50 [2022-04-01T18:08:49.960Z] ---> a2e6f3f27d77 [2022-04-01T18:08:49.960Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T18:08:49.960Z] ---> Running in ec64e5bc34fc [2022-04-01T18:08:50.534Z] Removing intermediate container ec64e5bc34fc [2022-04-01T18:08:50.534Z] ---> 9fc67e2338c9 [2022-04-01T18:08:50.534Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T18:08:50.795Z] ---> Running in 70553cfe1a00 [2022-04-01T18:08:51.055Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T18:08:51.999Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T18:08:51.999Z] OK: 221 MiB in 52 packages [2022-04-01T18:08:52.572Z] Removing intermediate container 70553cfe1a00 [2022-04-01T18:08:52.572Z] ---> 3e16a1d418e2 [2022-04-01T18:08:52.572Z] Step 10/15 : ENV GO111MODULE=on [2022-04-01T18:08:52.572Z] ---> Running in 32d0cad23e51 [2022-04-01T18:08:52.572Z] Removing intermediate container 32d0cad23e51 [2022-04-01T18:08:52.572Z] ---> 77b8cc6f2a82 [2022-04-01T18:08:52.572Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T18:08:52.572Z] ---> Running in c0a941c69e4f [2022-04-01T18:08:52.836Z] Removing intermediate container c0a941c69e4f [2022-04-01T18:08:52.836Z] ---> d15912266d2b [2022-04-01T18:08:52.836Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-01T18:08:52.836Z] ---> 6fc53719ac92 [2022-04-01T18:08:52.836Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T18:08:52.836Z] ---> Running in 23edf93e43e6 [2022-04-01T18:08:54.390Z] Still waiting to schedule task [2022-04-01T18:08:54.390Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-10475’ is offline [2022-04-01T18:09:19.412Z] Removing intermediate container 23edf93e43e6 [2022-04-01T18:09:19.412Z] ---> 038e3d66881f [2022-04-01T18:09:19.412Z] Step 14/15 : COPY . . [2022-04-01T18:09:19.412Z] ---> 8013d0b932a4 [2022-04-01T18:09:19.412Z] Step 15/15 : RUN ${MAKE} [2022-04-01T18:09:19.412Z] ---> Running in bfc053af6654 [2022-04-01T18:09:19.412Z] noop [2022-04-01T18:09:19.412Z] Removing intermediate container bfc053af6654 [2022-04-01T18:09:19.412Z] ---> 1a500d912475 [2022-04-01T18:09:19.412Z] Successfully built 1a500d912475 [2022-04-01T18:09:19.412Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:09:19.713Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-01T18:09:19.713Z] . [Pipeline] withDockerContainer [2022-04-01T18:09:19.785Z] prd-ubuntu20.04-docker-8c-8g-10478 does not seem to be running inside a container [2022-04-01T18:09:19.818Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-01T18:09:20.257Z] $ docker top 137396daaca9006d4c1b4e2c4938a5aca471d81358354865143c4e4368ba80f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T18:09:20.615Z] + go version [2022-04-01T18:09:20.615Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-01T18:09:20.630Z] $ docker stop --time=1 137396daaca9006d4c1b4e2c4938a5aca471d81358354865143c4e4368ba80f4 [2022-04-01T18:09:22.004Z] $ docker rm -f 137396daaca9006d4c1b4e2c4938a5aca471d81358354865143c4e4368ba80f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:09:22.422Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-01T18:09:22.422Z] . [Pipeline] withDockerContainer [2022-04-01T18:09:22.490Z] prd-ubuntu20.04-docker-8c-8g-10478 does not seem to be running inside a container [2022-04-01T18:09:22.524Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-04-01T18:09:22.922Z] $ docker top 7fbe799a291a3dab8358e1045e3dec17c05b1b7cbf1761f136a0d3f25e71b5a7 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-01T18:09:23.290Z] + make test [2022-04-01T18:09:23.290Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-01T18:09:23.550Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-01T18:09:28.850Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-01T18:09:28.851Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-01T18:09:28.851Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-01T18:09:28.851Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-01T18:09:28.851Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-01T18:09:31.460Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-01T18:09:31.460Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-01T18:09:31.474Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-01T18:09:31.490Z] $ docker stop --time=1 7fbe799a291a3dab8358e1045e3dec17c05b1b7cbf1761f136a0d3f25e71b5a7 [2022-04-01T18:09:33.059Z] $ docker rm -f 7fbe799a291a3dab8358e1045e3dec17c05b1b7cbf1761f136a0d3f25e71b5a7 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T18:09:33.444Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-01T18:09:33.512Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-01T18:09:34.081Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-01T18:09:34.370Z] + ls -al . [2022-04-01T18:09:34.370Z] total 160 [2022-04-01T18:09:34.370Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 1 18:09 . [2022-04-01T18:09:34.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:08 .. [2022-04-01T18:09:34.370Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 18:08 .git [2022-04-01T18:09:34.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 18:08 .github [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 18:08 .gitignore [2022-04-01T18:09:34.370Z] drwx------ 3 jenkins jenkins 4096 Apr 1 18:08 .semver [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 18:08 CONTRIBUTING.md [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 1 18:08 Dockerfile [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 18:08 Jenkinsfile [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 18:08 LICENSE [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 1 18:08 Makefile [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 1 18:08 README.md [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 1 18:08 VERSION [2022-04-01T18:09:34.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 18:08 assets [2022-04-01T18:09:34.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 18:08 bin [2022-04-01T18:09:34.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 18:08 cmd [2022-04-01T18:09:34.370Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 1 18:09 coverage.out [2022-04-01T18:09:34.370Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 18:08 docs [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 1 18:08 go.mod [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 1 18:08 go.sum [2022-04-01T18:09:34.370Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 1 18:08 internal [2022-04-01T18:09:34.370Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 18:08 pkg [2022-04-01T18:09:34.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:08 snap [2022-04-01T18:09:34.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:08 testing [2022-04-01T18:09:34.370Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 18:08 version.go [2022-04-01T18:09:34.370Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:08 web [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:09:34.669Z] + 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=3c6b22c5e29c0996daf93d516caf35f30e5bd6ff --label arch=amd64 --label version=0.0.0 . [2022-04-01T18:09:34.930Z] Sending build context to Docker daemon 43.18MB [2022-04-01T18:09:34.930Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T18:09:34.930Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-01T18:09:34.930Z] ---> 1a500d912475 [2022-04-01T18:09:34.930Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T18:09:35.192Z] ---> Running in c51052fb1814 [2022-04-01T18:09:35.192Z] Removing intermediate container c51052fb1814 [2022-04-01T18:09:35.192Z] ---> 672065b09d75 [2022-04-01T18:09:35.192Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T18:09:35.192Z] ---> Running in 8d72f51c494c [2022-04-01T18:09:35.192Z] Removing intermediate container 8d72f51c494c [2022-04-01T18:09:35.192Z] ---> fc259fc349c4 [2022-04-01T18:09:35.192Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T18:09:35.452Z] ---> Running in 57685752c5ec [2022-04-01T18:09:35.713Z] Removing intermediate container 57685752c5ec [2022-04-01T18:09:35.713Z] ---> 6a25608574fc [2022-04-01T18:09:35.713Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-01T18:09:35.713Z] ---> Running in 29d8be9b6847 [2022-04-01T18:09:35.713Z] Removing intermediate container 29d8be9b6847 [2022-04-01T18:09:35.713Z] ---> 862b4f858862 [2022-04-01T18:09:35.713Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T18:09:35.713Z] ---> Running in b3c7d8beec5d [2022-04-01T18:09:35.973Z] Removing intermediate container b3c7d8beec5d [2022-04-01T18:09:35.973Z] ---> 8170c6c87190 [2022-04-01T18:09:35.973Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T18:09:35.973Z] ---> Running in 0717369c70f1 [2022-04-01T18:09:36.546Z] Removing intermediate container 0717369c70f1 [2022-04-01T18:09:36.546Z] ---> 2b3efff97f18 [2022-04-01T18:09:36.546Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T18:09:36.805Z] ---> Running in ed4458c5d766 [2022-04-01T18:09:37.065Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T18:09:38.008Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T18:09:38.268Z] OK: 221 MiB in 52 packages [2022-04-01T18:09:38.527Z] Removing intermediate container ed4458c5d766 [2022-04-01T18:09:38.527Z] ---> e090e1aa1fa9 [2022-04-01T18:09:38.527Z] Step 10/23 : ENV GO111MODULE=on [2022-04-01T18:09:38.527Z] ---> Running in 4b0aa02badd5 [2022-04-01T18:09:38.527Z] Removing intermediate container 4b0aa02badd5 [2022-04-01T18:09:38.527Z] ---> bb7d1b50254c [2022-04-01T18:09:38.527Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T18:09:38.786Z] ---> Running in 2063c4d69b58 [2022-04-01T18:09:38.786Z] Removing intermediate container 2063c4d69b58 [2022-04-01T18:09:38.786Z] ---> a9eca1bdb2ce [2022-04-01T18:09:38.786Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-01T18:09:39.047Z] ---> 204d0f60ed73 [2022-04-01T18:09:39.047Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T18:09:39.047Z] ---> Running in 38d2c4fe4eed [2022-04-01T18:09:39.620Z] Removing intermediate container 38d2c4fe4eed [2022-04-01T18:09:39.620Z] ---> 3a6cb16b73e4 [2022-04-01T18:09:39.620Z] Step 14/23 : COPY . . [2022-04-01T18:09:41.006Z] ---> cc15809b0086 [2022-04-01T18:09:41.006Z] Step 15/23 : RUN ${MAKE} [2022-04-01T18:09:41.006Z] ---> Running in 7ed089539350 [2022-04-01T18:09:41.575Z] 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-01T18:09:46.869Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-01T18:09:48.252Z] Removing intermediate container 7ed089539350 [2022-04-01T18:09:48.252Z] ---> da588e31ef09 [2022-04-01T18:09:48.252Z] Step 16/23 : FROM alpine:3.14 [2022-04-01T18:09:48.822Z] 3.14: Pulling from library/alpine [2022-04-01T18:09:48.822Z] cfab2db72209: Pulling fs layer [2022-04-01T18:09:49.081Z] cfab2db72209: Verifying Checksum [2022-04-01T18:09:49.081Z] cfab2db72209: Download complete [2022-04-01T18:09:49.340Z] cfab2db72209: Pull complete [2022-04-01T18:09:49.340Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T18:09:49.340Z] Status: Downloaded newer image for alpine:3.14 [2022-04-01T18:09:49.340Z] ---> 84b07dd2d1fd [2022-04-01T18:09:49.340Z] Step 17/23 : EXPOSE 4000 [2022-04-01T18:09:49.340Z] ---> Running in 81f0e539312d [2022-04-01T18:09:49.600Z] Removing intermediate container 81f0e539312d [2022-04-01T18:09:49.600Z] ---> 14b8efa24c7e [2022-04-01T18:09:49.600Z] 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-01T18:09:50.177Z] ---> d0c4242c9570 [2022-04-01T18:09:50.177Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-01T18:09:50.177Z] ---> Running in 03546c5fd5e8 [2022-04-01T18:09:50.438Z] Removing intermediate container 03546c5fd5e8 [2022-04-01T18:09:50.438Z] ---> c1b7c3728875 [2022-04-01T18:09:50.438Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-01T18:09:50.438Z] ---> Running in cc0dbfc314a6 [2022-04-01T18:09:50.438Z] Removing intermediate container cc0dbfc314a6 [2022-04-01T18:09:50.438Z] ---> 17b45889b07a [2022-04-01T18:09:50.438Z] Step 21/23 : LABEL arch=amd64 [2022-04-01T18:09:50.698Z] ---> Running in 478de9d94997 [2022-04-01T18:09:50.698Z] Removing intermediate container 478de9d94997 [2022-04-01T18:09:50.698Z] ---> 5852875f067c [2022-04-01T18:09:50.698Z] Step 22/23 : LABEL git_sha=3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [2022-04-01T18:09:50.698Z] ---> Running in 91eb82050d17 [2022-04-01T18:09:50.698Z] Removing intermediate container 91eb82050d17 [2022-04-01T18:09:50.698Z] ---> 7755e6a89ff7 [2022-04-01T18:09:50.698Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T18:09:50.958Z] ---> Running in 927846a12921 [2022-04-01T18:09:50.958Z] Removing intermediate container 927846a12921 [2022-04-01T18:09:50.958Z] ---> a93dc29135ea [2022-04-01T18:09:50.958Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-01T18:09:50.958Z] Successfully built a93dc29135ea [2022-04-01T18:09:50.958Z] 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-01T18:09:51.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T18:09:51.343Z] [2022-04-01T18:09:51.343Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:09:51.656Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T18:09:51.656Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-01T18:09:51.656Z] 5eb5b503b376: Pulling fs layer [2022-04-01T18:09:51.656Z] 5c69ac0246d0: Pulling fs layer [2022-04-01T18:09:51.656Z] ec43610c2a17: Pulling fs layer [2022-04-01T18:09:51.656Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-01T18:09:51.656Z] 33b1e0a273af: Pulling fs layer [2022-04-01T18:09:51.656Z] 5d3b04190fa2: Pulling fs layer [2022-04-01T18:09:51.656Z] 2f39f015ded8: Pulling fs layer [2022-04-01T18:09:51.656Z] 3a2ae6a8a46f: Waiting [2022-04-01T18:09:51.656Z] 33b1e0a273af: Waiting [2022-04-01T18:09:51.656Z] 5d3b04190fa2: Waiting [2022-04-01T18:09:51.656Z] 2f39f015ded8: Waiting [2022-04-01T18:09:51.656Z] 5c69ac0246d0: Download complete [2022-04-01T18:09:51.656Z] 3a2ae6a8a46f: Download complete [2022-04-01T18:09:51.656Z] 33b1e0a273af: Verifying Checksum [2022-04-01T18:09:51.656Z] 33b1e0a273af: Download complete [2022-04-01T18:09:51.656Z] 5d3b04190fa2: Download complete [2022-04-01T18:09:51.656Z] ec43610c2a17: Verifying Checksum [2022-04-01T18:09:51.656Z] ec43610c2a17: Download complete [2022-04-01T18:09:51.916Z] 5eb5b503b376: Verifying Checksum [2022-04-01T18:09:51.916Z] 5eb5b503b376: Download complete [2022-04-01T18:09:52.484Z] 2f39f015ded8: Download complete [2022-04-01T18:09:53.052Z] 5eb5b503b376: Pull complete [2022-04-01T18:09:53.311Z] 5c69ac0246d0: Pull complete [2022-04-01T18:09:53.880Z] ec43610c2a17: Pull complete [2022-04-01T18:09:53.880Z] 3a2ae6a8a46f: Pull complete [2022-04-01T18:09:54.141Z] 33b1e0a273af: Pull complete [2022-04-01T18:09:54.141Z] 5d3b04190fa2: Pull complete [2022-04-01T18:09:58.343Z] 2f39f015ded8: Pull complete [2022-04-01T18:09:58.343Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-01T18:09:58.343Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T18:09:58.343Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-01T18:09:58.411Z] prd-ubuntu20.04-docker-8c-8g-10478 does not seem to be running inside a container [2022-04-01T18:09:58.448Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-01T18:10:00.758Z] $ docker top 6c07da78c0f10b27ee83a4997ac3660c79e61123af8bd3e7b3abf5d0795a8d9e -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:10:01.149Z] ---> job-cost.sh [2022-04-01T18:10:01.150Z] lf-activate-venv: SKIPPING [2022-04-01T18:10:01.150Z] INFO: No Stack... [2022-04-01T18:10:01.724Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-01T18:10:02.301Z] INFO: Archiving Costs [Pipeline] sh [2022-04-01T18:10:02.599Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives/cost.csv [2022-04-01T18:10:02.599Z] + cut -d, -f6 [Pipeline] lock [2022-04-01T18:10:02.619Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] [2022-04-01T18:10:02.625Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] did not exist. Created. [2022-04-01T18:10:02.625Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-01T18:10:02.936Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-01T18:10:02.978Z] Stashed 1 file(s) [Pipeline] } [2022-04-01T18:10:02.986Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-01T18:10:03.011Z] $ docker stop --time=1 6c07da78c0f10b27ee83a4997ac3660c79e61123af8bd3e7b3abf5d0795a8d9e [2022-04-01T18:10:04.192Z] $ docker rm -f 6c07da78c0f10b27ee83a4997ac3660c79e61123af8bd3e7b3abf5d0795a8d9e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-01T18:10:28.605Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10480 in /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [Pipeline] { [Pipeline] ws [2022-04-01T18:10:28.617Z] Running in /w/workspace/edgex-ui-go/2 [Pipeline] { [Pipeline] checkout [2022-04-01T18:10:29.137Z] The recommended git tool is: git [2022-04-01T18:10:36.879Z] using credential edgex-jenkins-ssh [2022-04-01T18:10:36.902Z] Cloning the remote Git repository [2022-04-01T18:10:36.969Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-01T18:10:37.059Z] > git init /w/workspace/edgex-ui-go/2 # timeout=10 [2022-04-01T18:10:37.215Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-01T18:10:37.216Z] > git --version # timeout=10 [2022-04-01T18:10:37.289Z] > git --version # 'git version 2.25.1' [2022-04-01T18:10:37.292Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T18:10:37.413Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T18:10:41.431Z] Merging remotes/origin/main commit a6a695fe0832c83638180736bbe712fc51e8f859 into PR head commit 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d [2022-04-01T18:10:40.781Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-04-01T18:10:40.801Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T18:10:40.828Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-04-01T18:10:40.865Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-01T18:10:40.865Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T18:10:40.882Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/pull/508/head:refs/remotes/origin/PR-508 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2022-04-01T18:10:41.453Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T18:10:41.475Z] > git checkout -f 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 [2022-04-01T18:10:42.519Z] Merge succeeded, producing f821a1c392757b4d967b0661a03a00bffbb378c7 [2022-04-01T18:10:42.519Z] Checking out Revision f821a1c392757b4d967b0661a03a00bffbb378c7 (PR-508) [2022-04-01T18:10:41.940Z] > git remote # timeout=10 [2022-04-01T18:10:41.983Z] > git config --get remote.origin.url # timeout=10 [2022-04-01T18:10:42.008Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T18:10:42.020Z] > git merge a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 [2022-04-01T18:10:42.507Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-04-01T18:10:42.532Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T18:10:42.555Z] > git checkout -f f821a1c392757b4d967b0661a03a00bffbb378c7 # timeout=10 [2022-04-01T18:10:46.731Z] Commit message: "Merge commit 'a6a695fe0832c83638180736bbe712fc51e8f859' into HEAD" [2022-04-01T18:10:46.746Z] > git rev-list --no-walk 2337fb0b6b03b6ca21e67cbe70007cc7d2c6a60d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T18:10:47.811Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-01T18:10:47.811Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-01T18:10:47.811Z] Dload Upload Total Spent Left Speed [2022-04-01T18:10:47.811Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 46261 0 --:--:-- --:--:-- --:--:-- 46261 [Pipeline] sh [2022-04-01T18:10:48.400Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-01T18:10:48.750Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"}+ /etc/docker/daemon.jsonsudo [2022-04-01T18:10:48.750Z] tee /etc/docker/daemon.new [2022-04-01T18:10:48.750Z] { [2022-04-01T18:10:48.750Z] "registry-mirrors": [ [2022-04-01T18:10:48.750Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-01T18:10:48.750Z] ], [2022-04-01T18:10:48.750Z] "bip": "10.250.0.254/24", [2022-04-01T18:10:48.750Z] "hosts": [ [2022-04-01T18:10:48.750Z] "tcp://0.0.0.0:5555", [2022-04-01T18:10:48.750Z] "unix:///var/run/docker.sock" [2022-04-01T18:10:48.750Z] ], [2022-04-01T18:10:48.750Z] "mtu": 1458, [2022-04-01T18:10:48.750Z] "selinux-enabled": true, [2022-04-01T18:10:48.750Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-01T18:10:48.750Z] } [Pipeline] sh [2022-04-01T18:10:49.114Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-01T18:10:49.469Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T18:11:07.843Z] provisioning config files... [2022-04-01T18:11:07.873Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/2@tmp/config3809353902724588053tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:11:08.287Z] ---> docker-login.sh [2022-04-01T18:11:08.287Z] nexus3.edgexfoundry.org:10001 [2022-04-01T18:11:08.883Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:11:09.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:11:09.159Z] Configure a credential helper to remove this warning. See [2022-04-01T18:11:09.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:11:09.159Z] [2022-04-01T18:11:09.159Z] Login Succeeded [2022-04-01T18:11:09.159Z] nexus3.edgexfoundry.org:10002 [2022-04-01T18:11:09.756Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:11:09.756Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:11:09.756Z] Configure a credential helper to remove this warning. See [2022-04-01T18:11:09.756Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:11:09.756Z] [2022-04-01T18:11:09.756Z] Login Succeeded [2022-04-01T18:11:09.756Z] nexus3.edgexfoundry.org:10003 [2022-04-01T18:11:10.030Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:11:10.308Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:11:10.308Z] Configure a credential helper to remove this warning. See [2022-04-01T18:11:10.308Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:11:10.308Z] [2022-04-01T18:11:10.308Z] Login Succeeded [2022-04-01T18:11:10.308Z] nexus3.edgexfoundry.org:10004 [2022-04-01T18:11:10.586Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:11:10.586Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:11:10.586Z] Configure a credential helper to remove this warning. See [2022-04-01T18:11:10.586Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:11:10.586Z] [2022-04-01T18:11:10.586Z] Login Succeeded [2022-04-01T18:11:10.586Z] docker.io [2022-04-01T18:11:11.188Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T18:11:11.462Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T18:11:11.463Z] Configure a credential helper to remove this warning. See [2022-04-01T18:11:11.463Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T18:11:11.463Z] [2022-04-01T18:11:11.463Z] Login Succeeded [2022-04-01T18:11:11.463Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T18:11:11.482Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-01T18:11:11.966Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T18:11:11.974Z] ========================================================= [2022-04-01T18:11:11.974Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-01T18:11:11.974Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:11:12.328Z] + 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-01T18:11:13.319Z] Sending build context to Docker daemon 27.07MB [2022-04-01T18:11:13.319Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T18:11:13.319Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-01T18:11:13.599Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-01T18:11:13.599Z] 9b3977197b4f: Pulling fs layer [2022-04-01T18:11:13.599Z] 1a89e8eeedd5: Pulling fs layer [2022-04-01T18:11:13.599Z] 94645a83ff95: Pulling fs layer [2022-04-01T18:11:13.599Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-01T18:11:13.599Z] 0c92f367c5e7: Pulling fs layer [2022-04-01T18:11:13.599Z] f7c0051592d6: Pulling fs layer [2022-04-01T18:11:13.599Z] a227ed2f7395: Pulling fs layer [2022-04-01T18:11:13.599Z] 7b1c46037f91: Pulling fs layer [2022-04-01T18:11:13.599Z] 3f3a8bcf1eab: Waiting [2022-04-01T18:11:13.599Z] 0c92f367c5e7: Waiting [2022-04-01T18:11:13.599Z] f7c0051592d6: Waiting [2022-04-01T18:11:13.599Z] a227ed2f7395: Waiting [2022-04-01T18:11:13.599Z] 7b1c46037f91: Waiting [2022-04-01T18:11:13.599Z] 94645a83ff95: Download complete [2022-04-01T18:11:13.599Z] 1a89e8eeedd5: Verifying Checksum [2022-04-01T18:11:13.599Z] 1a89e8eeedd5: Download complete [2022-04-01T18:11:13.599Z] 0c92f367c5e7: Verifying Checksum [2022-04-01T18:11:13.599Z] 0c92f367c5e7: Download complete [2022-04-01T18:11:13.874Z] f7c0051592d6: Verifying Checksum [2022-04-01T18:11:13.874Z] f7c0051592d6: Download complete [2022-04-01T18:11:13.874Z] 9b3977197b4f: Verifying Checksum [2022-04-01T18:11:13.874Z] 9b3977197b4f: Download complete [2022-04-01T18:11:13.874Z] a227ed2f7395: Verifying Checksum [2022-04-01T18:11:13.874Z] a227ed2f7395: Download complete [2022-04-01T18:11:14.499Z] 9b3977197b4f: Pull complete [2022-04-01T18:11:15.117Z] 1a89e8eeedd5: Pull complete [2022-04-01T18:11:15.390Z] 94645a83ff95: Pull complete [2022-04-01T18:11:15.991Z] 7b1c46037f91: Verifying Checksum [2022-04-01T18:11:15.991Z] 7b1c46037f91: Download complete [2022-04-01T18:11:16.590Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-01T18:11:16.590Z] 3f3a8bcf1eab: Download complete [2022-04-01T18:11:29.023Z] 3f3a8bcf1eab: Pull complete [2022-04-01T18:11:29.023Z] 0c92f367c5e7: Pull complete [2022-04-01T18:11:29.298Z] f7c0051592d6: Pull complete [2022-04-01T18:11:29.573Z] a227ed2f7395: Pull complete [2022-04-01T18:11:36.318Z] 7b1c46037f91: Pull complete [2022-04-01T18:11:36.318Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-01T18:11:36.318Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-01T18:11:36.318Z] ---> f79e39bc4007 [2022-04-01T18:11:36.318Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T18:11:37.315Z] ---> Running in 28565ba4a869 [2022-04-01T18:11:37.600Z] Removing intermediate container 28565ba4a869 [2022-04-01T18:11:37.600Z] ---> e83dd6ed8981 [2022-04-01T18:11:37.600Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T18:11:37.875Z] ---> Running in 71acb0c3534d [2022-04-01T18:11:38.150Z] Removing intermediate container 71acb0c3534d [2022-04-01T18:11:38.150Z] ---> 3871c0afbad2 [2022-04-01T18:11:38.150Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T18:11:38.150Z] ---> Running in 160f2d14deb6 [2022-04-01T18:11:38.425Z] Removing intermediate container 160f2d14deb6 [2022-04-01T18:11:38.425Z] ---> 0139a5adcf47 [2022-04-01T18:11:38.425Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-01T18:11:38.702Z] ---> Running in a09262171311 [2022-04-01T18:11:38.977Z] Removing intermediate container a09262171311 [2022-04-01T18:11:38.977Z] ---> 3f3860ad22ef [2022-04-01T18:11:38.977Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T18:11:38.977Z] ---> Running in 3586f709cde7 [2022-04-01T18:11:39.255Z] Removing intermediate container 3586f709cde7 [2022-04-01T18:11:39.255Z] ---> 59e8076a1d04 [2022-04-01T18:11:39.255Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T18:11:39.530Z] ---> Running in 738c62828e71 [2022-04-01T18:11:41.523Z] Removing intermediate container 738c62828e71 [2022-04-01T18:11:41.523Z] ---> bf3de267a353 [2022-04-01T18:11:41.523Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T18:11:41.523Z] ---> Running in 691bf3f8a1e1 [2022-04-01T18:11:42.521Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T18:11:43.513Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T18:11:44.500Z] OK: 220 MiB in 52 packages [2022-04-01T18:11:45.493Z] Removing intermediate container 691bf3f8a1e1 [2022-04-01T18:11:45.494Z] ---> 53891e113273 [2022-04-01T18:11:45.494Z] Step 10/15 : ENV GO111MODULE=on [2022-04-01T18:11:45.494Z] ---> Running in b20775f4a850 [2022-04-01T18:11:45.769Z] Removing intermediate container b20775f4a850 [2022-04-01T18:11:45.769Z] ---> 64eb79d82d6c [2022-04-01T18:11:45.769Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T18:11:45.769Z] ---> Running in 273c6929f5bb [2022-04-01T18:11:46.052Z] Removing intermediate container 273c6929f5bb [2022-04-01T18:11:46.052Z] ---> c26a4fb13437 [2022-04-01T18:11:46.052Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-01T18:11:46.648Z] ---> 1fb8ea979328 [2022-04-01T18:11:46.648Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T18:11:46.928Z] ---> Running in aefd4fdaf760 [2022-04-01T18:13:08.745Z] Removing intermediate container aefd4fdaf760 [2022-04-01T18:13:08.745Z] ---> df514497e1c3 [2022-04-01T18:13:08.745Z] Step 14/15 : COPY . . [2022-04-01T18:13:08.745Z] ---> e77f17c3cd17 [2022-04-01T18:13:08.745Z] Step 15/15 : RUN ${MAKE} [2022-04-01T18:13:08.745Z] ---> Running in a3af02cba8ca [2022-04-01T18:13:08.745Z] noop [2022-04-01T18:13:08.745Z] Removing intermediate container a3af02cba8ca [2022-04-01T18:13:08.745Z] ---> 64de1f92456a [2022-04-01T18:13:08.745Z] Successfully built 64de1f92456a [2022-04-01T18:13:08.745Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:13:09.094Z] + docker inspect -f . ci-base-image-arm64 [2022-04-01T18:13:09.094Z] . [Pipeline] withDockerContainer [2022-04-01T18:13:09.352Z] prd-ubuntu20.04-docker-arm64-4c-16g-10480 does not seem to be running inside a container [2022-04-01T18:13:09.440Z] $ 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-01T18:13:10.784Z] $ docker top 3598f1ca3b71066b821232ee7d6f68b02bfe846f38090176d2fb3076d6be6b77 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T18:13:11.727Z] + go version [2022-04-01T18:13:11.727Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-01T18:13:11.756Z] $ docker stop --time=1 3598f1ca3b71066b821232ee7d6f68b02bfe846f38090176d2fb3076d6be6b77 [2022-04-01T18:13:13.466Z] $ docker rm -f 3598f1ca3b71066b821232ee7d6f68b02bfe846f38090176d2fb3076d6be6b77 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:13:14.060Z] + docker inspect -f . ci-base-image-arm64 [2022-04-01T18:13:14.060Z] . [Pipeline] withDockerContainer [2022-04-01T18:13:14.283Z] prd-ubuntu20.04-docker-arm64-4c-16g-10480 does not seem to be running inside a container [2022-04-01T18:13:14.371Z] $ 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-01T18:13:15.644Z] $ docker top 02dadf57d4bccdc9e2cc375dec676c7941fbe72274cb288153a956e557081f1e -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-01T18:13:16.555Z] + make test [2022-04-01T18:13:16.555Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-01T18:13:18.009Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-01T18:13:57.048Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-01T18:13:57.048Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-01T18:14:15.384Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-01T18:14:15.384Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-01T18:14:15.408Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-01T18:14:15.425Z] $ docker stop --time=1 02dadf57d4bccdc9e2cc375dec676c7941fbe72274cb288153a956e557081f1e [2022-04-01T18:14:17.229Z] $ docker rm -f 02dadf57d4bccdc9e2cc375dec676c7941fbe72274cb288153a956e557081f1e [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T18:14:17.989Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-01T18:14:18.011Z] Warning: overwriting stash ‘coverage-report’ [2022-04-01T18:14:18.603Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T18:14:19.022Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-01T18:14:19.365Z] + ls -al . [2022-04-01T18:14:19.365Z] total 156 [2022-04-01T18:14:19.365Z] drwxrwxr-x 13 jenkins jenkins 4096 Apr 1 18:13 . [2022-04-01T18:14:19.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:10 .. [2022-04-01T18:14:19.365Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 18:10 .git [2022-04-01T18:14:19.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 18:10 .github [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 18:10 .gitignore [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 18:10 CONTRIBUTING.md [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 1 18:10 Dockerfile [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 18:10 Jenkinsfile [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 18:10 LICENSE [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 1 18:10 Makefile [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 1 18:10 README.md [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 1 18:08 VERSION [2022-04-01T18:14:19.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 18:10 assets [2022-04-01T18:14:19.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 18:10 bin [2022-04-01T18:14:19.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 18:10 cmd [2022-04-01T18:14:19.365Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 1 18:13 coverage.out [2022-04-01T18:14:19.365Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 18:10 docs [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 1 18:10 go.mod [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 1 18:10 go.sum [2022-04-01T18:14:19.365Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 1 18:10 internal [2022-04-01T18:14:19.365Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 18:10 pkg [2022-04-01T18:14:19.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:10 snap [2022-04-01T18:14:19.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:10 testing [2022-04-01T18:14:19.365Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 18:10 version.go [2022-04-01T18:14:19.365Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 18:10 web [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:14:19.714Z] + 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=f821a1c392757b4d967b0661a03a00bffbb378c7 --label arch=arm64 --label version=0.0.0 . [2022-04-01T18:14:20.707Z] Sending build context to Docker daemon 27.07MB [2022-04-01T18:14:20.707Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T18:14:20.707Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-01T18:14:20.707Z] ---> 64de1f92456a [2022-04-01T18:14:20.707Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T18:14:20.982Z] ---> Running in 2889ab719116 [2022-04-01T18:14:21.266Z] Removing intermediate container 2889ab719116 [2022-04-01T18:14:21.266Z] ---> 3075f3f074ca [2022-04-01T18:14:21.266Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T18:14:21.266Z] ---> Running in 0090fdda3396 [2022-04-01T18:14:21.861Z] Removing intermediate container 0090fdda3396 [2022-04-01T18:14:21.861Z] ---> 4a135b4de7f5 [2022-04-01T18:14:21.861Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T18:14:21.861Z] ---> Running in 6560304ada43 [2022-04-01T18:14:22.145Z] Removing intermediate container 6560304ada43 [2022-04-01T18:14:22.145Z] ---> 13c456b6ce7b [2022-04-01T18:14:22.145Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-01T18:14:22.145Z] ---> Running in f93ba7c213cd [2022-04-01T18:14:22.426Z] Removing intermediate container f93ba7c213cd [2022-04-01T18:14:22.426Z] ---> 43af47b05ec6 [2022-04-01T18:14:22.426Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T18:14:22.426Z] ---> Running in 6f7d395601f9 [2022-04-01T18:14:22.700Z] Removing intermediate container 6f7d395601f9 [2022-04-01T18:14:22.701Z] ---> a3b646d9f98b [2022-04-01T18:14:22.701Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T18:14:23.050Z] ---> Running in 742f67ec9465 [2022-04-01T18:14:25.120Z] Removing intermediate container 742f67ec9465 [2022-04-01T18:14:25.120Z] ---> b49bd5a8bd72 [2022-04-01T18:14:25.120Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T18:14:25.120Z] ---> Running in a2ff09526255 [2022-04-01T18:14:26.113Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T18:14:27.091Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T18:14:27.686Z] OK: 220 MiB in 52 packages [2022-04-01T18:14:28.672Z] Removing intermediate container a2ff09526255 [2022-04-01T18:14:28.672Z] ---> 06d9f988f936 [2022-04-01T18:14:28.672Z] Step 10/23 : ENV GO111MODULE=on [2022-04-01T18:14:28.672Z] ---> Running in 04325c225e22 [2022-04-01T18:14:28.948Z] Removing intermediate container 04325c225e22 [2022-04-01T18:14:28.948Z] ---> 5710510b0338 [2022-04-01T18:14:28.948Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T18:14:28.948Z] ---> Running in 64bd101991c0 [2022-04-01T18:14:29.546Z] Removing intermediate container 64bd101991c0 [2022-04-01T18:14:29.546Z] ---> 2f77d84af0aa [2022-04-01T18:14:29.546Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-01T18:14:30.145Z] ---> 5cc951238871 [2022-04-01T18:14:30.145Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T18:14:30.145Z] ---> Running in 5828bd9de52f [2022-04-01T18:14:32.769Z] Removing intermediate container 5828bd9de52f [2022-04-01T18:14:32.769Z] ---> 35dd3bd8c8fd [2022-04-01T18:14:32.769Z] Step 14/23 : COPY . . [2022-04-01T18:14:35.392Z] ---> 61ec2727853f [2022-04-01T18:14:35.392Z] Step 15/23 : RUN ${MAKE} [2022-04-01T18:14:35.674Z] ---> Running in 180b3d44d448 [2022-04-01T18:14:36.658Z] 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-01T18:15:15.686Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-01T18:15:15.686Z] Removing intermediate container 180b3d44d448 [2022-04-01T18:15:15.686Z] ---> f6b46f52f3fb [2022-04-01T18:15:15.686Z] Step 16/23 : FROM alpine:3.14 [2022-04-01T18:15:15.686Z] 3.14: Pulling from library/alpine [2022-04-01T18:15:15.959Z] 810d54c7e01b: Pulling fs layer [2022-04-01T18:15:16.235Z] 810d54c7e01b: Download complete [2022-04-01T18:15:16.836Z] 810d54c7e01b: Pull complete [2022-04-01T18:15:16.836Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T18:15:16.836Z] Status: Downloaded newer image for alpine:3.14 [2022-04-01T18:15:16.836Z] ---> cc3d11fa2d52 [2022-04-01T18:15:16.836Z] Step 17/23 : EXPOSE 4000 [2022-04-01T18:15:16.836Z] ---> Running in b74e2c546c72 [2022-04-01T18:15:17.112Z] Removing intermediate container b74e2c546c72 [2022-04-01T18:15:17.112Z] ---> 5a65e85ddabf [2022-04-01T18:15:17.112Z] 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-01T18:15:18.561Z] ---> cbd6c72fff43 [2022-04-01T18:15:18.561Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-01T18:15:18.841Z] ---> Running in 81152973d24c [2022-04-01T18:15:19.119Z] Removing intermediate container 81152973d24c [2022-04-01T18:15:19.119Z] ---> eace2d60f894 [2022-04-01T18:15:19.119Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-01T18:15:19.119Z] ---> Running in c65dac9257c3 [2022-04-01T18:15:19.394Z] Removing intermediate container c65dac9257c3 [2022-04-01T18:15:19.394Z] ---> b6bb63a14d3c [2022-04-01T18:15:19.394Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T18:15:19.667Z] ---> Running in fa79c948f2b7 [2022-04-01T18:15:19.943Z] Removing intermediate container fa79c948f2b7 [2022-04-01T18:15:19.943Z] ---> fd7f454aad05 [2022-04-01T18:15:19.943Z] Step 22/23 : LABEL git_sha=f821a1c392757b4d967b0661a03a00bffbb378c7 [2022-04-01T18:15:19.943Z] ---> Running in 6b4833878af7 [2022-04-01T18:15:20.217Z] Removing intermediate container 6b4833878af7 [2022-04-01T18:15:20.217Z] ---> 0bef6e33f0c2 [2022-04-01T18:15:20.217Z] Step 23/23 : LABEL version=0.0.0 [2022-04-01T18:15:20.217Z] ---> Running in ba9527226c65 [2022-04-01T18:15:20.822Z] Removing intermediate container ba9527226c65 [2022-04-01T18:15:20.822Z] ---> c8c7ece0dd07 [2022-04-01T18:15:20.822Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-01T18:15:20.822Z] Successfully built c8c7ece0dd07 [2022-04-01T18:15:20.822Z] 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-01T18:15:21.255Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T18:15:21.255Z] [2022-04-01T18:15:21.255Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:15:21.604Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T18:15:21.876Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-01T18:15:21.876Z] 8998bd30e6a1: Pulling fs layer [2022-04-01T18:15:21.876Z] 04944245beec: Pulling fs layer [2022-04-01T18:15:21.876Z] 699f458cf7ca: Pulling fs layer [2022-04-01T18:15:21.876Z] 765212b225bb: Pulling fs layer [2022-04-01T18:15:21.876Z] f23df028b6ca: Pulling fs layer [2022-04-01T18:15:21.876Z] d65c8cfc05b1: Pulling fs layer [2022-04-01T18:15:21.876Z] 2437ff75d9bd: Pulling fs layer [2022-04-01T18:15:21.876Z] 765212b225bb: Waiting [2022-04-01T18:15:21.876Z] f23df028b6ca: Waiting [2022-04-01T18:15:21.876Z] d65c8cfc05b1: Waiting [2022-04-01T18:15:21.876Z] 2437ff75d9bd: Waiting [2022-04-01T18:15:21.876Z] 04944245beec: Download complete [2022-04-01T18:15:21.876Z] 765212b225bb: Download complete [2022-04-01T18:15:21.876Z] f23df028b6ca: Verifying Checksum [2022-04-01T18:15:21.876Z] f23df028b6ca: Download complete [2022-04-01T18:15:21.876Z] d65c8cfc05b1: Verifying Checksum [2022-04-01T18:15:21.876Z] d65c8cfc05b1: Download complete [2022-04-01T18:15:22.157Z] 699f458cf7ca: Verifying Checksum [2022-04-01T18:15:22.157Z] 699f458cf7ca: Download complete [2022-04-01T18:15:22.433Z] 8998bd30e6a1: Verifying Checksum [2022-04-01T18:15:22.433Z] 8998bd30e6a1: Download complete [2022-04-01T18:15:25.055Z] 2437ff75d9bd: Verifying Checksum [2022-04-01T18:15:25.055Z] 2437ff75d9bd: Download complete [2022-04-01T18:15:27.035Z] 8998bd30e6a1: Pull complete [2022-04-01T18:15:27.634Z] 04944245beec: Pull complete [2022-04-01T18:15:29.072Z] 699f458cf7ca: Pull complete [2022-04-01T18:15:29.347Z] 765212b225bb: Pull complete [2022-04-01T18:15:30.333Z] f23df028b6ca: Pull complete [2022-04-01T18:15:30.333Z] d65c8cfc05b1: Pull complete [2022-04-01T18:15:45.421Z] 2437ff75d9bd: Pull complete [2022-04-01T18:15:45.421Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-01T18:15:45.421Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T18:15:45.421Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-01T18:15:45.675Z] prd-ubuntu20.04-docker-arm64-4c-16g-10480 does not seem to be running inside a container [2022-04-01T18:15:45.770Z] $ 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-01T18:15:48.492Z] $ docker top 58f7295701527fef929cedadc519ccf843ba1fcc5b9bcaa5a861f133cdfa5524 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:15:49.433Z] ---> job-cost.sh [2022-04-01T18:15:49.433Z] lf-activate-venv: SKIPPING [2022-04-01T18:15:49.433Z] INFO: No Stack... [2022-04-01T18:15:50.040Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-01T18:15:51.017Z] INFO: Archiving Costs [Pipeline] sh [2022-04-01T18:15:51.682Z] + cat /w/workspace/edgex-ui-go/2/archives/cost.csv [2022-04-01T18:15:51.682Z] + cut -d, -f6 [Pipeline] lock [2022-04-01T18:15:51.752Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] [2022-04-01T18:15:51.758Z] Resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] did not exist. Created. [2022-04-01T18:15:51.758Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-01T18:15:52.450Z] /w/workspace/edgex-ui-go/2@tmp/durable-eff94a2a/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-01T18:15:53.139Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-01T18:15:53.160Z] Warning: overwriting stash ‘stack-cost’ [2022-04-01T18:15:53.321Z] Stashed 1 file(s) [Pipeline] } [2022-04-01T18:15:53.332Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-PR-508-2-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-01T18:15:53.359Z] $ docker stop --time=1 58f7295701527fef929cedadc519ccf843ba1fcc5b9bcaa5a861f133cdfa5524 [2022-04-01T18:15:54.881Z] $ docker rm -f 58f7295701527fef929cedadc519ccf843ba1fcc5b9bcaa5a861f133cdfa5524 [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-01T18:15:55.337Z] provisioning config files... [2022-04-01T18:15:55.346Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config5279329335132753962tmp [Pipeline] { [Pipeline] sh [2022-04-01T18:15:55.729Z] + set +x [2022-04-01T18:15:55.729Z] + curl -s https://codecov.io/bash [2022-04-01T18:15:55.729Z] + bash -s -- [2022-04-01T18:15:55.729Z] [2022-04-01T18:15:55.729Z] _____ _ [2022-04-01T18:15:55.729Z] / ____| | | [2022-04-01T18:15:55.729Z] | | ___ __| | ___ ___ _____ __ [2022-04-01T18:15:55.729Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-01T18:15:55.729Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-01T18:15:55.729Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-01T18:15:55.729Z] Bash-1.0.6 [2022-04-01T18:15:55.729Z] [2022-04-01T18:15:55.729Z] [2022-04-01T18:15:55.729Z] ==> git version 2.25.1 found [2022-04-01T18:15:55.729Z] ==> 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-01T18:15:55.729Z] Release-Date: 2020-01-08 [2022-04-01T18:15:55.729Z] 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-01T18:15:55.729Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-01T18:15:55.729Z] ==> Jenkins CI detected. [2022-04-01T18:15:55.729Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_PR-508 [2022-04-01T18:15:55.729Z] project root: . [2022-04-01T18:15:55.729Z] --> token set from env [2022-04-01T18:15:55.729Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-01T18:15:55.729Z] ==> Running gcov in . (disable via -X gcov) [2022-04-01T18:15:55.729Z] ==> Python coveragepy not found [2022-04-01T18:15:55.729Z] ==> Searching for coverage reports in: [2022-04-01T18:15:55.729Z] + . [2022-04-01T18:15:55.729Z] -> Found 1 reports [2022-04-01T18:15:55.729Z] ==> Detecting git/mercurial file structure [2022-04-01T18:15:55.729Z] ==> Reading reports [2022-04-01T18:15:55.729Z] + ./coverage.out bytes=10 [2022-04-01T18:15:55.729Z] ==> Appending adjustments [2022-04-01T18:15:55.729Z] https://docs.codecov.io/docs/fixing-reports [2022-04-01T18:15:56.003Z] + Found adjustments [2022-04-01T18:15:56.003Z] ==> Gzipping contents [2022-04-01T18:15:56.003Z] 4.0K /tmp/codecov.eSQ36A.gz [2022-04-01T18:15:56.003Z] ==> Uploading reports [2022-04-01T18:15:56.003Z] url: https://codecov.io [2022-04-01T18:15:56.003Z] query: branch=PR-508&commit=3c6b22c5e29c0996daf93d516caf35f30e5bd6ff&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-508%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=508&job=&cmd_args= [2022-04-01T18:15:56.003Z] -> Pinging Codecov [2022-04-01T18:15:56.003Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=PR-508&commit=3c6b22c5e29c0996daf93d516caf35f30e5bd6ff&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2FPR-508%2F2%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=508&job=&cmd_args= [2022-04-01T18:15:56.263Z] -> Uploading to [2022-04-01T18:15:56.263Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-01/FB506323287CE973F263BFD2A0EB1F37/3c6b22c5e29c0996daf93d516caf35f30e5bd6ff/8228cb88-e60b-45d1-a5c7-a60643b0a8a7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220401T181556Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ae9a93437a891011ac9ead7df9453c7d2af0b01f1cda62e0639c349fe8c70d0a [2022-04-01T18:15:56.263Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-01T18:15:56.263Z] Dload Upload Total Spent Left Speed [2022-04-01T18:15:56.524Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4059 0 0 100 4059 0 16366 --:--:-- --:--:-- --:--:-- 16301 [2022-04-01T18:15:56.524Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/3c6b22c5e29c0996daf93d516caf35f30e5bd6ff [Pipeline] } [2022-04-01T18:15:56.532Z] 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-01T18:15:57.226Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives ] [2022-04-01T18:15:57.226Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives [2022-04-01T18:15:57.226Z] total 16 [2022-04-01T18:15:57.226Z] drwxr-xr-x 3 root root 4096 Apr 1 18:10 . [2022-04-01T18:15:57.226Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 1 18:10 .. [2022-04-01T18:15:57.226Z] drwxr-xr-x 2 root root 4096 Apr 1 18:10 cost [2022-04-01T18:15:57.226Z] -rw-r--r-- 1 root root 82 Apr 1 18:10 cost.csv [2022-04-01T18:15:57.226Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives [2022-04-01T18:15:57.226Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives [2022-04-01T18:15:57.226Z] total 16 [2022-04-01T18:15:57.226Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 1 18:10 . [2022-04-01T18:15:57.226Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 1 18:10 .. [2022-04-01T18:15:57.226Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 1 18:10 cost [2022-04-01T18:15:57.226Z] -rw-r--r-- 1 jenkins jenkins 82 Apr 1 18:10 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:15:57.517Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:15:58.386Z] ---> package-listing.sh [2022-04-01T18:15:58.386Z] ++ facter osfamily [2022-04-01T18:15:58.386Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-01T18:15:58.647Z] + OS_FAMILY=debian [2022-04-01T18:15:58.647Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_PR-508 [2022-04-01T18:15:58.647Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-01T18:15:58.647Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-01T18:15:58.647Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-01T18:15:58.647Z] + PACKAGES=/tmp/packages_start.txt [2022-04-01T18:15:58.647Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-508 ']' [2022-04-01T18:15:58.647Z] + PACKAGES=/tmp/packages_end.txt [2022-04-01T18:15:58.647Z] + case "${OS_FAMILY}" in [2022-04-01T18:15:58.647Z] + dpkg -l [2022-04-01T18:15:58.647Z] + grep '^ii' [2022-04-01T18:15:58.647Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-01T18:15:58.647Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-01T18:15:58.647Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-01T18:15:58.647Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_PR-508 ']' [2022-04-01T18:15:58.647Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives/ [2022-04-01T18:15:58.647Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_PR-508/archives/ [Pipeline] echo [2022-04-01T18:15:58.659Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-01T18:15:58.942Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-01T18:15:59.501Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T18:15:59.501Z] . [Pipeline] withDockerContainer [2022-04-01T18:15:59.567Z] prd-ubuntu20.04-docker-8c-8g-10478 does not seem to be running inside a container [2022-04-01T18:15:59.606Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_PR-508 -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508:/w/workspace/edgexfoundry_edgex-ui-go_PR-508:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-01T18:15:59.847Z] $ docker top 3b4fe0eb349deb8011430c4845de4bbd139a70e8fe862111c6f5bdd09170485b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T18:16:00.201Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-01T18:16:00.497Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-01T18:16:00.787Z] + ls /var/log/sa-host [2022-04-01T18:16:00.787Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T18:16:00.871Z] provisioning config files... [2022-04-01T18:16:00.881Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_PR-508@tmp/config8727325370718923855tmp [Pipeline] { [Pipeline] echo [2022-04-01T18:16:00.893Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:16:01.180Z] ---> create-netrc.sh [Pipeline] } [2022-04-01T18:16:01.188Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:16:01.520Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-01T18:16:01.530Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:16:01.816Z] ---> sudo-logs.sh [2022-04-01T18:16:01.816Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-01T18:16:01.852Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:16:02.138Z] ---> job-cost.sh [2022-04-01T18:16:02.138Z] lf-activate-venv: SKIPPING [2022-04-01T18:16:02.138Z] DEBUG: total: 0.2199999988079071 [2022-04-01T18:16:02.138Z] INFO: Retrieving Stack Cost... [2022-04-01T18:16:02.398Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-01T18:16:02.968Z] INFO: Archiving Costs [Pipeline] echo [2022-04-01T18:16:02.981Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T18:16:03.269Z] ---> logs-deploy.sh [2022-04-01T18:16:03.269Z] lf-activate-venv: SKIPPING [2022-04-01T18:16:03.269Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/PR-508/2 [2022-04-01T18:16:03.269Z] INFO: archiving workspace using pattern(s): [2022-04-01T18:16:04.207Z] Archives upload complete. [2022-04-01T18:16:04.207Z] INFO: archiving logs to Nexus