Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from a6a695fe0832c83638180736bbe712fc51e8f859 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-ssh4663307586646308951.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-ssh12453810094561086157.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/main/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/main/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh17255040237673606381.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-ssh7325070026223811499.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/main/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/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh7338057547809502247.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-ubuntu20.04-docker-8c-8g-10455 in /w/workspace/edgexfoundry_edgex-ui-go_main [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_main # 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 Avoid second fetch Checking out Revision a6a695fe0832c83638180736bbe712fc51e8f859 (main) > 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 core.sparsecheckout # timeout=10 > git checkout -f a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 Commit message: "Merge pull request #507 from badboy-huaqiao/issue-#462" > git rev-list --no-walk a297faecba2e479c84256204d88875266373bb25 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-01T14:20:48.315Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-01T14:20:48.379Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-01T14:20:48.393Z] ========================================================= [2022-04-01T14:20:48.393Z] EdgeX Global Pipelines Version Info [2022-04-01T14:20:48.393Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:20:49.174Z] ------------------- [2022-04-01T14:20:49.175Z] stable info: [2022-04-01T14:20:49.175Z] ------------------- [2022-04-01T14:20:49.175Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-01T14:20:49.175Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-01T14:20:49.175Z] Message: update stable to v1.0.221 [2022-04-01T14:20:49.749Z] ------------------- [2022-04-01T14:20:49.749Z] experimental info: [2022-04-01T14:20:49.749Z] ------------------- [2022-04-01T14:20:49.749Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-01T14:20:49.749Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-01T14:20:49.749Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-01T14:20:49.884Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-04-01T14:20:49.898Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-04-01T14:20:49.915Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-01T14:20:49.940Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-01T14:20:49.957Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-01T14:20:49.968Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-01T14:20:49.980Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-01T14:20:49.992Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-01T14:20:50.006Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-01T14:20:50.018Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-01T14:20:50.031Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-01T14:20:50.044Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-04-01T14:20:50.064Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-01T14:20:50.078Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-01T14:20:50.088Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-01T14:20:50.097Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-01T14:20:50.106Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-01T14:20:50.115Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-01T14:20:50.130Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-01T14:20:50.143Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-01T14:20:50.157Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-01T14:20:50.171Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-01T14:20:50.188Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-01T14:20:50.206Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-01T14:20:50.223Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-01T14:20:50.241Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-01T14:20:50.252Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-01T14:20:50.267Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-01T14:20:50.280Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-01T14:20:50.292Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo [2022-04-01T14:20:50.301Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = a6a695f [Pipeline] echo [2022-04-01T14:20:50.309Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T14:20:50.347Z] provisioning config files... [2022-04-01T14:20:50.361Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config846127372267087292tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:20:50.693Z] ---> docker-login.sh [2022-04-01T14:20:50.693Z] nexus3.edgexfoundry.org:10001 [2022-04-01T14:20:50.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:20:51.216Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:20:51.216Z] Configure a credential helper to remove this warning. See [2022-04-01T14:20:51.216Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:20:51.216Z] [2022-04-01T14:20:51.216Z] Login Succeeded [2022-04-01T14:20:51.216Z] nexus3.edgexfoundry.org:10002 [2022-04-01T14:20:51.216Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:20:51.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:20:51.479Z] Configure a credential helper to remove this warning. See [2022-04-01T14:20:51.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:20:51.479Z] [2022-04-01T14:20:51.479Z] Login Succeeded [2022-04-01T14:20:51.479Z] nexus3.edgexfoundry.org:10003 [2022-04-01T14:20:51.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:20:51.479Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:20:51.479Z] Configure a credential helper to remove this warning. See [2022-04-01T14:20:51.479Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:20:51.479Z] [2022-04-01T14:20:51.479Z] Login Succeeded [2022-04-01T14:20:51.479Z] nexus3.edgexfoundry.org:10004 [2022-04-01T14:20:51.479Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:20:51.739Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:20:51.739Z] Configure a credential helper to remove this warning. See [2022-04-01T14:20:51.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:20:51.740Z] [2022-04-01T14:20:51.740Z] Login Succeeded [2022-04-01T14:20:51.740Z] docker.io [2022-04-01T14:20:51.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:20:52.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:20:52.005Z] Configure a credential helper to remove this warning. See [2022-04-01T14:20:52.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:20:52.005Z] [2022-04-01T14:20:52.005Z] Login Succeeded [2022-04-01T14:20:52.005Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T14:20:52.016Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-01T14:20:52.399Z] + git rev-list -1 --merges a6a695fe0832c83638180736bbe712fc51e8f859~1..a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo [2022-04-01T14:20:52.497Z] -----------> git rev-list -1 --merges a6a695fe0832c83638180736bbe712fc51e8f859~1..a6a695fe0832c83638180736bbe712fc51e8f859 a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:20:52.497Z] a6a695fe0832c83638180736bbe712fc51e8f859 [false] [Pipeline] sh [2022-04-01T14:20:52.790Z] + git log --format=format:%s -1 a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo [2022-04-01T14:20:52.807Z] ========================================================= [2022-04-01T14:20:52.807Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-01T14:20:52.807Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T14:20:53.150Z] + git log --format=format:%s -1 a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] echo [2022-04-01T14:20:53.164Z] [semverPrep] GIT_COMMIT: a6a695fe0832c83638180736bbe712fc51e8f859, Commit Message: Merge pull request #507 from badboy-huaqiao/issue-#462 [Pipeline] echo [2022-04-01T14:20:53.173Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-01T14:20:53.606Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-01T14:20:53.606Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-01T14:20:53.606Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-01T14:20:53.606Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-01T14:20:53.606Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-01T14:20:53.606Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-01T14:20:53.606Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:20:54.015Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T14:20:54.015Z] [2022-04-01T14:20:54.015Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:20:54.323Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T14:20:54.323Z] latest: Pulling from edgex-devops/git-semver [2022-04-01T14:20:54.323Z] a0d0a0d46f8b: Pulling fs layer [2022-04-01T14:20:54.323Z] 3e5f54012d9b: Pulling fs layer [2022-04-01T14:20:54.323Z] 4c7163046ea9: Pulling fs layer [2022-04-01T14:20:54.323Z] 0c2d73faf560: Pulling fs layer [2022-04-01T14:20:54.323Z] 0c2d73faf560: Waiting [2022-04-01T14:20:54.323Z] 3e5f54012d9b: Download complete [2022-04-01T14:20:54.323Z] a0d0a0d46f8b: Verifying Checksum [2022-04-01T14:20:54.323Z] a0d0a0d46f8b: Download complete [2022-04-01T14:20:54.323Z] 0c2d73faf560: Verifying Checksum [2022-04-01T14:20:54.323Z] 0c2d73faf560: Download complete [2022-04-01T14:20:54.323Z] 4c7163046ea9: Verifying Checksum [2022-04-01T14:20:54.323Z] 4c7163046ea9: Download complete [2022-04-01T14:20:54.584Z] a0d0a0d46f8b: Pull complete [2022-04-01T14:20:54.584Z] 3e5f54012d9b: Pull complete [2022-04-01T14:20:54.843Z] 4c7163046ea9: Pull complete [2022-04-01T14:20:55.104Z] 0c2d73faf560: Pull complete [2022-04-01T14:20:55.104Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-01T14:20:55.104Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T14:20:55.104Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-01T14:20:55.173Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:20:55.217Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-01T14:20:55.927Z] $ docker top 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-01T14:20:56.033Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T14:20:56.033Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T14:20:56.169Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T14:20:56.179Z] $ docker exec 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent [2022-04-01T14:20:56.305Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeCkOdE/agent.13 [2022-04-01T14:20:56.305Z] SSH_AGENT_PID=19 [2022-04-01T14:20:56.314Z] Running ssh-add (command line suppressed) [2022-04-01T14:20:56.440Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4364553956680388213.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4364553956680388213.key) [2022-04-01T14:20:56.450Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T14:20:56.740Z] + git tag --points-at HEAD [Pipeline] } [2022-04-01T14:20:56.769Z] $ docker exec --env ******** --env ******** 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent -k [2022-04-01T14:20:56.884Z] unset SSH_AUTH_SOCK; [2022-04-01T14:20:56.885Z] unset SSH_AGENT_PID; [2022-04-01T14:20:56.885Z] echo Agent pid 19 killed; [2022-04-01T14:20:56.892Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-01T14:20:56.919Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T14:20:56.919Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T14:20:57.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T14:20:57.055Z] $ docker exec 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent [2022-04-01T14:20:57.180Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBjkEAd/agent.52 [2022-04-01T14:20:57.180Z] SSH_AGENT_PID=58 [2022-04-01T14:20:57.185Z] Running ssh-add (command line suppressed) [2022-04-01T14:20:57.304Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5069584857056741352.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5069584857056741352.key) [2022-04-01T14:20:57.314Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T14:20:57.610Z] + git semver init [2022-04-01T14:20:57.610Z] # -> Open(): unable to determine branch for HEAD [2022-04-01T14:20:57.610Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-01T14:20:57.610Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-01T14:20:57.610Z] # $SEMVER_REMOTE_NAME = origin [2022-04-01T14:20:57.610Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-01T14:20:57.610Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-01T14:20:57.610Z] # $SEMVER_BRANCH = main [2022-04-01T14:20:57.610Z] # $SEMVER_TEMP = /tmp/semver-187949301 [2022-04-01T14:20:57.610Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-04-01T14:21:00.168Z] # '/tmp/semver-187949301' -> '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver' [2022-04-01T14:21:00.168Z] # -> Force: false [2022-04-01T14:21:00.168Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } [2022-04-01T14:21:00.185Z] $ docker exec --env ******** --env ******** 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 ssh-agent -k [2022-04-01T14:21:00.303Z] unset SSH_AUTH_SOCK; [2022-04-01T14:21:00.303Z] unset SSH_AGENT_PID; [2022-04-01T14:21:00.304Z] echo Agent pid 58 killed; [2022-04-01T14:21:00.310Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T14:21:00.622Z] + git semver [Pipeline] } [2022-04-01T14:21:00.642Z] $ docker stop --time=1 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 [2022-04-01T14:21:02.030Z] $ docker rm -f 303fa7286f2638a0dc10f36a6be6b1b2f3eb6c9e50dffe863ce2a17874ef8f24 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T14:21:02.382Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-01T14:21:02.655Z] Stashed 1 file(s) [Pipeline] echo [2022-04-01T14:21:02.659Z] [edgeXSemver]: initialized semver on version 2.1.1-dev.18 [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-01T14:21:02.830Z] provisioning config files... [2022-04-01T14:21:02.842Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config5622867816844029305tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:21:03.147Z] ---> docker-login.sh [2022-04-01T14:21:03.147Z] nexus3.edgexfoundry.org:10001 [2022-04-01T14:21:03.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:21:03.147Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:21:03.147Z] Configure a credential helper to remove this warning. See [2022-04-01T14:21:03.147Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:21:03.147Z] [2022-04-01T14:21:03.147Z] Login Succeeded [2022-04-01T14:21:03.147Z] nexus3.edgexfoundry.org:10002 [2022-04-01T14:21:03.147Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:21:03.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:21:03.409Z] Configure a credential helper to remove this warning. See [2022-04-01T14:21:03.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:21:03.409Z] [2022-04-01T14:21:03.409Z] Login Succeeded [2022-04-01T14:21:03.409Z] nexus3.edgexfoundry.org:10003 [2022-04-01T14:21:03.409Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:21:03.409Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:21:03.409Z] Configure a credential helper to remove this warning. See [2022-04-01T14:21:03.409Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:21:03.409Z] [2022-04-01T14:21:03.409Z] Login Succeeded [2022-04-01T14:21:03.409Z] nexus3.edgexfoundry.org:10004 [2022-04-01T14:21:03.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:21:03.671Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:21:03.671Z] Configure a credential helper to remove this warning. See [2022-04-01T14:21:03.671Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:21:03.671Z] [2022-04-01T14:21:03.671Z] Login Succeeded [2022-04-01T14:21:03.671Z] docker.io [2022-04-01T14:21:03.671Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:21:03.933Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:21:03.933Z] Configure a credential helper to remove this warning. See [2022-04-01T14:21:03.933Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:21:03.933Z] [2022-04-01T14:21:03.933Z] Login Succeeded [2022-04-01T14:21:03.933Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T14:21:03.942Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-01T14:21:04.009Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T14:21:04.020Z] ========================================================= [2022-04-01T14:21:04.020Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-01T14:21:04.020Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:21:04.337Z] + 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-01T14:21:04.598Z] Sending build context to Docker daemon 43.14MB [2022-04-01T14:21:04.598Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T14:21:04.598Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-01T14:21:04.598Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-01T14:21:04.598Z] 59bf1c3509f3: Pulling fs layer [2022-04-01T14:21:04.598Z] 666ba61612fd: Pulling fs layer [2022-04-01T14:21:04.598Z] 8ed8ca486205: Pulling fs layer [2022-04-01T14:21:04.598Z] 4fe6c5a15a65: Pulling fs layer [2022-04-01T14:21:04.598Z] 22a0e8bec74d: Pulling fs layer [2022-04-01T14:21:04.598Z] 640e595b4fbd: Pulling fs layer [2022-04-01T14:21:04.598Z] 763cafe07f6e: Pulling fs layer [2022-04-01T14:21:04.598Z] 0c0b528cf693: Pulling fs layer [2022-04-01T14:21:04.598Z] 10935f4eaf8b: Pulling fs layer [2022-04-01T14:21:04.598Z] 4fe6c5a15a65: Waiting [2022-04-01T14:21:04.598Z] 22a0e8bec74d: Waiting [2022-04-01T14:21:04.598Z] 640e595b4fbd: Waiting [2022-04-01T14:21:04.598Z] 10935f4eaf8b: Waiting [2022-04-01T14:21:04.598Z] 763cafe07f6e: Waiting [2022-04-01T14:21:04.598Z] 8ed8ca486205: Verifying Checksum [2022-04-01T14:21:04.598Z] 8ed8ca486205: Download complete [2022-04-01T14:21:04.598Z] 666ba61612fd: Download complete [2022-04-01T14:21:04.599Z] 22a0e8bec74d: Verifying Checksum [2022-04-01T14:21:04.599Z] 22a0e8bec74d: Download complete [2022-04-01T14:21:04.599Z] 640e595b4fbd: Verifying Checksum [2022-04-01T14:21:04.599Z] 640e595b4fbd: Download complete [2022-04-01T14:21:04.599Z] 59bf1c3509f3: Verifying Checksum [2022-04-01T14:21:04.599Z] 59bf1c3509f3: Download complete [2022-04-01T14:21:04.599Z] 763cafe07f6e: Download complete [2022-04-01T14:21:04.873Z] 0c0b528cf693: Verifying Checksum [2022-04-01T14:21:04.873Z] 0c0b528cf693: Download complete [2022-04-01T14:21:04.873Z] 59bf1c3509f3: Pull complete [2022-04-01T14:21:04.873Z] 666ba61612fd: Pull complete [2022-04-01T14:21:05.134Z] 8ed8ca486205: Pull complete [2022-04-01T14:21:05.395Z] 10935f4eaf8b: Verifying Checksum [2022-04-01T14:21:05.395Z] 10935f4eaf8b: Download complete [2022-04-01T14:21:05.395Z] 4fe6c5a15a65: Verifying Checksum [2022-04-01T14:21:05.395Z] 4fe6c5a15a65: Download complete [2022-04-01T14:21:09.591Z] 4fe6c5a15a65: Pull complete [2022-04-01T14:21:09.591Z] 22a0e8bec74d: Pull complete [2022-04-01T14:21:09.591Z] 640e595b4fbd: Pull complete [2022-04-01T14:21:09.591Z] 763cafe07f6e: Pull complete [2022-04-01T14:21:09.851Z] 0c0b528cf693: Pull complete [2022-04-01T14:21:12.391Z] 10935f4eaf8b: Pull complete [2022-04-01T14:21:12.391Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-01T14:21:12.391Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-01T14:21:12.391Z] ---> 99d49a6021b9 [2022-04-01T14:21:12.391Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T14:21:13.334Z] ---> Running in 916888f7b79b [2022-04-01T14:21:13.334Z] Removing intermediate container 916888f7b79b [2022-04-01T14:21:13.334Z] ---> 61faed219f43 [2022-04-01T14:21:13.334Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T14:21:13.334Z] ---> Running in fc9f6735ca06 [2022-04-01T14:21:13.594Z] Removing intermediate container fc9f6735ca06 [2022-04-01T14:21:13.594Z] ---> 56a31382eb98 [2022-04-01T14:21:13.594Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T14:21:13.594Z] ---> Running in 3276b72e5671 [2022-04-01T14:21:13.594Z] Removing intermediate container 3276b72e5671 [2022-04-01T14:21:13.594Z] ---> 34b023c36ed2 [2022-04-01T14:21:13.594Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-01T14:21:13.594Z] ---> Running in 358b7cdec349 [2022-04-01T14:21:13.854Z] Removing intermediate container 358b7cdec349 [2022-04-01T14:21:13.854Z] ---> 741edcc544ee [2022-04-01T14:21:13.854Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T14:21:13.854Z] ---> Running in a42ba7105b48 [2022-04-01T14:21:13.854Z] Removing intermediate container a42ba7105b48 [2022-04-01T14:21:13.854Z] ---> c926edfb4536 [2022-04-01T14:21:13.854Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T14:21:13.854Z] ---> Running in 17fef37e756d [2022-04-01T14:21:14.426Z] Removing intermediate container 17fef37e756d [2022-04-01T14:21:14.426Z] ---> 8c4f55407e0f [2022-04-01T14:21:14.426Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T14:21:14.426Z] ---> Running in 8c39722590dd [2022-04-01T14:21:14.996Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T14:21:15.566Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T14:21:16.139Z] OK: 221 MiB in 52 packages [2022-04-01T14:21:16.400Z] Removing intermediate container 8c39722590dd [2022-04-01T14:21:16.400Z] ---> 371dd4b9230e [2022-04-01T14:21:16.400Z] Step 10/15 : ENV GO111MODULE=on [2022-04-01T14:21:16.400Z] ---> Running in 8c013e46bd7d [2022-04-01T14:21:16.400Z] Removing intermediate container 8c013e46bd7d [2022-04-01T14:21:16.400Z] ---> b457de8d9e2d [2022-04-01T14:21:16.400Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T14:21:16.661Z] ---> Running in e5c4681faa97 [2022-04-01T14:21:16.661Z] Removing intermediate container e5c4681faa97 [2022-04-01T14:21:16.661Z] ---> d115d3cd3df2 [2022-04-01T14:21:16.661Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-01T14:21:16.661Z] ---> 3da69a81c648 [2022-04-01T14:21:16.661Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T14:21:16.921Z] ---> Running in f747314aa298 [2022-04-01T14:21:17.781Z] Still waiting to schedule task [2022-04-01T14:21:17.781Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-01T14:21:38.879Z] Removing intermediate container f747314aa298 [2022-04-01T14:21:38.879Z] ---> a1f97ac6d8c0 [2022-04-01T14:21:38.879Z] Step 14/15 : COPY . . [2022-04-01T14:21:38.879Z] ---> bd0be323bee0 [2022-04-01T14:21:38.879Z] Step 15/15 : RUN ${MAKE} [2022-04-01T14:21:38.879Z] ---> Running in a3ebd2b7c452 [2022-04-01T14:21:38.879Z] noop [2022-04-01T14:21:38.879Z] Removing intermediate container a3ebd2b7c452 [2022-04-01T14:21:38.879Z] ---> 48648a3a638b [2022-04-01T14:21:38.879Z] Successfully built 48648a3a638b [2022-04-01T14:21:38.879Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:21:39.173Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-01T14:21:39.173Z] . [Pipeline] withDockerContainer [2022-04-01T14:21:39.241Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:21:39.283Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat [2022-04-01T14:21:39.661Z] $ docker top 31e7f53ef6acff2a3dfe58dc639c26fcd0f34076e6041d6f016df5abcbe41169 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T14:21:40.011Z] + go version [2022-04-01T14:21:40.011Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-01T14:21:40.029Z] $ docker stop --time=1 31e7f53ef6acff2a3dfe58dc639c26fcd0f34076e6041d6f016df5abcbe41169 [2022-04-01T14:21:41.402Z] $ docker rm -f 31e7f53ef6acff2a3dfe58dc639c26fcd0f34076e6041d6f016df5abcbe41169 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:21:41.810Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-01T14:21:41.810Z] . [Pipeline] withDockerContainer [2022-04-01T14:21:41.875Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:21:41.915Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** ci-base-image-x86_64 cat [2022-04-01T14:21:42.298Z] $ docker top 6f0caf37b23805978d4d6a15ca895ba53d2185358415404e2e0674e9c4ab4285 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-01T14:21:42.659Z] + make test [2022-04-01T14:21:42.659Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-01T14:21:42.918Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-01T14:21:48.200Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-01T14:21:48.200Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-01T14:21:50.803Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-01T14:21:50.803Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-01T14:21:50.817Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-01T14:21:50.833Z] $ docker stop --time=1 6f0caf37b23805978d4d6a15ca895ba53d2185358415404e2e0674e9c4ab4285 [2022-04-01T14:21:52.337Z] $ docker rm -f 6f0caf37b23805978d4d6a15ca895ba53d2185358415404e2e0674e9c4ab4285 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T14:21:52.716Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-01T14:21:52.782Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-01T14:21:53.800Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-01T14:21:54.087Z] + ls -al . [2022-04-01T14:21:54.087Z] total 160 [2022-04-01T14:21:54.087Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 1 14:21 . [2022-04-01T14:21:54.087Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 .. [2022-04-01T14:21:54.087Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 14:20 .git [2022-04-01T14:21:54.087Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:20 .github [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:20 .gitignore [2022-04-01T14:21:54.087Z] drwx------ 3 jenkins jenkins 4096 Apr 1 14:20 .semver [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 14:20 CONTRIBUTING.md [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 1 14:20 Dockerfile [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 14:20 Jenkinsfile [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 14:20 LICENSE [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 1 14:20 Makefile [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 1 14:20 README.md [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 14:21 VERSION [2022-04-01T14:21:54.087Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:20 assets [2022-04-01T14:21:54.087Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:20 bin [2022-04-01T14:21:54.087Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:20 cmd [2022-04-01T14:21:54.087Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 1 14:21 coverage.out [2022-04-01T14:21:54.087Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:20 docs [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 1 14:20 go.mod [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 1 14:20 go.sum [2022-04-01T14:21:54.087Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 1 14:20 internal [2022-04-01T14:21:54.087Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:20 pkg [2022-04-01T14:21:54.087Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 snap [2022-04-01T14:21:54.087Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 testing [2022-04-01T14:21:54.087Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:20 version.go [2022-04-01T14:21:54.087Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:20 web [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:21:54.390Z] + 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=a6a695fe0832c83638180736bbe712fc51e8f859 --label arch=amd64 --label version=2.1.1-dev.18 . [2022-04-01T14:21:54.651Z] Sending build context to Docker daemon 43.14MB [2022-04-01T14:21:54.651Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T14:21:54.651Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-01T14:21:54.651Z] ---> 48648a3a638b [2022-04-01T14:21:54.651Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T14:21:54.651Z] ---> Running in 0026f6ca8564 [2022-04-01T14:21:54.911Z] Removing intermediate container 0026f6ca8564 [2022-04-01T14:21:54.911Z] ---> 53ed7e4954ea [2022-04-01T14:21:54.911Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T14:21:54.911Z] ---> Running in 7db84872b73e [2022-04-01T14:21:54.911Z] Removing intermediate container 7db84872b73e [2022-04-01T14:21:54.911Z] ---> b18f549a1f34 [2022-04-01T14:21:54.911Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T14:21:54.911Z] ---> Running in 99236e6af78f [2022-04-01T14:21:55.171Z] Removing intermediate container 99236e6af78f [2022-04-01T14:21:55.171Z] ---> 74a2b483cc60 [2022-04-01T14:21:55.171Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-01T14:21:55.171Z] ---> Running in 1d8ebafdda80 [2022-04-01T14:21:55.171Z] Removing intermediate container 1d8ebafdda80 [2022-04-01T14:21:55.171Z] ---> 4b5b5e2fa863 [2022-04-01T14:21:55.171Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T14:21:55.171Z] ---> Running in 0ed1c6f89967 [2022-04-01T14:21:55.430Z] Removing intermediate container 0ed1c6f89967 [2022-04-01T14:21:55.430Z] ---> cd9339370af9 [2022-04-01T14:21:55.430Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T14:21:55.430Z] ---> Running in 2391f4f0bce1 [2022-04-01T14:21:56.000Z] Removing intermediate container 2391f4f0bce1 [2022-04-01T14:21:56.000Z] ---> 234c945fe4e7 [2022-04-01T14:21:56.000Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T14:21:56.000Z] ---> Running in 3544480f19aa [2022-04-01T14:21:56.260Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-01T14:21:57.202Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-01T14:21:57.461Z] OK: 221 MiB in 52 packages [2022-04-01T14:21:57.722Z] Removing intermediate container 3544480f19aa [2022-04-01T14:21:57.722Z] ---> b7d348260446 [2022-04-01T14:21:57.722Z] Step 10/23 : ENV GO111MODULE=on [2022-04-01T14:21:57.722Z] ---> Running in c3b5c24873d0 [2022-04-01T14:21:57.983Z] Removing intermediate container c3b5c24873d0 [2022-04-01T14:21:57.983Z] ---> 50c126111639 [2022-04-01T14:21:57.983Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T14:21:57.983Z] ---> Running in 464283698b11 [2022-04-01T14:21:57.983Z] Removing intermediate container 464283698b11 [2022-04-01T14:21:57.983Z] ---> 08fc17ca7bca [2022-04-01T14:21:57.983Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-01T14:21:58.242Z] ---> 15c629b02ac4 [2022-04-01T14:21:58.242Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T14:21:58.242Z] ---> Running in eafca0f1cb81 [2022-04-01T14:21:58.816Z] Removing intermediate container eafca0f1cb81 [2022-04-01T14:21:58.816Z] ---> 98ddfc4457df [2022-04-01T14:21:58.816Z] Step 14/23 : COPY . . [2022-04-01T14:21:59.759Z] ---> 98a66f593e08 [2022-04-01T14:21:59.759Z] Step 15/23 : RUN ${MAKE} [2022-04-01T14:21:59.759Z] ---> Running in 10631990a590 [2022-04-01T14:22:00.330Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-04-01T14:22:05.603Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-01T14:22:06.546Z] Removing intermediate container 10631990a590 [2022-04-01T14:22:06.546Z] ---> 93138b4906ec [2022-04-01T14:22:06.546Z] Step 16/23 : FROM alpine:3.14 [2022-04-01T14:22:07.487Z] 3.14: Pulling from library/alpine [2022-04-01T14:22:07.487Z] cfab2db72209: Pulling fs layer [2022-04-01T14:22:07.487Z] cfab2db72209: Verifying Checksum [2022-04-01T14:22:07.487Z] cfab2db72209: Download complete [2022-04-01T14:22:07.747Z] cfab2db72209: Pull complete [2022-04-01T14:22:07.747Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T14:22:07.747Z] Status: Downloaded newer image for alpine:3.14 [2022-04-01T14:22:07.747Z] ---> 84b07dd2d1fd [2022-04-01T14:22:07.747Z] Step 17/23 : EXPOSE 4000 [2022-04-01T14:22:07.747Z] ---> Running in 2d6d738c5ae1 [2022-04-01T14:22:08.006Z] Removing intermediate container 2d6d738c5ae1 [2022-04-01T14:22:08.006Z] ---> 08fdab3d8ae9 [2022-04-01T14:22:08.006Z] 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-01T14:22:08.268Z] ---> e662b669cbdf [2022-04-01T14:22:08.269Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-01T14:22:08.269Z] ---> Running in c266bab23632 [2022-04-01T14:22:08.528Z] Removing intermediate container c266bab23632 [2022-04-01T14:22:08.529Z] ---> 178b3c8c83e4 [2022-04-01T14:22:08.529Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-01T14:22:08.529Z] ---> Running in d43962b43929 [2022-04-01T14:22:08.529Z] Removing intermediate container d43962b43929 [2022-04-01T14:22:08.529Z] ---> 09ec6a701f4d [2022-04-01T14:22:08.529Z] Step 21/23 : LABEL arch=amd64 [2022-04-01T14:22:08.529Z] ---> Running in d07b92d0fcd8 [2022-04-01T14:22:08.789Z] Removing intermediate container d07b92d0fcd8 [2022-04-01T14:22:08.789Z] ---> 6316fb1a6268 [2022-04-01T14:22:08.789Z] Step 22/23 : LABEL git_sha=a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:22:08.789Z] ---> Running in 1d8e1313ae4e [2022-04-01T14:22:08.789Z] Removing intermediate container 1d8e1313ae4e [2022-04-01T14:22:08.789Z] ---> ccd06719aa4f [2022-04-01T14:22:08.789Z] Step 23/23 : LABEL version=2.1.1-dev.18 [2022-04-01T14:22:08.789Z] ---> Running in e68bc13ebedd [2022-04-01T14:22:08.789Z] Removing intermediate container e68bc13ebedd [2022-04-01T14:22:08.789Z] ---> 4d2bfb346a0c [2022-04-01T14:22:08.789Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-01T14:22:09.048Z] Successfully built 4d2bfb346a0c [2022-04-01T14:22:09.048Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T14:22:09.122Z] provisioning config files... [2022-04-01T14:22:09.130Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6241872303771042398tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:22:09.429Z] ---> docker-login.sh [2022-04-01T14:22:09.429Z] nexus3.edgexfoundry.org:10001 [2022-04-01T14:22:09.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:22:09.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:22:09.429Z] Configure a credential helper to remove this warning. See [2022-04-01T14:22:09.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:22:09.429Z] [2022-04-01T14:22:09.429Z] Login Succeeded [2022-04-01T14:22:09.429Z] nexus3.edgexfoundry.org:10002 [2022-04-01T14:22:09.429Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:22:09.429Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:22:09.429Z] Configure a credential helper to remove this warning. See [2022-04-01T14:22:09.429Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:22:09.429Z] [2022-04-01T14:22:09.429Z] Login Succeeded [2022-04-01T14:22:09.429Z] nexus3.edgexfoundry.org:10003 [2022-04-01T14:22:09.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:22:09.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:22:09.689Z] Configure a credential helper to remove this warning. See [2022-04-01T14:22:09.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:22:09.689Z] [2022-04-01T14:22:09.689Z] Login Succeeded [2022-04-01T14:22:09.689Z] nexus3.edgexfoundry.org:10004 [2022-04-01T14:22:09.689Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:22:09.689Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:22:09.689Z] Configure a credential helper to remove this warning. See [2022-04-01T14:22:09.689Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:22:09.689Z] [2022-04-01T14:22:09.689Z] Login Succeeded [2022-04-01T14:22:09.689Z] docker.io [2022-04-01T14:22:09.949Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:22:10.209Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:22:10.209Z] Configure a credential helper to remove this warning. See [2022-04-01T14:22:10.209Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:22:10.209Z] [2022-04-01T14:22:10.209Z] Login Succeeded [2022-04-01T14:22:10.209Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T14:22:10.218Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-01T14:22:10.254Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T14:22:10.276Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2022-04-01T14:22:10.276Z] a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:22:10.276Z] latest [2022-04-01T14:22:10.276Z] 2.1.1-dev.18 [2022-04-01T14:22:10.276Z] a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [2022-04-01T14:22:10.276Z] main [2022-04-01T14:22:10.276Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:10.607Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:10.899Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:22:10.899Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-01T14:22:10.899Z] 1816a86fb166: Preparing [2022-04-01T14:22:10.899Z] 736164617a66: Preparing [2022-04-01T14:22:10.899Z] 736164617a66: Layer already exists [2022-04-01T14:22:12.808Z] 1816a86fb166: Pushed [2022-04-01T14:22:12.808Z] a6a695fe0832c83638180736bbe712fc51e8f859: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:13.103Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:13.401Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2022-04-01T14:22:13.402Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-01T14:22:13.402Z] 1816a86fb166: Preparing [2022-04-01T14:22:13.402Z] 736164617a66: Preparing [2022-04-01T14:22:13.402Z] 1816a86fb166: Layer already exists [2022-04-01T14:22:13.402Z] 736164617a66: Layer already exists [2022-04-01T14:22:13.402Z] latest: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:13.699Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:13.991Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.18 [2022-04-01T14:22:13.991Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-01T14:22:13.991Z] 1816a86fb166: Preparing [2022-04-01T14:22:13.991Z] 736164617a66: Preparing [2022-04-01T14:22:13.991Z] 1816a86fb166: Layer already exists [2022-04-01T14:22:13.991Z] 736164617a66: Layer already exists [2022-04-01T14:22:13.991Z] 2.1.1-dev.18: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:14.290Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:14.582Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [2022-04-01T14:22:14.582Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-01T14:22:14.582Z] 1816a86fb166: Preparing [2022-04-01T14:22:14.582Z] 736164617a66: Preparing [2022-04-01T14:22:14.582Z] 736164617a66: Layer already exists [2022-04-01T14:22:14.582Z] 1816a86fb166: Layer already exists [2022-04-01T14:22:14.582Z] a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:14.883Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:15.181Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main [2022-04-01T14:22:15.181Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-01T14:22:15.181Z] 1816a86fb166: Preparing [2022-04-01T14:22:15.181Z] 736164617a66: Preparing [2022-04-01T14:22:15.181Z] 736164617a66: Layer already exists [2022-04-01T14:22:15.181Z] 1816a86fb166: Layer already exists [2022-04-01T14:22:15.181Z] main: digest: sha256:ac640016a5d89965c5fbe7fdf73723bcd38907c3e3cdc8a3bd75806db80b5f41 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-01T14:22:15.215Z] ===================================================== [Pipeline] echo [2022-04-01T14:22:15.223Z] taggedImages: [2022-04-01T14:22:15.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:22:15.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2022-04-01T14:22:15.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.18 [2022-04-01T14:22:15.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [2022-04-01T14:22:15.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [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-01T14:22:15.598Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T14:22:15.598Z] [2022-04-01T14:22:15.598Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:22:15.900Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T14:22:15.901Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-01T14:22:15.901Z] 5eb5b503b376: Pulling fs layer [2022-04-01T14:22:15.901Z] 5c69ac0246d0: Pulling fs layer [2022-04-01T14:22:15.901Z] ec43610c2a17: Pulling fs layer [2022-04-01T14:22:15.901Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-01T14:22:15.901Z] 33b1e0a273af: Pulling fs layer [2022-04-01T14:22:15.901Z] 5d3b04190fa2: Pulling fs layer [2022-04-01T14:22:15.901Z] 2f39f015ded8: Pulling fs layer [2022-04-01T14:22:15.901Z] 5d3b04190fa2: Waiting [2022-04-01T14:22:15.901Z] 3a2ae6a8a46f: Waiting [2022-04-01T14:22:15.901Z] 2f39f015ded8: Waiting [2022-04-01T14:22:15.901Z] 33b1e0a273af: Waiting [2022-04-01T14:22:15.901Z] 5c69ac0246d0: Verifying Checksum [2022-04-01T14:22:15.901Z] 5c69ac0246d0: Download complete [2022-04-01T14:22:15.901Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-01T14:22:15.901Z] 3a2ae6a8a46f: Download complete [2022-04-01T14:22:15.901Z] 33b1e0a273af: Verifying Checksum [2022-04-01T14:22:15.901Z] 33b1e0a273af: Download complete [2022-04-01T14:22:16.161Z] ec43610c2a17: Verifying Checksum [2022-04-01T14:22:16.161Z] ec43610c2a17: Download complete [2022-04-01T14:22:16.161Z] 5d3b04190fa2: Download complete [2022-04-01T14:22:16.161Z] 5eb5b503b376: Verifying Checksum [2022-04-01T14:22:16.161Z] 5eb5b503b376: Download complete [2022-04-01T14:22:16.729Z] 2f39f015ded8: Verifying Checksum [2022-04-01T14:22:16.729Z] 2f39f015ded8: Download complete [2022-04-01T14:22:17.299Z] 5eb5b503b376: Pull complete [2022-04-01T14:22:17.558Z] 5c69ac0246d0: Pull complete [2022-04-01T14:22:17.817Z] ec43610c2a17: Pull complete [2022-04-01T14:22:17.817Z] 3a2ae6a8a46f: Pull complete [2022-04-01T14:22:18.077Z] 33b1e0a273af: Pull complete [2022-04-01T14:22:18.337Z] 5d3b04190fa2: Pull complete [2022-04-01T14:22:22.534Z] 2f39f015ded8: Pull complete [2022-04-01T14:22:22.535Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-01T14:22:22.535Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T14:22:22.535Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-01T14:22:22.593Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:22:22.633Z] $ 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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-01T14:22:24.306Z] $ docker top 356fdcae5be370cc211886673ddf2a56b1989cfb62d48b05a30a185a05e7cee5 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:22:24.691Z] ---> job-cost.sh [2022-04-01T14:22:24.691Z] lf-activate-venv: SKIPPING [2022-04-01T14:22:24.691Z] INFO: No Stack... [2022-04-01T14:22:24.951Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-01T14:22:25.522Z] INFO: Archiving Costs [Pipeline] sh [2022-04-01T14:22:25.813Z] + cut -d, -f6 [2022-04-01T14:22:25.813Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv [Pipeline] lock [2022-04-01T14:22:25.830Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [2022-04-01T14:22:25.836Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] did not exist. Created. [2022-04-01T14:22:25.836Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-01T14:22:26.149Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-01T14:22:26.206Z] Stashed 1 file(s) [Pipeline] } [2022-04-01T14:22:26.213Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-01T14:22:26.237Z] $ docker stop --time=1 356fdcae5be370cc211886673ddf2a56b1989cfb62d48b05a30a185a05e7cee5 [2022-04-01T14:22:27.410Z] $ docker rm -f 356fdcae5be370cc211886673ddf2a56b1989cfb62d48b05a30a185a05e7cee5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-01T14:22:58.650Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10456 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2022-04-01T14:22:58.663Z] Running in /w/workspace/edgex-ui-go/57 [Pipeline] { [Pipeline] checkout [2022-04-01T14:22:59.064Z] The recommended git tool is: git [2022-04-01T14:23:05.950Z] using credential edgex-jenkins-ssh [2022-04-01T14:23:05.969Z] Cloning the remote Git repository [2022-04-01T14:23:06.039Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-01T14:23:06.115Z] > git init /w/workspace/edgex-ui-go/57 # timeout=10 [2022-04-01T14:23:06.208Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-01T14:23:06.209Z] > git --version # timeout=10 [2022-04-01T14:23:06.227Z] > git --version # 'git version 2.25.1' [2022-04-01T14:23:06.229Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-01T14:23:06.442Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T14:23:09.812Z] Avoid second fetch [2022-04-01T14:23:09.813Z] Checking out Revision a6a695fe0832c83638180736bbe712fc51e8f859 (main) [2022-04-01T14:23:09.777Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-04-01T14:23:09.800Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-01T14:23:09.838Z] > git config core.sparsecheckout # timeout=10 [2022-04-01T14:23:09.854Z] > git checkout -f a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 [2022-04-01T14:23:14.317Z] Commit message: "Merge pull request #507 from badboy-huaqiao/issue-#462" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T14:23:15.272Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-01T14:23:15.272Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-01T14:23:15.272Z] Dload Upload Total Spent Left Speed [2022-04-01T14:23:15.272Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 47183 0 --:--:-- --:--:-- --:--:-- 47183 [Pipeline] sh [2022-04-01T14:23:15.779Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-01T14:23:16.125Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-01T14:23:16.125Z] + sudo tee /etc/docker/daemon.new [2022-04-01T14:23:16.125Z] { [2022-04-01T14:23:16.125Z] "registry-mirrors": [ [2022-04-01T14:23:16.125Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-01T14:23:16.125Z] ], [2022-04-01T14:23:16.125Z] "bip": "10.250.0.254/24", [2022-04-01T14:23:16.125Z] "hosts": [ [2022-04-01T14:23:16.125Z] "tcp://0.0.0.0:5555", [2022-04-01T14:23:16.125Z] "unix:///var/run/docker.sock" [2022-04-01T14:23:16.125Z] ], [2022-04-01T14:23:16.125Z] "mtu": 1458, [2022-04-01T14:23:16.125Z] "selinux-enabled": true, [2022-04-01T14:23:16.125Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-01T14:23:16.125Z] } [Pipeline] sh [2022-04-01T14:23:16.493Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-01T14:23:16.841Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T14:23:35.202Z] provisioning config files... [2022-04-01T14:23:35.294Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config8906055548866254962tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:23:35.692Z] ---> docker-login.sh [2022-04-01T14:23:35.692Z] nexus3.edgexfoundry.org:10001 [2022-04-01T14:23:36.295Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:23:36.571Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:23:36.571Z] Configure a credential helper to remove this warning. See [2022-04-01T14:23:36.571Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:23:36.571Z] [2022-04-01T14:23:36.571Z] Login Succeeded [2022-04-01T14:23:36.571Z] nexus3.edgexfoundry.org:10002 [2022-04-01T14:23:36.844Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:23:37.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:23:37.120Z] Configure a credential helper to remove this warning. See [2022-04-01T14:23:37.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:23:37.120Z] [2022-04-01T14:23:37.120Z] Login Succeeded [2022-04-01T14:23:37.120Z] nexus3.edgexfoundry.org:10003 [2022-04-01T14:23:37.396Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:23:37.396Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:23:37.396Z] Configure a credential helper to remove this warning. See [2022-04-01T14:23:37.396Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:23:37.396Z] [2022-04-01T14:23:37.396Z] Login Succeeded [2022-04-01T14:23:37.396Z] nexus3.edgexfoundry.org:10004 [2022-04-01T14:23:37.679Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:23:37.954Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:23:37.954Z] Configure a credential helper to remove this warning. See [2022-04-01T14:23:37.954Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:23:37.954Z] [2022-04-01T14:23:37.954Z] Login Succeeded [2022-04-01T14:23:37.954Z] docker.io [2022-04-01T14:23:38.227Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:23:38.833Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:23:38.833Z] Configure a credential helper to remove this warning. See [2022-04-01T14:23:38.833Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:23:38.833Z] [2022-04-01T14:23:38.833Z] Login Succeeded [2022-04-01T14:23:38.833Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T14:23:38.851Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-01T14:23:39.291Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T14:23:39.302Z] ========================================================= [2022-04-01T14:23:39.302Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-01T14:23:39.302Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:23:39.707Z] + 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-01T14:23:40.687Z] Sending build context to Docker daemon 27.06MB [2022-04-01T14:23:40.687Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T14:23:40.687Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-01T14:23:40.687Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-01T14:23:40.687Z] 9b3977197b4f: Pulling fs layer [2022-04-01T14:23:40.687Z] 1a89e8eeedd5: Pulling fs layer [2022-04-01T14:23:40.687Z] 94645a83ff95: Pulling fs layer [2022-04-01T14:23:40.687Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-01T14:23:40.687Z] 0c92f367c5e7: Pulling fs layer [2022-04-01T14:23:40.687Z] f7c0051592d6: Pulling fs layer [2022-04-01T14:23:40.687Z] 3f3a8bcf1eab: Waiting [2022-04-01T14:23:40.687Z] 0c92f367c5e7: Waiting [2022-04-01T14:23:40.687Z] a227ed2f7395: Pulling fs layer [2022-04-01T14:23:40.687Z] 7b1c46037f91: Pulling fs layer [2022-04-01T14:23:40.687Z] f7c0051592d6: Waiting [2022-04-01T14:23:40.687Z] a227ed2f7395: Waiting [2022-04-01T14:23:40.687Z] 7b1c46037f91: Waiting [2022-04-01T14:23:40.687Z] 94645a83ff95: Download complete [2022-04-01T14:23:40.966Z] 1a89e8eeedd5: Verifying Checksum [2022-04-01T14:23:40.966Z] 1a89e8eeedd5: Download complete [2022-04-01T14:23:40.966Z] 0c92f367c5e7: Verifying Checksum [2022-04-01T14:23:40.966Z] 0c92f367c5e7: Download complete [2022-04-01T14:23:40.966Z] 9b3977197b4f: Download complete [2022-04-01T14:23:40.966Z] f7c0051592d6: Verifying Checksum [2022-04-01T14:23:40.966Z] f7c0051592d6: Download complete [2022-04-01T14:23:40.966Z] a227ed2f7395: Verifying Checksum [2022-04-01T14:23:40.966Z] a227ed2f7395: Download complete [2022-04-01T14:23:41.565Z] 9b3977197b4f: Pull complete [2022-04-01T14:23:42.172Z] 1a89e8eeedd5: Pull complete [2022-04-01T14:23:42.449Z] 94645a83ff95: Pull complete [2022-04-01T14:23:42.725Z] 7b1c46037f91: Verifying Checksum [2022-04-01T14:23:42.725Z] 7b1c46037f91: Download complete [2022-04-01T14:23:43.323Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-01T14:23:43.323Z] 3f3a8bcf1eab: Download complete [2022-04-01T14:23:55.749Z] 3f3a8bcf1eab: Pull complete [2022-04-01T14:23:55.749Z] 0c92f367c5e7: Pull complete [2022-04-01T14:23:55.749Z] f7c0051592d6: Pull complete [2022-04-01T14:23:56.025Z] a227ed2f7395: Pull complete [2022-04-01T14:24:02.754Z] 7b1c46037f91: Pull complete [2022-04-01T14:24:02.754Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-01T14:24:02.754Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-01T14:24:02.754Z] ---> f79e39bc4007 [2022-04-01T14:24:02.754Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T14:24:03.777Z] ---> Running in 9ce214bc0038 [2022-04-01T14:24:04.052Z] Removing intermediate container 9ce214bc0038 [2022-04-01T14:24:04.052Z] ---> 4b6f4cd58158 [2022-04-01T14:24:04.052Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T14:24:04.052Z] ---> Running in e181ab2e2de5 [2022-04-01T14:24:04.325Z] Removing intermediate container e181ab2e2de5 [2022-04-01T14:24:04.326Z] ---> 6be743af02ef [2022-04-01T14:24:04.326Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T14:24:04.326Z] ---> Running in 710e0991c1d1 [2022-04-01T14:24:04.605Z] Removing intermediate container 710e0991c1d1 [2022-04-01T14:24:04.605Z] ---> 1245cab2b786 [2022-04-01T14:24:04.605Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-01T14:24:04.605Z] ---> Running in 3bc1b18236ac [2022-04-01T14:24:04.882Z] Removing intermediate container 3bc1b18236ac [2022-04-01T14:24:04.882Z] ---> 4197c2fb54f4 [2022-04-01T14:24:04.882Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T14:24:05.161Z] ---> Running in c2cf909ee7e6 [2022-04-01T14:24:05.436Z] Removing intermediate container c2cf909ee7e6 [2022-04-01T14:24:05.436Z] ---> 5a3def40c915 [2022-04-01T14:24:05.436Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T14:24:05.436Z] ---> Running in f2699dff16d8 [2022-04-01T14:24:07.415Z] Removing intermediate container f2699dff16d8 [2022-04-01T14:24:07.415Z] ---> 0a37dbc44282 [2022-04-01T14:24:07.415Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T14:24:07.415Z] ---> Running in 119f58945617 [2022-04-01T14:24:08.013Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T14:24:08.991Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T14:24:10.456Z] OK: 220 MiB in 52 packages [2022-04-01T14:24:12.472Z] Removing intermediate container 119f58945617 [2022-04-01T14:24:12.472Z] ---> 1a100148f6f3 [2022-04-01T14:24:12.472Z] Step 10/15 : ENV GO111MODULE=on [2022-04-01T14:24:12.472Z] ---> Running in 202b9cc4f60b [2022-04-01T14:24:13.453Z] Removing intermediate container 202b9cc4f60b [2022-04-01T14:24:13.453Z] ---> a82418476162 [2022-04-01T14:24:13.453Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T14:24:13.453Z] ---> Running in 0678369db830 [2022-04-01T14:24:13.731Z] Removing intermediate container 0678369db830 [2022-04-01T14:24:13.731Z] ---> 11d6ec3efa0c [2022-04-01T14:24:13.731Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-01T14:24:14.333Z] ---> b84b27fa9036 [2022-04-01T14:24:14.333Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T14:24:14.617Z] ---> Running in a0a17b526167 [2022-04-01T14:25:36.428Z] Removing intermediate container a0a17b526167 [2022-04-01T14:25:36.428Z] ---> 9bd0317d6ae4 [2022-04-01T14:25:36.428Z] Step 14/15 : COPY . . [2022-04-01T14:25:36.428Z] ---> 224d359d9c52 [2022-04-01T14:25:36.428Z] Step 15/15 : RUN ${MAKE} [2022-04-01T14:25:36.428Z] ---> Running in 07404185d646 [2022-04-01T14:25:36.428Z] noop [2022-04-01T14:25:36.428Z] Removing intermediate container 07404185d646 [2022-04-01T14:25:36.428Z] ---> 1d1a5cca5f6f [2022-04-01T14:25:36.428Z] Successfully built 1d1a5cca5f6f [2022-04-01T14:25:36.428Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:25:36.775Z] + docker inspect -f . ci-base-image-arm64 [2022-04-01T14:25:36.775Z] . [Pipeline] withDockerContainer [2022-04-01T14:25:37.019Z] prd-ubuntu20.04-docker-arm64-4c-16g-10456 does not seem to be running inside a container [2022-04-01T14:25:37.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** ci-base-image-arm64 cat [2022-04-01T14:25:38.368Z] $ docker top b1aca4ad797ddc1837490cb55121f639054c67397bf8febe3412e765b50165b0 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T14:25:39.261Z] + go version [2022-04-01T14:25:39.261Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-01T14:25:39.291Z] $ docker stop --time=1 b1aca4ad797ddc1837490cb55121f639054c67397bf8febe3412e765b50165b0 [2022-04-01T14:25:40.907Z] $ docker rm -f b1aca4ad797ddc1837490cb55121f639054c67397bf8febe3412e765b50165b0 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:25:41.521Z] + docker inspect -f . ci-base-image-arm64 [2022-04-01T14:25:41.521Z] . [Pipeline] withDockerContainer [2022-04-01T14:25:41.734Z] prd-ubuntu20.04-docker-arm64-4c-16g-10456 does not seem to be running inside a container [2022-04-01T14:25:41.816Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** ci-base-image-arm64 cat [2022-04-01T14:25:43.041Z] $ docker top 9694daf8104c044f45be1e73480e9f1cc901fba5c14a38028eddfd12ae0c9076 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-01T14:25:43.953Z] + make test [2022-04-01T14:25:43.953Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-01T14:25:45.396Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-01T14:26:24.473Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-01T14:26:24.473Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-01T14:26:39.571Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-01T14:26:39.571Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-01T14:26:39.594Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-01T14:26:39.614Z] $ docker stop --time=1 9694daf8104c044f45be1e73480e9f1cc901fba5c14a38028eddfd12ae0c9076 [2022-04-01T14:26:41.353Z] $ docker rm -f 9694daf8104c044f45be1e73480e9f1cc901fba5c14a38028eddfd12ae0c9076 [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T14:26:42.111Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-01T14:26:42.133Z] Warning: overwriting stash ‘coverage-report’ [2022-04-01T14:26:42.687Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-01T14:26:43.085Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-01T14:26:43.423Z] + ls -al . [2022-04-01T14:26:43.423Z] total 156 [2022-04-01T14:26:43.423Z] drwxrwxr-x 13 jenkins jenkins 4096 Apr 1 14:25 . [2022-04-01T14:26:43.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 .. [2022-04-01T14:26:43.423Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 1 14:23 .git [2022-04-01T14:26:43.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:23 .github [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:23 .gitignore [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 1 14:23 CONTRIBUTING.md [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 1 14:23 Dockerfile [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 1 14:23 Jenkinsfile [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 1 14:23 LICENSE [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 1 14:23 Makefile [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 1 14:23 README.md [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 1 14:21 VERSION [2022-04-01T14:26:43.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:23 assets [2022-04-01T14:26:43.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:23 bin [2022-04-01T14:26:43.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:23 cmd [2022-04-01T14:26:43.423Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 1 14:25 coverage.out [2022-04-01T14:26:43.423Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 1 14:23 docs [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 1 14:23 go.mod [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 1 14:23 go.sum [2022-04-01T14:26:43.423Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 1 14:23 internal [2022-04-01T14:26:43.423Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 1 14:23 pkg [2022-04-01T14:26:43.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 snap [2022-04-01T14:26:43.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 testing [2022-04-01T14:26:43.423Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 1 14:23 version.go [2022-04-01T14:26:43.423Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 1 14:23 web [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:26:43.778Z] + 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=a6a695fe0832c83638180736bbe712fc51e8f859 --label arch=arm64 --label version=2.1.1-dev.18 . [2022-04-01T14:26:44.759Z] Sending build context to Docker daemon 27.06MB [2022-04-01T14:26:44.760Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-01T14:26:44.760Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-01T14:26:44.760Z] ---> 1d1a5cca5f6f [2022-04-01T14:26:44.760Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-01T14:26:45.037Z] ---> Running in 849277fbbf79 [2022-04-01T14:26:45.312Z] Removing intermediate container 849277fbbf79 [2022-04-01T14:26:45.312Z] ---> f987f0c0735a [2022-04-01T14:26:45.312Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-01T14:26:45.312Z] ---> Running in 7c6dd3111aeb [2022-04-01T14:26:45.594Z] Removing intermediate container 7c6dd3111aeb [2022-04-01T14:26:45.594Z] ---> 5958f7e4e11a [2022-04-01T14:26:45.594Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-01T14:26:45.594Z] ---> Running in b64b67c23e55 [2022-04-01T14:26:46.198Z] Removing intermediate container b64b67c23e55 [2022-04-01T14:26:46.198Z] ---> c3ad3f835cf7 [2022-04-01T14:26:46.198Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-01T14:26:46.198Z] ---> Running in db1b2d5f5a46 [2022-04-01T14:26:46.473Z] Removing intermediate container db1b2d5f5a46 [2022-04-01T14:26:46.473Z] ---> 4830a016155e [2022-04-01T14:26:46.473Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-01T14:26:46.473Z] ---> Running in b7556eadf1df [2022-04-01T14:26:46.752Z] Removing intermediate container b7556eadf1df [2022-04-01T14:26:46.752Z] ---> b63753840e6d [2022-04-01T14:26:46.752Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-01T14:26:46.752Z] ---> Running in 2e78f02974a6 [2022-04-01T14:26:48.732Z] Removing intermediate container 2e78f02974a6 [2022-04-01T14:26:48.732Z] ---> f50b498e13ad [2022-04-01T14:26:48.732Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-01T14:26:48.732Z] ---> Running in 292bd6509127 [2022-04-01T14:26:49.327Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-01T14:26:50.304Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-01T14:26:51.296Z] OK: 220 MiB in 52 packages [2022-04-01T14:26:51.895Z] Removing intermediate container 292bd6509127 [2022-04-01T14:26:51.895Z] ---> 9cb52a9cec3d [2022-04-01T14:26:51.895Z] Step 10/23 : ENV GO111MODULE=on [2022-04-01T14:26:51.895Z] ---> Running in 28e157bfca53 [2022-04-01T14:26:52.168Z] Removing intermediate container 28e157bfca53 [2022-04-01T14:26:52.168Z] ---> 43096125dc6c [2022-04-01T14:26:52.168Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-01T14:26:52.441Z] ---> Running in a06810409e71 [2022-04-01T14:26:52.717Z] Removing intermediate container a06810409e71 [2022-04-01T14:26:52.717Z] ---> a1a5e794ba90 [2022-04-01T14:26:52.717Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-01T14:26:53.320Z] ---> 954ef18eafa9 [2022-04-01T14:26:53.320Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-01T14:26:53.320Z] ---> Running in 42d42e66e7bb [2022-04-01T14:26:55.298Z] Removing intermediate container 42d42e66e7bb [2022-04-01T14:26:55.298Z] ---> 55b40b76f027 [2022-04-01T14:26:55.298Z] Step 14/23 : COPY . . [2022-04-01T14:26:58.685Z] ---> 3e5d7117ff07 [2022-04-01T14:26:58.685Z] Step 15/23 : RUN ${MAKE} [2022-04-01T14:26:58.685Z] ---> Running in a5ea2414dc7d [2022-04-01T14:26:59.666Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.18" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-04-01T14:27:32.050Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-01T14:27:34.677Z] Removing intermediate container a5ea2414dc7d [2022-04-01T14:27:34.677Z] ---> ffd195d01d09 [2022-04-01T14:27:34.677Z] Step 16/23 : FROM alpine:3.14 [2022-04-01T14:27:35.654Z] 3.14: Pulling from library/alpine [2022-04-01T14:27:35.654Z] 810d54c7e01b: Pulling fs layer [2022-04-01T14:27:35.929Z] 810d54c7e01b: Verifying Checksum [2022-04-01T14:27:35.929Z] 810d54c7e01b: Download complete [2022-04-01T14:27:36.538Z] 810d54c7e01b: Pull complete [2022-04-01T14:27:36.538Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-01T14:27:36.538Z] Status: Downloaded newer image for alpine:3.14 [2022-04-01T14:27:36.538Z] ---> cc3d11fa2d52 [2022-04-01T14:27:36.538Z] Step 17/23 : EXPOSE 4000 [2022-04-01T14:27:36.538Z] ---> Running in 3af49bcefc69 [2022-04-01T14:27:36.813Z] Removing intermediate container 3af49bcefc69 [2022-04-01T14:27:36.813Z] ---> b52249601edb [2022-04-01T14:27:36.813Z] 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-01T14:27:38.254Z] ---> 0708ad20bdd2 [2022-04-01T14:27:38.254Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-01T14:27:38.254Z] ---> Running in 6b9a706244bb [2022-04-01T14:27:38.531Z] Removing intermediate container 6b9a706244bb [2022-04-01T14:27:38.531Z] ---> 38bc90c9cfec [2022-04-01T14:27:38.531Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-01T14:27:38.531Z] ---> Running in 55352604768c [2022-04-01T14:27:38.812Z] Removing intermediate container 55352604768c [2022-04-01T14:27:38.812Z] ---> 243da4acc062 [2022-04-01T14:27:38.812Z] Step 21/23 : LABEL arch=arm64 [2022-04-01T14:27:39.090Z] ---> Running in bf92e621443a [2022-04-01T14:27:39.378Z] Removing intermediate container bf92e621443a [2022-04-01T14:27:39.378Z] ---> 63bfccfaaeb0 [2022-04-01T14:27:39.378Z] Step 22/23 : LABEL git_sha=a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:27:39.378Z] ---> Running in 3b7e27324d9b [2022-04-01T14:27:39.653Z] Removing intermediate container 3b7e27324d9b [2022-04-01T14:27:39.653Z] ---> 5bc854670903 [2022-04-01T14:27:39.653Z] Step 23/23 : LABEL version=2.1.1-dev.18 [2022-04-01T14:27:39.653Z] ---> Running in 74fc7bf83c46 [2022-04-01T14:27:39.928Z] Removing intermediate container 74fc7bf83c46 [2022-04-01T14:27:39.928Z] ---> cf494359efb1 [2022-04-01T14:27:39.928Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-01T14:27:40.204Z] Successfully built cf494359efb1 [2022-04-01T14:27:40.204Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T14:27:40.323Z] provisioning config files... [2022-04-01T14:27:40.343Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/57@tmp/config5337445995334007267tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:27:40.703Z] ---> docker-login.sh [2022-04-01T14:27:40.704Z] nexus3.edgexfoundry.org:10001 [2022-04-01T14:27:40.976Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:27:40.976Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:27:40.976Z] Configure a credential helper to remove this warning. See [2022-04-01T14:27:40.976Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:27:40.976Z] [2022-04-01T14:27:40.976Z] Login Succeeded [2022-04-01T14:27:40.976Z] nexus3.edgexfoundry.org:10002 [2022-04-01T14:27:41.572Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:27:41.572Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:27:41.572Z] Configure a credential helper to remove this warning. See [2022-04-01T14:27:41.573Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:27:41.573Z] [2022-04-01T14:27:41.573Z] Login Succeeded [2022-04-01T14:27:41.573Z] nexus3.edgexfoundry.org:10003 [2022-04-01T14:27:41.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:27:42.120Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:27:42.120Z] Configure a credential helper to remove this warning. See [2022-04-01T14:27:42.120Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:27:42.120Z] [2022-04-01T14:27:42.120Z] Login Succeeded [2022-04-01T14:27:42.120Z] nexus3.edgexfoundry.org:10004 [2022-04-01T14:27:42.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:27:42.394Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:27:42.394Z] Configure a credential helper to remove this warning. See [2022-04-01T14:27:42.394Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:27:42.394Z] [2022-04-01T14:27:42.394Z] Login Succeeded [2022-04-01T14:27:42.394Z] docker.io [2022-04-01T14:27:42.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-01T14:27:43.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-01T14:27:43.265Z] Configure a credential helper to remove this warning. See [2022-04-01T14:27:43.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-01T14:27:43.265Z] [2022-04-01T14:27:43.265Z] Login Succeeded [2022-04-01T14:27:43.265Z] ---> docker-login.sh ends [Pipeline] } [2022-04-01T14:27:43.284Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-01T14:27:43.323Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-01T14:27:43.346Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2022-04-01T14:27:43.346Z] a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:27:43.346Z] latest [2022-04-01T14:27:43.346Z] 2.1.1-dev.18 [2022-04-01T14:27:43.346Z] a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [2022-04-01T14:27:43.346Z] main [2022-04-01T14:27:43.346Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:44.036Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:44.377Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:27:44.377Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-01T14:27:44.377Z] a8625eed67aa: Preparing [2022-04-01T14:27:44.377Z] b94faa188151: Preparing [2022-04-01T14:27:44.378Z] b94faa188151: Layer already exists [2022-04-01T14:27:49.783Z] a8625eed67aa: Pushed [2022-04-01T14:27:49.783Z] a6a695fe0832c83638180736bbe712fc51e8f859: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:50.136Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:50.481Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2022-04-01T14:27:50.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-01T14:27:50.481Z] a8625eed67aa: Preparing [2022-04-01T14:27:50.481Z] b94faa188151: Preparing [2022-04-01T14:27:50.481Z] b94faa188151: Layer already exists [2022-04-01T14:27:50.481Z] a8625eed67aa: Layer already exists [2022-04-01T14:27:50.754Z] latest: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:51.106Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:51.452Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.18 [2022-04-01T14:27:51.452Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-01T14:27:51.452Z] a8625eed67aa: Preparing [2022-04-01T14:27:51.452Z] b94faa188151: Preparing [2022-04-01T14:27:51.452Z] a8625eed67aa: Layer already exists [2022-04-01T14:27:51.452Z] b94faa188151: Layer already exists [2022-04-01T14:27:51.724Z] 2.1.1-dev.18: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:52.076Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:52.421Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [2022-04-01T14:27:52.421Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-01T14:27:52.421Z] a8625eed67aa: Preparing [2022-04-01T14:27:52.421Z] b94faa188151: Preparing [2022-04-01T14:27:52.421Z] b94faa188151: Layer already exists [2022-04-01T14:27:52.421Z] a8625eed67aa: Layer already exists [2022-04-01T14:27:52.693Z] a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:53.043Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:53.388Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [2022-04-01T14:27:53.388Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-01T14:27:53.388Z] a8625eed67aa: Preparing [2022-04-01T14:27:53.388Z] b94faa188151: Preparing [2022-04-01T14:27:53.388Z] a8625eed67aa: Layer already exists [2022-04-01T14:27:53.388Z] b94faa188151: Layer already exists [2022-04-01T14:27:53.663Z] main: digest: sha256:dd7f3e45095e6d9def9ac89dd29ac03cd98b93e34ff23a5914c2b38a078d9cc4 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-01T14:27:53.714Z] ===================================================== [Pipeline] echo [2022-04-01T14:27:53.723Z] taggedImages: [2022-04-01T14:27:53.723Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859 [2022-04-01T14:27:53.723Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2022-04-01T14:27:53.723Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.18 [2022-04-01T14:27:53.723Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:a6a695fe0832c83638180736bbe712fc51e8f859-2.1.1-dev.18 [2022-04-01T14:27:53.723Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:54.091Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T14:27:54.091Z] [2022-04-01T14:27:54.091Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:27:54.443Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T14:27:54.719Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-01T14:27:54.719Z] 8998bd30e6a1: Pulling fs layer [2022-04-01T14:27:54.719Z] 04944245beec: Pulling fs layer [2022-04-01T14:27:54.719Z] 699f458cf7ca: Pulling fs layer [2022-04-01T14:27:54.719Z] 765212b225bb: Pulling fs layer [2022-04-01T14:27:54.719Z] f23df028b6ca: Pulling fs layer [2022-04-01T14:27:54.719Z] d65c8cfc05b1: Pulling fs layer [2022-04-01T14:27:54.719Z] 2437ff75d9bd: Pulling fs layer [2022-04-01T14:27:54.719Z] 765212b225bb: Waiting [2022-04-01T14:27:54.719Z] f23df028b6ca: Waiting [2022-04-01T14:27:54.719Z] d65c8cfc05b1: Waiting [2022-04-01T14:27:54.719Z] 2437ff75d9bd: Waiting [2022-04-01T14:27:54.719Z] 04944245beec: Verifying Checksum [2022-04-01T14:27:54.719Z] 04944245beec: Download complete [2022-04-01T14:27:54.719Z] 765212b225bb: Verifying Checksum [2022-04-01T14:27:54.719Z] 765212b225bb: Download complete [2022-04-01T14:27:54.719Z] f23df028b6ca: Verifying Checksum [2022-04-01T14:27:54.719Z] f23df028b6ca: Download complete [2022-04-01T14:27:54.719Z] d65c8cfc05b1: Verifying Checksum [2022-04-01T14:27:54.719Z] d65c8cfc05b1: Download complete [2022-04-01T14:27:54.995Z] 699f458cf7ca: Verifying Checksum [2022-04-01T14:27:54.995Z] 699f458cf7ca: Download complete [2022-04-01T14:27:55.272Z] 8998bd30e6a1: Verifying Checksum [2022-04-01T14:27:55.272Z] 8998bd30e6a1: Download complete [2022-04-01T14:27:57.896Z] 2437ff75d9bd: Verifying Checksum [2022-04-01T14:27:57.896Z] 2437ff75d9bd: Download complete [2022-04-01T14:27:59.878Z] 8998bd30e6a1: Pull complete [2022-04-01T14:28:00.154Z] 04944245beec: Pull complete [2022-04-01T14:28:01.593Z] 699f458cf7ca: Pull complete [2022-04-01T14:28:01.869Z] 765212b225bb: Pull complete [2022-04-01T14:28:02.469Z] f23df028b6ca: Pull complete [2022-04-01T14:28:02.744Z] d65c8cfc05b1: Pull complete [2022-04-01T14:28:17.841Z] 2437ff75d9bd: Pull complete [2022-04-01T14:28:17.841Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-01T14:28:17.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-01T14:28:17.841Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-01T14:28:18.080Z] prd-ubuntu20.04-docker-arm64-4c-16g-10456 does not seem to be running inside a container [2022-04-01T14:28:18.170Z] $ 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/57 -v /w/workspace/edgex-ui-go/57:/w/workspace/edgex-ui-go/57:rw,z -v /w/workspace/edgex-ui-go/57@tmp:/w/workspace/edgex-ui-go/57@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-04-01T14:28:20.547Z] $ docker top 78bf9d1b704adb5ffa59db3f7a692651f6758d4141f2767d7bcc80e210d0b001 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:28:21.465Z] ---> job-cost.sh [2022-04-01T14:28:21.465Z] lf-activate-venv: SKIPPING [2022-04-01T14:28:21.465Z] INFO: No Stack... [2022-04-01T14:28:23.438Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-01T14:28:24.414Z] INFO: Archiving Costs [Pipeline] sh [2022-04-01T14:28:25.082Z] + cut -d, -f6 [2022-04-01T14:28:25.082Z] + cat /w/workspace/edgex-ui-go/57/archives/cost.csv [Pipeline] lock [2022-04-01T14:28:25.150Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [2022-04-01T14:28:25.156Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] did not exist. Created. [2022-04-01T14:28:25.156Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-01T14:28:25.833Z] /w/workspace/edgex-ui-go/57@tmp/durable-93d37bd7/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-01T14:28:26.510Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-01T14:28:26.532Z] Warning: overwriting stash ‘stack-cost’ [2022-04-01T14:28:26.690Z] Stashed 1 file(s) [Pipeline] } [2022-04-01T14:28:26.698Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-57-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-01T14:28:26.723Z] $ docker stop --time=1 78bf9d1b704adb5ffa59db3f7a692651f6758d4141f2767d7bcc80e210d0b001 [2022-04-01T14:28:28.197Z] $ docker rm -f 78bf9d1b704adb5ffa59db3f7a692651f6758d4141f2767d7bcc80e210d0b001 [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-01T14:28:28.663Z] provisioning config files... [2022-04-01T14:28:28.671Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6975401339057438732tmp [Pipeline] { [Pipeline] sh [2022-04-01T14:28:28.960Z] + set +x [2022-04-01T14:28:28.960Z] + + bash -s -- [2022-04-01T14:28:28.960Z] curl -s https://codecov.io/bash [2022-04-01T14:28:28.960Z] [2022-04-01T14:28:28.960Z] _____ _ [2022-04-01T14:28:28.960Z] / ____| | | [2022-04-01T14:28:28.960Z] | | ___ __| | ___ ___ _____ __ [2022-04-01T14:28:28.960Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-01T14:28:28.960Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-01T14:28:28.960Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-01T14:28:28.960Z] Bash-1.0.6 [2022-04-01T14:28:28.960Z] [2022-04-01T14:28:28.960Z] [2022-04-01T14:28:28.960Z] ==> git version 2.25.1 found [2022-04-01T14:28:28.960Z] ==> 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-01T14:28:28.960Z] Release-Date: 2020-01-08 [2022-04-01T14:28:28.960Z] 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-01T14:28:28.960Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-01T14:28:28.960Z] ==> Jenkins CI detected. [2022-04-01T14:28:28.960Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-01T14:28:28.960Z] project root: . [2022-04-01T14:28:28.960Z] --> token set from env [2022-04-01T14:28:28.960Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-01T14:28:28.960Z] ==> Running gcov in . (disable via -X gcov) [2022-04-01T14:28:28.960Z] ==> Python coveragepy not found [2022-04-01T14:28:28.960Z] ==> Searching for coverage reports in: [2022-04-01T14:28:28.960Z] + . [2022-04-01T14:28:28.960Z] -> Found 1 reports [2022-04-01T14:28:28.960Z] ==> Detecting git/mercurial file structure [2022-04-01T14:28:28.960Z] ==> Reading reports [2022-04-01T14:28:28.960Z] + ./coverage.out bytes=10 [2022-04-01T14:28:29.220Z] ==> Appending adjustments [2022-04-01T14:28:29.220Z] https://docs.codecov.io/docs/fixing-reports [2022-04-01T14:28:29.220Z] + Found adjustments [2022-04-01T14:28:29.220Z] ==> Gzipping contents [2022-04-01T14:28:29.220Z] 4.0K /tmp/codecov.8uyjsm.gz [2022-04-01T14:28:29.220Z] ==> Uploading reports [2022-04-01T14:28:29.220Z] url: https://codecov.io [2022-04-01T14:28:29.220Z] query: branch=main&commit=a6a695fe0832c83638180736bbe712fc51e8f859&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-01T14:28:29.220Z] -> Pinging Codecov [2022-04-01T14:28:29.220Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=bafa3062-778c-4190-9a80-d8a5ae27d9ba&branch=main&commit=a6a695fe0832c83638180736bbe712fc51e8f859&build=57&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F57%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-01T14:28:29.479Z] -> Uploading to [2022-04-01T14:28:29.479Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-01/FB506323287CE973F263BFD2A0EB1F37/a6a695fe0832c83638180736bbe712fc51e8f859/5444172a-3548-45fd-bb9b-26057ef7c717.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220401%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220401T142829Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b9ff05bd02b93ae18183f86507934554d2f31fdd3e933027246473ca09efd898 [2022-04-01T14:28:29.479Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-01T14:28:29.479Z] Dload Upload Total Spent Left Speed [2022-04-01T14:28:29.739Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4059 0 0 100 4059 0 18366 --:--:-- --:--:-- --:--:-- 18366 [2022-04-01T14:28:29.739Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] } [2022-04-01T14:28:29.746Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-01T14:28:30.013Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-01T14:28:30.023Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:28:30.316Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-01T14:28:30.316Z] [2022-04-01T14:28:30.316Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:28:30.618Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-01T14:28:30.618Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-01T14:28:30.618Z] 188c0c94c7c5: Pulling fs layer [2022-04-01T14:28:30.618Z] 0ef7d3d256c8: Pulling fs layer [2022-04-01T14:28:30.618Z] de9db76c5a1d: Pulling fs layer [2022-04-01T14:28:30.618Z] 0eba1c9be4d2: Pulling fs layer [2022-04-01T14:28:30.618Z] 0d57e429df01: Pulling fs layer [2022-04-01T14:28:30.618Z] 4e4be7b47b0d: Pulling fs layer [2022-04-01T14:28:30.618Z] e1f770b5df2f: Pulling fs layer [2022-04-01T14:28:30.618Z] 85a0685a4137: Pulling fs layer [2022-04-01T14:28:30.618Z] 4e4be7b47b0d: Waiting [2022-04-01T14:28:30.618Z] e1f770b5df2f: Waiting [2022-04-01T14:28:30.618Z] 85a0685a4137: Waiting [2022-04-01T14:28:30.618Z] 0eba1c9be4d2: Waiting [2022-04-01T14:28:30.618Z] 0d57e429df01: Waiting [2022-04-01T14:28:30.618Z] de9db76c5a1d: Verifying Checksum [2022-04-01T14:28:30.618Z] de9db76c5a1d: Download complete [2022-04-01T14:28:30.618Z] 0ef7d3d256c8: Verifying Checksum [2022-04-01T14:28:30.618Z] 0ef7d3d256c8: Download complete [2022-04-01T14:28:30.618Z] 0d57e429df01: Verifying Checksum [2022-04-01T14:28:30.618Z] 0d57e429df01: Download complete [2022-04-01T14:28:30.618Z] 188c0c94c7c5: Verifying Checksum [2022-04-01T14:28:30.618Z] 188c0c94c7c5: Download complete [2022-04-01T14:28:30.618Z] 4e4be7b47b0d: Verifying Checksum [2022-04-01T14:28:30.618Z] 4e4be7b47b0d: Download complete [2022-04-01T14:28:30.878Z] 188c0c94c7c5: Pull complete [2022-04-01T14:28:30.878Z] e1f770b5df2f: Verifying Checksum [2022-04-01T14:28:30.878Z] e1f770b5df2f: Download complete [2022-04-01T14:28:31.447Z] 0ef7d3d256c8: Pull complete [2022-04-01T14:28:31.447Z] de9db76c5a1d: Pull complete [2022-04-01T14:28:31.447Z] 0eba1c9be4d2: Verifying Checksum [2022-04-01T14:28:31.447Z] 0eba1c9be4d2: Download complete [2022-04-01T14:28:31.706Z] 85a0685a4137: Verifying Checksum [2022-04-01T14:28:31.706Z] 85a0685a4137: Download complete [2022-04-01T14:28:34.990Z] 0eba1c9be4d2: Pull complete [2022-04-01T14:28:34.990Z] 0d57e429df01: Pull complete [2022-04-01T14:28:34.990Z] 4e4be7b47b0d: Pull complete [2022-04-01T14:28:34.990Z] e1f770b5df2f: Pull complete [2022-04-01T14:28:38.287Z] 85a0685a4137: Pull complete [2022-04-01T14:28:38.287Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-01T14:28:38.287Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-01T14:28:38.287Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-01T14:28:38.350Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:28:38.394Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2022-04-01T14:28:40.529Z] $ docker top 7dd9ce86fcd8da63928ac575e10b8b6359dc5fd59d91e180f42c58efa72210a4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-01T14:28:40.596Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-01T14:28:40.876Z] + set -o pipefail [2022-04-01T14:28:40.876Z] + snyk monitor '--org=edgex-jenkins' [2022-04-01T14:28:45.076Z] [2022-04-01T14:28:45.076Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... [2022-04-01T14:28:45.076Z] [2022-04-01T14:28:45.076Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/171f9a95-9cef-4efa-99cc-963074eb3de3 [2022-04-01T14:28:45.076Z] [2022-04-01T14:28:45.076Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-01T14:28:45.076Z] [2022-04-01T14:28:45.076Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-01T14:28:45.076Z] [2022-04-01T14:28:45.076Z] [Pipeline] } [2022-04-01T14:28:45.094Z] $ docker stop --time=1 7dd9ce86fcd8da63928ac575e10b8b6359dc5fd59d91e180f42c58efa72210a4 [2022-04-01T14:28:46.698Z] $ docker rm -f 7dd9ce86fcd8da63928ac575e10b8b6359dc5fd59d91e180f42c58efa72210a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [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) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-01T14:28:47.411Z] + git log --format=format:%s -1 a6a695fe0832c83638180736bbe712fc51e8f859 [Pipeline] sh [2022-04-01T14:28:47.712Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-01T14:28:47.712Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:28:48.011Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T14:28:48.011Z] . [Pipeline] withDockerContainer [2022-04-01T14:28:48.084Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:28:48.124Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-01T14:28:48.551Z] $ docker top bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-01T14:28:48.654Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T14:28:48.654Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T14:28:48.779Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T14:28:48.785Z] $ docker exec bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d ssh-agent [2022-04-01T14:28:48.920Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXMlCdlE/agent.15 [2022-04-01T14:28:48.920Z] SSH_AGENT_PID=21 [2022-04-01T14:28:48.926Z] Running ssh-add (command line suppressed) [2022-04-01T14:28:49.057Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_629615390909692643.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_629615390909692643.key) [2022-04-01T14:28:49.070Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T14:28:49.364Z] + git semver tag [2022-04-01T14:28:49.364Z] # -> Open(): unable to determine branch for HEAD [2022-04-01T14:28:49.364Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-01T14:28:49.364Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-01T14:28:49.364Z] # $SEMVER_REMOTE_NAME = origin [2022-04-01T14:28:49.364Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-01T14:28:49.364Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-01T14:28:49.364Z] # $SEMVER_BRANCH = main [2022-04-01T14:28:49.364Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2022-04-01T14:28:49.364Z] # a6a695fe0832c83638180736bbe712fc51e8f859 HEAD [2022-04-01T14:28:49.364Z] # -> Force: false [2022-04-01T14:28:49.364Z] # 21176a6353bc2a18adf456d968c5d1282a07785a refs/tags/v2.1.1-dev.18 [Pipeline] } [2022-04-01T14:28:49.378Z] $ docker exec --env ******** --env ******** bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d ssh-agent -k [2022-04-01T14:28:49.485Z] unset SSH_AUTH_SOCK; [2022-04-01T14:28:49.485Z] unset SSH_AGENT_PID; [2022-04-01T14:28:49.486Z] echo Agent pid 21 killed; [2022-04-01T14:28:49.493Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T14:28:49.810Z] + git semver [Pipeline] } [2022-04-01T14:28:49.828Z] $ docker stop --time=1 bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d [2022-04-01T14:28:51.138Z] $ docker rm -f bc8383437e419efb3a25d1558aea744308fa61a39e573f483a2fdcfe8db6ee1d [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:28:51.553Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-01T14:28:51.553Z] [2022-04-01T14:28:51.553Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:28:51.856Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-01T14:28:51.856Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-01T14:28:51.856Z] ab5ef0e58194: Pulling fs layer [2022-04-01T14:28:51.856Z] 9712f1f96733: Pulling fs layer [2022-04-01T14:28:51.856Z] 63f879dbbcfc: Pulling fs layer [2022-04-01T14:28:51.856Z] 0d9ebad4ef96: Pulling fs layer [2022-04-01T14:28:51.856Z] e9a5061849ea: Pulling fs layer [2022-04-01T14:28:51.856Z] d747dcd14b5f: Pulling fs layer [2022-04-01T14:28:51.856Z] 0d9ebad4ef96: Waiting [2022-04-01T14:28:51.856Z] e9a5061849ea: Waiting [2022-04-01T14:28:51.856Z] 2de7ff778b66: Pulling fs layer [2022-04-01T14:28:51.856Z] 2de7ff778b66: Waiting [2022-04-01T14:28:51.856Z] d747dcd14b5f: Waiting [2022-04-01T14:28:51.856Z] 9712f1f96733: Verifying Checksum [2022-04-01T14:28:51.856Z] 9712f1f96733: Download complete [2022-04-01T14:28:52.115Z] 63f879dbbcfc: Verifying Checksum [2022-04-01T14:28:52.115Z] 63f879dbbcfc: Download complete [2022-04-01T14:28:52.374Z] e9a5061849ea: Verifying Checksum [2022-04-01T14:28:52.374Z] e9a5061849ea: Download complete [2022-04-01T14:28:52.374Z] d747dcd14b5f: Verifying Checksum [2022-04-01T14:28:52.374Z] d747dcd14b5f: Download complete [2022-04-01T14:28:52.374Z] 0d9ebad4ef96: Verifying Checksum [2022-04-01T14:28:52.374Z] 0d9ebad4ef96: Download complete [2022-04-01T14:28:52.374Z] ab5ef0e58194: Verifying Checksum [2022-04-01T14:28:52.374Z] ab5ef0e58194: Download complete [2022-04-01T14:28:52.374Z] 2de7ff778b66: Verifying Checksum [2022-04-01T14:28:52.374Z] 2de7ff778b66: Download complete [2022-04-01T14:28:54.950Z] ab5ef0e58194: Pull complete [2022-04-01T14:28:54.950Z] 9712f1f96733: Pull complete [2022-04-01T14:28:55.901Z] 63f879dbbcfc: Pull complete [2022-04-01T14:28:59.197Z] 0d9ebad4ef96: Pull complete [2022-04-01T14:28:59.457Z] e9a5061849ea: Pull complete [2022-04-01T14:28:59.457Z] d747dcd14b5f: Pull complete [2022-04-01T14:29:00.840Z] 2de7ff778b66: Pull complete [2022-04-01T14:29:00.840Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-01T14:29:00.840Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-01T14:29:00.840Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-01T14:29:00.906Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:29:00.949Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2022-04-01T14:29:04.519Z] $ docker top 59547a646aaea3b8b828a6d445e373bdfe2d940b6c8310fc7137af64bbd10d2a -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-01T14:29:04.601Z] provisioning config files... [2022-04-01T14:29:04.607Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7001973081764447757tmp [2022-04-01T14:29:04.617Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7411459661474441087tmp [2022-04-01T14:29:04.628Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config493203374734650032tmp [Pipeline] { [Pipeline] echo [2022-04-01T14:29:04.643Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:04.927Z] ---> sigul-configuration.sh [2022-04-01T14:29:04.927Z] gpg: directory `/root/.gnupg' created [2022-04-01T14:29:04.927Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-01T14:29:04.927Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-01T14:29:04.927Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-01T14:29:04.927Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-01T14:29:04.927Z] gpg: CAST5 encrypted data [2022-04-01T14:29:04.927Z] gpg: encrypted with 1 passphrase [2022-04-01T14:29:04.928Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-01T14:29:05.215Z] + mkdir /home/jenkins [2022-04-01T14:29:05.215Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-01T14:29:05.507Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-04-01T14:29:05.516Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:05.804Z] ---> sigul-install.sh [2022-04-01T14:29:05.804Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-01T14:29:06.092Z] + git tag --list [2022-04-01T14:29:06.092Z] 0.1.1 [2022-04-01T14:29:06.092Z] v1.1.0 [2022-04-01T14:29:06.092Z] v1.2.0 [2022-04-01T14:29:06.092Z] v1.2.1 [2022-04-01T14:29:06.092Z] v1.3.0 [2022-04-01T14:29:06.092Z] v2.0.0 [2022-04-01T14:29:06.092Z] v2.0.1-dev.1 [2022-04-01T14:29:06.092Z] v2.0.1-dev.10 [2022-04-01T14:29:06.092Z] v2.0.1-dev.11 [2022-04-01T14:29:06.092Z] v2.0.1-dev.12 [2022-04-01T14:29:06.092Z] v2.0.1-dev.13 [2022-04-01T14:29:06.092Z] v2.0.1-dev.14 [2022-04-01T14:29:06.092Z] v2.0.1-dev.15 [2022-04-01T14:29:06.092Z] v2.0.1-dev.16 [2022-04-01T14:29:06.092Z] v2.0.1-dev.17 [2022-04-01T14:29:06.092Z] v2.0.1-dev.18 [2022-04-01T14:29:06.092Z] v2.0.1-dev.19 [2022-04-01T14:29:06.092Z] v2.0.1-dev.2 [2022-04-01T14:29:06.092Z] v2.0.1-dev.20 [2022-04-01T14:29:06.092Z] v2.0.1-dev.21 [2022-04-01T14:29:06.092Z] v2.0.1-dev.22 [2022-04-01T14:29:06.092Z] v2.0.1-dev.23 [2022-04-01T14:29:06.092Z] v2.0.1-dev.24 [2022-04-01T14:29:06.092Z] v2.0.1-dev.25 [2022-04-01T14:29:06.092Z] v2.0.1-dev.26 [2022-04-01T14:29:06.092Z] v2.0.1-dev.27 [2022-04-01T14:29:06.092Z] v2.0.1-dev.28 [2022-04-01T14:29:06.092Z] v2.0.1-dev.29 [2022-04-01T14:29:06.092Z] v2.0.1-dev.3 [2022-04-01T14:29:06.092Z] v2.0.1-dev.30 [2022-04-01T14:29:06.092Z] v2.0.1-dev.31 [2022-04-01T14:29:06.092Z] v2.0.1-dev.32 [2022-04-01T14:29:06.092Z] v2.0.1-dev.33 [2022-04-01T14:29:06.092Z] v2.0.1-dev.4 [2022-04-01T14:29:06.092Z] v2.0.1-dev.5 [2022-04-01T14:29:06.092Z] v2.0.1-dev.6 [2022-04-01T14:29:06.092Z] v2.0.1-dev.7 [2022-04-01T14:29:06.092Z] v2.0.1-dev.8 [2022-04-01T14:29:06.092Z] v2.0.1-dev.9 [2022-04-01T14:29:06.092Z] v2.1.0 [2022-04-01T14:29:06.092Z] v2.1.1-dev.1 [2022-04-01T14:29:06.092Z] v2.1.1-dev.10 [2022-04-01T14:29:06.092Z] v2.1.1-dev.11 [2022-04-01T14:29:06.092Z] v2.1.1-dev.12 [2022-04-01T14:29:06.092Z] v2.1.1-dev.13 [2022-04-01T14:29:06.092Z] v2.1.1-dev.14 [2022-04-01T14:29:06.092Z] v2.1.1-dev.15 [2022-04-01T14:29:06.092Z] v2.1.1-dev.16 [2022-04-01T14:29:06.092Z] v2.1.1-dev.17 [2022-04-01T14:29:06.092Z] v2.1.1-dev.18 [2022-04-01T14:29:06.092Z] v2.1.1-dev.2 [2022-04-01T14:29:06.092Z] v2.1.1-dev.3 [2022-04-01T14:29:06.092Z] v2.1.1-dev.4 [2022-04-01T14:29:06.092Z] v2.1.1-dev.5 [2022-04-01T14:29:06.092Z] v2.1.1-dev.6 [2022-04-01T14:29:06.092Z] v2.1.1-dev.7 [2022-04-01T14:29:06.092Z] v2.1.1-dev.8 [2022-04-01T14:29:06.092Z] v2.1.1-dev.9 [Pipeline] sh [2022-04-01T14:29:06.383Z] + lftools sign git-tag v2.1.1-dev.18 [2022-04-01T14:29:06.952Z] Signing Git tag with Sigul... [2022-04-01T14:29:06.952Z] Signing v2.1.1-dev.18 [Pipeline] echo [2022-04-01T14:29:07.530Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:07.817Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-01T14:29:07.825Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-01T14:29:07.847Z] $ docker stop --time=1 59547a646aaea3b8b828a6d445e373bdfe2d940b6c8310fc7137af64bbd10d2a [2022-04-01T14:29:09.145Z] $ docker rm -f 59547a646aaea3b8b828a6d445e373bdfe2d940b6c8310fc7137af64bbd10d2a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-01T14:29:09.584Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-01T14:29:09.584Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:29:09.882Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T14:29:09.882Z] . [Pipeline] withDockerContainer [2022-04-01T14:29:09.957Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:29:10.003Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-01T14:29:10.420Z] $ docker top e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-01T14:29:10.513Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T14:29:10.513Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T14:29:10.654Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T14:29:10.661Z] $ docker exec e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd ssh-agent [2022-04-01T14:29:10.777Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXDnfoCK/agent.14 [2022-04-01T14:29:10.777Z] SSH_AGENT_PID=20 [2022-04-01T14:29:10.782Z] Running ssh-add (command line suppressed) [2022-04-01T14:29:10.907Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2954006679633286122.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2954006679633286122.key) [2022-04-01T14:29:10.918Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T14:29:11.207Z] + git semver bump pre [2022-04-01T14:29:11.207Z] # -> Open(): unable to determine branch for HEAD [2022-04-01T14:29:11.207Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-01T14:29:11.207Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-01T14:29:11.207Z] # $SEMVER_REMOTE_NAME = origin [2022-04-01T14:29:11.207Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-01T14:29:11.207Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-01T14:29:11.207Z] # $SEMVER_BRANCH = main [2022-04-01T14:29:11.207Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2022-04-01T14:29:11.207Z] 2.1.1-dev.19 [Pipeline] } [2022-04-01T14:29:11.221Z] $ docker exec --env ******** --env ******** e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd ssh-agent -k [2022-04-01T14:29:11.324Z] unset SSH_AUTH_SOCK; [2022-04-01T14:29:11.324Z] unset SSH_AGENT_PID; [2022-04-01T14:29:11.324Z] echo Agent pid 20 killed; [2022-04-01T14:29:11.331Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T14:29:11.628Z] + git semver [Pipeline] } [2022-04-01T14:29:11.644Z] $ docker stop --time=1 e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd [2022-04-01T14:29:13.162Z] $ docker rm -f e54ad71a8180d3b31e632783bbcba208fea4595e96a6b658896fb8cb2476d0bd [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-01T14:29:13.524Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-01T14:29:13.524Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:29:13.821Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-01T14:29:13.821Z] . [Pipeline] withDockerContainer [2022-04-01T14:29:13.896Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:29:13.938Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2022-04-01T14:29:14.308Z] $ docker top e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-01T14:29:14.403Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-01T14:29:14.403Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-01T14:29:14.532Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-01T14:29:14.539Z] $ docker exec e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 ssh-agent [2022-04-01T14:29:14.660Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXnCOPKn/agent.14 [2022-04-01T14:29:14.660Z] SSH_AGENT_PID=20 [2022-04-01T14:29:14.666Z] Running ssh-add (command line suppressed) [2022-04-01T14:29:14.779Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_6108798222094613414.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_6108798222094613414.key) [2022-04-01T14:29:14.790Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-01T14:29:15.080Z] + git semver push [2022-04-01T14:29:15.080Z] # -> Open(): unable to determine branch for HEAD [2022-04-01T14:29:15.080Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-01T14:29:15.080Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-01T14:29:15.080Z] # $SEMVER_REMOTE_NAME = origin [2022-04-01T14:29:15.080Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-01T14:29:15.080Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-01T14:29:15.080Z] # $SEMVER_BRANCH = main [2022-04-01T14:29:15.080Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } [2022-04-01T14:29:17.645Z] $ docker exec --env ******** --env ******** e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 ssh-agent -k [2022-04-01T14:29:17.755Z] unset SSH_AUTH_SOCK; [2022-04-01T14:29:17.755Z] unset SSH_AGENT_PID; [2022-04-01T14:29:17.755Z] echo Agent pid 20 killed; [2022-04-01T14:29:17.763Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-01T14:29:18.075Z] + git semver [Pipeline] } [2022-04-01T14:29:18.094Z] $ docker stop --time=1 e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 [2022-04-01T14:29:19.380Z] $ docker rm -f e3f17a2b49647858bf4aef1c3bf3d6e866eda92b1f48ea73fc6b9ac78ad13f57 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" 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-01T14:29:20.004Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] [2022-04-01T14:29:20.004Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-04-01T14:29:20.004Z] total 16 [2022-04-01T14:29:20.004Z] drwxr-xr-x 3 root root 4096 Apr 1 14:22 . [2022-04-01T14:29:20.004Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 1 14:29 .. [2022-04-01T14:29:20.004Z] drwxr-xr-x 2 root root 4096 Apr 1 14:22 cost [2022-04-01T14:29:20.004Z] -rw-r--r-- 1 root root 81 Apr 1 14:22 cost.csv [2022-04-01T14:29:20.004Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-04-01T14:29:20.004Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-04-01T14:29:20.004Z] total 16 [2022-04-01T14:29:20.004Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 1 14:22 . [2022-04-01T14:29:20.004Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 1 14:29 .. [2022-04-01T14:29:20.004Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 1 14:22 cost [2022-04-01T14:29:20.004Z] -rw-r--r-- 1 jenkins jenkins 81 Apr 1 14:22 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:20.301Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:21.169Z] ---> package-listing.sh [2022-04-01T14:29:21.170Z] ++ facter osfamily [2022-04-01T14:29:21.170Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-01T14:29:21.429Z] + OS_FAMILY=debian [2022-04-01T14:29:21.429Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-01T14:29:21.429Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-01T14:29:21.429Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-01T14:29:21.429Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-01T14:29:21.429Z] + PACKAGES=/tmp/packages_start.txt [2022-04-01T14:29:21.429Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2022-04-01T14:29:21.429Z] + PACKAGES=/tmp/packages_end.txt [2022-04-01T14:29:21.429Z] + case "${OS_FAMILY}" in [2022-04-01T14:29:21.429Z] + dpkg -l [2022-04-01T14:29:21.429Z] + grep '^ii' [2022-04-01T14:29:21.430Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-01T14:29:21.430Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-01T14:29:21.430Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-01T14:29:21.430Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2022-04-01T14:29:21.430Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [2022-04-01T14:29:21.430Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo [2022-04-01T14:29:21.442Z] 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_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-04-01T14:29:21.772Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-01T14:29:22.357Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-01T14:29:22.357Z] . [Pipeline] withDockerContainer [2022-04-01T14:29:22.418Z] prd-ubuntu20.04-docker-8c-8g-10455 does not seem to be running inside a container [2022-04-01T14:29:22.455Z] $ 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_main/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_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-04-01T14:29:22.883Z] $ docker top 9496568e51c75a0a57308e9adb2cabf9f9403c7fdff82920d9c61a3194e8cd03 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-01T14:29:23.228Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-01T14:29:23.514Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-01T14:29:23.799Z] + ls /var/log/sa-host [2022-04-01T14:29:23.799Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-01T14:29:24.023Z] provisioning config files... [2022-04-01T14:29:24.034Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4616199375082842497tmp [Pipeline] { [Pipeline] echo [2022-04-01T14:29:24.049Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:24.340Z] ---> create-netrc.sh [Pipeline] } [2022-04-01T14:29:24.349Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:24.712Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-01T14:29:24.723Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:25.011Z] ---> sudo-logs.sh [2022-04-01T14:29:25.011Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-01T14:29:25.035Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:25.321Z] ---> job-cost.sh [2022-04-01T14:29:25.321Z] lf-activate-venv: SKIPPING [2022-04-01T14:29:25.321Z] DEBUG: total: 0.2199999988079071 [2022-04-01T14:29:25.321Z] INFO: Retrieving Stack Cost... [2022-04-01T14:29:25.581Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-01T14:29:26.149Z] INFO: Archiving Costs [Pipeline] echo [2022-04-01T14:29:26.164Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-01T14:29:26.451Z] ---> logs-deploy.sh [2022-04-01T14:29:26.451Z] lf-activate-venv: SKIPPING [2022-04-01T14:29:26.451Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/57 [2022-04-01T14:29:26.451Z] INFO: archiving workspace using pattern(s): [2022-04-01T14:29:27.394Z] Archives upload complete. [2022-04-01T14:29:27.655Z] INFO: archiving logs to Nexus [2022-04-01T14:29:28.228Z] ---> uname -a: [2022-04-01T14:29:28.228Z] Linux prd-ubuntu20-04-docker-8c-8g-10455 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 GNU/Linux [2022-04-01T14:29:28.228Z] [2022-04-01T14:29:28.228Z] [2022-04-01T14:29:28.228Z] ---> lscpu: [2022-04-01T14:29:28.228Z] Architecture: x86_64 [2022-04-01T14:29:28.228Z] CPU op-mode(s): 32-bit, 64-bit [2022-04-01T14:29:28.228Z] Byte Order: Little Endian [2022-04-01T14:29:28.228Z] Address sizes: 40 bits physical, 48 bits virtual [2022-04-01T14:29:28.228Z] CPU(s): 8 [2022-04-01T14:29:28.228Z] On-line CPU(s) list: 0-7 [2022-04-01T14:29:28.228Z] Thread(s) per core: 1 [2022-04-01T14:29:28.228Z] Core(s) per socket: 1 [2022-04-01T14:29:28.228Z] Socket(s): 8 [2022-04-01T14:29:28.228Z] NUMA node(s): 1 [2022-04-01T14:29:28.228Z] Vendor ID: AuthenticAMD [2022-04-01T14:29:28.228Z] CPU family: 23 [2022-04-01T14:29:28.228Z] Model: 49 [2022-04-01T14:29:28.228Z] Model name: AMD EPYC-Rome Processor [2022-04-01T14:29:28.228Z] Stepping: 0 [2022-04-01T14:29:28.228Z] CPU MHz: 2800.000 [2022-04-01T14:29:28.228Z] BogoMIPS: 5600.00 [2022-04-01T14:29:28.228Z] Virtualization: AMD-V [2022-04-01T14:29:28.228Z] Hypervisor vendor: KVM [2022-04-01T14:29:28.228Z] Virtualization type: full [2022-04-01T14:29:28.228Z] L1d cache: 256 KiB [2022-04-01T14:29:28.228Z] L1i cache: 256 KiB [2022-04-01T14:29:28.228Z] L2 cache: 4 MiB [2022-04-01T14:29:28.228Z] L3 cache: 128 MiB [2022-04-01T14:29:28.228Z] NUMA node0 CPU(s): 0-7 [2022-04-01T14:29:28.228Z] Vulnerability Itlb multihit: Not affected [2022-04-01T14:29:28.228Z] Vulnerability L1tf: Not affected [2022-04-01T14:29:28.228Z] Vulnerability Mds: Not affected [2022-04-01T14:29:28.228Z] Vulnerability Meltdown: Not affected [2022-04-01T14:29:28.228Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2022-04-01T14:29:28.228Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2022-04-01T14:29:28.228Z] Vulnerability Spectre v2: Mitigation; Full AMD retpoline, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2022-04-01T14:29:28.228Z] Vulnerability Srbds: Not affected [2022-04-01T14:29:28.228Z] Vulnerability Tsx async abort: Not affected [2022-04-01T14:29:28.228Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2022-04-01T14:29:28.228Z] [2022-04-01T14:29:28.228Z] [2022-04-01T14:29:28.228Z] ---> nproc: [2022-04-01T14:29:28.228Z] 8 [2022-04-01T14:29:28.228Z] [2022-04-01T14:29:28.228Z]