Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 85e38400248efaa84ce551a52fbd297875ef55c6 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-ssh10639768693039844644.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-ssh4045359479197925863.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-ssh2777955722393996700.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-ssh12568333766037916604.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-ssh14257841522697209045.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-10529 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 85e38400248efaa84ce551a52fbd297875ef55c6 (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 85e38400248efaa84ce551a52fbd297875ef55c6 # timeout=10 Commit message: "chore(deps): Bump minimist from 1.2.5 to 1.2.6 in /web (#508)" > git rev-list --no-walk a6a695fe0832c83638180736bbe712fc51e8f859 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-04-02T06:05:21.106Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-04-02T06:05:21.165Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-04-02T06:05:21.182Z] ========================================================= [2022-04-02T06:05:21.182Z] EdgeX Global Pipelines Version Info [2022-04-02T06:05:21.182Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:05:21.963Z] ------------------- [2022-04-02T06:05:21.963Z] stable info: [2022-04-02T06:05:21.963Z] ------------------- [2022-04-02T06:05:21.963Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-04-02T06:05:21.963Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-02T06:05:21.963Z] Message: update stable to v1.0.221 [2022-04-02T06:05:22.536Z] ------------------- [2022-04-02T06:05:22.536Z] experimental info: [2022-04-02T06:05:22.536Z] ------------------- [2022-04-02T06:05:22.536Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2022-04-02T06:05:22.536Z] Commit SHA: c72b16708d6eed9a08be464a432ce22db7d90667 [2022-04-02T06:05:22.536Z] Message: update experimental to v1.0.221 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-04-02T06:05:22.687Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-04-02T06:05:22.696Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-04-02T06:05:22.705Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-04-02T06:05:22.723Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-04-02T06:05:22.740Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-04-02T06:05:22.755Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-04-02T06:05:22.766Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-04-02T06:05:22.781Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-04-02T06:05:22.793Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-04-02T06:05:22.806Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-04-02T06:05:22.818Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-04-02T06:05:22.833Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-04-02T06:05:22.852Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-04-02T06:05:22.871Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-04-02T06:05:22.888Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-04-02T06:05:22.906Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-04-02T06:05:22.921Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-04-02T06:05:22.934Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-04-02T06:05:22.947Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-04-02T06:05:22.958Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-04-02T06:05:22.969Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-04-02T06:05:22.981Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-04-02T06:05:22.992Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-04-02T06:05:23.006Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-04-02T06:05:23.019Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-04-02T06:05:23.033Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-04-02T06:05:23.045Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-04-02T06:05:23.057Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-04-02T06:05:23.072Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-04-02T06:05:23.085Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] echo [2022-04-02T06:05:23.100Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 85e3840 [Pipeline] echo [2022-04-02T06:05:23.120Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-02T06:05:23.171Z] provisioning config files... [2022-04-02T06:05:23.186Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4382071115884923298tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:05:23.496Z] ---> docker-login.sh [2022-04-02T06:05:23.496Z] nexus3.edgexfoundry.org:10001 [2022-04-02T06:05:23.760Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:23.760Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:23.760Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:23.760Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:23.760Z] [2022-04-02T06:05:23.760Z] Login Succeeded [2022-04-02T06:05:23.760Z] nexus3.edgexfoundry.org:10002 [2022-04-02T06:05:24.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:24.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:24.022Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:24.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:24.022Z] [2022-04-02T06:05:24.022Z] Login Succeeded [2022-04-02T06:05:24.022Z] nexus3.edgexfoundry.org:10003 [2022-04-02T06:05:24.022Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:24.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:24.283Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:24.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:24.283Z] [2022-04-02T06:05:24.283Z] Login Succeeded [2022-04-02T06:05:24.283Z] nexus3.edgexfoundry.org:10004 [2022-04-02T06:05:24.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:24.283Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:24.283Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:24.283Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:24.283Z] [2022-04-02T06:05:24.283Z] Login Succeeded [2022-04-02T06:05:24.283Z] docker.io [2022-04-02T06:05:24.283Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:24.866Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:24.866Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:24.866Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:24.866Z] [2022-04-02T06:05:24.866Z] Login Succeeded [2022-04-02T06:05:24.866Z] ---> docker-login.sh ends [Pipeline] } [2022-04-02T06:05:24.876Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-04-02T06:05:25.256Z] + git rev-list -1 --merges 85e38400248efaa84ce551a52fbd297875ef55c6~1..85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] echo [2022-04-02T06:05:25.378Z] -----------> git rev-list -1 --merges 85e38400248efaa84ce551a52fbd297875ef55c6~1..85e38400248efaa84ce551a52fbd297875ef55c6 85e38400248efaa84ce551a52fbd297875ef55c6 [false] [Pipeline] sh [2022-04-02T06:05:25.672Z] + git log --format=format:%s -1 85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] echo [2022-04-02T06:05:25.688Z] ========================================================= [2022-04-02T06:05:25.688Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-04-02T06:05:25.688Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-02T06:05:26.028Z] + git log --format=format:%s -1 85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] echo [2022-04-02T06:05:26.042Z] [semverPrep] GIT_COMMIT: 85e38400248efaa84ce551a52fbd297875ef55c6, Commit Message: chore(deps): Bump minimist from 1.2.5 to 1.2.6 in /web (#508) [Pipeline] echo [2022-04-02T06:05:26.052Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-04-02T06:05:26.439Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-02T06:05:26.439Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-04-02T06:05:26.439Z] + [ -e /tmp/ssh_known_hosts ] [2022-04-02T06:05:26.439Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-04-02T06:05:26.439Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-04-02T06:05:26.439Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-04-02T06:05:26.439Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:05:26.786Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-02T06:05:26.786Z] [2022-04-02T06:05:26.786Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:05:27.089Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-02T06:05:27.089Z] latest: Pulling from edgex-devops/git-semver [2022-04-02T06:05:27.089Z] a0d0a0d46f8b: Pulling fs layer [2022-04-02T06:05:27.089Z] 3e5f54012d9b: Pulling fs layer [2022-04-02T06:05:27.089Z] 4c7163046ea9: Pulling fs layer [2022-04-02T06:05:27.089Z] 0c2d73faf560: Pulling fs layer [2022-04-02T06:05:27.089Z] 0c2d73faf560: Waiting [2022-04-02T06:05:27.089Z] 3e5f54012d9b: Verifying Checksum [2022-04-02T06:05:27.090Z] 3e5f54012d9b: Download complete [2022-04-02T06:05:27.090Z] a0d0a0d46f8b: Download complete [2022-04-02T06:05:27.090Z] 0c2d73faf560: Verifying Checksum [2022-04-02T06:05:27.090Z] 0c2d73faf560: Download complete [2022-04-02T06:05:27.090Z] 4c7163046ea9: Verifying Checksum [2022-04-02T06:05:27.090Z] 4c7163046ea9: Download complete [2022-04-02T06:05:27.356Z] a0d0a0d46f8b: Pull complete [2022-04-02T06:05:27.356Z] 3e5f54012d9b: Pull complete [2022-04-02T06:05:27.929Z] 4c7163046ea9: Pull complete [2022-04-02T06:05:27.929Z] 0c2d73faf560: Pull complete [2022-04-02T06:05:27.929Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2022-04-02T06:05:27.929Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-02T06:05:27.929Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2022-04-02T06:05:28.010Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:05:28.054Z] $ 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-02T06:05:28.823Z] $ docker top fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-02T06:05:28.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-02T06:05:28.937Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-02T06:05:29.078Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-02T06:05:29.083Z] $ docker exec fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b ssh-agent [2022-04-02T06:05:29.227Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXpKJKKg/agent.13 [2022-04-02T06:05:29.227Z] SSH_AGENT_PID=21 [2022-04-02T06:05:29.236Z] Running ssh-add (command line suppressed) [2022-04-02T06:05:29.360Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_319878090005697779.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_319878090005697779.key) [2022-04-02T06:05:29.377Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-02T06:05:29.671Z] + git tag --points-at HEAD [Pipeline] } [2022-04-02T06:05:29.688Z] $ docker exec --env ******** --env ******** fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b ssh-agent -k [2022-04-02T06:05:29.805Z] unset SSH_AUTH_SOCK; [2022-04-02T06:05:29.805Z] unset SSH_AGENT_PID; [2022-04-02T06:05:29.805Z] echo Agent pid 21 killed; [2022-04-02T06:05:29.815Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-04-02T06:05:29.841Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-02T06:05:29.841Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-02T06:05:29.976Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-02T06:05:29.982Z] $ docker exec fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b ssh-agent [2022-04-02T06:05:30.123Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPKcBKM/agent.55 [2022-04-02T06:05:30.123Z] SSH_AGENT_PID=62 [2022-04-02T06:05:30.130Z] Running ssh-add (command line suppressed) [2022-04-02T06:05:30.264Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2093608543413132245.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2093608543413132245.key) [2022-04-02T06:05:30.279Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-02T06:05:30.575Z] + git semver init [2022-04-02T06:05:30.575Z] # -> Open(): unable to determine branch for HEAD [2022-04-02T06:05:30.575Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-02T06:05:30.575Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-02T06:05:30.575Z] # $SEMVER_REMOTE_NAME = origin [2022-04-02T06:05:30.575Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-02T06:05:30.575Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-02T06:05:30.575Z] # $SEMVER_BRANCH = main [2022-04-02T06:05:30.575Z] # $SEMVER_TEMP = /tmp/semver-620951762 [2022-04-02T06:05:30.575Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2022-04-02T06:05:33.134Z] # '/tmp/semver-620951762' -> '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver' [2022-04-02T06:05:33.134Z] # -> Force: false [2022-04-02T06:05:33.134Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } [2022-04-02T06:05:33.150Z] $ docker exec --env ******** --env ******** fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b ssh-agent -k [2022-04-02T06:05:33.274Z] unset SSH_AUTH_SOCK; [2022-04-02T06:05:33.275Z] unset SSH_AGENT_PID; [2022-04-02T06:05:33.275Z] echo Agent pid 62 killed; [2022-04-02T06:05:33.284Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-02T06:05:33.587Z] + git semver [Pipeline] } [2022-04-02T06:05:33.604Z] $ docker stop --time=1 fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b [2022-04-02T06:05:35.099Z] $ docker rm -f fc2fa65c87b86e0df7b0c13602586c1c6e240bb325727dfb6a4934569c09d61b [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-02T06:05:35.465Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-04-02T06:05:35.705Z] Stashed 1 file(s) [Pipeline] echo [2022-04-02T06:05:35.708Z] [edgeXSemver]: initialized semver on version 2.1.1-dev.19 [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-02T06:05:35.828Z] provisioning config files... [2022-04-02T06:05:35.839Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config8990246014837927699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:05:36.146Z] ---> docker-login.sh [2022-04-02T06:05:36.146Z] nexus3.edgexfoundry.org:10001 [2022-04-02T06:05:36.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:36.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:36.146Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:36.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:36.146Z] [2022-04-02T06:05:36.146Z] Login Succeeded [2022-04-02T06:05:36.146Z] nexus3.edgexfoundry.org:10002 [2022-04-02T06:05:36.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:36.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:36.407Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:36.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:36.408Z] [2022-04-02T06:05:36.408Z] Login Succeeded [2022-04-02T06:05:36.408Z] nexus3.edgexfoundry.org:10003 [2022-04-02T06:05:36.408Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:36.408Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:36.408Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:36.408Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:36.408Z] [2022-04-02T06:05:36.408Z] Login Succeeded [2022-04-02T06:05:36.408Z] nexus3.edgexfoundry.org:10004 [2022-04-02T06:05:36.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:36.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:36.669Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:36.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:36.669Z] [2022-04-02T06:05:36.669Z] Login Succeeded [2022-04-02T06:05:36.669Z] docker.io [2022-04-02T06:05:36.669Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:05:36.930Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:05:36.930Z] Configure a credential helper to remove this warning. See [2022-04-02T06:05:36.930Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:05:36.930Z] [2022-04-02T06:05:36.930Z] Login Succeeded [2022-04-02T06:05:36.930Z] ---> docker-login.sh ends [Pipeline] } [2022-04-02T06:05:36.938Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-02T06:05:37.011Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-02T06:05:37.022Z] ========================================================= [2022-04-02T06:05:37.022Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-04-02T06:05:37.022Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:05:37.328Z] + 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-02T06:05:37.595Z] Sending build context to Docker daemon 43.15MB [2022-04-02T06:05:37.595Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-02T06:05:37.595Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-02T06:05:37.595Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-04-02T06:05:37.595Z] 59bf1c3509f3: Pulling fs layer [2022-04-02T06:05:37.595Z] 666ba61612fd: Pulling fs layer [2022-04-02T06:05:37.595Z] 8ed8ca486205: Pulling fs layer [2022-04-02T06:05:37.595Z] 4fe6c5a15a65: Pulling fs layer [2022-04-02T06:05:37.595Z] 22a0e8bec74d: Pulling fs layer [2022-04-02T06:05:37.595Z] 640e595b4fbd: Pulling fs layer [2022-04-02T06:05:37.595Z] 763cafe07f6e: Pulling fs layer [2022-04-02T06:05:37.595Z] 0c0b528cf693: Pulling fs layer [2022-04-02T06:05:37.595Z] 10935f4eaf8b: Pulling fs layer [2022-04-02T06:05:37.595Z] 22a0e8bec74d: Waiting [2022-04-02T06:05:37.595Z] 4fe6c5a15a65: Waiting [2022-04-02T06:05:37.595Z] 640e595b4fbd: Waiting [2022-04-02T06:05:37.595Z] 763cafe07f6e: Waiting [2022-04-02T06:05:37.595Z] 0c0b528cf693: Waiting [2022-04-02T06:05:37.595Z] 8ed8ca486205: Download complete [2022-04-02T06:05:37.595Z] 666ba61612fd: Download complete [2022-04-02T06:05:37.595Z] 22a0e8bec74d: Verifying Checksum [2022-04-02T06:05:37.595Z] 22a0e8bec74d: Download complete [2022-04-02T06:05:37.595Z] 640e595b4fbd: Download complete [2022-04-02T06:05:37.595Z] 59bf1c3509f3: Verifying Checksum [2022-04-02T06:05:37.595Z] 59bf1c3509f3: Download complete [2022-04-02T06:05:37.595Z] 763cafe07f6e: Download complete [2022-04-02T06:05:37.856Z] 0c0b528cf693: Verifying Checksum [2022-04-02T06:05:37.856Z] 0c0b528cf693: Download complete [2022-04-02T06:05:37.856Z] 59bf1c3509f3: Pull complete [2022-04-02T06:05:38.116Z] 666ba61612fd: Pull complete [2022-04-02T06:05:38.116Z] 8ed8ca486205: Pull complete [2022-04-02T06:05:38.377Z] 10935f4eaf8b: Verifying Checksum [2022-04-02T06:05:38.377Z] 10935f4eaf8b: Download complete [2022-04-02T06:05:38.377Z] 4fe6c5a15a65: Verifying Checksum [2022-04-02T06:05:38.377Z] 4fe6c5a15a65: Download complete [2022-04-02T06:05:42.582Z] 4fe6c5a15a65: Pull complete [2022-04-02T06:05:42.582Z] 22a0e8bec74d: Pull complete [2022-04-02T06:05:42.582Z] 640e595b4fbd: Pull complete [2022-04-02T06:05:42.842Z] 763cafe07f6e: Pull complete [2022-04-02T06:05:42.842Z] 0c0b528cf693: Pull complete [2022-04-02T06:05:45.389Z] 10935f4eaf8b: Pull complete [2022-04-02T06:05:45.389Z] Digest: sha256:fe2da51ced2bed6c5fc1d1038c2fbec5a5bb29cdcacce78977c37c66bfba8387 [2022-04-02T06:05:45.389Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-04-02T06:05:45.389Z] ---> 99d49a6021b9 [2022-04-02T06:05:45.389Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-02T06:05:47.309Z] ---> Running in 702a0adda6d9 [2022-04-02T06:05:47.309Z] Removing intermediate container 702a0adda6d9 [2022-04-02T06:05:47.309Z] ---> 911a19f14119 [2022-04-02T06:05:47.309Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-02T06:05:47.309Z] ---> Running in 1fa47bcef387 [2022-04-02T06:05:47.309Z] Removing intermediate container 1fa47bcef387 [2022-04-02T06:05:47.309Z] ---> fae6b0410de6 [2022-04-02T06:05:47.309Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-02T06:05:47.309Z] ---> Running in e778e0805a06 [2022-04-02T06:05:47.573Z] Removing intermediate container e778e0805a06 [2022-04-02T06:05:47.573Z] ---> 0624e81217cc [2022-04-02T06:05:47.573Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-02T06:05:47.573Z] ---> Running in 2179b80f9e44 [2022-04-02T06:05:47.573Z] Removing intermediate container 2179b80f9e44 [2022-04-02T06:05:47.573Z] ---> 9f21c5501478 [2022-04-02T06:05:47.573Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-02T06:05:47.573Z] ---> Running in 11f503e35655 [2022-04-02T06:05:47.573Z] Removing intermediate container 11f503e35655 [2022-04-02T06:05:47.573Z] ---> dc00f4d492b5 [2022-04-02T06:05:47.574Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-02T06:05:47.835Z] ---> Running in 65570e0332da [2022-04-02T06:05:48.403Z] Removing intermediate container 65570e0332da [2022-04-02T06:05:48.403Z] ---> ea15e8123a4b [2022-04-02T06:05:48.403Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-02T06:05:48.403Z] ---> Running in 742668db20a8 [2022-04-02T06:05:48.664Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-02T06:05:49.606Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-02T06:05:49.868Z] OK: 221 MiB in 52 packages [2022-04-02T06:05:50.130Z] Removing intermediate container 742668db20a8 [2022-04-02T06:05:50.130Z] ---> e68879c5e905 [2022-04-02T06:05:50.130Z] Step 10/15 : ENV GO111MODULE=on [2022-04-02T06:05:50.130Z] ---> Running in 4c9c2dddc7db [2022-04-02T06:05:50.130Z] Removing intermediate container 4c9c2dddc7db [2022-04-02T06:05:50.130Z] ---> b01121c13e91 [2022-04-02T06:05:50.130Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-02T06:05:50.391Z] ---> Running in 2cd033d7ca38 [2022-04-02T06:05:50.391Z] Removing intermediate container 2cd033d7ca38 [2022-04-02T06:05:50.391Z] ---> f9850ff7b61c [2022-04-02T06:05:50.391Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-02T06:05:50.652Z] ---> 9cffda378282 [2022-04-02T06:05:50.652Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-02T06:05:50.652Z] ---> Running in e5281e3401fd [2022-04-02T06:05:50.797Z] Still waiting to schedule task [2022-04-02T06:05:50.798Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2022-04-02T06:06:17.223Z] Removing intermediate container e5281e3401fd [2022-04-02T06:06:17.223Z] ---> 2129548e8f44 [2022-04-02T06:06:17.223Z] Step 14/15 : COPY . . [2022-04-02T06:06:17.223Z] ---> 842f54b44125 [2022-04-02T06:06:17.223Z] Step 15/15 : RUN ${MAKE} [2022-04-02T06:06:17.223Z] ---> Running in 9329f5daad8d [2022-04-02T06:06:17.223Z] noop [2022-04-02T06:06:17.223Z] Removing intermediate container 9329f5daad8d [2022-04-02T06:06:17.223Z] ---> 1c0dba039663 [2022-04-02T06:06:17.223Z] Successfully built 1c0dba039663 [2022-04-02T06:06:17.223Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:17.526Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-02T06:06:17.526Z] . [Pipeline] withDockerContainer [2022-04-02T06:06:17.606Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:06:17.645Z] $ 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-02T06:06:18.063Z] $ docker top 5865700524acd7275c388a6e0f1a3a35a20b4733645b3f8795e8ba46eb213f47 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-02T06:06:18.432Z] + go version [2022-04-02T06:06:18.432Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-04-02T06:06:18.455Z] $ docker stop --time=1 5865700524acd7275c388a6e0f1a3a35a20b4733645b3f8795e8ba46eb213f47 [2022-04-02T06:06:19.753Z] $ docker rm -f 5865700524acd7275c388a6e0f1a3a35a20b4733645b3f8795e8ba46eb213f47 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:20.179Z] + docker inspect -f . ci-base-image-x86_64 [2022-04-02T06:06:20.179Z] . [Pipeline] withDockerContainer [2022-04-02T06:06:20.255Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:06:20.301Z] $ 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-02T06:06:20.692Z] $ docker top 98e7a6dc32f68a9d8475a40266377494b07619a9ddfd3e042ca6fbff6bf0b21a -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-02T06:06:21.070Z] + make test [2022-04-02T06:06:21.070Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-02T06:06:21.329Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-02T06:06:27.987Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-02T06:06:27.987Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-02T06:06:29.895Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-02T06:06:29.895Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-02T06:06:29.910Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-02T06:06:29.924Z] $ docker stop --time=1 98e7a6dc32f68a9d8475a40266377494b07619a9ddfd3e042ca6fbff6bf0b21a [2022-04-02T06:06:31.805Z] $ docker rm -f 98e7a6dc32f68a9d8475a40266377494b07619a9ddfd3e042ca6fbff6bf0b21a [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-02T06:06:32.190Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-02T06:06:32.241Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-04-02T06:06:32.813Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-02T06:06:33.106Z] + ls -al . [2022-04-02T06:06:33.106Z] total 160 [2022-04-02T06:06:33.106Z] drwxrwxr-x 14 jenkins jenkins 4096 Apr 2 06:06 . [2022-04-02T06:06:33.106Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:05 .. [2022-04-02T06:06:33.106Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 06:05 .git [2022-04-02T06:06:33.106Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 06:05 .github [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 2 06:05 .gitignore [2022-04-02T06:06:33.106Z] drwx------ 3 jenkins jenkins 4096 Apr 2 06:05 .semver [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 2 06:05 CONTRIBUTING.md [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 2 06:05 Dockerfile [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 2 06:05 Jenkinsfile [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 2 06:05 LICENSE [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 2 06:05 Makefile [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 2 06:05 README.md [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 2 06:05 VERSION [2022-04-02T06:06:33.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 06:05 assets [2022-04-02T06:06:33.106Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 06:05 bin [2022-04-02T06:06:33.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 06:05 cmd [2022-04-02T06:06:33.106Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 2 06:06 coverage.out [2022-04-02T06:06:33.106Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 06:05 docs [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 2 06:05 go.mod [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 2 06:05 go.sum [2022-04-02T06:06:33.106Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 2 06:05 internal [2022-04-02T06:06:33.106Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 06:05 pkg [2022-04-02T06:06:33.106Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:05 snap [2022-04-02T06:06:33.106Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:05 testing [2022-04-02T06:06:33.106Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 2 06:05 version.go [2022-04-02T06:06:33.106Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:05 web [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:33.413Z] + 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=85e38400248efaa84ce551a52fbd297875ef55c6 --label arch=amd64 --label version=2.1.1-dev.19 . [2022-04-02T06:06:33.691Z] Sending build context to Docker daemon 43.16MB [2022-04-02T06:06:33.691Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-02T06:06:33.691Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-02T06:06:33.691Z] ---> 1c0dba039663 [2022-04-02T06:06:33.691Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-02T06:06:33.952Z] ---> Running in 425f2736f66f [2022-04-02T06:06:33.952Z] Removing intermediate container 425f2736f66f [2022-04-02T06:06:33.952Z] ---> 3a925d75c9b2 [2022-04-02T06:06:33.952Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-02T06:06:33.952Z] ---> Running in 959feee535fb [2022-04-02T06:06:34.212Z] Removing intermediate container 959feee535fb [2022-04-02T06:06:34.212Z] ---> d2a7a8c7ad4f [2022-04-02T06:06:34.212Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-02T06:06:34.212Z] ---> Running in 7248e24800d9 [2022-04-02T06:06:34.212Z] Removing intermediate container 7248e24800d9 [2022-04-02T06:06:34.212Z] ---> 3125f3262b8c [2022-04-02T06:06:34.212Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-02T06:06:34.212Z] ---> Running in 35022774810a [2022-04-02T06:06:34.473Z] Removing intermediate container 35022774810a [2022-04-02T06:06:34.473Z] ---> c4401c1405bf [2022-04-02T06:06:34.473Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-02T06:06:34.473Z] ---> Running in 6b12fbe7a505 [2022-04-02T06:06:34.473Z] Removing intermediate container 6b12fbe7a505 [2022-04-02T06:06:34.473Z] ---> a9b008046748 [2022-04-02T06:06:34.473Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-02T06:06:34.473Z] ---> Running in 1dccfce39d61 [2022-04-02T06:06:35.045Z] Removing intermediate container 1dccfce39d61 [2022-04-02T06:06:35.045Z] ---> e4edf39a561f [2022-04-02T06:06:35.045Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-02T06:06:35.045Z] ---> Running in 1443840160d4 [2022-04-02T06:06:35.618Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-04-02T06:06:36.190Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-04-02T06:06:36.765Z] OK: 221 MiB in 52 packages [2022-04-02T06:06:37.026Z] Removing intermediate container 1443840160d4 [2022-04-02T06:06:37.026Z] ---> e62477a2a414 [2022-04-02T06:06:37.026Z] Step 10/23 : ENV GO111MODULE=on [2022-04-02T06:06:37.026Z] ---> Running in 3e93a849e0aa [2022-04-02T06:06:37.286Z] Removing intermediate container 3e93a849e0aa [2022-04-02T06:06:37.286Z] ---> 0eec86caa397 [2022-04-02T06:06:37.286Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-02T06:06:37.286Z] ---> Running in 5546436b4d51 [2022-04-02T06:06:37.286Z] Removing intermediate container 5546436b4d51 [2022-04-02T06:06:37.286Z] ---> 5befa580a5da [2022-04-02T06:06:37.286Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-02T06:06:37.548Z] ---> 4c11795d4578 [2022-04-02T06:06:37.548Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-02T06:06:37.549Z] ---> Running in 6f927dd39363 [2022-04-02T06:06:38.488Z] Removing intermediate container 6f927dd39363 [2022-04-02T06:06:38.488Z] ---> 1e3fe2b2f079 [2022-04-02T06:06:38.488Z] Step 14/23 : COPY . . [2022-04-02T06:06:39.433Z] ---> 7f2fff11e2ee [2022-04-02T06:06:39.433Z] Step 15/23 : RUN ${MAKE} [2022-04-02T06:06:39.433Z] ---> Running in db4cab4ef1f2 [2022-04-02T06:06:39.694Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.19" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-04-02T06:06:46.284Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-02T06:06:47.230Z] Removing intermediate container db4cab4ef1f2 [2022-04-02T06:06:47.230Z] ---> ac115b1f1d99 [2022-04-02T06:06:47.230Z] Step 16/23 : FROM alpine:3.14 [2022-04-02T06:06:48.172Z] 3.14: Pulling from library/alpine [2022-04-02T06:06:48.172Z] cfab2db72209: Pulling fs layer [2022-04-02T06:06:48.172Z] cfab2db72209: Verifying Checksum [2022-04-02T06:06:48.172Z] cfab2db72209: Download complete [2022-04-02T06:06:48.431Z] cfab2db72209: Pull complete [2022-04-02T06:06:48.431Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-02T06:06:48.432Z] Status: Downloaded newer image for alpine:3.14 [2022-04-02T06:06:48.432Z] ---> 84b07dd2d1fd [2022-04-02T06:06:48.432Z] Step 17/23 : EXPOSE 4000 [2022-04-02T06:06:48.693Z] ---> Running in 2dd863195148 [2022-04-02T06:06:48.693Z] Removing intermediate container 2dd863195148 [2022-04-02T06:06:48.693Z] ---> ba7d9eea4a08 [2022-04-02T06:06:48.693Z] 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-02T06:06:49.267Z] ---> 3630c928bb1d [2022-04-02T06:06:49.267Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-02T06:06:49.267Z] ---> Running in ed6aa07336ec [2022-04-02T06:06:49.267Z] Removing intermediate container ed6aa07336ec [2022-04-02T06:06:49.267Z] ---> 5960a6f2d3ad [2022-04-02T06:06:49.267Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-02T06:06:49.529Z] ---> Running in d8ff15ecca5c [2022-04-02T06:06:49.529Z] Removing intermediate container d8ff15ecca5c [2022-04-02T06:06:49.529Z] ---> 2056e0892b3a [2022-04-02T06:06:49.529Z] Step 21/23 : LABEL arch=amd64 [2022-04-02T06:06:49.529Z] ---> Running in 208c80430909 [2022-04-02T06:06:49.529Z] Removing intermediate container 208c80430909 [2022-04-02T06:06:49.529Z] ---> 35e77f6e453a [2022-04-02T06:06:49.529Z] Step 22/23 : LABEL git_sha=85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:06:49.790Z] ---> Running in aa1d820ae771 [2022-04-02T06:06:49.790Z] Removing intermediate container aa1d820ae771 [2022-04-02T06:06:49.790Z] ---> 150dca5d225c [2022-04-02T06:06:49.790Z] Step 23/23 : LABEL version=2.1.1-dev.19 [2022-04-02T06:06:49.790Z] ---> Running in 5b73d051d768 [2022-04-02T06:06:49.790Z] Removing intermediate container 5b73d051d768 [2022-04-02T06:06:49.790Z] ---> 56f41ee3e9e4 [2022-04-02T06:06:49.790Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-02T06:06:50.052Z] Successfully built 56f41ee3e9e4 [2022-04-02T06:06:50.052Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-02T06:06:50.153Z] provisioning config files... [2022-04-02T06:06:50.164Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2503458204366992795tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:06:50.465Z] ---> docker-login.sh [2022-04-02T06:06:50.465Z] nexus3.edgexfoundry.org:10001 [2022-04-02T06:06:50.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:06:50.465Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:06:50.465Z] Configure a credential helper to remove this warning. See [2022-04-02T06:06:50.465Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:06:50.465Z] [2022-04-02T06:06:50.465Z] Login Succeeded [2022-04-02T06:06:50.465Z] nexus3.edgexfoundry.org:10002 [2022-04-02T06:06:50.465Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:06:50.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:06:50.730Z] Configure a credential helper to remove this warning. See [2022-04-02T06:06:50.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:06:50.730Z] [2022-04-02T06:06:50.730Z] Login Succeeded [2022-04-02T06:06:50.730Z] nexus3.edgexfoundry.org:10003 [2022-04-02T06:06:50.730Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:06:50.730Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:06:50.730Z] Configure a credential helper to remove this warning. See [2022-04-02T06:06:50.730Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:06:50.730Z] [2022-04-02T06:06:50.730Z] Login Succeeded [2022-04-02T06:06:50.730Z] nexus3.edgexfoundry.org:10004 [2022-04-02T06:06:50.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:06:50.991Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:06:50.991Z] Configure a credential helper to remove this warning. See [2022-04-02T06:06:50.991Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:06:50.991Z] [2022-04-02T06:06:50.991Z] Login Succeeded [2022-04-02T06:06:50.991Z] docker.io [2022-04-02T06:06:50.991Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:06:51.565Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:06:51.565Z] Configure a credential helper to remove this warning. See [2022-04-02T06:06:51.565Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:06:51.565Z] [2022-04-02T06:06:51.565Z] Login Succeeded [2022-04-02T06:06:51.565Z] ---> docker-login.sh ends [Pipeline] } [2022-04-02T06:06:51.573Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-02T06:06:51.609Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-02T06:06:51.631Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2022-04-02T06:06:51.631Z] 85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:06:51.631Z] latest [2022-04-02T06:06:51.631Z] 2.1.1-dev.19 [2022-04-02T06:06:51.631Z] 85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [2022-04-02T06:06:51.631Z] main [2022-04-02T06:06:51.631Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:51.965Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:52.263Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:06:52.263Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-02T06:06:52.263Z] c149c2a75381: Preparing [2022-04-02T06:06:52.263Z] 736164617a66: Preparing [2022-04-02T06:06:52.263Z] 736164617a66: Layer already exists [2022-04-02T06:06:54.812Z] c149c2a75381: Pushed [2022-04-02T06:06:54.812Z] 85e38400248efaa84ce551a52fbd297875ef55c6: digest: sha256:307e6e5789f0a888f0f88b6ae022bb31673be4650be261f07e215a3da9c5863b size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:55.116Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:55.415Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2022-04-02T06:06:55.415Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-02T06:06:55.415Z] c149c2a75381: Preparing [2022-04-02T06:06:55.415Z] 736164617a66: Preparing [2022-04-02T06:06:55.415Z] c149c2a75381: Layer already exists [2022-04-02T06:06:55.415Z] 736164617a66: Layer already exists [2022-04-02T06:06:55.415Z] latest: digest: sha256:307e6e5789f0a888f0f88b6ae022bb31673be4650be261f07e215a3da9c5863b size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:55.720Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:56.020Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.19 [2022-04-02T06:06:56.020Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-02T06:06:56.020Z] c149c2a75381: Preparing [2022-04-02T06:06:56.020Z] 736164617a66: Preparing [2022-04-02T06:06:56.020Z] c149c2a75381: Layer already exists [2022-04-02T06:06:56.020Z] 736164617a66: Layer already exists [2022-04-02T06:06:56.020Z] 2.1.1-dev.19: digest: sha256:307e6e5789f0a888f0f88b6ae022bb31673be4650be261f07e215a3da9c5863b size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:56.320Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:56.619Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [2022-04-02T06:06:56.619Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-02T06:06:56.619Z] c149c2a75381: Preparing [2022-04-02T06:06:56.619Z] 736164617a66: Preparing [2022-04-02T06:06:56.619Z] c149c2a75381: Layer already exists [2022-04-02T06:06:56.619Z] 736164617a66: Layer already exists [2022-04-02T06:06:56.619Z] 85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19: digest: sha256:307e6e5789f0a888f0f88b6ae022bb31673be4650be261f07e215a3da9c5863b size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:56.926Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:57.226Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main [2022-04-02T06:06:57.226Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-04-02T06:06:57.226Z] c149c2a75381: Preparing [2022-04-02T06:06:57.226Z] 736164617a66: Preparing [2022-04-02T06:06:57.226Z] c149c2a75381: Layer already exists [2022-04-02T06:06:57.226Z] 736164617a66: Layer already exists [2022-04-02T06:06:57.226Z] main: digest: sha256:307e6e5789f0a888f0f88b6ae022bb31673be4650be261f07e215a3da9c5863b size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-02T06:06:57.267Z] ===================================================== [Pipeline] echo [2022-04-02T06:06:57.277Z] taggedImages: [2022-04-02T06:06:57.277Z] - nexus3.edgexfoundry.org:10004/edgex-ui:85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:06:57.277Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2022-04-02T06:06:57.277Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.19 [2022-04-02T06:06:57.277Z] - nexus3.edgexfoundry.org:10004/edgex-ui:85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [2022-04-02T06:06:57.277Z] - 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-02T06:06:57.666Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-02T06:06:57.666Z] [2022-04-02T06:06:57.666Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:06:57.974Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-02T06:06:57.974Z] latest: Pulling from edgex-lftools-log-publisher [2022-04-02T06:06:57.974Z] 5eb5b503b376: Pulling fs layer [2022-04-02T06:06:57.974Z] 5c69ac0246d0: Pulling fs layer [2022-04-02T06:06:57.974Z] ec43610c2a17: Pulling fs layer [2022-04-02T06:06:57.974Z] 3a2ae6a8a46f: Pulling fs layer [2022-04-02T06:06:57.974Z] 33b1e0a273af: Pulling fs layer [2022-04-02T06:06:57.974Z] 5d3b04190fa2: Pulling fs layer [2022-04-02T06:06:57.974Z] 2f39f015ded8: Pulling fs layer [2022-04-02T06:06:57.974Z] 33b1e0a273af: Waiting [2022-04-02T06:06:57.974Z] 5d3b04190fa2: Waiting [2022-04-02T06:06:57.974Z] 3a2ae6a8a46f: Waiting [2022-04-02T06:06:57.974Z] 2f39f015ded8: Waiting [2022-04-02T06:06:57.974Z] 5c69ac0246d0: Verifying Checksum [2022-04-02T06:06:57.974Z] 5c69ac0246d0: Download complete [2022-04-02T06:06:57.974Z] 3a2ae6a8a46f: Verifying Checksum [2022-04-02T06:06:57.974Z] 3a2ae6a8a46f: Download complete [2022-04-02T06:06:57.974Z] 33b1e0a273af: Verifying Checksum [2022-04-02T06:06:57.974Z] 33b1e0a273af: Download complete [2022-04-02T06:06:57.974Z] ec43610c2a17: Verifying Checksum [2022-04-02T06:06:57.974Z] ec43610c2a17: Download complete [2022-04-02T06:06:57.974Z] 5d3b04190fa2: Download complete [2022-04-02T06:06:58.234Z] 5eb5b503b376: Verifying Checksum [2022-04-02T06:06:58.234Z] 5eb5b503b376: Download complete [2022-04-02T06:06:58.804Z] 2f39f015ded8: Download complete [2022-04-02T06:06:59.745Z] 5eb5b503b376: Pull complete [2022-04-02T06:06:59.745Z] 5c69ac0246d0: Pull complete [2022-04-02T06:07:00.317Z] ec43610c2a17: Pull complete [2022-04-02T06:07:00.317Z] 3a2ae6a8a46f: Pull complete [2022-04-02T06:07:00.578Z] 33b1e0a273af: Pull complete [2022-04-02T06:07:00.578Z] 5d3b04190fa2: Pull complete [2022-04-02T06:07:05.864Z] 2f39f015ded8: Pull complete [2022-04-02T06:07:05.864Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-04-02T06:07:05.864Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-02T06:07:05.864Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-04-02T06:07:05.937Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:07:05.976Z] $ 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-02T06:07:07.767Z] $ docker top fcba917e621d41414f72488b4ad73ce054e52ab144dd9aca06ffb85667551270 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:07:08.168Z] ---> job-cost.sh [2022-04-02T06:07:08.168Z] lf-activate-venv: SKIPPING [2022-04-02T06:07:08.168Z] INFO: No Stack... [2022-04-02T06:07:08.429Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-02T06:07:08.999Z] INFO: Archiving Costs [Pipeline] sh [2022-04-02T06:07:09.292Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv [2022-04-02T06:07:09.292Z] + cut -d, -f6 [Pipeline] lock [2022-04-02T06:07:09.313Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] [2022-04-02T06:07:09.319Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] did not exist. Created. [2022-04-02T06:07:09.319Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-02T06:07:09.715Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-04-02T06:07:09.767Z] Stashed 1 file(s) [Pipeline] } [2022-04-02T06:07:09.773Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-02T06:07:09.789Z] $ docker stop --time=1 fcba917e621d41414f72488b4ad73ce054e52ab144dd9aca06ffb85667551270 [2022-04-02T06:07:10.982Z] $ docker rm -f fcba917e621d41414f72488b4ad73ce054e52ab144dd9aca06ffb85667551270 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-04-02T06:07:29.240Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-10530 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2022-04-02T06:07:29.254Z] Running in /w/workspace/edgex-ui-go/58 [Pipeline] { [Pipeline] checkout [2022-04-02T06:07:29.570Z] The recommended git tool is: git [2022-04-02T06:07:36.849Z] using credential edgex-jenkins-ssh [2022-04-02T06:07:36.868Z] Cloning the remote Git repository [2022-04-02T06:07:36.947Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-02T06:07:37.047Z] > git init /w/workspace/edgex-ui-go/58 # timeout=10 [2022-04-02T06:07:37.153Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-04-02T06:07:37.154Z] > git --version # timeout=10 [2022-04-02T06:07:37.183Z] > git --version # 'git version 2.25.1' [2022-04-02T06:07:37.186Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-04-02T06:07:37.365Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-02T06:07:40.606Z] Avoid second fetch [2022-04-02T06:07:40.606Z] Checking out Revision 85e38400248efaa84ce551a52fbd297875ef55c6 (main) [2022-04-02T06:07:40.542Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-04-02T06:07:40.576Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-04-02T06:07:40.631Z] > git config core.sparsecheckout # timeout=10 [2022-04-02T06:07:40.667Z] > git checkout -f 85e38400248efaa84ce551a52fbd297875ef55c6 # timeout=10 [2022-04-02T06:07:45.183Z] Commit message: "chore(deps): Bump minimist from 1.2.5 to 1.2.6 in /web (#508)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-02T06:07:46.124Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-04-02T06:07:46.124Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-02T06:07:46.124Z] Dload Upload Total Spent Left Speed [2022-04-02T06:07:46.124Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 44690 0 --:--:-- --:--:-- --:--:-- 44522 [Pipeline] sh [2022-04-02T06:07:46.650Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-04-02T06:07:46.995Z] + + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-04-02T06:07:46.995Z] sudo tee /etc/docker/daemon.new [2022-04-02T06:07:46.995Z] { [2022-04-02T06:07:46.995Z] "registry-mirrors": [ [2022-04-02T06:07:46.995Z] "https://nexus3.edgexfoundry.org:10001" [2022-04-02T06:07:46.995Z] ], [2022-04-02T06:07:46.995Z] "bip": "10.250.0.254/24", [2022-04-02T06:07:46.995Z] "hosts": [ [2022-04-02T06:07:46.995Z] "tcp://0.0.0.0:5555", [2022-04-02T06:07:46.995Z] "unix:///var/run/docker.sock" [2022-04-02T06:07:46.995Z] ], [2022-04-02T06:07:46.995Z] "mtu": 1458, [2022-04-02T06:07:46.995Z] "selinux-enabled": true, [2022-04-02T06:07:46.995Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-04-02T06:07:46.995Z] } [Pipeline] sh [2022-04-02T06:07:47.345Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-04-02T06:07:47.690Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-02T06:08:06.101Z] provisioning config files... [2022-04-02T06:08:06.126Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/58@tmp/config1236173928972633289tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:08:06.492Z] ---> docker-login.sh [2022-04-02T06:08:06.492Z] nexus3.edgexfoundry.org:10001 [2022-04-02T06:08:07.095Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:08:07.374Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:08:07.374Z] Configure a credential helper to remove this warning. See [2022-04-02T06:08:07.374Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:08:07.374Z] [2022-04-02T06:08:07.374Z] Login Succeeded [2022-04-02T06:08:07.374Z] nexus3.edgexfoundry.org:10002 [2022-04-02T06:08:07.647Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:08:07.647Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:08:07.647Z] Configure a credential helper to remove this warning. See [2022-04-02T06:08:07.647Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:08:07.647Z] [2022-04-02T06:08:07.647Z] Login Succeeded [2022-04-02T06:08:07.647Z] nexus3.edgexfoundry.org:10003 [2022-04-02T06:08:08.244Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:08:08.244Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:08:08.244Z] Configure a credential helper to remove this warning. See [2022-04-02T06:08:08.244Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:08:08.244Z] [2022-04-02T06:08:08.244Z] Login Succeeded [2022-04-02T06:08:08.244Z] nexus3.edgexfoundry.org:10004 [2022-04-02T06:08:08.526Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:08:08.799Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:08:08.799Z] Configure a credential helper to remove this warning. See [2022-04-02T06:08:08.799Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:08:08.799Z] [2022-04-02T06:08:08.799Z] Login Succeeded [2022-04-02T06:08:08.799Z] docker.io [2022-04-02T06:08:09.072Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:08:09.346Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:08:09.346Z] Configure a credential helper to remove this warning. See [2022-04-02T06:08:09.346Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:08:09.346Z] [2022-04-02T06:08:09.346Z] Login Succeeded [2022-04-02T06:08:09.346Z] ---> docker-login.sh ends [Pipeline] } [2022-04-02T06:08:09.365Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-04-02T06:08:09.803Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-02T06:08:09.815Z] ========================================================= [2022-04-02T06:08:09.815Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-04-02T06:08:09.815Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:08:10.198Z] + 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-02T06:08:11.183Z] Sending build context to Docker daemon 27.06MB [2022-04-02T06:08:11.183Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-04-02T06:08:11.183Z] Step 2/15 : FROM ${BASE} AS builder [2022-04-02T06:08:11.463Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-04-02T06:08:11.463Z] 9b3977197b4f: Pulling fs layer [2022-04-02T06:08:11.463Z] 1a89e8eeedd5: Pulling fs layer [2022-04-02T06:08:11.463Z] 94645a83ff95: Pulling fs layer [2022-04-02T06:08:11.463Z] 3f3a8bcf1eab: Pulling fs layer [2022-04-02T06:08:11.463Z] 0c92f367c5e7: Pulling fs layer [2022-04-02T06:08:11.463Z] f7c0051592d6: Pulling fs layer [2022-04-02T06:08:11.463Z] a227ed2f7395: Pulling fs layer [2022-04-02T06:08:11.463Z] 7b1c46037f91: Pulling fs layer [2022-04-02T06:08:11.463Z] 3f3a8bcf1eab: Waiting [2022-04-02T06:08:11.463Z] a227ed2f7395: Waiting [2022-04-02T06:08:11.463Z] 7b1c46037f91: Waiting [2022-04-02T06:08:11.463Z] f7c0051592d6: Waiting [2022-04-02T06:08:11.463Z] 0c92f367c5e7: Waiting [2022-04-02T06:08:11.463Z] 94645a83ff95: Verifying Checksum [2022-04-02T06:08:11.463Z] 94645a83ff95: Download complete [2022-04-02T06:08:11.463Z] 1a89e8eeedd5: Verifying Checksum [2022-04-02T06:08:11.463Z] 1a89e8eeedd5: Download complete [2022-04-02T06:08:11.463Z] 0c92f367c5e7: Verifying Checksum [2022-04-02T06:08:11.463Z] 0c92f367c5e7: Download complete [2022-04-02T06:08:11.463Z] f7c0051592d6: Download complete [2022-04-02T06:08:11.463Z] 9b3977197b4f: Verifying Checksum [2022-04-02T06:08:11.463Z] 9b3977197b4f: Download complete [2022-04-02T06:08:11.463Z] a227ed2f7395: Verifying Checksum [2022-04-02T06:08:11.463Z] a227ed2f7395: Download complete [2022-04-02T06:08:12.068Z] 9b3977197b4f: Pull complete [2022-04-02T06:08:12.672Z] 1a89e8eeedd5: Pull complete [2022-04-02T06:08:12.949Z] 94645a83ff95: Pull complete [2022-04-02T06:08:13.551Z] 7b1c46037f91: Verifying Checksum [2022-04-02T06:08:13.551Z] 7b1c46037f91: Download complete [2022-04-02T06:08:14.150Z] 3f3a8bcf1eab: Verifying Checksum [2022-04-02T06:08:14.150Z] 3f3a8bcf1eab: Download complete [2022-04-02T06:08:26.581Z] 3f3a8bcf1eab: Pull complete [2022-04-02T06:08:26.581Z] 0c92f367c5e7: Pull complete [2022-04-02T06:08:26.581Z] f7c0051592d6: Pull complete [2022-04-02T06:08:26.581Z] a227ed2f7395: Pull complete [2022-04-02T06:08:33.336Z] 7b1c46037f91: Pull complete [2022-04-02T06:08:33.336Z] Digest: sha256:72afd471f6932efc3b14a707e53dab7ff98911016b282aefa83be7c085db88fe [2022-04-02T06:08:33.336Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-04-02T06:08:33.336Z] ---> f79e39bc4007 [2022-04-02T06:08:33.337Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-02T06:08:34.332Z] ---> Running in 26c432d29752 [2022-04-02T06:08:34.332Z] Removing intermediate container 26c432d29752 [2022-04-02T06:08:34.332Z] ---> ed83bafaddcf [2022-04-02T06:08:34.332Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-04-02T06:08:34.609Z] ---> Running in 86fb217f316d [2022-04-02T06:08:34.882Z] Removing intermediate container 86fb217f316d [2022-04-02T06:08:34.882Z] ---> 380d6cad009d [2022-04-02T06:08:34.882Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-04-02T06:08:34.882Z] ---> Running in 418edc3f3490 [2022-04-02T06:08:35.154Z] Removing intermediate container 418edc3f3490 [2022-04-02T06:08:35.154Z] ---> 65600d238ae3 [2022-04-02T06:08:35.154Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-04-02T06:08:35.154Z] ---> Running in 2b51e7ca6c2a [2022-04-02T06:08:35.429Z] Removing intermediate container 2b51e7ca6c2a [2022-04-02T06:08:35.429Z] ---> 2db2ab27147b [2022-04-02T06:08:35.429Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-02T06:08:35.703Z] ---> Running in 3cd42e654745 [2022-04-02T06:08:35.976Z] Removing intermediate container 3cd42e654745 [2022-04-02T06:08:35.976Z] ---> 98c4818fec20 [2022-04-02T06:08:35.976Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-02T06:08:35.976Z] ---> Running in d60954659797 [2022-04-02T06:08:37.954Z] Removing intermediate container d60954659797 [2022-04-02T06:08:37.954Z] ---> e2661d853820 [2022-04-02T06:08:37.954Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-02T06:08:37.954Z] ---> Running in 783143a670f8 [2022-04-02T06:08:38.551Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-02T06:08:39.530Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-02T06:08:40.510Z] OK: 220 MiB in 52 packages [2022-04-02T06:08:41.117Z] Removing intermediate container 783143a670f8 [2022-04-02T06:08:41.117Z] ---> 4b2c7f8c0725 [2022-04-02T06:08:41.117Z] Step 10/15 : ENV GO111MODULE=on [2022-04-02T06:08:41.117Z] ---> Running in 9e0d2fb5b34b [2022-04-02T06:08:41.390Z] Removing intermediate container 9e0d2fb5b34b [2022-04-02T06:08:41.390Z] ---> 6997b0b20259 [2022-04-02T06:08:41.390Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-02T06:08:41.390Z] ---> Running in 4ecaa8329d32 [2022-04-02T06:08:41.664Z] Removing intermediate container 4ecaa8329d32 [2022-04-02T06:08:41.664Z] ---> 6009a3b9f171 [2022-04-02T06:08:41.664Z] Step 12/15 : COPY go.mod vendor* ./ [2022-04-02T06:08:42.270Z] ---> a7a40c9dec33 [2022-04-02T06:08:42.270Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-02T06:08:42.547Z] ---> Running in 05818e223651 [2022-04-02T06:10:04.353Z] Removing intermediate container 05818e223651 [2022-04-02T06:10:04.353Z] ---> 2d65d55a35a4 [2022-04-02T06:10:04.353Z] Step 14/15 : COPY . . [2022-04-02T06:10:04.353Z] ---> 68d3e408020a [2022-04-02T06:10:04.353Z] Step 15/15 : RUN ${MAKE} [2022-04-02T06:10:04.353Z] ---> Running in d424d52e1d0e [2022-04-02T06:10:04.353Z] noop [2022-04-02T06:10:04.353Z] Removing intermediate container d424d52e1d0e [2022-04-02T06:10:04.353Z] ---> 2466ee9612d8 [2022-04-02T06:10:04.353Z] Successfully built 2466ee9612d8 [2022-04-02T06:10:04.353Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:10:04.693Z] + docker inspect -f . ci-base-image-arm64 [2022-04-02T06:10:04.693Z] . [Pipeline] withDockerContainer [2022-04-02T06:10:04.903Z] prd-ubuntu20.04-docker-arm64-4c-16g-10530 does not seem to be running inside a container [2022-04-02T06:10:04.990Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/58 -v /w/workspace/edgex-ui-go/58:/w/workspace/edgex-ui-go/58:rw,z -v /w/workspace/edgex-ui-go/58@tmp:/w/workspace/edgex-ui-go/58@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-02T06:10:06.160Z] $ docker top a3f7f9be52fad9f28f44710dfc8a5ab01fa48504539f7c34b69a924b52c2e0d1 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-02T06:10:07.023Z] + go version [2022-04-02T06:10:07.023Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-04-02T06:10:07.059Z] $ docker stop --time=1 a3f7f9be52fad9f28f44710dfc8a5ab01fa48504539f7c34b69a924b52c2e0d1 [2022-04-02T06:10:08.637Z] $ docker rm -f a3f7f9be52fad9f28f44710dfc8a5ab01fa48504539f7c34b69a924b52c2e0d1 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:10:09.259Z] + docker inspect -f . ci-base-image-arm64 [2022-04-02T06:10:09.259Z] . [Pipeline] withDockerContainer [2022-04-02T06:10:09.480Z] prd-ubuntu20.04-docker-arm64-4c-16g-10530 does not seem to be running inside a container [2022-04-02T06:10:09.573Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/58 -v /w/workspace/edgex-ui-go/58:/w/workspace/edgex-ui-go/58:rw,z -v /w/workspace/edgex-ui-go/58@tmp:/w/workspace/edgex-ui-go/58@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-02T06:10:10.808Z] $ docker top 7f02f5c3998223be670b74ad61e17fa9beb97834955fa84a37b6e84feac2398b -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-04-02T06:10:11.706Z] + make test [2022-04-02T06:10:11.706Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-04-02T06:10:13.144Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-04-02T06:10:52.201Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-04-02T06:10:52.201Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-04-02T06:11:07.297Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-04-02T06:11:07.297Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-04-02T06:11:07.322Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-04-02T06:11:07.350Z] $ docker stop --time=1 7f02f5c3998223be670b74ad61e17fa9beb97834955fa84a37b6e84feac2398b [2022-04-02T06:11:09.129Z] $ docker rm -f 7f02f5c3998223be670b74ad61e17fa9beb97834955fa84a37b6e84feac2398b [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-02T06:11:09.881Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-04-02T06:11:09.903Z] Warning: overwriting stash ‘coverage-report’ [2022-04-02T06:11:10.462Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-04-02T06:11:10.876Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-04-02T06:11:11.213Z] + ls -al . [2022-04-02T06:11:11.213Z] total 156 [2022-04-02T06:11:11.213Z] drwxrwxr-x 13 jenkins jenkins 4096 Apr 2 06:10 . [2022-04-02T06:11:11.213Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:07 .. [2022-04-02T06:11:11.213Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 2 06:07 .git [2022-04-02T06:11:11.213Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 06:07 .github [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 2 06:07 .gitignore [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 3959 Apr 2 06:07 CONTRIBUTING.md [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 1549 Apr 2 06:07 Dockerfile [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 652 Apr 2 06:07 Jenkinsfile [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 11357 Apr 2 06:07 LICENSE [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 1212 Apr 2 06:07 Makefile [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 4450 Apr 2 06:07 README.md [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 2 06:05 VERSION [2022-04-02T06:11:11.213Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 06:07 assets [2022-04-02T06:11:11.213Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 06:07 bin [2022-04-02T06:11:11.213Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 06:07 cmd [2022-04-02T06:11:11.213Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 2 06:10 coverage.out [2022-04-02T06:11:11.213Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 2 06:07 docs [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 1944 Apr 2 06:07 go.mod [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 48565 Apr 2 06:07 go.sum [2022-04-02T06:11:11.213Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 2 06:07 internal [2022-04-02T06:11:11.213Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 2 06:07 pkg [2022-04-02T06:11:11.213Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:07 snap [2022-04-02T06:11:11.213Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:07 testing [2022-04-02T06:11:11.213Z] -rw-rw-r-- 1 jenkins jenkins 155 Apr 2 06:07 version.go [2022-04-02T06:11:11.213Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 2 06:07 web [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:11:11.561Z] + 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=85e38400248efaa84ce551a52fbd297875ef55c6 --label arch=arm64 --label version=2.1.1-dev.19 . [2022-04-02T06:11:12.541Z] Sending build context to Docker daemon 27.06MB [2022-04-02T06:11:12.541Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-04-02T06:11:12.541Z] Step 2/23 : FROM ${BASE} AS builder [2022-04-02T06:11:12.541Z] ---> 2466ee9612d8 [2022-04-02T06:11:12.541Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-04-02T06:11:12.816Z] ---> Running in e2f91a56871d [2022-04-02T06:11:13.094Z] Removing intermediate container e2f91a56871d [2022-04-02T06:11:13.094Z] ---> f92cfe8ead94 [2022-04-02T06:11:13.094Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-04-02T06:11:13.094Z] ---> Running in ec7f9b930e2c [2022-04-02T06:11:13.368Z] Removing intermediate container ec7f9b930e2c [2022-04-02T06:11:13.368Z] ---> 06f3de1343aa [2022-04-02T06:11:13.368Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-04-02T06:11:13.644Z] ---> Running in fccf4fc5566c [2022-04-02T06:11:13.917Z] Removing intermediate container fccf4fc5566c [2022-04-02T06:11:13.917Z] ---> 15c60df77c21 [2022-04-02T06:11:13.917Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-04-02T06:11:13.917Z] ---> Running in 7ae9646b317e [2022-04-02T06:11:14.192Z] Removing intermediate container 7ae9646b317e [2022-04-02T06:11:14.192Z] ---> 8db0b24dc4f6 [2022-04-02T06:11:14.192Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-04-02T06:11:14.192Z] ---> Running in 09d2c0e3b60f [2022-04-02T06:11:14.471Z] Removing intermediate container 09d2c0e3b60f [2022-04-02T06:11:14.471Z] ---> 043522be2d10 [2022-04-02T06:11:14.471Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-04-02T06:11:14.749Z] ---> Running in 3eae6ed3f347 [2022-04-02T06:11:16.204Z] Removing intermediate container 3eae6ed3f347 [2022-04-02T06:11:16.204Z] ---> efbe2518e5f2 [2022-04-02T06:11:16.204Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-04-02T06:11:16.493Z] ---> Running in 6cef11c8dea3 [2022-04-02T06:11:17.476Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-04-02T06:11:18.070Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-04-02T06:11:19.048Z] OK: 220 MiB in 52 packages [2022-04-02T06:11:20.043Z] Removing intermediate container 6cef11c8dea3 [2022-04-02T06:11:20.043Z] ---> f7605ddf8b3d [2022-04-02T06:11:20.043Z] Step 10/23 : ENV GO111MODULE=on [2022-04-02T06:11:20.043Z] ---> Running in 71cef80d2e9d [2022-04-02T06:11:20.316Z] Removing intermediate container 71cef80d2e9d [2022-04-02T06:11:20.316Z] ---> a5047dad16b8 [2022-04-02T06:11:20.316Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-04-02T06:11:20.316Z] ---> Running in e08c02833750 [2022-04-02T06:11:20.593Z] Removing intermediate container e08c02833750 [2022-04-02T06:11:20.593Z] ---> 41668a58a1bc [2022-04-02T06:11:20.593Z] Step 12/23 : COPY go.mod vendor* ./ [2022-04-02T06:11:21.190Z] ---> 47c51148eaff [2022-04-02T06:11:21.190Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-04-02T06:11:21.190Z] ---> Running in e9f69116906e [2022-04-02T06:11:23.820Z] Removing intermediate container e9f69116906e [2022-04-02T06:11:23.820Z] ---> f7ad159ae2b3 [2022-04-02T06:11:23.820Z] Step 14/23 : COPY . . [2022-04-02T06:11:26.439Z] ---> 9855c5cbace0 [2022-04-02T06:11:26.439Z] Step 15/23 : RUN ${MAKE} [2022-04-02T06:11:26.439Z] ---> Running in ce3cebd4ae81 [2022-04-02T06:11:27.423Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.19" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-04-02T06:11:59.865Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-04-02T06:12:03.268Z] Removing intermediate container ce3cebd4ae81 [2022-04-02T06:12:03.268Z] ---> 4b43eab3f070 [2022-04-02T06:12:03.268Z] Step 16/23 : FROM alpine:3.14 [2022-04-02T06:12:03.542Z] 3.14: Pulling from library/alpine [2022-04-02T06:12:03.816Z] 810d54c7e01b: Pulling fs layer [2022-04-02T06:12:04.091Z] 810d54c7e01b: Download complete [2022-04-02T06:12:04.693Z] 810d54c7e01b: Pull complete [2022-04-02T06:12:04.693Z] Digest: sha256:85c63ff404e9b4daf18f264447161b50ffa70047cc4c03381478cf2c6edfa9da [2022-04-02T06:12:04.693Z] Status: Downloaded newer image for alpine:3.14 [2022-04-02T06:12:04.693Z] ---> cc3d11fa2d52 [2022-04-02T06:12:04.693Z] Step 17/23 : EXPOSE 4000 [2022-04-02T06:12:04.694Z] ---> Running in f4e030a95ce4 [2022-04-02T06:12:04.977Z] Removing intermediate container f4e030a95ce4 [2022-04-02T06:12:04.977Z] ---> 96fa71076124 [2022-04-02T06:12:04.977Z] 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-02T06:12:06.412Z] ---> 4fb09285f122 [2022-04-02T06:12:06.412Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-04-02T06:12:06.412Z] ---> Running in e68803558b4c [2022-04-02T06:12:06.687Z] Removing intermediate container e68803558b4c [2022-04-02T06:12:06.687Z] ---> e4d065d1c779 [2022-04-02T06:12:06.687Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-04-02T06:12:06.962Z] ---> Running in 162392ce6c12 [2022-04-02T06:12:07.237Z] Removing intermediate container 162392ce6c12 [2022-04-02T06:12:07.237Z] ---> d6d7601a7b0a [2022-04-02T06:12:07.237Z] Step 21/23 : LABEL arch=arm64 [2022-04-02T06:12:07.237Z] ---> Running in 632ffffaa4e6 [2022-04-02T06:12:07.509Z] Removing intermediate container 632ffffaa4e6 [2022-04-02T06:12:07.509Z] ---> a6653f1d1b21 [2022-04-02T06:12:07.509Z] Step 22/23 : LABEL git_sha=85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:12:07.509Z] ---> Running in 52c20bd760b4 [2022-04-02T06:12:07.793Z] Removing intermediate container 52c20bd760b4 [2022-04-02T06:12:07.793Z] ---> 6d38ba02cf43 [2022-04-02T06:12:07.793Z] Step 23/23 : LABEL version=2.1.1-dev.19 [2022-04-02T06:12:07.793Z] ---> Running in 615bad4d42e6 [2022-04-02T06:12:08.065Z] Removing intermediate container 615bad4d42e6 [2022-04-02T06:12:08.065Z] ---> 2620e4af0509 [2022-04-02T06:12:08.065Z] [Warning] One or more build-args [ARCH] were not consumed [2022-04-02T06:12:08.337Z] Successfully built 2620e4af0509 [2022-04-02T06:12:08.337Z] 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-02T06:12:08.445Z] provisioning config files... [2022-04-02T06:12:08.464Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/58@tmp/config6836042231815483754tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:12:08.818Z] ---> docker-login.sh [2022-04-02T06:12:08.818Z] nexus3.edgexfoundry.org:10001 [2022-04-02T06:12:09.092Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:12:09.092Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:12:09.092Z] Configure a credential helper to remove this warning. See [2022-04-02T06:12:09.092Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:12:09.092Z] [2022-04-02T06:12:09.092Z] Login Succeeded [2022-04-02T06:12:09.092Z] nexus3.edgexfoundry.org:10002 [2022-04-02T06:12:09.367Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:12:09.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:12:09.640Z] Configure a credential helper to remove this warning. See [2022-04-02T06:12:09.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:12:09.640Z] [2022-04-02T06:12:09.640Z] Login Succeeded [2022-04-02T06:12:09.640Z] nexus3.edgexfoundry.org:10003 [2022-04-02T06:12:09.915Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:12:09.915Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:12:09.915Z] Configure a credential helper to remove this warning. See [2022-04-02T06:12:09.915Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:12:09.915Z] [2022-04-02T06:12:09.915Z] Login Succeeded [2022-04-02T06:12:10.189Z] nexus3.edgexfoundry.org:10004 [2022-04-02T06:12:10.461Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:12:10.461Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:12:10.461Z] Configure a credential helper to remove this warning. See [2022-04-02T06:12:10.461Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:12:10.461Z] [2022-04-02T06:12:10.461Z] Login Succeeded [2022-04-02T06:12:10.461Z] docker.io [2022-04-02T06:12:10.733Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-04-02T06:12:11.328Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-04-02T06:12:11.328Z] Configure a credential helper to remove this warning. See [2022-04-02T06:12:11.328Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-04-02T06:12:11.328Z] [2022-04-02T06:12:11.328Z] Login Succeeded [2022-04-02T06:12:11.328Z] ---> docker-login.sh ends [Pipeline] } [2022-04-02T06:12:11.347Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-02T06:12:11.388Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-04-02T06:12:11.417Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2022-04-02T06:12:11.417Z] 85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:12:11.417Z] latest [2022-04-02T06:12:11.417Z] 2.1.1-dev.19 [2022-04-02T06:12:11.417Z] 85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [2022-04-02T06:12:11.417Z] main [2022-04-02T06:12:11.417Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:11.789Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:12.135Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:12:12.135Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-02T06:12:12.135Z] f736d281f85a: Preparing [2022-04-02T06:12:12.135Z] b94faa188151: Preparing [2022-04-02T06:12:12.135Z] b94faa188151: Layer already exists [2022-04-02T06:12:16.435Z] f736d281f85a: Pushed [2022-04-02T06:12:16.435Z] 85e38400248efaa84ce551a52fbd297875ef55c6: digest: sha256:8f28db5169c884be7b77230e5481aaa900926dedccb986048862a080ec60badd size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:16.785Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:17.134Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2022-04-02T06:12:17.134Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-02T06:12:17.134Z] f736d281f85a: Preparing [2022-04-02T06:12:17.134Z] b94faa188151: Preparing [2022-04-02T06:12:17.134Z] b94faa188151: Layer already exists [2022-04-02T06:12:17.134Z] f736d281f85a: Layer already exists [2022-04-02T06:12:17.408Z] latest: digest: sha256:8f28db5169c884be7b77230e5481aaa900926dedccb986048862a080ec60badd size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:17.765Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:18.113Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.19 [2022-04-02T06:12:18.113Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-02T06:12:18.113Z] f736d281f85a: Preparing [2022-04-02T06:12:18.113Z] b94faa188151: Preparing [2022-04-02T06:12:18.113Z] b94faa188151: Layer already exists [2022-04-02T06:12:18.113Z] f736d281f85a: Layer already exists [2022-04-02T06:12:18.113Z] 2.1.1-dev.19: digest: sha256:8f28db5169c884be7b77230e5481aaa900926dedccb986048862a080ec60badd size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:18.734Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:19.078Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [2022-04-02T06:12:19.079Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-02T06:12:19.079Z] f736d281f85a: Preparing [2022-04-02T06:12:19.079Z] b94faa188151: Preparing [2022-04-02T06:12:19.079Z] b94faa188151: Layer already exists [2022-04-02T06:12:19.079Z] f736d281f85a: Layer already exists [2022-04-02T06:12:19.350Z] 85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19: digest: sha256:8f28db5169c884be7b77230e5481aaa900926dedccb986048862a080ec60badd size: 739 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:19.703Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:20.053Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [2022-04-02T06:12:20.053Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-04-02T06:12:20.053Z] f736d281f85a: Preparing [2022-04-02T06:12:20.053Z] b94faa188151: Preparing [2022-04-02T06:12:20.053Z] b94faa188151: Layer already exists [2022-04-02T06:12:20.053Z] f736d281f85a: Layer already exists [2022-04-02T06:12:20.326Z] main: digest: sha256:8f28db5169c884be7b77230e5481aaa900926dedccb986048862a080ec60badd size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-04-02T06:12:20.381Z] ===================================================== [Pipeline] echo [2022-04-02T06:12:20.390Z] taggedImages: [2022-04-02T06:12:20.390Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:85e38400248efaa84ce551a52fbd297875ef55c6 [2022-04-02T06:12:20.390Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2022-04-02T06:12:20.390Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.19 [2022-04-02T06:12:20.390Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:85e38400248efaa84ce551a52fbd297875ef55c6-2.1.1-dev.19 [2022-04-02T06:12:20.390Z] - 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-02T06:12:20.771Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-02T06:12:20.771Z] [2022-04-02T06:12:20.771Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:21.131Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-02T06:12:21.408Z] arm64: Pulling from edgex-lftools-log-publisher [2022-04-02T06:12:21.408Z] 8998bd30e6a1: Pulling fs layer [2022-04-02T06:12:21.408Z] 04944245beec: Pulling fs layer [2022-04-02T06:12:21.408Z] 699f458cf7ca: Pulling fs layer [2022-04-02T06:12:21.408Z] 765212b225bb: Pulling fs layer [2022-04-02T06:12:21.408Z] f23df028b6ca: Pulling fs layer [2022-04-02T06:12:21.408Z] d65c8cfc05b1: Pulling fs layer [2022-04-02T06:12:21.408Z] 2437ff75d9bd: Pulling fs layer [2022-04-02T06:12:21.408Z] 765212b225bb: Waiting [2022-04-02T06:12:21.408Z] f23df028b6ca: Waiting [2022-04-02T06:12:21.408Z] d65c8cfc05b1: Waiting [2022-04-02T06:12:21.408Z] 2437ff75d9bd: Waiting [2022-04-02T06:12:21.408Z] 04944245beec: Verifying Checksum [2022-04-02T06:12:21.408Z] 04944245beec: Download complete [2022-04-02T06:12:21.408Z] 765212b225bb: Verifying Checksum [2022-04-02T06:12:21.408Z] 765212b225bb: Download complete [2022-04-02T06:12:21.408Z] f23df028b6ca: Verifying Checksum [2022-04-02T06:12:21.408Z] f23df028b6ca: Download complete [2022-04-02T06:12:21.408Z] d65c8cfc05b1: Verifying Checksum [2022-04-02T06:12:21.408Z] d65c8cfc05b1: Download complete [2022-04-02T06:12:21.688Z] 699f458cf7ca: Verifying Checksum [2022-04-02T06:12:21.688Z] 699f458cf7ca: Download complete [2022-04-02T06:12:21.962Z] 8998bd30e6a1: Verifying Checksum [2022-04-02T06:12:21.962Z] 8998bd30e6a1: Download complete [2022-04-02T06:12:24.593Z] 2437ff75d9bd: Verifying Checksum [2022-04-02T06:12:24.593Z] 2437ff75d9bd: Download complete [2022-04-02T06:12:26.033Z] 8998bd30e6a1: Pull complete [2022-04-02T06:12:26.630Z] 04944245beec: Pull complete [2022-04-02T06:12:28.070Z] 699f458cf7ca: Pull complete [2022-04-02T06:12:28.346Z] 765212b225bb: Pull complete [2022-04-02T06:12:28.945Z] f23df028b6ca: Pull complete [2022-04-02T06:12:29.219Z] d65c8cfc05b1: Pull complete [2022-04-02T06:12:44.328Z] 2437ff75d9bd: Pull complete [2022-04-02T06:12:44.328Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-04-02T06:12:44.328Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-04-02T06:12:44.328Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-04-02T06:12:44.571Z] prd-ubuntu20.04-docker-arm64-4c-16g-10530 does not seem to be running inside a container [2022-04-02T06:12:44.673Z] $ 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/58 -v /w/workspace/edgex-ui-go/58:/w/workspace/edgex-ui-go/58:rw,z -v /w/workspace/edgex-ui-go/58@tmp:/w/workspace/edgex-ui-go/58@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-02T06:12:47.136Z] $ docker top 4b84913b97a261aa7e115a90e9351ec6cae20cd2ed7aea19f081529b1ac6773f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:12:48.037Z] ---> job-cost.sh [2022-04-02T06:12:48.037Z] lf-activate-venv: SKIPPING [2022-04-02T06:12:48.037Z] INFO: No Stack... [2022-04-02T06:12:48.629Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-04-02T06:12:49.223Z] INFO: Archiving Costs [Pipeline] sh [2022-04-02T06:12:49.893Z] + + cat /w/workspace/edgex-ui-go/58/archives/cost.csv [2022-04-02T06:12:49.893Z] cut -d, -f6 [Pipeline] lock [2022-04-02T06:12:49.964Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] [2022-04-02T06:12:49.969Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] did not exist. Created. [2022-04-02T06:12:49.969Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-04-02T06:12:50.652Z] /w/workspace/edgex-ui-go/58@tmp/durable-3dbf7a55/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-04-02T06:12:51.339Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-04-02T06:12:51.367Z] Warning: overwriting stash ‘stack-cost’ [2022-04-02T06:12:51.522Z] Stashed 1 file(s) [Pipeline] } [2022-04-02T06:12:51.529Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-58-stack-cost] [Pipeline] // lock [Pipeline] } [2022-04-02T06:12:51.567Z] $ docker stop --time=1 4b84913b97a261aa7e115a90e9351ec6cae20cd2ed7aea19f081529b1ac6773f [2022-04-02T06:12:53.075Z] $ docker rm -f 4b84913b97a261aa7e115a90e9351ec6cae20cd2ed7aea19f081529b1ac6773f [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-02T06:12:53.607Z] provisioning config files... [2022-04-02T06:12:53.616Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4319096382763880967tmp [Pipeline] { [Pipeline] sh [2022-04-02T06:12:53.914Z] + set +x [2022-04-02T06:12:53.914Z] + curl -s https://codecov.io/bash [2022-04-02T06:12:53.914Z] + bash -s -- [2022-04-02T06:12:53.914Z] [2022-04-02T06:12:53.914Z] _____ _ [2022-04-02T06:12:53.914Z] / ____| | | [2022-04-02T06:12:53.914Z] | | ___ __| | ___ ___ _____ __ [2022-04-02T06:12:53.914Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-04-02T06:12:53.914Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-04-02T06:12:53.914Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-04-02T06:12:53.914Z] Bash-1.0.6 [2022-04-02T06:12:53.914Z] [2022-04-02T06:12:53.914Z] [2022-04-02T06:12:53.914Z] ==> git version 2.25.1 found [2022-04-02T06:12:53.914Z] ==> 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-02T06:12:53.914Z] Release-Date: 2020-01-08 [2022-04-02T06:12:53.914Z] 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-02T06:12:53.914Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-04-02T06:12:53.914Z] ==> Jenkins CI detected. [2022-04-02T06:12:53.914Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-02T06:12:53.914Z] project root: . [2022-04-02T06:12:53.914Z] --> token set from env [2022-04-02T06:12:53.914Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-04-02T06:12:53.914Z] ==> Running gcov in . (disable via -X gcov) [2022-04-02T06:12:53.914Z] ==> Python coveragepy not found [2022-04-02T06:12:53.914Z] ==> Searching for coverage reports in: [2022-04-02T06:12:53.914Z] + . [2022-04-02T06:12:54.175Z] -> Found 1 reports [2022-04-02T06:12:54.175Z] ==> Detecting git/mercurial file structure [2022-04-02T06:12:54.175Z] ==> Reading reports [2022-04-02T06:12:54.175Z] + ./coverage.out bytes=10 [2022-04-02T06:12:54.175Z] ==> Appending adjustments [2022-04-02T06:12:54.175Z] https://docs.codecov.io/docs/fixing-reports [2022-04-02T06:12:54.175Z] + Found adjustments [2022-04-02T06:12:54.175Z] ==> Gzipping contents [2022-04-02T06:12:54.175Z] 4.0K /tmp/codecov.iqKsW2.gz [2022-04-02T06:12:54.175Z] ==> Uploading reports [2022-04-02T06:12:54.175Z] url: https://codecov.io [2022-04-02T06:12:54.175Z] query: branch=main&commit=85e38400248efaa84ce551a52fbd297875ef55c6&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F58%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-02T06:12:54.175Z] -> Pinging Codecov [2022-04-02T06:12:54.175Z] 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=85e38400248efaa84ce551a52fbd297875ef55c6&build=58&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F58%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-04-02T06:12:54.435Z] -> Uploading to [2022-04-02T06:12:54.435Z] https://storage.googleapis.com/codecov/v4/raw/2022-04-02/FB506323287CE973F263BFD2A0EB1F37/85e38400248efaa84ce551a52fbd297875ef55c6/7d7d1a7c-767a-406e-b5a0-5a43df891fff.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220402%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220402T061254Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ff86754411559d9eb3b3d3fc53651ce8235f479230319e89d0768b3e3d946820 [2022-04-02T06:12:54.435Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-04-02T06:12:54.435Z] Dload Upload Total Spent Left Speed [2022-04-02T06:12:54.696Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4059 0 0 100 4059 0 18366 --:--:-- --:--:-- --:--:-- 18366 100 4059 0 0 100 4059 0 16366 --:--:-- --:--:-- --:--:-- 16301 [2022-04-02T06:12:54.696Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] } [2022-04-02T06:12:54.705Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-04-02T06:12:54.960Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-04-02T06:12:54.971Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:55.261Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-02T06:12:55.261Z] [2022-04-02T06:12:55.261Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:12:55.564Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-02T06:12:55.564Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-04-02T06:12:55.564Z] 188c0c94c7c5: Pulling fs layer [2022-04-02T06:12:55.564Z] 0ef7d3d256c8: Pulling fs layer [2022-04-02T06:12:55.564Z] de9db76c5a1d: Pulling fs layer [2022-04-02T06:12:55.564Z] 0eba1c9be4d2: Pulling fs layer [2022-04-02T06:12:55.564Z] 0d57e429df01: Pulling fs layer [2022-04-02T06:12:55.564Z] 4e4be7b47b0d: Pulling fs layer [2022-04-02T06:12:55.564Z] e1f770b5df2f: Pulling fs layer [2022-04-02T06:12:55.564Z] 85a0685a4137: Pulling fs layer [2022-04-02T06:12:55.564Z] e1f770b5df2f: Waiting [2022-04-02T06:12:55.564Z] 4e4be7b47b0d: Waiting [2022-04-02T06:12:55.564Z] 0eba1c9be4d2: Waiting [2022-04-02T06:12:55.564Z] 85a0685a4137: Waiting [2022-04-02T06:12:55.564Z] 0d57e429df01: Waiting [2022-04-02T06:12:55.564Z] de9db76c5a1d: Verifying Checksum [2022-04-02T06:12:55.564Z] de9db76c5a1d: Download complete [2022-04-02T06:12:55.564Z] 0ef7d3d256c8: Download complete [2022-04-02T06:12:55.564Z] 0d57e429df01: Verifying Checksum [2022-04-02T06:12:55.564Z] 0d57e429df01: Download complete [2022-04-02T06:12:55.564Z] 4e4be7b47b0d: Verifying Checksum [2022-04-02T06:12:55.564Z] 4e4be7b47b0d: Download complete [2022-04-02T06:12:55.564Z] 188c0c94c7c5: Verifying Checksum [2022-04-02T06:12:55.564Z] 188c0c94c7c5: Download complete [2022-04-02T06:12:55.824Z] 188c0c94c7c5: Pull complete [2022-04-02T06:12:55.824Z] e1f770b5df2f: Verifying Checksum [2022-04-02T06:12:55.824Z] e1f770b5df2f: Download complete [2022-04-02T06:12:55.824Z] 0ef7d3d256c8: Pull complete [2022-04-02T06:12:56.085Z] de9db76c5a1d: Pull complete [2022-04-02T06:12:56.344Z] 0eba1c9be4d2: Download complete [2022-04-02T06:12:56.344Z] 85a0685a4137: Verifying Checksum [2022-04-02T06:12:56.344Z] 85a0685a4137: Download complete [2022-04-02T06:12:59.636Z] 0eba1c9be4d2: Pull complete [2022-04-02T06:12:59.636Z] 0d57e429df01: Pull complete [2022-04-02T06:12:59.896Z] 4e4be7b47b0d: Pull complete [2022-04-02T06:13:00.155Z] e1f770b5df2f: Pull complete [2022-04-02T06:13:03.447Z] 85a0685a4137: Pull complete [2022-04-02T06:13:03.447Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-04-02T06:13:03.447Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-04-02T06:13:03.447Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-04-02T06:13:03.513Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:13:03.549Z] $ 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-02T06:13:05.951Z] $ docker top 7c55118d5cef604bb6afcd489169ffcbc0022919c767fd3c90c4ba148e805eb4 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-04-02T06:13:06.043Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-04-02T06:13:06.327Z] + set -o pipefail [2022-04-02T06:13:06.328Z] + snyk monitor '--org=edgex-jenkins' [2022-04-02T06:13:10.540Z] [2022-04-02T06:13:10.540Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... [2022-04-02T06:13:10.540Z] [2022-04-02T06:13:10.540Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/326d149b-6e63-463a-8a18-4affb63ed607 [2022-04-02T06:13:10.540Z] [2022-04-02T06:13:10.540Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-04-02T06:13:10.540Z] [2022-04-02T06:13:10.540Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-04-02T06:13:10.540Z] [2022-04-02T06:13:10.540Z] [Pipeline] } [2022-04-02T06:13:10.554Z] $ docker stop --time=1 7c55118d5cef604bb6afcd489169ffcbc0022919c767fd3c90c4ba148e805eb4 [2022-04-02T06:13:12.276Z] $ docker rm -f 7c55118d5cef604bb6afcd489169ffcbc0022919c767fd3c90c4ba148e805eb4 [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-02T06:13:12.950Z] + git log --format=format:%s -1 85e38400248efaa84ce551a52fbd297875ef55c6 [Pipeline] sh [2022-04-02T06:13:13.243Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-02T06:13:13.243Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:13:13.541Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-02T06:13:13.541Z] . [Pipeline] withDockerContainer [2022-04-02T06:13:13.608Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:13:13.641Z] $ 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-02T06:13:14.075Z] $ docker top a9fe432b076f0b0dba3bafd074980aa7dd023f6558d7753ba76c8ff6a7201ea4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-02T06:13:14.180Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-02T06:13:14.180Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-02T06:13:14.321Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-02T06:13:14.323Z] $ docker exec a9fe432b076f0b0dba3bafd074980aa7dd023f6558d7753ba76c8ff6a7201ea4 ssh-agent [2022-04-02T06:13:14.443Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBOoaEi/agent.14 [2022-04-02T06:13:14.443Z] SSH_AGENT_PID=20 [2022-04-02T06:13:14.453Z] Running ssh-add (command line suppressed) [2022-04-02T06:13:14.568Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7755118070661834141.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7755118070661834141.key) [2022-04-02T06:13:14.586Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-02T06:13:14.878Z] + git semver tag [2022-04-02T06:13:14.879Z] # -> Open(): unable to determine branch for HEAD [2022-04-02T06:13:14.879Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-02T06:13:14.879Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-02T06:13:14.879Z] # $SEMVER_REMOTE_NAME = origin [2022-04-02T06:13:14.879Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-02T06:13:14.879Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-02T06:13:14.879Z] # $SEMVER_BRANCH = main [2022-04-02T06:13:14.879Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2022-04-02T06:13:14.879Z] # 85e38400248efaa84ce551a52fbd297875ef55c6 HEAD [2022-04-02T06:13:14.879Z] # -> Force: false [2022-04-02T06:13:14.879Z] # f563beb3ab5651e570d2f4f453d3dcadc87252ba refs/tags/v2.1.1-dev.19 [Pipeline] } [2022-04-02T06:13:14.890Z] $ docker exec --env ******** --env ******** a9fe432b076f0b0dba3bafd074980aa7dd023f6558d7753ba76c8ff6a7201ea4 ssh-agent -k [2022-04-02T06:13:15.016Z] unset SSH_AUTH_SOCK; [2022-04-02T06:13:15.016Z] unset SSH_AGENT_PID; [2022-04-02T06:13:15.016Z] echo Agent pid 20 killed; [2022-04-02T06:13:15.033Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-02T06:13:15.346Z] + git semver [Pipeline] } [2022-04-02T06:13:15.359Z] $ docker stop --time=1 a9fe432b076f0b0dba3bafd074980aa7dd023f6558d7753ba76c8ff6a7201ea4 [2022-04-02T06:13:16.695Z] $ docker rm -f a9fe432b076f0b0dba3bafd074980aa7dd023f6558d7753ba76c8ff6a7201ea4 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:13:17.102Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-02T06:13:17.103Z] [2022-04-02T06:13:17.103Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:13:17.406Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-02T06:13:17.406Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-04-02T06:13:17.406Z] ab5ef0e58194: Pulling fs layer [2022-04-02T06:13:17.406Z] 9712f1f96733: Pulling fs layer [2022-04-02T06:13:17.406Z] 63f879dbbcfc: Pulling fs layer [2022-04-02T06:13:17.406Z] 0d9ebad4ef96: Pulling fs layer [2022-04-02T06:13:17.406Z] e9a5061849ea: Pulling fs layer [2022-04-02T06:13:17.406Z] 0d9ebad4ef96: Waiting [2022-04-02T06:13:17.406Z] d747dcd14b5f: Pulling fs layer [2022-04-02T06:13:17.406Z] 2de7ff778b66: Pulling fs layer [2022-04-02T06:13:17.406Z] e9a5061849ea: Waiting [2022-04-02T06:13:17.406Z] d747dcd14b5f: Waiting [2022-04-02T06:13:17.406Z] 9712f1f96733: Download complete [2022-04-02T06:13:17.665Z] 63f879dbbcfc: Verifying Checksum [2022-04-02T06:13:17.665Z] 63f879dbbcfc: Download complete [2022-04-02T06:13:17.665Z] e9a5061849ea: Verifying Checksum [2022-04-02T06:13:17.665Z] e9a5061849ea: Download complete [2022-04-02T06:13:17.665Z] d747dcd14b5f: Download complete [2022-04-02T06:13:17.933Z] ab5ef0e58194: Verifying Checksum [2022-04-02T06:13:17.933Z] ab5ef0e58194: Download complete [2022-04-02T06:13:17.933Z] 2de7ff778b66: Verifying Checksum [2022-04-02T06:13:17.933Z] 2de7ff778b66: Download complete [2022-04-02T06:13:17.933Z] 0d9ebad4ef96: Download complete [2022-04-02T06:13:21.228Z] ab5ef0e58194: Pull complete [2022-04-02T06:13:21.228Z] 9712f1f96733: Pull complete [2022-04-02T06:13:21.795Z] 63f879dbbcfc: Pull complete [2022-04-02T06:13:27.079Z] 0d9ebad4ef96: Pull complete [2022-04-02T06:13:27.079Z] e9a5061849ea: Pull complete [2022-04-02T06:13:27.079Z] d747dcd14b5f: Pull complete [2022-04-02T06:13:28.021Z] 2de7ff778b66: Pull complete [2022-04-02T06:13:28.021Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-04-02T06:13:28.021Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-04-02T06:13:28.021Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-04-02T06:13:28.088Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:13:28.123Z] $ 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-02T06:13:30.348Z] $ docker top 9236ba098f60a333158e59d222a899562d4f21f49579cf54306c2987aba32b6d -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-04-02T06:13:30.437Z] provisioning config files... [2022-04-02T06:13:30.445Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config8364873011944882281tmp [2022-04-02T06:13:30.455Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config3482113093749818015tmp [2022-04-02T06:13:30.466Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config9107617328047695379tmp [Pipeline] { [Pipeline] echo [2022-04-02T06:13:30.481Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:30.769Z] ---> sigul-configuration.sh [2022-04-02T06:13:30.769Z] gpg: directory `/root/.gnupg' created [2022-04-02T06:13:30.769Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-04-02T06:13:30.769Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-04-02T06:13:30.769Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-04-02T06:13:30.769Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-04-02T06:13:30.769Z] gpg: CAST5 encrypted data [2022-04-02T06:13:30.769Z] gpg: encrypted with 1 passphrase [2022-04-02T06:13:30.769Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-04-02T06:13:31.061Z] + mkdir /home/jenkins [2022-04-02T06:13:31.061Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-04-02T06:13:31.354Z] + 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-02T06:13:31.366Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:31.656Z] ---> sigul-install.sh [2022-04-02T06:13:31.656Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-04-02T06:13:31.946Z] + git tag --list [2022-04-02T06:13:31.946Z] 0.1.1 [2022-04-02T06:13:31.946Z] v1.1.0 [2022-04-02T06:13:31.946Z] v1.2.0 [2022-04-02T06:13:31.946Z] v1.2.1 [2022-04-02T06:13:31.946Z] v1.3.0 [2022-04-02T06:13:31.946Z] v2.0.0 [2022-04-02T06:13:31.946Z] v2.0.1-dev.1 [2022-04-02T06:13:31.946Z] v2.0.1-dev.10 [2022-04-02T06:13:31.946Z] v2.0.1-dev.11 [2022-04-02T06:13:31.946Z] v2.0.1-dev.12 [2022-04-02T06:13:31.946Z] v2.0.1-dev.13 [2022-04-02T06:13:31.946Z] v2.0.1-dev.14 [2022-04-02T06:13:31.946Z] v2.0.1-dev.15 [2022-04-02T06:13:31.946Z] v2.0.1-dev.16 [2022-04-02T06:13:31.946Z] v2.0.1-dev.17 [2022-04-02T06:13:31.946Z] v2.0.1-dev.18 [2022-04-02T06:13:31.946Z] v2.0.1-dev.19 [2022-04-02T06:13:31.946Z] v2.0.1-dev.2 [2022-04-02T06:13:31.946Z] v2.0.1-dev.20 [2022-04-02T06:13:31.946Z] v2.0.1-dev.21 [2022-04-02T06:13:31.946Z] v2.0.1-dev.22 [2022-04-02T06:13:31.946Z] v2.0.1-dev.23 [2022-04-02T06:13:31.946Z] v2.0.1-dev.24 [2022-04-02T06:13:31.946Z] v2.0.1-dev.25 [2022-04-02T06:13:31.946Z] v2.0.1-dev.26 [2022-04-02T06:13:31.946Z] v2.0.1-dev.27 [2022-04-02T06:13:31.946Z] v2.0.1-dev.28 [2022-04-02T06:13:31.946Z] v2.0.1-dev.29 [2022-04-02T06:13:31.946Z] v2.0.1-dev.3 [2022-04-02T06:13:31.946Z] v2.0.1-dev.30 [2022-04-02T06:13:31.946Z] v2.0.1-dev.31 [2022-04-02T06:13:31.946Z] v2.0.1-dev.32 [2022-04-02T06:13:31.946Z] v2.0.1-dev.33 [2022-04-02T06:13:31.946Z] v2.0.1-dev.4 [2022-04-02T06:13:31.946Z] v2.0.1-dev.5 [2022-04-02T06:13:31.946Z] v2.0.1-dev.6 [2022-04-02T06:13:31.946Z] v2.0.1-dev.7 [2022-04-02T06:13:31.946Z] v2.0.1-dev.8 [2022-04-02T06:13:31.946Z] v2.0.1-dev.9 [2022-04-02T06:13:31.946Z] v2.1.0 [2022-04-02T06:13:31.946Z] v2.1.1-dev.1 [2022-04-02T06:13:31.946Z] v2.1.1-dev.10 [2022-04-02T06:13:31.946Z] v2.1.1-dev.11 [2022-04-02T06:13:31.946Z] v2.1.1-dev.12 [2022-04-02T06:13:31.946Z] v2.1.1-dev.13 [2022-04-02T06:13:31.946Z] v2.1.1-dev.14 [2022-04-02T06:13:31.946Z] v2.1.1-dev.15 [2022-04-02T06:13:31.946Z] v2.1.1-dev.16 [2022-04-02T06:13:31.946Z] v2.1.1-dev.17 [2022-04-02T06:13:31.946Z] v2.1.1-dev.18 [2022-04-02T06:13:31.946Z] v2.1.1-dev.19 [2022-04-02T06:13:31.946Z] v2.1.1-dev.2 [2022-04-02T06:13:31.946Z] v2.1.1-dev.3 [2022-04-02T06:13:31.946Z] v2.1.1-dev.4 [2022-04-02T06:13:31.946Z] v2.1.1-dev.5 [2022-04-02T06:13:31.946Z] v2.1.1-dev.6 [2022-04-02T06:13:31.946Z] v2.1.1-dev.7 [2022-04-02T06:13:31.946Z] v2.1.1-dev.8 [2022-04-02T06:13:31.946Z] v2.1.1-dev.9 [Pipeline] sh [2022-04-02T06:13:32.237Z] + lftools sign git-tag v2.1.1-dev.19 [2022-04-02T06:13:32.807Z] Signing Git tag with Sigul... [2022-04-02T06:13:32.807Z] Signing v2.1.1-dev.19 [Pipeline] echo [2022-04-02T06:13:33.392Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:33.678Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-04-02T06:13:33.686Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-04-02T06:13:33.703Z] $ docker stop --time=1 9236ba098f60a333158e59d222a899562d4f21f49579cf54306c2987aba32b6d [2022-04-02T06:13:35.043Z] $ docker rm -f 9236ba098f60a333158e59d222a899562d4f21f49579cf54306c2987aba32b6d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-04-02T06:13:35.454Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-02T06:13:35.454Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:13:35.749Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-02T06:13:35.749Z] . [Pipeline] withDockerContainer [2022-04-02T06:13:35.824Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:13:35.856Z] $ 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-02T06:13:36.247Z] $ docker top d3889126a104d1e882a745cfbc472e613bffa1f492d725698ab9b9d14c00317a -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-02T06:13:36.354Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-02T06:13:36.354Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-02T06:13:36.504Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-02T06:13:36.505Z] $ docker exec d3889126a104d1e882a745cfbc472e613bffa1f492d725698ab9b9d14c00317a ssh-agent [2022-04-02T06:13:36.640Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXNhLCgK/agent.13 [2022-04-02T06:13:36.640Z] SSH_AGENT_PID=19 [2022-04-02T06:13:36.646Z] Running ssh-add (command line suppressed) [2022-04-02T06:13:36.769Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_8499458465412161131.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_8499458465412161131.key) [2022-04-02T06:13:36.786Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-02T06:13:37.078Z] + git semver bump pre [2022-04-02T06:13:37.078Z] # -> Open(): unable to determine branch for HEAD [2022-04-02T06:13:37.078Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-02T06:13:37.078Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-02T06:13:37.078Z] # $SEMVER_REMOTE_NAME = origin [2022-04-02T06:13:37.078Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-02T06:13:37.078Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-02T06:13:37.078Z] # $SEMVER_BRANCH = main [2022-04-02T06:13:37.078Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2022-04-02T06:13:37.078Z] 2.1.1-dev.20 [Pipeline] } [2022-04-02T06:13:37.087Z] $ docker exec --env ******** --env ******** d3889126a104d1e882a745cfbc472e613bffa1f492d725698ab9b9d14c00317a ssh-agent -k [2022-04-02T06:13:37.204Z] unset SSH_AUTH_SOCK; [2022-04-02T06:13:37.204Z] unset SSH_AGENT_PID; [2022-04-02T06:13:37.204Z] echo Agent pid 19 killed; [2022-04-02T06:13:37.218Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-02T06:13:37.534Z] + git semver [Pipeline] } [2022-04-02T06:13:37.547Z] $ docker stop --time=1 d3889126a104d1e882a745cfbc472e613bffa1f492d725698ab9b9d14c00317a [2022-04-02T06:13:38.896Z] $ docker rm -f d3889126a104d1e882a745cfbc472e613bffa1f492d725698ab9b9d14c00317a [Pipeline] // withDockerContainer [Pipeline] sh [2022-04-02T06:13:39.255Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-04-02T06:13:39.255Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:13:39.550Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2022-04-02T06:13:39.550Z] . [Pipeline] withDockerContainer [2022-04-02T06:13:39.616Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:13:39.649Z] $ 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-02T06:13:40.045Z] $ docker top d5393271f37c3d52f77405c32ee4eea30b78725a042d1e325c4f0e96c05912a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-04-02T06:13:40.160Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-04-02T06:13:40.160Z] [ssh-agent] Looking for ssh-agent implementation... [2022-04-02T06:13:40.286Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-04-02T06:13:40.287Z] $ docker exec d5393271f37c3d52f77405c32ee4eea30b78725a042d1e325c4f0e96c05912a2 ssh-agent [2022-04-02T06:13:40.415Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXefAoAc/agent.13 [2022-04-02T06:13:40.415Z] SSH_AGENT_PID=20 [2022-04-02T06:13:40.421Z] Running ssh-add (command line suppressed) [2022-04-02T06:13:40.541Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4434455038383145560.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4434455038383145560.key) [2022-04-02T06:13:40.558Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-04-02T06:13:40.848Z] + git semver push [2022-04-02T06:13:40.848Z] # -> Open(): unable to determine branch for HEAD [2022-04-02T06:13:40.848Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2022-04-02T06:13:40.848Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-02T06:13:40.848Z] # $SEMVER_REMOTE_NAME = origin [2022-04-02T06:13:40.848Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2022-04-02T06:13:40.848Z] # $SEMVER_USER_NAME = edgex-jenkins [2022-04-02T06:13:40.848Z] # $SEMVER_BRANCH = main [2022-04-02T06:13:40.848Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } [2022-04-02T06:13:42.771Z] $ docker exec --env ******** --env ******** d5393271f37c3d52f77405c32ee4eea30b78725a042d1e325c4f0e96c05912a2 ssh-agent -k [2022-04-02T06:13:42.876Z] unset SSH_AUTH_SOCK; [2022-04-02T06:13:42.876Z] unset SSH_AGENT_PID; [2022-04-02T06:13:42.876Z] echo Agent pid 20 killed; [2022-04-02T06:13:42.891Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-04-02T06:13:43.199Z] + git semver [Pipeline] } [2022-04-02T06:13:43.212Z] $ docker stop --time=1 d5393271f37c3d52f77405c32ee4eea30b78725a042d1e325c4f0e96c05912a2 [2022-04-02T06:13:44.500Z] $ docker rm -f d5393271f37c3d52f77405c32ee4eea30b78725a042d1e325c4f0e96c05912a2 [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-02T06:13:45.157Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] [2022-04-02T06:13:45.157Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-04-02T06:13:45.157Z] total 16 [2022-04-02T06:13:45.157Z] drwxr-xr-x 3 root root 4096 Apr 2 06:07 . [2022-04-02T06:13:45.157Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 2 06:13 .. [2022-04-02T06:13:45.157Z] drwxr-xr-x 2 root root 4096 Apr 2 06:07 cost [2022-04-02T06:13:45.157Z] -rw-r--r-- 1 root root 81 Apr 2 06:07 cost.csv [2022-04-02T06:13:45.157Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-04-02T06:13:45.157Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-04-02T06:13:45.157Z] total 16 [2022-04-02T06:13:45.157Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 2 06:07 . [2022-04-02T06:13:45.157Z] drwxrwxr-x 15 jenkins jenkins 4096 Apr 2 06:13 .. [2022-04-02T06:13:45.157Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 2 06:07 cost [2022-04-02T06:13:45.157Z] -rw-r--r-- 1 jenkins jenkins 81 Apr 2 06:07 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:45.534Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:46.399Z] ---> package-listing.sh [2022-04-02T06:13:46.399Z] ++ facter osfamily [2022-04-02T06:13:46.399Z] ++ tr '[:upper:]' '[:lower:]' [2022-04-02T06:13:46.659Z] + OS_FAMILY=debian [2022-04-02T06:13:46.659Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main [2022-04-02T06:13:46.659Z] + START_PACKAGES=/tmp/packages_start.txt [2022-04-02T06:13:46.659Z] + END_PACKAGES=/tmp/packages_end.txt [2022-04-02T06:13:46.659Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-04-02T06:13:46.659Z] + PACKAGES=/tmp/packages_start.txt [2022-04-02T06:13:46.659Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2022-04-02T06:13:46.659Z] + PACKAGES=/tmp/packages_end.txt [2022-04-02T06:13:46.659Z] + case "${OS_FAMILY}" in [2022-04-02T06:13:46.659Z] + dpkg -l [2022-04-02T06:13:46.659Z] + grep '^ii' [2022-04-02T06:13:46.659Z] + '[' -f /tmp/packages_start.txt ']' [2022-04-02T06:13:46.659Z] + '[' -f /tmp/packages_end.txt ']' [2022-04-02T06:13:46.659Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-04-02T06:13:46.659Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2022-04-02T06:13:46.659Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [2022-04-02T06:13:46.659Z] + 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-02T06:13:46.671Z] 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-02T06:13:46.951Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-04-02T06:13:47.507Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-04-02T06:13:47.507Z] . [Pipeline] withDockerContainer [2022-04-02T06:13:47.579Z] prd-ubuntu20.04-docker-8c-8g-10529 does not seem to be running inside a container [2022-04-02T06:13:47.611Z] $ 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-02T06:13:47.861Z] $ docker top 29210ee1cb19eec01e6c88fa7823396dcc7e21e317f1cba33731b2445d8c4c5b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-04-02T06:13:48.220Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-04-02T06:13:48.508Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-04-02T06:13:48.796Z] + ls /var/log/sa-host [2022-04-02T06:13:48.796Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-04-02T06:13:48.894Z] provisioning config files... [2022-04-02T06:13:48.902Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config724014244039828500tmp [Pipeline] { [Pipeline] echo [2022-04-02T06:13:48.915Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:49.198Z] ---> create-netrc.sh [Pipeline] } [2022-04-02T06:13:49.206Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:49.544Z] ---> python-tools-install.sh [Pipeline] echo [2022-04-02T06:13:49.553Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:49.838Z] ---> sudo-logs.sh [2022-04-02T06:13:49.838Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-04-02T06:13:49.867Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:50.153Z] ---> job-cost.sh [2022-04-02T06:13:50.154Z] lf-activate-venv: SKIPPING [2022-04-02T06:13:50.154Z] DEBUG: total: 0.2199999988079071 [2022-04-02T06:13:50.154Z] INFO: Retrieving Stack Cost... [2022-04-02T06:13:50.415Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-04-02T06:13:50.987Z] INFO: Archiving Costs [Pipeline] echo [2022-04-02T06:13:51.004Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-04-02T06:13:51.292Z] ---> logs-deploy.sh [2022-04-02T06:13:51.292Z] lf-activate-venv: SKIPPING [2022-04-02T06:13:51.292Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/58 [2022-04-02T06:13:51.292Z] INFO: archiving workspace using pattern(s): [2022-04-02T06:13:52.232Z] Archives upload complete. [2022-04-02T06:13:52.232Z] INFO: archiving logs to Nexus