Started by user Ernesto Ojeda Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 Running in Durability level: PERFORMANCE_OPTIMIZED 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-ssh5037462456460640097.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 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-ssh8406074821359867148.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 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 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-ssh8042124878297938164.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 # timeout=10 Commit message: "Merge pull request #366 from ernestojeda/fix-builder-images-sdk-c" > 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-ssh955898165994166738.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 9bc0e518fca0494fd51682b06eec2da29a326327 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-ssh3025375540869005779.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 9bc0e518fca0494fd51682b06eec2da29a326327 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 9bc0e518fca0494fd51682b06eec2da29a326327 # timeout=10 Commit message: "Merge "Fix: Make archiveArtifacts overwriteable in lfJava"" > 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: [[centos7-docker-4c-2g, ubuntu18.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.16 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-1074’ Running on prd-centos7-docker-4c-2g-1076 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.24.4' 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 /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/jenkins-gitclient-ssh6370186860387890136.key > 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 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 (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 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 Commit message: "docs(snap): remove replicated JWT instructions (#484)" > git rev-list --no-walk 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-11-17T20:21:29.735Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-11-17T20:21:29.792Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-11-17T20:21:29.806Z] ========================================================= [2021-11-17T20:21:29.806Z] EdgeX Global Pipelines Version Info [2021-11-17T20:21:29.806Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:21:30.951Z] ------------------- [2021-11-17T20:21:30.951Z] stable info: [2021-11-17T20:21:30.951Z] ------------------- [2021-11-17T20:21:30.951Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-11-17T20:21:30.951Z] Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [2021-11-17T20:21:30.951Z] Message: update stable to v1.0.215 [2021-11-17T20:21:31.523Z] ------------------- [2021-11-17T20:21:31.523Z] experimental info: [2021-11-17T20:21:31.523Z] ------------------- [2021-11-17T20:21:31.523Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-11-17T20:21:31.523Z] Commit SHA: 686c8e2b17b6b4c6988ddea14cf883eea3c5dfe4 [2021-11-17T20:21:31.523Z] Message: update experimental to v1.0.215 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-11-17T20:21:31.597Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2021-11-17T20:21:31.606Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2021-11-17T20:21:31.614Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-11-17T20:21:31.622Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-11-17T20:21:31.635Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-11-17T20:21:31.645Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo [2021-11-17T20:21:31.656Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2021-11-17T20:21:31.669Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2021-11-17T20:21:31.682Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-11-17T20:21:31.692Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-11-17T20:21:31.704Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2021-11-17T20:21:31.715Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2021-11-17T20:21:32.667Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-11-17T20:21:32.684Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-11-17T20:21:32.694Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-11-17T20:21:32.701Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-11-17T20:21:32.709Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2021-11-17T20:21:32.722Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2021-11-17T20:21:32.735Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-11-17T20:21:32.748Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2021-11-17T20:21:32.759Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2021-11-17T20:21:32.770Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2021-11-17T20:21:32.782Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2021-11-17T20:21:32.801Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2021-11-17T20:21:32.812Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2021-11-17T20:21:32.822Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-11-17T20:21:32.832Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2021-11-17T20:21:32.845Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2021-11-17T20:21:32.858Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2021-11-17T20:21:32.874Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo [2021-11-17T20:21:32.891Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7cabfbe [Pipeline] echo [2021-11-17T20:21:32.902Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-17T20:21:32.948Z] provisioning config files... [2021-11-17T20:21:32.962Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config1099869425217513657tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:21:33.268Z] ---> docker-login.sh [2021-11-17T20:21:33.268Z] nexus3.edgexfoundry.org:10001 [2021-11-17T20:21:33.268Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:21:33.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:21:33.530Z] Configure a credential helper to remove this warning. See [2021-11-17T20:21:33.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:21:33.530Z] [2021-11-17T20:21:33.530Z] Login Succeeded [2021-11-17T20:21:33.530Z] nexus3.edgexfoundry.org:10002 [2021-11-17T20:21:33.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:21:33.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:21:33.530Z] Configure a credential helper to remove this warning. See [2021-11-17T20:21:33.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:21:33.530Z] [2021-11-17T20:21:33.530Z] Login Succeeded [2021-11-17T20:21:33.530Z] nexus3.edgexfoundry.org:10003 [2021-11-17T20:21:33.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:21:33.530Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:21:33.530Z] Configure a credential helper to remove this warning. See [2021-11-17T20:21:33.530Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:21:33.530Z] [2021-11-17T20:21:33.530Z] Login Succeeded [2021-11-17T20:21:33.530Z] nexus3.edgexfoundry.org:10004 [2021-11-17T20:21:34.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:21:34.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:21:34.560Z] Configure a credential helper to remove this warning. See [2021-11-17T20:21:34.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:21:34.560Z] [2021-11-17T20:21:34.560Z] Login Succeeded [2021-11-17T20:21:34.560Z] docker.io [2021-11-17T20:21:34.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:21:34.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:21:34.560Z] Configure a credential helper to remove this warning. See [2021-11-17T20:21:34.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:21:34.560Z] [2021-11-17T20:21:34.560Z] Login Succeeded [2021-11-17T20:21:34.560Z] ---> docker-login.sh ends [Pipeline] } [2021-11-17T20:21:34.577Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2021-11-17T20:21:35.059Z] + git rev-list -1 --merges 7cabfbefb872e4d8c79bc319b9175d5c26ac1025~1..7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo [2021-11-17T20:21:35.095Z] -----------> git rev-list -1 --merges 7cabfbefb872e4d8c79bc319b9175d5c26ac1025~1..7cabfbefb872e4d8c79bc319b9175d5c26ac1025 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [false] [Pipeline] sh [2021-11-17T20:21:35.390Z] + git log --format=format:%s -1 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo [2021-11-17T20:21:35.406Z] ========================================================= [2021-11-17T20:21:35.406Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2021-11-17T20:21:35.406Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-17T20:21:35.739Z] + git log --format=format:%s -1 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] echo [2021-11-17T20:21:35.752Z] [semverPrep] GIT_COMMIT: 7cabfbefb872e4d8c79bc319b9175d5c26ac1025, Commit Message: docs(snap): remove replicated JWT instructions (#484) [Pipeline] echo [2021-11-17T20:21:35.760Z] [semverPrep] This is not a build commit. [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:21:37.119Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-17T20:21:37.119Z] [2021-11-17T20:21:37.119Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:21:37.433Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-17T20:21:37.433Z] latest: Pulling from edgex-devops/git-semver [2021-11-17T20:21:37.433Z] a0d0a0d46f8b: Pulling fs layer [2021-11-17T20:21:37.433Z] 3e5f54012d9b: Pulling fs layer [2021-11-17T20:21:37.433Z] 4c7163046ea9: Pulling fs layer [2021-11-17T20:21:37.433Z] 0c2d73faf560: Pulling fs layer [2021-11-17T20:21:37.433Z] 0c2d73faf560: Waiting [2021-11-17T20:21:37.433Z] 3e5f54012d9b: Verifying Checksum [2021-11-17T20:21:37.433Z] 3e5f54012d9b: Download complete [2021-11-17T20:21:37.433Z] a0d0a0d46f8b: Verifying Checksum [2021-11-17T20:21:37.433Z] a0d0a0d46f8b: Download complete [2021-11-17T20:21:37.433Z] 0c2d73faf560: Verifying Checksum [2021-11-17T20:21:37.433Z] 0c2d73faf560: Download complete [2021-11-17T20:21:37.433Z] 4c7163046ea9: Verifying Checksum [2021-11-17T20:21:37.433Z] 4c7163046ea9: Download complete [2021-11-17T20:21:37.694Z] a0d0a0d46f8b: Pull complete [2021-11-17T20:21:37.694Z] 3e5f54012d9b: Pull complete [2021-11-17T20:21:37.953Z] 4c7163046ea9: Pull complete [2021-11-17T20:21:38.211Z] 0c2d73faf560: Pull complete [2021-11-17T20:21:38.211Z] Digest: sha256:2751de6e655929dcbe46418c7769d9d992331b5b721eb968631a4166222929f9 [2021-11-17T20:21:38.211Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-17T20:21:38.211Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-11-17T20:21:38.274Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:21:38.315Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-17T20:21:38.990Z] $ docker top 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-17T20:21:40.040Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-17T20:21:40.040Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-17T20:21:40.146Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-17T20:21:40.149Z] $ docker exec 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent [2021-11-17T20:21:40.259Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXFgObGo/agent.15 [2021-11-17T20:21:40.259Z] SSH_AGENT_PID=22 [2021-11-17T20:21:40.268Z] Running ssh-add (command line suppressed) [2021-11-17T20:21:40.368Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5051173442696936690.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_5051173442696936690.key) [2021-11-17T20:21:40.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-17T20:21:40.685Z] + git tag --points-at HEAD [Pipeline] } [2021-11-17T20:21:40.702Z] $ docker exec --env ******** --env ******** 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent -k [2021-11-17T20:21:40.803Z] unset SSH_AUTH_SOCK; [2021-11-17T20:21:40.803Z] unset SSH_AGENT_PID; [2021-11-17T20:21:40.803Z] echo Agent pid 22 killed; [2021-11-17T20:21:40.812Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-11-17T20:21:40.835Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-17T20:21:40.835Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-17T20:21:40.962Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-17T20:21:40.966Z] $ docker exec 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent [2021-11-17T20:21:41.108Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXeBkmlJ/agent.54 [2021-11-17T20:21:41.108Z] SSH_AGENT_PID=60 [2021-11-17T20:21:41.114Z] Running ssh-add (command line suppressed) [2021-11-17T20:21:41.246Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4037403925656445449.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4037403925656445449.key) [2021-11-17T20:21:41.259Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-17T20:21:41.561Z] + git semver init [2021-11-17T20:21:41.561Z] # -> Open(): unable to determine branch for HEAD [2021-11-17T20:21:41.561Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2021-11-17T20:21:41.561Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2021-11-17T20:21:41.561Z] # $SEMVER_REMOTE_NAME = origin [2021-11-17T20:21:41.561Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-17T20:21:41.561Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-17T20:21:41.561Z] # $SEMVER_BRANCH = main [2021-11-17T20:21:41.561Z] # $SEMVER_TEMP = /tmp/semver-704587150 [2021-11-17T20:21:41.561Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-ui-go.git $SEMVER_TEMP [2021-11-17T20:21:41.561Z] # -> Clone(): ssh: handshake failed: knownhosts: key mismatch [2021-11-17T20:21:41.561Z] # git init /tmp/semver-704587150 [2021-11-17T20:21:41.561Z] # '/tmp/semver-704587150' -> '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver' [2021-11-17T20:21:41.561Z] # -> Force: false [2021-11-17T20:21:41.561Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [Pipeline] } [2021-11-17T20:21:41.572Z] $ docker exec --env ******** --env ******** 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 ssh-agent -k [2021-11-17T20:21:41.669Z] unset SSH_AUTH_SOCK; [2021-11-17T20:21:41.670Z] unset SSH_AGENT_PID; [2021-11-17T20:21:41.670Z] echo Agent pid 60 killed; [2021-11-17T20:21:41.677Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-17T20:21:41.993Z] + git semver [Pipeline] } [2021-11-17T20:21:42.006Z] $ docker stop --time=1 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 [2021-11-17T20:21:43.305Z] $ docker rm -f 4101c778939f54a96b2300c30be87d884e56bc2782359623fe154931f4306a84 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-17T20:21:43.666Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-11-17T20:21:43.885Z] Stashed 1 file(s) [Pipeline] echo [2021-11-17T20:21:43.889Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node [2021-11-17T20:21:59.093Z] Still waiting to schedule task [2021-11-17T20:21:59.093Z] Waiting for next available executor on ‘centos7-docker-4c-2g’ [2021-11-17T20:21:59.096Z] Still waiting to schedule task [2021-11-17T20:21:59.096Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-1075’ [2021-11-17T20:23:24.109Z] Running on prd-centos7-docker-4c-2g-1078 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2021-11-17T20:23:24.123Z] Running in /w/workspace/edgex-ui-go/38 [Pipeline] { [Pipeline] checkout [2021-11-17T20:23:24.214Z] The recommended git tool is: git [2021-11-17T20:23:28.789Z] using credential edgex-jenkins-ssh [2021-11-17T20:23:28.799Z] Cloning the remote Git repository [2021-11-17T20:23:28.201Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-17T20:23:28.253Z] > git init /w/workspace/edgex-ui-go/38 # timeout=10 [2021-11-17T20:23:28.290Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-17T20:23:28.290Z] > git --version # timeout=10 [2021-11-17T20:23:28.299Z] > git --version # 'git version 2.24.4' [2021-11-17T20:23:28.300Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-17T20:23:28.341Z] [INFO] Currently running in a labeled security context [2021-11-17T20:23:28.341Z] [INFO] Currently SELinux is 'enforcing' on the host [2021-11-17T20:23:28.341Z] > /usr/bin/chcon --type=ssh_home_t /w/workspace/edgex-ui-go/38@tmp/jenkins-gitclient-ssh4833693297389290356.key [2021-11-17T20:23:28.559Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-17T20:23:31.686Z] Avoid second fetch [2021-11-17T20:23:31.686Z] Checking out Revision 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 (main) [2021-11-17T20:23:31.055Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-17T20:23:31.060Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-17T20:23:31.080Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T20:23:31.091Z] > git checkout -f 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 [2021-11-17T20:23:36.046Z] Commit message: "docs(snap): remove replicated JWT instructions (#484)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-17T20:23:36.455Z] provisioning config files... [2021-11-17T20:23:36.470Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config2175641249549241807tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:23:36.867Z] ---> docker-login.sh [2021-11-17T20:23:36.867Z] nexus3.edgexfoundry.org:10001 [2021-11-17T20:23:36.867Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:23:36.867Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:23:36.867Z] Configure a credential helper to remove this warning. See [2021-11-17T20:23:36.867Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:23:36.867Z] [2021-11-17T20:23:36.867Z] Login Succeeded [2021-11-17T20:23:36.867Z] nexus3.edgexfoundry.org:10002 [2021-11-17T20:23:37.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:23:37.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:23:37.130Z] Configure a credential helper to remove this warning. See [2021-11-17T20:23:37.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:23:37.130Z] [2021-11-17T20:23:37.130Z] Login Succeeded [2021-11-17T20:23:37.130Z] nexus3.edgexfoundry.org:10003 [2021-11-17T20:23:37.130Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:23:37.130Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:23:37.130Z] Configure a credential helper to remove this warning. See [2021-11-17T20:23:37.130Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:23:37.130Z] [2021-11-17T20:23:37.130Z] Login Succeeded [2021-11-17T20:23:37.130Z] nexus3.edgexfoundry.org:10004 [2021-11-17T20:23:37.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:23:37.392Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:23:37.392Z] Configure a credential helper to remove this warning. See [2021-11-17T20:23:37.392Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:23:37.392Z] [2021-11-17T20:23:37.392Z] Login Succeeded [2021-11-17T20:23:37.392Z] docker.io [2021-11-17T20:23:37.392Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:23:38.785Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:23:38.785Z] Configure a credential helper to remove this warning. See [2021-11-17T20:23:38.785Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:23:38.785Z] [2021-11-17T20:23:38.785Z] Login Succeeded [2021-11-17T20:23:38.785Z] ---> docker-login.sh ends [Pipeline] } [2021-11-17T20:23:38.814Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-11-17T20:23:38.951Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-17T20:23:38.963Z] ========================================================= [2021-11-17T20:23:38.963Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] [2021-11-17T20:23:38.963Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:23:39.303Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine --build-arg 'MAKE=echo noop' --target=builder . [2021-11-17T20:23:39.303Z] Sending build context to Docker daemon 25.3MB [2021-11-17T20:23:39.303Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-17T20:23:39.303Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-17T20:23:39.578Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base [2021-11-17T20:23:39.578Z] a0d0a0d46f8b: Pulling fs layer [2021-11-17T20:23:39.578Z] 31adcdaf11c8: Pulling fs layer [2021-11-17T20:23:39.578Z] b8b176561691: Pulling fs layer [2021-11-17T20:23:39.578Z] 4527c011a84f: Pulling fs layer [2021-11-17T20:23:39.578Z] 5d74067f8e1e: Pulling fs layer [2021-11-17T20:23:39.578Z] e0aca202a116: Pulling fs layer [2021-11-17T20:23:39.578Z] 3a43be97a3b4: Pulling fs layer [2021-11-17T20:23:39.578Z] 34cad66bf833: Pulling fs layer [2021-11-17T20:23:39.578Z] b4e3c513aaa6: Pulling fs layer [2021-11-17T20:23:39.578Z] 4527c011a84f: Waiting [2021-11-17T20:23:39.578Z] 5d74067f8e1e: Waiting [2021-11-17T20:23:39.578Z] e0aca202a116: Waiting [2021-11-17T20:23:39.578Z] 3a43be97a3b4: Waiting [2021-11-17T20:23:39.578Z] 34cad66bf833: Waiting [2021-11-17T20:23:39.578Z] b4e3c513aaa6: Waiting [2021-11-17T20:23:39.578Z] b8b176561691: Verifying Checksum [2021-11-17T20:23:39.578Z] b8b176561691: Download complete [2021-11-17T20:23:39.578Z] 31adcdaf11c8: Verifying Checksum [2021-11-17T20:23:39.578Z] 31adcdaf11c8: Download complete [2021-11-17T20:23:39.578Z] 5d74067f8e1e: Verifying Checksum [2021-11-17T20:23:39.578Z] 5d74067f8e1e: Download complete [2021-11-17T20:23:39.578Z] e0aca202a116: Verifying Checksum [2021-11-17T20:23:39.578Z] e0aca202a116: Download complete [2021-11-17T20:23:39.578Z] a0d0a0d46f8b: Verifying Checksum [2021-11-17T20:23:39.578Z] a0d0a0d46f8b: Download complete [2021-11-17T20:23:39.578Z] 3a43be97a3b4: Verifying Checksum [2021-11-17T20:23:39.578Z] 3a43be97a3b4: Download complete [2021-11-17T20:23:39.578Z] 34cad66bf833: Verifying Checksum [2021-11-17T20:23:39.578Z] 34cad66bf833: Download complete [2021-11-17T20:23:39.854Z] a0d0a0d46f8b: Pull complete [2021-11-17T20:23:40.123Z] 4527c011a84f: Verifying Checksum [2021-11-17T20:23:40.123Z] 4527c011a84f: Download complete [2021-11-17T20:23:40.123Z] 31adcdaf11c8: Pull complete [2021-11-17T20:23:40.123Z] b4e3c513aaa6: Verifying Checksum [2021-11-17T20:23:40.123Z] b4e3c513aaa6: Download complete [2021-11-17T20:23:40.123Z] b8b176561691: Pull complete [2021-11-17T20:23:43.659Z] 4527c011a84f: Pull complete [2021-11-17T20:23:43.659Z] 5d74067f8e1e: Pull complete [2021-11-17T20:23:43.927Z] e0aca202a116: Pull complete [2021-11-17T20:23:43.927Z] 3a43be97a3b4: Pull complete [2021-11-17T20:23:43.927Z] 34cad66bf833: Pull complete [2021-11-17T20:23:46.518Z] b4e3c513aaa6: Pull complete [2021-11-17T20:23:46.518Z] Digest: sha256:75229776e65f3af88907aed05f91058a30c94a2fbbc20266ef4560f68deb3433 [2021-11-17T20:23:46.518Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [2021-11-17T20:23:46.518Z] ---> 9f6097aaca64 [2021-11-17T20:23:46.518Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-17T20:23:48.429Z] ---> Running in 7174c8335544 [2021-11-17T20:23:48.429Z] Removing intermediate container 7174c8335544 [2021-11-17T20:23:48.429Z] ---> b37d18af4c85 [2021-11-17T20:23:48.429Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-17T20:23:48.429Z] ---> Running in b3b3b57d0271 [2021-11-17T20:23:48.429Z] Removing intermediate container b3b3b57d0271 [2021-11-17T20:23:48.429Z] ---> 3717b1482ffb [2021-11-17T20:23:48.429Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-17T20:23:48.429Z] ---> Running in 77f7f5c2e38b [2021-11-17T20:23:48.691Z] Removing intermediate container 77f7f5c2e38b [2021-11-17T20:23:48.691Z] ---> 0a2f156a4635 [2021-11-17T20:23:48.691Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-17T20:23:48.691Z] ---> Running in 5ff3f8c78b65 [2021-11-17T20:23:48.691Z] Removing intermediate container 5ff3f8c78b65 [2021-11-17T20:23:48.691Z] ---> 6c17c62a1bba [2021-11-17T20:23:48.691Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-17T20:23:48.691Z] ---> Running in f8285370e9ab [2021-11-17T20:23:48.691Z] Removing intermediate container f8285370e9ab [2021-11-17T20:23:48.691Z] ---> 41a4d90cec19 [2021-11-17T20:23:48.691Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-17T20:23:48.956Z] ---> Running in 3a1800724a88 [2021-11-17T20:23:49.221Z] Removing intermediate container 3a1800724a88 [2021-11-17T20:23:49.221Z] ---> 427bdec2b914 [2021-11-17T20:23:49.221Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-17T20:23:49.481Z] ---> Running in 630a19c4d244 [2021-11-17T20:23:49.741Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-17T20:23:50.310Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-17T20:23:50.890Z] OK: 220 MiB in 52 packages [2021-11-17T20:23:50.890Z] Removing intermediate container 630a19c4d244 [2021-11-17T20:23:50.890Z] ---> 13857f6f78e5 [2021-11-17T20:23:50.890Z] Step 10/14 : ENV GO111MODULE=on [2021-11-17T20:23:50.890Z] ---> Running in ecc02749e4bb [2021-11-17T20:23:51.152Z] Removing intermediate container ecc02749e4bb [2021-11-17T20:23:51.152Z] ---> 550f07f5d566 [2021-11-17T20:23:51.152Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-17T20:23:51.152Z] ---> Running in e21ccc172130 [2021-11-17T20:23:51.152Z] Removing intermediate container e21ccc172130 [2021-11-17T20:23:51.152Z] ---> 17ffef157cf1 [2021-11-17T20:23:51.152Z] Step 12/14 : COPY . . [2021-11-17T20:23:52.103Z] ---> 15497cddc52d [2021-11-17T20:23:52.103Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-17T20:23:52.103Z] ---> Running in 759d72a85378 [2021-11-17T20:24:24.952Z] Removing intermediate container 759d72a85378 [2021-11-17T20:24:24.952Z] ---> 0a3eed55ea51 [2021-11-17T20:24:24.952Z] Step 14/14 : RUN ${MAKE} [2021-11-17T20:24:24.952Z] ---> Running in 3a721fbce318 [2021-11-17T20:24:24.952Z] noop [2021-11-17T20:24:25.212Z] Removing intermediate container 3a721fbce318 [2021-11-17T20:24:25.212Z] ---> 564da25c2a5c [2021-11-17T20:24:25.212Z] Successfully built 564da25c2a5c [2021-11-17T20:24:25.212Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:24:25.523Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-17T20:24:25.523Z] . [Pipeline] withDockerContainer [2021-11-17T20:24:25.588Z] prd-centos7-docker-4c-2g-1078 does not seem to be running inside a container [2021-11-17T20:24:25.631Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 [2021-11-17T20:24:26.007Z] $ docker top 1c6bebadeb6a605c9a0990d8e676e633e6ca54bd5acbae215a6fe2c1bd425ae2 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-17T20:24:26.369Z] + go version [2021-11-17T20:24:26.370Z] go version go1.16.8 linux/amd64 [Pipeline] } [2021-11-17T20:24:26.377Z] $ docker stop --time=1 1c6bebadeb6a605c9a0990d8e676e633e6ca54bd5acbae215a6fe2c1bd425ae2 [2021-11-17T20:24:27.572Z] $ docker rm -f 1c6bebadeb6a605c9a0990d8e676e633e6ca54bd5acbae215a6fe2c1bd425ae2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:24:28.095Z] + docker inspect -f . ci-base-image-x86_64 [2021-11-17T20:24:28.095Z] . [Pipeline] withDockerContainer [2021-11-17T20:24:28.163Z] prd-centos7-docker-4c-2g-1078 does not seem to be running inside a container [2021-11-17T20:24:30.152Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 [2021-11-17T20:24:30.524Z] $ docker top 216a00aead0df145f4080e0fe44bbe6cdf0cb3ff231c76a3ef498f9e30d232bc -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-17T20:24:30.901Z] + make test [2021-11-17T20:24:30.901Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-17T20:24:31.181Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-11-17T20:24:35.891Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-1079 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2021-11-17T20:24:35.904Z] Running in /w/workspace/edgex-ui-go/38 [Pipeline] { [Pipeline] checkout [2021-11-17T20:24:36.111Z] The recommended git tool is: git [2021-11-17T20:24:43.001Z] using credential edgex-jenkins-ssh [2021-11-17T20:24:43.019Z] Cloning the remote Git repository [2021-11-17T20:24:43.073Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-17T20:24:43.171Z] > git init /w/workspace/edgex-ui-go/38 # timeout=10 [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-11-17T20:24:44.239Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-11-17T20:24:44.240Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-11-17T20:24:43.254Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2021-11-17T20:24:43.255Z] > git --version # timeout=10 [2021-11-17T20:24:43.268Z] > git --version # 'git version 2.17.1' [2021-11-17T20:24:43.270Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-11-17T20:24:43.345Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-17T20:24:46.507Z] Avoid second fetch [2021-11-17T20:24:46.507Z] Checking out Revision 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 (main) [2021-11-17T20:24:46.444Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2021-11-17T20:24:46.483Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-11-17T20:24:46.532Z] > git config core.sparsecheckout # timeout=10 [2021-11-17T20:24:46.548Z] > git checkout -f 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 # timeout=10 [2021-11-17T20:24:50.509Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-17T20:24:50.509Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2021-11-17T20:24:50.522Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2021-11-17T20:24:50.532Z] $ docker stop --time=1 216a00aead0df145f4080e0fe44bbe6cdf0cb3ff231c76a3ef498f9e30d232bc [2021-11-17T20:24:51.197Z] Commit message: "docs(snap): remove replicated JWT instructions (#484)" [2021-11-17T20:24:52.020Z] $ docker rm -f 216a00aead0df145f4080e0fe44bbe6cdf0cb3ff231c76a3ef498f9e30d232bc [Pipeline] // withDockerContainer [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-17T20:24:52.397Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-17T20:24:52.577Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [2021-11-17T20:24:52.724Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2021-11-17T20:24:52.724Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-17T20:24:52.724Z] Dload Upload Total Spent Left Speed [2021-11-17T20:24:52.724Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11824 100 11824 0 0 199k 0 --:--:-- --:--:-- --:--:-- 202k [Pipeline] sh [Pipeline] sh [2021-11-17T20:24:54.014Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2021-11-17T20:24:54.282Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-17T20:24:54.357Z] + + sudo tee /etc/docker/daemon.new [2021-11-17T20:24:54.357Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2021-11-17T20:24:54.357Z] { [2021-11-17T20:24:54.357Z] "registry-mirrors": [ [2021-11-17T20:24:54.357Z] "https://nexus3.edgexfoundry.org:10001" [2021-11-17T20:24:54.357Z] ], [2021-11-17T20:24:54.357Z] "bip": "10.250.0.254/24", [2021-11-17T20:24:54.357Z] "hosts": [ [2021-11-17T20:24:54.357Z] "tcp://0.0.0.0:5555", [2021-11-17T20:24:54.357Z] "unix:///var/run/docker.sock" [2021-11-17T20:24:54.357Z] ], [2021-11-17T20:24:54.357Z] "mtu": 1458, [2021-11-17T20:24:54.357Z] "selinux-enabled": true, [2021-11-17T20:24:54.357Z] "seccomp-profile": "/etc/docker/seccomp.json" [2021-11-17T20:24:54.357Z] } [Pipeline] sh [2021-11-17T20:24:54.574Z] + ls -al . [2021-11-17T20:24:54.574Z] total 112 [2021-11-17T20:24:54.574Z] drwxrwxr-x. 12 jenkins jenkins 4096 Nov 17 20:24 . [2021-11-17T20:24:54.574Z] drwxrwxr-x. 4 jenkins jenkins 30 Nov 17 20:23 .. [2021-11-17T20:24:54.574Z] drwxrwxr-x. 3 jenkins jenkins 20 Nov 17 20:23 assets [2021-11-17T20:24:54.574Z] drwxrwxr-x. 2 jenkins jenkins 66 Nov 17 20:23 bin [2021-11-17T20:24:54.574Z] drwxrwxr-x. 3 jenkins jenkins 29 Nov 17 20:23 cmd [2021-11-17T20:24:54.574Z] -rw-rw-r--. 1 jenkins jenkins 3959 Nov 17 20:23 CONTRIBUTING.md [2021-11-17T20:24:54.574Z] -rw-r--r--. 1 jenkins jenkins 10 Nov 17 20:24 coverage.out [2021-11-17T20:24:54.574Z] -rw-rw-r--. 1 jenkins jenkins 1526 Nov 17 20:23 Dockerfile [2021-11-17T20:24:54.574Z] drwxrwxr-x. 2 jenkins jenkins 23 Nov 17 20:23 docs [2021-11-17T20:24:54.574Z] drwxrwxr-x. 8 jenkins jenkins 162 Nov 17 20:23 .git [2021-11-17T20:24:54.574Z] drwxrwxr-x. 2 jenkins jenkins 103 Nov 17 20:23 .github [2021-11-17T20:24:54.574Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 17 20:23 .gitignore [2021-11-17T20:24:54.574Z] -rw-rw-r--. 1 jenkins jenkins 744 Nov 17 20:23 go.mod [2021-11-17T20:24:54.574Z] -rw-rw-r--. 1 jenkins jenkins 48565 Nov 17 20:23 go.sum [2021-11-17T20:24:54.574Z] drwxrwxr-x. 9 jenkins jenkins 125 Nov 17 20:23 internal [2021-11-17T20:24:54.575Z] -rw-rw-r--. 1 jenkins jenkins 652 Nov 17 20:23 Jenkinsfile [2021-11-17T20:24:54.575Z] -rw-rw-r--. 1 jenkins jenkins 11357 Nov 17 20:23 LICENSE [2021-11-17T20:24:54.575Z] -rw-rw-r--. 1 jenkins jenkins 1212 Nov 17 20:23 Makefile [2021-11-17T20:24:54.575Z] drwxrwxr-x. 3 jenkins jenkins 19 Nov 17 20:23 pkg [2021-11-17T20:24:54.575Z] -rw-rw-r--. 1 jenkins jenkins 4450 Nov 17 20:23 README.md [2021-11-17T20:24:54.575Z] drwxrwxr-x. 4 jenkins jenkins 71 Nov 17 20:23 snap [2021-11-17T20:24:54.575Z] -rw-rw-r--. 1 jenkins jenkins 5 Nov 17 20:21 VERSION [2021-11-17T20:24:54.575Z] -rw-rw-r--. 1 jenkins jenkins 155 Nov 17 20:23 version.go [2021-11-17T20:24:54.575Z] drwxrwxr-x. 4 jenkins jenkins 4096 Nov 17 20:23 web [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:24:54.715Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2021-11-17T20:24:54.870Z] + 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=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 --label arch=amd64 --label version=0.0.0 . [2021-11-17T20:24:54.870Z] Sending build context to Docker daemon 25.3MB [2021-11-17T20:24:54.870Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2021-11-17T20:24:54.870Z] Step 2/22 : FROM ${BASE} AS builder [2021-11-17T20:24:54.870Z] ---> 564da25c2a5c [2021-11-17T20:24:54.870Z] Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-17T20:24:55.061Z] + sudo service docker restart [2021-11-17T20:24:55.130Z] ---> Running in c959c75b5da1 [2021-11-17T20:24:55.130Z] Removing intermediate container c959c75b5da1 [2021-11-17T20:24:55.130Z] ---> 2560569b245b [2021-11-17T20:24:55.130Z] Step 4/22 : ARG ALPINE_PKG_BASE="make git" [2021-11-17T20:24:55.130Z] ---> Running in a6405d6178d0 [2021-11-17T20:24:55.390Z] Removing intermediate container a6405d6178d0 [2021-11-17T20:24:55.390Z] ---> a444ddda14f7 [2021-11-17T20:24:55.390Z] Step 5/22 : ARG ALPINE_PKG_EXTRA="" [2021-11-17T20:24:55.390Z] ---> Running in d6940c041b94 [2021-11-17T20:24:55.390Z] Removing intermediate container d6940c041b94 [2021-11-17T20:24:55.390Z] ---> d73277062f0d [2021-11-17T20:24:55.390Z] Step 6/22 : LABEL Name=edgex-ui-go [2021-11-17T20:24:55.390Z] ---> Running in 135834c0c519 [2021-11-17T20:24:55.662Z] Removing intermediate container 135834c0c519 [2021-11-17T20:24:55.662Z] ---> 6a0d733bbe61 [2021-11-17T20:24:55.662Z] Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-17T20:24:55.662Z] ---> Running in 2c8766fa6f0e [2021-11-17T20:24:55.662Z] Removing intermediate container 2c8766fa6f0e [2021-11-17T20:24:55.662Z] ---> 33047406c34c [2021-11-17T20:24:55.662Z] Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-17T20:24:55.662Z] ---> Running in cc4856a8a0ab [2021-11-17T20:24:56.239Z] Removing intermediate container cc4856a8a0ab [2021-11-17T20:24:56.239Z] ---> 7c06cb3ecd72 [2021-11-17T20:24:56.239Z] Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-17T20:24:56.239Z] ---> Running in cb8ff321b93f [2021-11-17T20:24:56.500Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2021-11-17T20:24:57.448Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2021-11-17T20:24:57.718Z] OK: 220 MiB in 52 packages [2021-11-17T20:24:57.718Z] Removing intermediate container cb8ff321b93f [2021-11-17T20:24:57.718Z] ---> 369e823349fb [2021-11-17T20:24:57.718Z] Step 10/22 : ENV GO111MODULE=on [2021-11-17T20:24:57.718Z] ---> Running in 2c90b860eab3 [2021-11-17T20:24:57.984Z] Removing intermediate container 2c90b860eab3 [2021-11-17T20:24:57.984Z] ---> bfc7e1c9eba1 [2021-11-17T20:24:57.984Z] Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-17T20:24:57.984Z] ---> Running in 7fdc1e836f06 [2021-11-17T20:24:57.984Z] Removing intermediate container 7fdc1e836f06 [2021-11-17T20:24:57.984Z] ---> 371353e3ce3e [2021-11-17T20:24:57.984Z] Step 12/22 : COPY . . [2021-11-17T20:24:58.931Z] ---> 655e6742cc06 [2021-11-17T20:24:58.931Z] Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-17T20:24:58.931Z] ---> Running in ba11a29452fa [2021-11-17T20:24:59.509Z] Removing intermediate container ba11a29452fa [2021-11-17T20:24:59.509Z] ---> 06f88a593b9a [2021-11-17T20:24:59.509Z] Step 14/22 : RUN ${MAKE} [2021-11-17T20:24:59.769Z] ---> Running in 9eb1024263ba [2021-11-17T20:25:00.030Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-11-17T20:25:08.230Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-11-17T20:25:10.168Z] Removing intermediate container 9eb1024263ba [2021-11-17T20:25:10.168Z] ---> 1566b3a0de14 [2021-11-17T20:25:10.168Z] Step 15/22 : FROM alpine:3.14 [2021-11-17T20:25:10.737Z] 3.14: Pulling from library/alpine [2021-11-17T20:25:10.997Z] 97518928ae5f: Pulling fs layer [2021-11-17T20:25:11.256Z] 97518928ae5f: Verifying Checksum [2021-11-17T20:25:11.256Z] 97518928ae5f: Download complete [2021-11-17T20:25:11.518Z] 97518928ae5f: Pull complete [2021-11-17T20:25:11.518Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2021-11-17T20:25:11.518Z] Status: Downloaded newer image for alpine:3.14 [2021-11-17T20:25:11.518Z] ---> 0a97eee8041e [2021-11-17T20:25:11.518Z] Step 16/22 : EXPOSE 4000 [2021-11-17T20:25:11.518Z] ---> Running in 008f88bc30c0 [2021-11-17T20:25:11.518Z] Removing intermediate container 008f88bc30c0 [2021-11-17T20:25:11.518Z] ---> e70f4720f983 [2021-11-17T20:25:11.518Z] Step 17/22 : 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 [2021-11-17T20:25:12.094Z] ---> 607d476aa7b8 [2021-11-17T20:25:12.094Z] Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-11-17T20:25:12.094Z] ---> Running in 462cd2c76d4b [2021-11-17T20:25:12.355Z] Removing intermediate container 462cd2c76d4b [2021-11-17T20:25:12.355Z] ---> 8f9ef95af047 [2021-11-17T20:25:12.355Z] Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-11-17T20:25:12.355Z] ---> Running in c9ccf541bab0 [2021-11-17T20:25:12.355Z] Removing intermediate container c9ccf541bab0 [2021-11-17T20:25:12.355Z] ---> 9d808b74f61e [2021-11-17T20:25:12.355Z] Step 20/22 : LABEL arch=amd64 [2021-11-17T20:25:12.355Z] ---> Running in 7f6584b10464 [2021-11-17T20:25:12.355Z] Removing intermediate container 7f6584b10464 [2021-11-17T20:25:12.355Z] ---> 42a523bd2ce6 [2021-11-17T20:25:12.355Z] Step 21/22 : LABEL git_sha=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:25:12.616Z] ---> Running in a4c427582bf3 [2021-11-17T20:25:12.616Z] Removing intermediate container a4c427582bf3 [2021-11-17T20:25:12.616Z] ---> 1648f786b5f8 [2021-11-17T20:25:12.616Z] Step 22/22 : LABEL version=0.0.0 [2021-11-17T20:25:12.616Z] ---> Running in 2545a71c9c9e [2021-11-17T20:25:12.616Z] Removing intermediate container 2545a71c9c9e [2021-11-17T20:25:12.616Z] ---> 2621241ec1ac [2021-11-17T20:25:12.616Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-17T20:25:12.616Z] Successfully built 2621241ec1ac [2021-11-17T20:25:12.616Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-17T20:25:13.161Z] provisioning config files... [2021-11-17T20:25:13.171Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config2783118170308630848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-17T20:25:13.414Z] provisioning config files... [2021-11-17T20:25:13.439Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config448381429056325935tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:25:13.477Z] ---> docker-login.sh [2021-11-17T20:25:13.477Z] nexus3.edgexfoundry.org:10001 [2021-11-17T20:25:13.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:13.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:13.477Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:13.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:13.477Z] [2021-11-17T20:25:13.477Z] Login Succeeded [2021-11-17T20:25:13.477Z] nexus3.edgexfoundry.org:10002 [2021-11-17T20:25:13.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:13.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:13.477Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:13.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:13.477Z] [2021-11-17T20:25:13.477Z] Login Succeeded [2021-11-17T20:25:13.477Z] nexus3.edgexfoundry.org:10003 [2021-11-17T20:25:13.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:13.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:13.737Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:13.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:13.737Z] [2021-11-17T20:25:13.737Z] Login Succeeded [2021-11-17T20:25:13.737Z] nexus3.edgexfoundry.org:10004 [2021-11-17T20:25:13.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:13.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:13.737Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:13.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:13.737Z] [2021-11-17T20:25:13.737Z] Login Succeeded [2021-11-17T20:25:13.737Z] docker.io [2021-11-17T20:25:13.795Z] ---> docker-login.sh [2021-11-17T20:25:13.795Z] nexus3.edgexfoundry.org:10001 [2021-11-17T20:25:13.998Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:14.267Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:14.267Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:14.267Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:14.267Z] [2021-11-17T20:25:14.267Z] Login Succeeded [2021-11-17T20:25:14.267Z] ---> docker-login.sh ends [Pipeline] } [2021-11-17T20:25:14.278Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-11-17T20:25:14.302Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-17T20:25:14.321Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2021-11-17T20:25:14.321Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:25:14.321Z] latest [2021-11-17T20:25:14.321Z] 0.0.0 [2021-11-17T20:25:14.321Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [2021-11-17T20:25:14.321Z] main [2021-11-17T20:25:14.321Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:14.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:14.637Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:14.666Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:14.666Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:14.666Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:14.666Z] [2021-11-17T20:25:14.666Z] Login Succeeded [2021-11-17T20:25:14.666Z] nexus3.edgexfoundry.org:10002 [2021-11-17T20:25:14.936Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:25:14.936Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-11-17T20:25:14.936Z] 94c5383e1f3d: Preparing [2021-11-17T20:25:14.936Z] 1a058d5342cc: Preparing [2021-11-17T20:25:14.936Z] 1a058d5342cc: Layer already exists [2021-11-17T20:25:15.265Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:15.265Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:15.265Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:15.265Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:15.265Z] [2021-11-17T20:25:15.265Z] Login Succeeded [2021-11-17T20:25:15.265Z] nexus3.edgexfoundry.org:10003 [2021-11-17T20:25:15.868Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:15.868Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:15.868Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:15.868Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:15.868Z] [2021-11-17T20:25:15.868Z] Login Succeeded [2021-11-17T20:25:15.868Z] nexus3.edgexfoundry.org:10004 [2021-11-17T20:25:16.144Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:16.327Z] 94c5383e1f3d: Pushed [2021-11-17T20:25:16.428Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:16.428Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:16.428Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:16.428Z] [2021-11-17T20:25:16.428Z] Login Succeeded [2021-11-17T20:25:16.428Z] docker.io [2021-11-17T20:25:16.587Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:16.881Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:17.025Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:25:17.177Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2021-11-17T20:25:17.177Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-11-17T20:25:17.177Z] 94c5383e1f3d: Preparing [2021-11-17T20:25:17.177Z] 1a058d5342cc: Preparing [2021-11-17T20:25:17.177Z] 1a058d5342cc: Layer already exists [2021-11-17T20:25:17.177Z] 94c5383e1f3d: Layer already exists [2021-11-17T20:25:17.177Z] latest: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:18.160Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:25:18.160Z] Configure a credential helper to remove this warning. See [2021-11-17T20:25:18.160Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:25:18.160Z] [2021-11-17T20:25:18.160Z] Login Succeeded [2021-11-17T20:25:18.160Z] ---> docker-login.sh ends [Pipeline] } [2021-11-17T20:25:18.195Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [2021-11-17T20:25:18.434Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:0.0.0 [Pipeline] isUnix [Pipeline] sh [Pipeline] echo [2021-11-17T20:25:18.519Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-17T20:25:18.530Z] ========================================================= [2021-11-17T20:25:18.530Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] [2021-11-17T20:25:18.530Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:18.732Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:0.0.0 [2021-11-17T20:25:18.732Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-11-17T20:25:18.732Z] 94c5383e1f3d: Preparing [2021-11-17T20:25:18.732Z] 1a058d5342cc: Preparing [2021-11-17T20:25:18.732Z] 94c5383e1f3d: Layer already exists [2021-11-17T20:25:18.732Z] 1a058d5342cc: Layer already exists [2021-11-17T20:25:18.732Z] 0.0.0: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:18.890Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine --build-arg MAKE=echo noop --target=builder . [2021-11-17T20:25:19.030Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:19.331Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [2021-11-17T20:25:19.331Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-11-17T20:25:19.331Z] 94c5383e1f3d: Preparing [2021-11-17T20:25:19.331Z] 1a058d5342cc: Preparing [2021-11-17T20:25:19.331Z] 1a058d5342cc: Layer already exists [2021-11-17T20:25:19.331Z] 94c5383e1f3d: Layer already exists [2021-11-17T20:25:19.331Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:19.640Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:19.880Z] Sending build context to Docker daemon 25.29MB [2021-11-17T20:25:19.880Z] Step 1/14 : ARG BASE=golang:1.16-alpine3.14 [2021-11-17T20:25:19.880Z] Step 2/14 : FROM ${BASE} AS builder [2021-11-17T20:25:19.881Z] 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-11-17T20:25:19.935Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main [2021-11-17T20:25:19.935Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2021-11-17T20:25:19.935Z] 94c5383e1f3d: Preparing [2021-11-17T20:25:19.935Z] 1a058d5342cc: Preparing [2021-11-17T20:25:19.935Z] 94c5383e1f3d: Layer already exists [2021-11-17T20:25:19.935Z] 1a058d5342cc: Layer already exists [2021-11-17T20:25:19.935Z] main: digest: sha256:582548b5d37abdf378d9a60e3c5b65dc9321a01b544c560f0250ac329a593134 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-11-17T20:25:19.972Z] ===================================================== [Pipeline] echo [2021-11-17T20:25:19.981Z] taggedImages: [2021-11-17T20:25:19.981Z] - nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:25:19.981Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2021-11-17T20:25:19.981Z] - nexus3.edgexfoundry.org:10004/edgex-ui:0.0.0 [2021-11-17T20:25:19.981Z] - nexus3.edgexfoundry.org:10004/edgex-ui:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [2021-11-17T20:25:19.981Z] - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [Pipeline] } [2021-11-17T20:25:20.161Z] 552d1f2373af: Pulling fs layer [2021-11-17T20:25:20.162Z] ea3f2d53f512: Pulling fs layer [2021-11-17T20:25:20.162Z] 9e70ebbbe112: Pulling fs layer [2021-11-17T20:25:20.162Z] 7a9cfe048b4a: Pulling fs layer [2021-11-17T20:25:20.162Z] 72dc09318566: Pulling fs layer [2021-11-17T20:25:20.162Z] f4f7b4309257: Pulling fs layer [2021-11-17T20:25:20.162Z] 0ac9a79272e3: Pulling fs layer [2021-11-17T20:25:20.162Z] b78e95d17946: Pulling fs layer [2021-11-17T20:25:20.162Z] 7a9cfe048b4a: Waiting [2021-11-17T20:25:20.162Z] 72dc09318566: Waiting [2021-11-17T20:25:20.162Z] f4f7b4309257: Waiting [2021-11-17T20:25:20.162Z] 0ac9a79272e3: Waiting [2021-11-17T20:25:20.162Z] b78e95d17946: Waiting [2021-11-17T20:25:20.162Z] 9e70ebbbe112: Verifying Checksum [2021-11-17T20:25:20.162Z] 9e70ebbbe112: Download complete [2021-11-17T20:25:20.162Z] ea3f2d53f512: Verifying Checksum [2021-11-17T20:25:20.162Z] ea3f2d53f512: Download complete [2021-11-17T20:25:20.162Z] 72dc09318566: Download complete [2021-11-17T20:25:20.162Z] f4f7b4309257: Verifying Checksum [2021-11-17T20:25:20.162Z] f4f7b4309257: Download complete [2021-11-17T20:25:20.162Z] 552d1f2373af: Download complete [2021-11-17T20:25:20.162Z] 0ac9a79272e3: Verifying Checksum [2021-11-17T20:25:20.162Z] 0ac9a79272e3: Download complete [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 [2021-11-17T20:25:20.657Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-17T20:25:20.657Z] [2021-11-17T20:25:20.657Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:25:20.957Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-17T20:25:20.957Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-17T20:25:20.957Z] b4d181a07f80: Pulling fs layer [2021-11-17T20:25:20.957Z] a1111a8f2ec3: Pulling fs layer [2021-11-17T20:25:20.957Z] ed53099fbce6: Pulling fs layer [2021-11-17T20:25:20.957Z] dc539afda2c1: Pulling fs layer [2021-11-17T20:25:20.957Z] 77bc0d833cb6: Pulling fs layer [2021-11-17T20:25:20.957Z] 9065ff56babe: Pulling fs layer [2021-11-17T20:25:20.957Z] d287ab97295c: Pulling fs layer [2021-11-17T20:25:20.957Z] dc539afda2c1: Waiting [2021-11-17T20:25:20.957Z] 77bc0d833cb6: Waiting [2021-11-17T20:25:20.957Z] 9065ff56babe: Waiting [2021-11-17T20:25:20.957Z] d287ab97295c: Waiting [2021-11-17T20:25:20.957Z] a1111a8f2ec3: Verifying Checksum [2021-11-17T20:25:20.957Z] a1111a8f2ec3: Download complete [2021-11-17T20:25:20.957Z] dc539afda2c1: Verifying Checksum [2021-11-17T20:25:20.957Z] dc539afda2c1: Download complete [2021-11-17T20:25:20.957Z] ed53099fbce6: Verifying Checksum [2021-11-17T20:25:20.957Z] ed53099fbce6: Download complete [2021-11-17T20:25:20.957Z] 9065ff56babe: Verifying Checksum [2021-11-17T20:25:20.957Z] 9065ff56babe: Download complete [2021-11-17T20:25:20.957Z] 77bc0d833cb6: Verifying Checksum [2021-11-17T20:25:20.957Z] 77bc0d833cb6: Download complete [2021-11-17T20:25:21.154Z] 552d1f2373af: Pull complete [2021-11-17T20:25:21.223Z] b4d181a07f80: Verifying Checksum [2021-11-17T20:25:21.223Z] b4d181a07f80: Download complete [2021-11-17T20:25:21.759Z] ea3f2d53f512: Pull complete [2021-11-17T20:25:21.801Z] d287ab97295c: Verifying Checksum [2021-11-17T20:25:21.801Z] d287ab97295c: Download complete [2021-11-17T20:25:22.038Z] 9e70ebbbe112: Pull complete [2021-11-17T20:25:22.318Z] b78e95d17946: Verifying Checksum [2021-11-17T20:25:22.318Z] b78e95d17946: Download complete [2021-11-17T20:25:22.754Z] b4d181a07f80: Pull complete [2021-11-17T20:25:22.754Z] a1111a8f2ec3: Pull complete [2021-11-17T20:25:22.919Z] 7a9cfe048b4a: Verifying Checksum [2021-11-17T20:25:22.919Z] 7a9cfe048b4a: Download complete [2021-11-17T20:25:23.335Z] ed53099fbce6: Pull complete [2021-11-17T20:25:23.602Z] dc539afda2c1: Pull complete [2021-11-17T20:25:23.869Z] 77bc0d833cb6: Pull complete [2021-11-17T20:25:23.869Z] 9065ff56babe: Pull complete [2021-11-17T20:25:29.023Z] d287ab97295c: Pull complete [2021-11-17T20:25:29.023Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-17T20:25:29.023Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-17T20:25:29.023Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-17T20:25:29.098Z] prd-centos7-docker-4c-2g-1078 does not seem to be running inside a container [2021-11-17T20:25:29.130Z] $ 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/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 [2021-11-17T20:25:31.594Z] $ docker top 2b9d25a427c64b958ac6cfb8aaa6e23e5eb8b1f326f1d5813de3ba6fad53ab29 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:25:32.018Z] ---> job-cost.sh [2021-11-17T20:25:32.018Z] lf-activate-venv: SKIPPING [2021-11-17T20:25:32.018Z] INFO: No Stack... [2021-11-17T20:25:32.279Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-17T20:25:32.539Z] INFO: Archiving Costs [Pipeline] sh [2021-11-17T20:25:32.834Z] + cat /w/workspace/edgex-ui-go/38/archives/cost.csv [2021-11-17T20:25:32.835Z] + cut -d, -f6 [Pipeline] lock [2021-11-17T20:25:32.863Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [2021-11-17T20:25:32.869Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] did not exist. Created. [2021-11-17T20:25:32.869Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-17T20:25:33.182Z] + echo total: 0.05999999865889549 [Pipeline] stash [2021-11-17T20:25:33.230Z] Stashed 1 file(s) [Pipeline] } [2021-11-17T20:25:33.240Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-17T20:25:33.252Z] $ docker stop --time=1 2b9d25a427c64b958ac6cfb8aaa6e23e5eb8b1f326f1d5813de3ba6fad53ab29 [2021-11-17T20:25:33.980Z] 7a9cfe048b4a: Pull complete [2021-11-17T20:25:33.980Z] 72dc09318566: Pull complete [2021-11-17T20:25:34.282Z] f4f7b4309257: Pull complete [2021-11-17T20:25:34.385Z] $ docker rm -f 2b9d25a427c64b958ac6cfb8aaa6e23e5eb8b1f326f1d5813de3ba6fad53ab29 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [2021-11-17T20:25:34.560Z] 0ac9a79272e3: Pull complete [Pipeline] // stage [Pipeline] } [2021-11-17T20:25:41.436Z] b78e95d17946: Pull complete [2021-11-17T20:25:41.436Z] Digest: sha256:8f77ec77db7124c2038421266515449a73d34d95fd7f90866b77fbf8f5a401c7 [2021-11-17T20:25:41.436Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine [2021-11-17T20:25:41.436Z] ---> 8b459fc5aaf0 [2021-11-17T20:25:41.436Z] Step 3/14 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-17T20:25:42.044Z] ---> Running in 0ce2fb43e526 [2021-11-17T20:25:42.640Z] Removing intermediate container 0ce2fb43e526 [2021-11-17T20:25:42.640Z] ---> 388e3d591020 [2021-11-17T20:25:42.640Z] Step 4/14 : ARG ALPINE_PKG_BASE="make git" [2021-11-17T20:25:42.640Z] ---> Running in 091385a110db [2021-11-17T20:25:43.234Z] Removing intermediate container 091385a110db [2021-11-17T20:25:43.234Z] ---> ba448d5b09e1 [2021-11-17T20:25:43.234Z] Step 5/14 : ARG ALPINE_PKG_EXTRA="" [2021-11-17T20:25:43.234Z] ---> Running in 81df11a6e17b [2021-11-17T20:25:43.510Z] Removing intermediate container 81df11a6e17b [2021-11-17T20:25:43.510Z] ---> 0b7d7b6348db [2021-11-17T20:25:43.510Z] Step 6/14 : LABEL Name=edgex-ui-go [2021-11-17T20:25:43.783Z] ---> Running in a19579ae358d [2021-11-17T20:25:44.056Z] Removing intermediate container a19579ae358d [2021-11-17T20:25:44.056Z] ---> 02abf707124d [2021-11-17T20:25:44.056Z] Step 7/14 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-17T20:25:44.328Z] ---> Running in ac1ebd2b57e3 [2021-11-17T20:25:44.601Z] Removing intermediate container ac1ebd2b57e3 [2021-11-17T20:25:44.601Z] ---> 2c58fd67d2b3 [2021-11-17T20:25:44.601Z] Step 8/14 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-17T20:25:44.876Z] ---> Running in 81e7ff639444 [2021-11-17T20:25:46.853Z] Removing intermediate container 81e7ff639444 [2021-11-17T20:25:46.853Z] ---> 89689fe7f649 [2021-11-17T20:25:46.853Z] Step 9/14 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-17T20:25:47.140Z] ---> Running in a38b7d98a3f9 [2021-11-17T20:25:48.122Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-17T20:25:49.100Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-17T20:25:50.089Z] OK: 219 MiB in 52 packages [2021-11-17T20:25:51.070Z] Removing intermediate container a38b7d98a3f9 [2021-11-17T20:25:51.070Z] ---> 37303327cbf8 [2021-11-17T20:25:51.070Z] Step 10/14 : ENV GO111MODULE=on [2021-11-17T20:25:51.070Z] ---> Running in f9bf48a4d6d5 [2021-11-17T20:25:51.347Z] Removing intermediate container f9bf48a4d6d5 [2021-11-17T20:25:51.347Z] ---> 75ce56d73df0 [2021-11-17T20:25:51.347Z] Step 11/14 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-17T20:25:51.621Z] ---> Running in 3669fb500298 [2021-11-17T20:25:51.895Z] Removing intermediate container 3669fb500298 [2021-11-17T20:25:51.895Z] ---> e85ca1de4fe1 [2021-11-17T20:25:51.895Z] Step 12/14 : COPY . . [2021-11-17T20:25:54.516Z] ---> c4a6e3a6d419 [2021-11-17T20:25:54.516Z] Step 13/14 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-17T20:25:54.516Z] ---> Running in 20a558b5f8cf [2021-11-17T20:27:16.498Z] Removing intermediate container 20a558b5f8cf [2021-11-17T20:27:16.498Z] ---> 0d0a1dae9c7c [2021-11-17T20:27:16.498Z] Step 14/14 : RUN ${MAKE} [2021-11-17T20:27:16.498Z] ---> Running in 556e1a8f3ffa [2021-11-17T20:27:16.498Z] noop [2021-11-17T20:27:16.498Z] Removing intermediate container 556e1a8f3ffa [2021-11-17T20:27:16.498Z] ---> dca8a20331bc [2021-11-17T20:27:16.498Z] Successfully built dca8a20331bc [2021-11-17T20:27:16.498Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:27:16.837Z] + docker inspect -f . ci-base-image-arm64 [2021-11-17T20:27:16.837Z] . [Pipeline] withDockerContainer [2021-11-17T20:27:17.084Z] prd-ubuntu18.04-docker-arm64-4c-16g-1079 does not seem to be running inside a container [2021-11-17T20:27:17.179Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 [2021-11-17T20:27:18.597Z] $ docker top 50fed5eeee8427071c29dec462ecb372cb76a9286f360be85e796aa34bcb54fe -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-17T20:27:19.540Z] + go version [2021-11-17T20:27:19.540Z] go version go1.16.8 linux/arm64 [Pipeline] } [2021-11-17T20:27:19.564Z] $ docker stop --time=1 50fed5eeee8427071c29dec462ecb372cb76a9286f360be85e796aa34bcb54fe [2021-11-17T20:27:21.297Z] $ docker rm -f 50fed5eeee8427071c29dec462ecb372cb76a9286f360be85e796aa34bcb54fe [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:27:22.103Z] + docker inspect -f . ci-base-image-arm64 [2021-11-17T20:27:22.103Z] . [Pipeline] withDockerContainer [2021-11-17T20:27:22.351Z] prd-ubuntu18.04-docker-arm64-4c-16g-1079 does not seem to be running inside a container [2021-11-17T20:27:22.440Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 [2021-11-17T20:27:23.863Z] $ docker top 0a2bb7078da2b3c96bde984941514ffce2115e3f4e2f55109e6c8013ab491840 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2021-11-17T20:27:24.813Z] + make test [2021-11-17T20:27:24.813Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2021-11-17T20:27:25.811Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2021-11-17T20:28:06.280Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2021-11-17T20:28:06.280Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2021-11-17T20:28:25.037Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2021-11-17T20:28:25.037Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2021-11-17T20:28:25.059Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2021-11-17T20:28:25.072Z] $ docker stop --time=1 0a2bb7078da2b3c96bde984941514ffce2115e3f4e2f55109e6c8013ab491840 [2021-11-17T20:28:26.831Z] $ docker rm -f 0a2bb7078da2b3c96bde984941514ffce2115e3f4e2f55109e6c8013ab491840 [Pipeline] // withDockerContainer [Pipeline] sh [2021-11-17T20:28:27.603Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2021-11-17T20:28:27.631Z] Warning: overwriting stash ‘coverage-report’ [2021-11-17T20:28:29.110Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-11-17T20:28:29.550Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2021-11-17T20:28:29.889Z] + ls -al . [2021-11-17T20:28:29.889Z] total 152 [2021-11-17T20:28:29.889Z] drwxrwxr-x 12 jenkins jenkins 4096 Nov 17 20:27 . [2021-11-17T20:28:29.889Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 20:24 .. [2021-11-17T20:28:29.889Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 17 20:24 .git [2021-11-17T20:28:29.889Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 20:24 .github [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 17 20:24 .gitignore [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 3959 Nov 17 20:24 CONTRIBUTING.md [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 1526 Nov 17 20:24 Dockerfile [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 652 Nov 17 20:24 Jenkinsfile [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 11357 Nov 17 20:24 LICENSE [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 1212 Nov 17 20:24 Makefile [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 4450 Nov 17 20:24 README.md [2021-11-17T20:28:29.889Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 17 20:21 VERSION [2021-11-17T20:28:29.889Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 20:24 assets [2021-11-17T20:28:29.889Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 20:24 bin [2021-11-17T20:28:29.889Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 20:24 cmd [2021-11-17T20:28:29.890Z] -rw-r--r-- 1 jenkins jenkins 10 Nov 17 20:27 coverage.out [2021-11-17T20:28:29.890Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 17 20:24 docs [2021-11-17T20:28:29.890Z] -rw-rw-r-- 1 jenkins jenkins 744 Nov 17 20:24 go.mod [2021-11-17T20:28:29.890Z] -rw-rw-r-- 1 jenkins jenkins 48565 Nov 17 20:24 go.sum [2021-11-17T20:28:29.890Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 17 20:24 internal [2021-11-17T20:28:29.890Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 17 20:24 pkg [2021-11-17T20:28:29.890Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 20:24 snap [2021-11-17T20:28:29.890Z] -rw-rw-r-- 1 jenkins jenkins 155 Nov 17 20:24 version.go [2021-11-17T20:28:29.890Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 17 20:24 web [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:28:30.225Z] + 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=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 --label arch=arm64 --label version=0.0.0 . [2021-11-17T20:28:31.207Z] Sending build context to Docker daemon 25.29MB [2021-11-17T20:28:31.207Z] Step 1/22 : ARG BASE=golang:1.16-alpine3.14 [2021-11-17T20:28:31.207Z] Step 2/22 : FROM ${BASE} AS builder [2021-11-17T20:28:31.207Z] ---> dca8a20331bc [2021-11-17T20:28:31.207Z] Step 3/22 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2021-11-17T20:28:31.479Z] ---> Running in 9c0348d8c38a [2021-11-17T20:28:31.752Z] Removing intermediate container 9c0348d8c38a [2021-11-17T20:28:31.752Z] ---> 377caf573067 [2021-11-17T20:28:31.752Z] Step 4/22 : ARG ALPINE_PKG_BASE="make git" [2021-11-17T20:28:31.752Z] ---> Running in 5956aefb083a [2021-11-17T20:28:32.346Z] Removing intermediate container 5956aefb083a [2021-11-17T20:28:32.346Z] ---> 8e2f1f5545e1 [2021-11-17T20:28:32.346Z] Step 5/22 : ARG ALPINE_PKG_EXTRA="" [2021-11-17T20:28:32.346Z] ---> Running in 84800349fc78 [2021-11-17T20:28:32.620Z] Removing intermediate container 84800349fc78 [2021-11-17T20:28:32.620Z] ---> eb1a005339b7 [2021-11-17T20:28:32.620Z] Step 6/22 : LABEL Name=edgex-ui-go [2021-11-17T20:28:32.936Z] ---> Running in 10097b1cd181 [2021-11-17T20:28:33.220Z] Removing intermediate container 10097b1cd181 [2021-11-17T20:28:33.220Z] ---> 76f2bdbf7707 [2021-11-17T20:28:33.220Z] Step 7/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2021-11-17T20:28:33.507Z] ---> Running in 1f468fc14594 [2021-11-17T20:28:33.783Z] Removing intermediate container 1f468fc14594 [2021-11-17T20:28:33.783Z] ---> 248070c9bd60 [2021-11-17T20:28:33.783Z] Step 8/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-11-17T20:28:34.915Z] ---> Running in 0dda0d88dc36 [2021-11-17T20:28:35.900Z] Removing intermediate container 0dda0d88dc36 [2021-11-17T20:28:35.900Z] ---> a9cfd0dc9257 [2021-11-17T20:28:35.900Z] Step 9/22 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2021-11-17T20:28:36.175Z] ---> Running in 64eb2076fe97 [2021-11-17T20:28:37.173Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2021-11-17T20:28:38.149Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2021-11-17T20:28:38.743Z] OK: 219 MiB in 52 packages [2021-11-17T20:28:39.740Z] Removing intermediate container 64eb2076fe97 [2021-11-17T20:28:39.740Z] ---> 88f0893cc5a8 [2021-11-17T20:28:39.740Z] Step 10/22 : ENV GO111MODULE=on [2021-11-17T20:28:39.740Z] ---> Running in 4841d9a21a0f [2021-11-17T20:28:40.336Z] Removing intermediate container 4841d9a21a0f [2021-11-17T20:28:40.336Z] ---> 84c356091daf [2021-11-17T20:28:40.336Z] Step 11/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2021-11-17T20:28:40.336Z] ---> Running in 82a9f9bda2ce [2021-11-17T20:28:40.930Z] Removing intermediate container 82a9f9bda2ce [2021-11-17T20:28:40.930Z] ---> 870fd6eba6b8 [2021-11-17T20:28:40.930Z] Step 12/22 : COPY . . [2021-11-17T20:28:43.550Z] ---> 221d3124eb25 [2021-11-17T20:28:43.550Z] Step 13/22 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2021-11-17T20:28:43.550Z] ---> Running in 19db7082bcf9 [2021-11-17T20:28:46.175Z] Removing intermediate container 19db7082bcf9 [2021-11-17T20:28:46.175Z] ---> 402392e6044b [2021-11-17T20:28:46.175Z] Step 14/22 : RUN ${MAKE} [2021-11-17T20:28:46.175Z] ---> Running in 70ce6909739b [2021-11-17T20:28:47.155Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=0.0.0" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2021-11-17T20:29:13.955Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2021-11-17T20:29:18.254Z] Removing intermediate container 70ce6909739b [2021-11-17T20:29:18.254Z] ---> 09dc5dd481fe [2021-11-17T20:29:18.254Z] Step 15/22 : FROM alpine:3.14 [2021-11-17T20:29:18.849Z] 3.14: Pulling from library/alpine [2021-11-17T20:29:18.849Z] be307f383ecc: Pulling fs layer [2021-11-17T20:29:19.121Z] be307f383ecc: Verifying Checksum [2021-11-17T20:29:19.121Z] be307f383ecc: Download complete [2021-11-17T20:29:19.715Z] be307f383ecc: Pull complete [2021-11-17T20:29:19.715Z] Digest: sha256:635f0aa53d99017b38d1a0aa5b2082f7812b03e3cdb299103fe77b5c8a07f1d2 [2021-11-17T20:29:19.715Z] Status: Downloaded newer image for alpine:3.14 [2021-11-17T20:29:19.715Z] ---> 5b8b7b635229 [2021-11-17T20:29:19.715Z] Step 16/22 : EXPOSE 4000 [2021-11-17T20:29:19.995Z] ---> Running in 586c84b7fdc1 [2021-11-17T20:29:20.267Z] Removing intermediate container 586c84b7fdc1 [2021-11-17T20:29:20.267Z] ---> c2fffcc5d0a0 [2021-11-17T20:29:20.267Z] Step 17/22 : 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 [2021-11-17T20:29:21.698Z] ---> 1e16d48dcbe7 [2021-11-17T20:29:21.698Z] Step 18/22 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2021-11-17T20:29:21.698Z] ---> Running in d6d2ab48ee7c [2021-11-17T20:29:22.291Z] Removing intermediate container d6d2ab48ee7c [2021-11-17T20:29:22.291Z] ---> 3ca3354685db [2021-11-17T20:29:22.291Z] Step 19/22 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2021-11-17T20:29:22.291Z] ---> Running in 568a03cab96d [2021-11-17T20:29:22.563Z] Removing intermediate container 568a03cab96d [2021-11-17T20:29:22.563Z] ---> 6934dafdc055 [2021-11-17T20:29:22.563Z] Step 20/22 : LABEL arch=arm64 [2021-11-17T20:29:22.840Z] ---> Running in 158d35ff004d [2021-11-17T20:29:23.115Z] Removing intermediate container 158d35ff004d [2021-11-17T20:29:23.115Z] ---> c3571c9cf71d [2021-11-17T20:29:23.115Z] Step 21/22 : LABEL git_sha=7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:29:23.387Z] ---> Running in 232bb6ccc292 [2021-11-17T20:29:23.659Z] Removing intermediate container 232bb6ccc292 [2021-11-17T20:29:23.659Z] ---> 7348138a85d1 [2021-11-17T20:29:23.659Z] Step 22/22 : LABEL version=0.0.0 [2021-11-17T20:29:23.932Z] ---> Running in dbe643be59ed [2021-11-17T20:29:24.207Z] Removing intermediate container dbe643be59ed [2021-11-17T20:29:24.207Z] ---> 3b53b79f6c45 [2021-11-17T20:29:24.207Z] [Warning] One or more build-args [ARCH] were not consumed [2021-11-17T20:29:24.479Z] Successfully built 3b53b79f6c45 [2021-11-17T20:29:24.479Z] 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 [2021-11-17T20:29:24.708Z] provisioning config files... [2021-11-17T20:29:24.729Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/38@tmp/config3323833536384354566tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:29:25.075Z] ---> docker-login.sh [2021-11-17T20:29:25.075Z] nexus3.edgexfoundry.org:10001 [2021-11-17T20:29:25.346Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:29:25.617Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:29:25.617Z] Configure a credential helper to remove this warning. See [2021-11-17T20:29:25.617Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:29:25.617Z] [2021-11-17T20:29:25.617Z] Login Succeeded [2021-11-17T20:29:25.617Z] nexus3.edgexfoundry.org:10002 [2021-11-17T20:29:25.889Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:29:26.161Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:29:26.161Z] Configure a credential helper to remove this warning. See [2021-11-17T20:29:26.161Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:29:26.161Z] [2021-11-17T20:29:26.162Z] Login Succeeded [2021-11-17T20:29:26.162Z] nexus3.edgexfoundry.org:10003 [2021-11-17T20:29:26.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:29:26.708Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:29:26.708Z] Configure a credential helper to remove this warning. See [2021-11-17T20:29:26.708Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:29:26.708Z] [2021-11-17T20:29:26.708Z] Login Succeeded [2021-11-17T20:29:26.708Z] nexus3.edgexfoundry.org:10004 [2021-11-17T20:29:26.980Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:29:28.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:29:28.097Z] Configure a credential helper to remove this warning. See [2021-11-17T20:29:28.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:29:28.097Z] [2021-11-17T20:29:28.097Z] Login Succeeded [2021-11-17T20:29:28.097Z] docker.io [2021-11-17T20:29:28.097Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-11-17T20:29:28.097Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-11-17T20:29:28.097Z] Configure a credential helper to remove this warning. See [2021-11-17T20:29:28.097Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-11-17T20:29:28.097Z] [2021-11-17T20:29:28.097Z] Login Succeeded [2021-11-17T20:29:28.097Z] ---> docker-login.sh ends [Pipeline] } [2021-11-17T20:29:28.114Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-11-17T20:29:28.145Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2021-11-17T20:29:28.163Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2021-11-17T20:29:28.163Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:29:28.163Z] latest [2021-11-17T20:29:28.163Z] 0.0.0 [2021-11-17T20:29:28.163Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [2021-11-17T20:29:28.163Z] main [2021-11-17T20:29:28.163Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:28.506Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:28.843Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:29:28.843Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-11-17T20:29:28.843Z] 73553fa2aff5: Preparing [2021-11-17T20:29:28.843Z] 62170e181a92: Preparing [2021-11-17T20:29:29.123Z] 62170e181a92: Layer already exists [2021-11-17T20:29:33.857Z] 73553fa2aff5: Pushed [2021-11-17T20:29:33.857Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:34.198Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:34.536Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2021-11-17T20:29:34.536Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-11-17T20:29:34.536Z] 73553fa2aff5: Preparing [2021-11-17T20:29:34.536Z] 62170e181a92: Preparing [2021-11-17T20:29:34.536Z] 73553fa2aff5: Layer already exists [2021-11-17T20:29:34.536Z] 62170e181a92: Layer already exists [2021-11-17T20:29:34.806Z] latest: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:35.146Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0.0.0 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:35.481Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0.0.0 [2021-11-17T20:29:35.481Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-11-17T20:29:35.481Z] 73553fa2aff5: Preparing [2021-11-17T20:29:35.481Z] 62170e181a92: Preparing [2021-11-17T20:29:35.481Z] 62170e181a92: Layer already exists [2021-11-17T20:29:35.481Z] 73553fa2aff5: Layer already exists [2021-11-17T20:29:35.756Z] 0.0.0: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:36.095Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:37.382Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [2021-11-17T20:29:37.382Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-11-17T20:29:37.382Z] 73553fa2aff5: Preparing [2021-11-17T20:29:37.382Z] 62170e181a92: Preparing [2021-11-17T20:29:37.382Z] 62170e181a92: Layer already exists [2021-11-17T20:29:37.382Z] 73553fa2aff5: Layer already exists [2021-11-17T20:29:37.382Z] 7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:37.727Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:38.061Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [2021-11-17T20:29:38.061Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2021-11-17T20:29:38.061Z] 73553fa2aff5: Preparing [2021-11-17T20:29:38.061Z] 62170e181a92: Preparing [2021-11-17T20:29:38.061Z] 62170e181a92: Layer already exists [2021-11-17T20:29:38.061Z] 73553fa2aff5: Layer already exists [2021-11-17T20:29:38.330Z] main: digest: sha256:941a9d1fdad2da787015ff1034ffe2965651865a986ab93ed7330e273843e115 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2021-11-17T20:29:38.375Z] ===================================================== [Pipeline] echo [2021-11-17T20:29:38.384Z] taggedImages: [2021-11-17T20:29:38.384Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [2021-11-17T20:29:38.384Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2021-11-17T20:29:38.384Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0.0.0 [2021-11-17T20:29:38.384Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:7cabfbefb872e4d8c79bc319b9175d5c26ac1025-0.0.0 [2021-11-17T20:29:38.384Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:38.797Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-17T20:29:38.797Z] [2021-11-17T20:29:38.797Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:29:39.141Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-17T20:29:39.417Z] arm64: Pulling from edgex-lftools-log-publisher [2021-11-17T20:29:39.417Z] 448f6bf000e3: Pulling fs layer [2021-11-17T20:29:39.417Z] f757da607395: Pulling fs layer [2021-11-17T20:29:39.417Z] 05883995daec: Pulling fs layer [2021-11-17T20:29:39.417Z] 8603b9c90790: Pulling fs layer [2021-11-17T20:29:39.417Z] 1560dd03e051: Pulling fs layer [2021-11-17T20:29:39.417Z] 27f5ce0e4adf: Pulling fs layer [2021-11-17T20:29:39.417Z] c2d8d7efcc4b: Pulling fs layer [2021-11-17T20:29:39.417Z] 1560dd03e051: Waiting [2021-11-17T20:29:39.417Z] 27f5ce0e4adf: Waiting [2021-11-17T20:29:39.417Z] c2d8d7efcc4b: Waiting [2021-11-17T20:29:39.417Z] 8603b9c90790: Waiting [2021-11-17T20:29:39.417Z] f757da607395: Verifying Checksum [2021-11-17T20:29:39.417Z] f757da607395: Download complete [2021-11-17T20:29:39.417Z] 8603b9c90790: Verifying Checksum [2021-11-17T20:29:39.417Z] 8603b9c90790: Download complete [2021-11-17T20:29:41.489Z] 1560dd03e051: Verifying Checksum [2021-11-17T20:29:41.489Z] 1560dd03e051: Download complete [2021-11-17T20:29:41.489Z] 27f5ce0e4adf: Verifying Checksum [2021-11-17T20:29:41.489Z] 27f5ce0e4adf: Download complete [2021-11-17T20:29:41.489Z] 05883995daec: Verifying Checksum [2021-11-17T20:29:41.489Z] 05883995daec: Download complete [2021-11-17T20:29:41.489Z] 448f6bf000e3: Verifying Checksum [2021-11-17T20:29:41.489Z] 448f6bf000e3: Download complete [2021-11-17T20:29:42.463Z] c2d8d7efcc4b: Verifying Checksum [2021-11-17T20:29:42.463Z] c2d8d7efcc4b: Download complete [2021-11-17T20:29:43.442Z] 448f6bf000e3: Pull complete [2021-11-17T20:29:44.034Z] f757da607395: Pull complete [2021-11-17T20:29:45.462Z] 05883995daec: Pull complete [2021-11-17T20:29:45.734Z] 8603b9c90790: Pull complete [2021-11-17T20:29:46.712Z] 1560dd03e051: Pull complete [2021-11-17T20:29:46.986Z] 27f5ce0e4adf: Pull complete [2021-11-17T20:30:02.674Z] c2d8d7efcc4b: Pull complete [2021-11-17T20:30:02.674Z] Digest: sha256:42f6a1c33103aa4ecfebf648e29883a20fd84132c0f0d4f855d8bcfd8dd9c454 [2021-11-17T20:30:02.674Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2021-11-17T20:30:02.674Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2021-11-17T20:30:02.920Z] prd-ubuntu18.04-docker-arm64-4c-16g-1079 does not seem to be running inside a container [2021-11-17T20:30:02.997Z] $ 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/38 -v /w/workspace/edgex-ui-go/38:/w/workspace/edgex-ui-go/38:rw,z -v /w/workspace/edgex-ui-go/38@tmp:/w/workspace/edgex-ui-go/38@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 [2021-11-17T20:30:05.769Z] $ docker top 3406bbad0c6608f0b339f76380f0e48d2d33b34b2c31f5da27f06fcfac57fc0f -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:30:06.727Z] ---> job-cost.sh [2021-11-17T20:30:06.728Z] lf-activate-venv: SKIPPING [2021-11-17T20:30:06.728Z] INFO: No Stack... [2021-11-17T20:30:06.997Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2021-11-17T20:30:07.267Z] INFO: Archiving Costs [Pipeline] sh [2021-11-17T20:30:07.923Z] + cat /w/workspace/edgex-ui-go/38/archives/cost.csv [2021-11-17T20:30:07.923Z] + cut -d, -f6 [Pipeline] lock [2021-11-17T20:30:07.982Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [2021-11-17T20:30:07.987Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] did not exist. Created. [2021-11-17T20:30:07.987Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2021-11-17T20:30:08.653Z] /w/workspace/edgex-ui-go/38@tmp/durable-fe5a0e7d/script.sh: 1: /w/workspace/edgex-ui-go/38@tmp/durable-fe5a0e7d/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh [2021-11-17T20:30:10.226Z] + echo total: 0.10999999940395355 [Pipeline] stash [2021-11-17T20:30:10.252Z] Warning: overwriting stash ‘stack-cost’ [2021-11-17T20:30:10.381Z] Stashed 1 file(s) [Pipeline] } [2021-11-17T20:30:10.386Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-38-stack-cost] [Pipeline] // lock [Pipeline] } [2021-11-17T20:30:10.399Z] $ docker stop --time=1 3406bbad0c6608f0b339f76380f0e48d2d33b34b2c31f5da27f06fcfac57fc0f [2021-11-17T20:30:11.943Z] $ docker rm -f 3406bbad0c6608f0b339f76380f0e48d2d33b34b2c31f5da27f06fcfac57fc0f [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 [2021-11-17T20:30:12.565Z] provisioning config files... [2021-11-17T20:30:12.574Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6953041735867518483tmp [Pipeline] { [Pipeline] sh [2021-11-17T20:30:12.871Z] + set +x [2021-11-17T20:30:12.871Z] + curl -s https://codecov.io/bash [2021-11-17T20:30:12.871Z] + bash -s -- [2021-11-17T20:30:12.871Z] [2021-11-17T20:30:12.871Z] _____ _ [2021-11-17T20:30:12.871Z] / ____| | | [2021-11-17T20:30:12.871Z] | | ___ __| | ___ ___ _____ __ [2021-11-17T20:30:12.871Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-11-17T20:30:12.871Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-11-17T20:30:12.871Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-11-17T20:30:12.871Z] Bash-1.0.6 [2021-11-17T20:30:12.871Z] [2021-11-17T20:30:12.871Z] [2021-11-17T20:30:12.871Z] ==> git version 2.24.4 found [2021-11-17T20:30:12.871Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-11-17T20:30:12.871Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-11-17T20:30:12.871Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-11-17T20:30:12.871Z] ==> Jenkins CI detected. [2021-11-17T20:30:12.871Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main [2021-11-17T20:30:12.871Z] project root: . [2021-11-17T20:30:12.871Z] --> token set from env [2021-11-17T20:30:12.871Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-11-17T20:30:12.871Z] ==> Running gcov in . (disable via -X gcov) [2021-11-17T20:30:12.871Z] ==> Python coveragepy not found [2021-11-17T20:30:12.871Z] ==> Searching for coverage reports in: [2021-11-17T20:30:12.871Z] + . [2021-11-17T20:30:12.871Z] -> Found 1 reports [2021-11-17T20:30:12.871Z] ==> Detecting git/mercurial file structure [2021-11-17T20:30:12.871Z] ==> Reading reports [2021-11-17T20:30:12.871Z] + ./coverage.out bytes=10 [2021-11-17T20:30:12.871Z] ==> Appending adjustments [2021-11-17T20:30:12.871Z] https://docs.codecov.io/docs/fixing-reports [2021-11-17T20:30:13.132Z] + Found adjustments [2021-11-17T20:30:13.132Z] ==> Gzipping contents [2021-11-17T20:30:13.132Z] 4.0K /tmp/codecov.pBjxV7.gz [2021-11-17T20:30:13.132Z] ==> Uploading reports [2021-11-17T20:30:13.132Z] url: https://codecov.io [2021-11-17T20:30:13.132Z] query: branch=main&commit=7cabfbefb872e4d8c79bc319b9175d5c26ac1025&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F38%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-11-17T20:30:13.132Z] -> Pinging Codecov [2021-11-17T20:30:13.132Z] 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=7cabfbefb872e4d8c79bc319b9175d5c26ac1025&build=38&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F38%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2021-11-17T20:30:13.704Z] -> Uploading to [2021-11-17T20:30:13.704Z] https://storage.googleapis.com/codecov/v4/raw/2021-11-17/FB506323287CE973F263BFD2A0EB1F37/7cabfbefb872e4d8c79bc319b9175d5c26ac1025/e327435b-0bdb-474d-bc09-56906bba7a24.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20211117%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20211117T203013Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=d08529b830d30ffdcf3b94071c51f14f93fbd2f9394f8029e3934807fab817f5 [2021-11-17T20:30:13.704Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-11-17T20:30:13.704Z] Dload Upload Total Spent Left Speed [2021-11-17T20:30:13.966Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 3663 0 0 100 3663 0 11819 --:--:-- --:--:-- --:--:-- 11854 [2021-11-17T20:30:13.966Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] } [2021-11-17T20:30:13.973Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2021-11-17T20:30:14.137Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2021-11-17T20:30:14.148Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:30:14.443Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-11-17T20:30:14.443Z] [2021-11-17T20:30:14.443Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:30:14.777Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-11-17T20:30:14.777Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2021-11-17T20:30:14.777Z] 188c0c94c7c5: Pulling fs layer [2021-11-17T20:30:14.777Z] 0ef7d3d256c8: Pulling fs layer [2021-11-17T20:30:14.777Z] de9db76c5a1d: Pulling fs layer [2021-11-17T20:30:14.777Z] 0eba1c9be4d2: Pulling fs layer [2021-11-17T20:30:14.777Z] 0d57e429df01: Pulling fs layer [2021-11-17T20:30:14.777Z] 4e4be7b47b0d: Pulling fs layer [2021-11-17T20:30:14.777Z] e1f770b5df2f: Pulling fs layer [2021-11-17T20:30:14.777Z] 85a0685a4137: Pulling fs layer [2021-11-17T20:30:14.777Z] 0d57e429df01: Waiting [2021-11-17T20:30:14.777Z] 4e4be7b47b0d: Waiting [2021-11-17T20:30:14.777Z] 0eba1c9be4d2: Waiting [2021-11-17T20:30:14.777Z] e1f770b5df2f: Waiting [2021-11-17T20:30:14.777Z] 85a0685a4137: Waiting [2021-11-17T20:30:14.777Z] de9db76c5a1d: Verifying Checksum [2021-11-17T20:30:14.777Z] de9db76c5a1d: Download complete [2021-11-17T20:30:14.777Z] 0ef7d3d256c8: Verifying Checksum [2021-11-17T20:30:14.777Z] 0ef7d3d256c8: Download complete [2021-11-17T20:30:14.777Z] 0d57e429df01: Verifying Checksum [2021-11-17T20:30:14.777Z] 0d57e429df01: Download complete [2021-11-17T20:30:14.777Z] 4e4be7b47b0d: Verifying Checksum [2021-11-17T20:30:14.777Z] 4e4be7b47b0d: Download complete [2021-11-17T20:30:14.777Z] 188c0c94c7c5: Verifying Checksum [2021-11-17T20:30:14.777Z] 188c0c94c7c5: Download complete [2021-11-17T20:30:15.044Z] e1f770b5df2f: Verifying Checksum [2021-11-17T20:30:15.044Z] e1f770b5df2f: Download complete [2021-11-17T20:30:15.313Z] 188c0c94c7c5: Pull complete [2021-11-17T20:30:15.313Z] 0eba1c9be4d2: Verifying Checksum [2021-11-17T20:30:15.313Z] 0eba1c9be4d2: Download complete [2021-11-17T20:30:15.313Z] 0ef7d3d256c8: Pull complete [2021-11-17T20:30:15.573Z] de9db76c5a1d: Pull complete [2021-11-17T20:30:15.573Z] 85a0685a4137: Verifying Checksum [2021-11-17T20:30:15.573Z] 85a0685a4137: Download complete [2021-11-17T20:30:19.808Z] 0eba1c9be4d2: Pull complete [2021-11-17T20:30:19.808Z] 0d57e429df01: Pull complete [2021-11-17T20:30:19.808Z] 4e4be7b47b0d: Pull complete [2021-11-17T20:30:19.808Z] e1f770b5df2f: Pull complete [2021-11-17T20:30:24.038Z] 85a0685a4137: Pull complete [2021-11-17T20:30:24.038Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2021-11-17T20:30:24.038Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2021-11-17T20:30:24.038Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2021-11-17T20:30:24.101Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:30:24.138Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2021-11-17T20:30:26.128Z] $ docker top bf5633c41e95c36823e8bbc69514f8fb185d181de6812378692b5f59cc314b20 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-11-17T20:30:26.202Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2021-11-17T20:30:27.224Z] + set -o pipefail [2021-11-17T20:30:27.224Z] + snyk monitor '--org=edgex-jenkins' [2021-11-17T20:30:30.569Z] [2021-11-17T20:30:30.569Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... [2021-11-17T20:30:30.569Z] [2021-11-17T20:30:30.569Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/3ace7b51-4a8f-4779-af83-d970f411b0a5 [2021-11-17T20:30:30.569Z] [2021-11-17T20:30:30.569Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2021-11-17T20:30:30.569Z] [2021-11-17T20:30:30.569Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2021-11-17T20:30:30.569Z] [2021-11-17T20:30:30.837Z] [Pipeline] } [2021-11-17T20:30:30.854Z] $ docker stop --time=1 bf5633c41e95c36823e8bbc69514f8fb185d181de6812378692b5f59cc314b20 [2021-11-17T20:30:32.481Z] $ docker rm -f bf5633c41e95c36823e8bbc69514f8fb185d181de6812378692b5f59cc314b20 [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 [2021-11-17T20:30:34.448Z] + git log --format=format:%s -1 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:30:34.744Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-17T20:30:34.744Z] . [Pipeline] withDockerContainer [2021-11-17T20:30:34.815Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:30:34.860Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-17T20:30:35.212Z] $ docker top b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-17T20:30:35.305Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-17T20:30:35.305Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-17T20:30:35.411Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-17T20:30:35.414Z] $ docker exec b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 ssh-agent [2021-11-17T20:30:35.497Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXPNGIMN/agent.14 [2021-11-17T20:30:35.497Z] SSH_AGENT_PID=20 [2021-11-17T20:30:35.501Z] Running ssh-add (command line suppressed) [2021-11-17T20:30:35.590Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7004313911081358319.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7004313911081358319.key) [2021-11-17T20:30:35.602Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-17T20:30:35.901Z] + git semver tag [2021-11-17T20:30:35.901Z] # -> Open(): unable to determine branch for HEAD [2021-11-17T20:30:35.901Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2021-11-17T20:30:35.901Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2021-11-17T20:30:35.901Z] # $SEMVER_REMOTE_NAME = origin [2021-11-17T20:30:35.901Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-17T20:30:35.901Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-17T20:30:35.901Z] # $SEMVER_BRANCH = main [2021-11-17T20:30:35.901Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2021-11-17T20:30:35.901Z] # 7cabfbefb872e4d8c79bc319b9175d5c26ac1025 HEAD [2021-11-17T20:30:35.901Z] # -> Force: false [2021-11-17T20:30:35.901Z] # 3b86c20aba83b204d0d65568986bc9fbdebaccda refs/tags/v0.0.0 [Pipeline] } [2021-11-17T20:30:35.912Z] $ docker exec --env ******** --env ******** b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 ssh-agent -k [2021-11-17T20:30:36.009Z] unset SSH_AUTH_SOCK; [2021-11-17T20:30:36.009Z] unset SSH_AGENT_PID; [2021-11-17T20:30:36.009Z] echo Agent pid 20 killed; [2021-11-17T20:30:36.018Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-17T20:30:36.325Z] + git semver [Pipeline] } [2021-11-17T20:30:36.339Z] $ docker stop --time=1 b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 [2021-11-17T20:30:37.515Z] $ docker rm -f b7a485ee0129d5ee93d7d8fa704d9d0ab27406e27e0fd4420a0690926d6eb7c2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:30:37.907Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-11-17T20:30:37.907Z] [2021-11-17T20:30:37.907Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:30:38.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-11-17T20:30:38.209Z] 0.23.1-centos7: Pulling from edgex-lftools [2021-11-17T20:30:38.209Z] ab5ef0e58194: Pulling fs layer [2021-11-17T20:30:38.209Z] 9712f1f96733: Pulling fs layer [2021-11-17T20:30:38.209Z] 63f879dbbcfc: Pulling fs layer [2021-11-17T20:30:38.209Z] 0d9ebad4ef96: Pulling fs layer [2021-11-17T20:30:38.209Z] e9a5061849ea: Pulling fs layer [2021-11-17T20:30:38.209Z] d747dcd14b5f: Pulling fs layer [2021-11-17T20:30:38.209Z] 2de7ff778b66: Pulling fs layer [2021-11-17T20:30:38.209Z] d747dcd14b5f: Waiting [2021-11-17T20:30:38.209Z] 0d9ebad4ef96: Waiting [2021-11-17T20:30:38.209Z] 2de7ff778b66: Waiting [2021-11-17T20:30:38.209Z] e9a5061849ea: Waiting [2021-11-17T20:30:38.209Z] 9712f1f96733: Verifying Checksum [2021-11-17T20:30:38.209Z] 9712f1f96733: Download complete [2021-11-17T20:30:38.479Z] 63f879dbbcfc: Verifying Checksum [2021-11-17T20:30:38.479Z] 63f879dbbcfc: Download complete [2021-11-17T20:30:38.749Z] ab5ef0e58194: Verifying Checksum [2021-11-17T20:30:38.749Z] ab5ef0e58194: Download complete [2021-11-17T20:30:38.749Z] d747dcd14b5f: Verifying Checksum [2021-11-17T20:30:38.749Z] d747dcd14b5f: Download complete [2021-11-17T20:30:38.749Z] 0d9ebad4ef96: Verifying Checksum [2021-11-17T20:30:38.749Z] 0d9ebad4ef96: Download complete [2021-11-17T20:30:38.749Z] e9a5061849ea: Verifying Checksum [2021-11-17T20:30:38.749Z] e9a5061849ea: Download complete [2021-11-17T20:30:38.749Z] 2de7ff778b66: Verifying Checksum [2021-11-17T20:30:38.749Z] 2de7ff778b66: Download complete [2021-11-17T20:30:41.341Z] ab5ef0e58194: Pull complete [2021-11-17T20:30:41.341Z] 9712f1f96733: Pull complete [2021-11-17T20:30:42.289Z] 63f879dbbcfc: Pull complete [2021-11-17T20:30:45.621Z] 0d9ebad4ef96: Pull complete [2021-11-17T20:30:46.200Z] e9a5061849ea: Pull complete [2021-11-17T20:30:46.201Z] d747dcd14b5f: Pull complete [2021-11-17T20:30:47.595Z] 2de7ff778b66: Pull complete [2021-11-17T20:30:47.595Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2021-11-17T20:30:47.595Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2021-11-17T20:30:47.595Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2021-11-17T20:30:48.636Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:30:48.674Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2021-11-17T20:30:51.643Z] $ docker top 7f345ff58e978b13506ca5600225132ed3e1e548babe80b1896f5a390d03dd67 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2021-11-17T20:30:51.741Z] provisioning config files... [2021-11-17T20:30:51.749Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2041265644657751183tmp [2021-11-17T20:30:51.761Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config5032628729438725770tmp [2021-11-17T20:30:51.772Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2780131288892136214tmp [Pipeline] { [Pipeline] echo [2021-11-17T20:30:51.789Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:30:52.078Z] ---> sigul-configuration.sh [2021-11-17T20:30:52.078Z] gpg: directory `/root/.gnupg' created [2021-11-17T20:30:52.078Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2021-11-17T20:30:52.078Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2021-11-17T20:30:52.078Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2021-11-17T20:30:52.078Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2021-11-17T20:30:52.078Z] gpg: CAST5 encrypted data [2021-11-17T20:30:52.078Z] gpg: encrypted with 1 passphrase [2021-11-17T20:30:52.078Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2021-11-17T20:30:52.385Z] + mkdir /home/jenkins [2021-11-17T20:30:52.385Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2021-11-17T20:30:52.683Z] + 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 [2021-11-17T20:30:52.696Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:30:52.987Z] ---> sigul-install.sh [2021-11-17T20:30:52.987Z] Sigul already installed; skipping installation. [Pipeline] sh [2021-11-17T20:30:53.290Z] + git tag --list [2021-11-17T20:30:53.290Z] 0.1.1 [2021-11-17T20:30:53.290Z] v0.0.0 [2021-11-17T20:30:53.290Z] v1.1.0 [2021-11-17T20:30:53.290Z] v1.2.0 [2021-11-17T20:30:53.290Z] v1.2.1 [2021-11-17T20:30:53.290Z] v1.3.0 [2021-11-17T20:30:53.290Z] v2.0.0 [2021-11-17T20:30:53.290Z] v2.0.1-dev.1 [2021-11-17T20:30:53.290Z] v2.0.1-dev.10 [2021-11-17T20:30:53.290Z] v2.0.1-dev.11 [2021-11-17T20:30:53.290Z] v2.0.1-dev.12 [2021-11-17T20:30:53.290Z] v2.0.1-dev.13 [2021-11-17T20:30:53.290Z] v2.0.1-dev.14 [2021-11-17T20:30:53.290Z] v2.0.1-dev.15 [2021-11-17T20:30:53.290Z] v2.0.1-dev.16 [2021-11-17T20:30:53.290Z] v2.0.1-dev.17 [2021-11-17T20:30:53.290Z] v2.0.1-dev.18 [2021-11-17T20:30:53.290Z] v2.0.1-dev.19 [2021-11-17T20:30:53.290Z] v2.0.1-dev.2 [2021-11-17T20:30:53.290Z] v2.0.1-dev.20 [2021-11-17T20:30:53.290Z] v2.0.1-dev.21 [2021-11-17T20:30:53.290Z] v2.0.1-dev.22 [2021-11-17T20:30:53.290Z] v2.0.1-dev.23 [2021-11-17T20:30:53.290Z] v2.0.1-dev.24 [2021-11-17T20:30:53.290Z] v2.0.1-dev.25 [2021-11-17T20:30:53.290Z] v2.0.1-dev.26 [2021-11-17T20:30:53.290Z] v2.0.1-dev.27 [2021-11-17T20:30:53.290Z] v2.0.1-dev.28 [2021-11-17T20:30:53.290Z] v2.0.1-dev.29 [2021-11-17T20:30:53.290Z] v2.0.1-dev.3 [2021-11-17T20:30:53.290Z] v2.0.1-dev.30 [2021-11-17T20:30:53.290Z] v2.0.1-dev.31 [2021-11-17T20:30:53.290Z] v2.0.1-dev.32 [2021-11-17T20:30:53.290Z] v2.0.1-dev.33 [2021-11-17T20:30:53.290Z] v2.0.1-dev.4 [2021-11-17T20:30:53.290Z] v2.0.1-dev.5 [2021-11-17T20:30:53.290Z] v2.0.1-dev.6 [2021-11-17T20:30:53.290Z] v2.0.1-dev.7 [2021-11-17T20:30:53.290Z] v2.0.1-dev.8 [2021-11-17T20:30:53.290Z] v2.0.1-dev.9 [Pipeline] sh [2021-11-17T20:30:53.588Z] + lftools sign git-tag v0.0.0 [2021-11-17T20:30:54.163Z] Signing Git tag with Sigul... [2021-11-17T20:30:54.163Z] Signing v0.0.0 [Pipeline] echo [2021-11-17T20:30:55.114Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:30:55.401Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2021-11-17T20:30:55.408Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2021-11-17T20:30:55.427Z] $ docker stop --time=1 7f345ff58e978b13506ca5600225132ed3e1e548babe80b1896f5a390d03dd67 [2021-11-17T20:30:56.658Z] $ docker rm -f 7f345ff58e978b13506ca5600225132ed3e1e548babe80b1896f5a390d03dd67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:30:57.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-17T20:30:57.274Z] . [Pipeline] withDockerContainer [2021-11-17T20:30:57.353Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:30:57.399Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-17T20:30:57.752Z] $ docker top c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-17T20:30:58.993Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-17T20:30:58.993Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-17T20:30:59.125Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-17T20:30:59.128Z] $ docker exec c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 ssh-agent [2021-11-17T20:30:59.254Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXBMIAIj/agent.14 [2021-11-17T20:30:59.254Z] SSH_AGENT_PID=20 [2021-11-17T20:30:59.259Z] Running ssh-add (command line suppressed) [2021-11-17T20:30:59.369Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4695160163937313236.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4695160163937313236.key) [2021-11-17T20:30:59.382Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-17T20:30:59.683Z] + git semver bump pre [2021-11-17T20:30:59.683Z] # -> Open(): unable to determine branch for HEAD [2021-11-17T20:30:59.683Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2021-11-17T20:30:59.683Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2021-11-17T20:30:59.683Z] # $SEMVER_REMOTE_NAME = origin [2021-11-17T20:30:59.683Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-17T20:30:59.683Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-17T20:30:59.683Z] # $SEMVER_BRANCH = main [2021-11-17T20:30:59.683Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2021-11-17T20:30:59.683Z] 0.0.1-dev.1 [Pipeline] } [2021-11-17T20:30:59.694Z] $ docker exec --env ******** --env ******** c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 ssh-agent -k [2021-11-17T20:30:59.799Z] unset SSH_AUTH_SOCK; [2021-11-17T20:30:59.800Z] unset SSH_AGENT_PID; [2021-11-17T20:30:59.800Z] echo Agent pid 20 killed; [2021-11-17T20:30:59.810Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-11-17T20:31:00.125Z] + git semver [Pipeline] } [2021-11-17T20:31:00.139Z] $ docker stop --time=1 c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 [2021-11-17T20:31:01.340Z] $ docker rm -f c36576e7b7d4d882367d8092804d65988f4a8a6401b17f8905461f316aac3199 [Pipeline] // withDockerContainer [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:31:01.685Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-11-17T20:31:01.685Z] . [Pipeline] withDockerContainer [2021-11-17T20:31:01.757Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:31:01.794Z] $ 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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-11-17T20:31:02.196Z] $ docker top 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-11-17T20:31:02.289Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-11-17T20:31:02.289Z] [ssh-agent] Looking for ssh-agent implementation... [2021-11-17T20:31:02.408Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-11-17T20:31:02.411Z] $ docker exec 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 ssh-agent [2021-11-17T20:31:02.521Z] SSH_AUTH_SOCK=/tmp/ssh-XXXXXXOOlJfh/agent.14 [2021-11-17T20:31:02.521Z] SSH_AGENT_PID=20 [2021-11-17T20:31:02.527Z] Running ssh-add (command line suppressed) [2021-11-17T20:31:02.630Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_9192847885939945470.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_9192847885939945470.key) [2021-11-17T20:31:02.706Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-11-17T20:31:04.153Z] + git semver push [2021-11-17T20:31:04.153Z] # -> Open(): unable to determine branch for HEAD [2021-11-17T20:31:04.153Z] # $GIT_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.git [2021-11-17T20:31:04.153Z] # $GIT_WORK_TREE = /w/workspace/edgexfoundry_edgex-ui-go_main [2021-11-17T20:31:04.153Z] # $SEMVER_REMOTE_NAME = origin [2021-11-17T20:31:04.153Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-11-17T20:31:04.153Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-11-17T20:31:04.153Z] # $SEMVER_BRANCH = main [2021-11-17T20:31:04.153Z] # $SEMVER_DIR = /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2021-11-17T20:31:04.153Z] git-semver-push: ssh: handshake failed: knownhosts: key mismatch [Pipeline] } [2021-11-17T20:31:04.206Z] $ docker exec --env ******** --env ******** 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 ssh-agent -k [2021-11-17T20:31:04.309Z] unset SSH_AUTH_SOCK; [2021-11-17T20:31:04.309Z] unset SSH_AGENT_PID; [2021-11-17T20:31:04.309Z] echo Agent pid 20 killed; [2021-11-17T20:31:04.316Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] } [2021-11-17T20:31:04.350Z] $ docker stop --time=1 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 [2021-11-17T20:31:05.527Z] $ docker rm -f 00bcb109e24ab774ae7bdf4bb194a04e6dc3349e70988f3cce20f0baece053a9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2021-11-17T20:31:06.364Z] + '[' -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ']' [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:06.664Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:07.216Z] ---> package-listing.sh [2021-11-17T20:31:07.216Z] ++ facter osfamily [2021-11-17T20:31:07.216Z] ++ tr '[:upper:]' '[:lower:]' [2021-11-17T20:31:07.476Z] + OS_FAMILY=redhat [2021-11-17T20:31:07.476Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main [2021-11-17T20:31:07.476Z] + START_PACKAGES=/tmp/packages_start.txt [2021-11-17T20:31:07.476Z] + END_PACKAGES=/tmp/packages_end.txt [2021-11-17T20:31:07.476Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-11-17T20:31:07.476Z] + PACKAGES=/tmp/packages_start.txt [2021-11-17T20:31:07.476Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2021-11-17T20:31:07.476Z] + PACKAGES=/tmp/packages_end.txt [2021-11-17T20:31:07.476Z] + case "${OS_FAMILY}" in [2021-11-17T20:31:07.476Z] + sort [2021-11-17T20:31:07.476Z] + rpm -qa [2021-11-17T20:31:08.418Z] + '[' -f /tmp/packages_start.txt ']' [2021-11-17T20:31:08.418Z] + '[' -f /tmp/packages_end.txt ']' [2021-11-17T20:31:08.418Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-11-17T20:31:08.418Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2021-11-17T20:31:08.418Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [2021-11-17T20:31:08.418Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo [2021-11-17T20:31:08.428Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -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 [2021-11-17T20:31:08.708Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:31:09.259Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-17T20:31:09.260Z] [2021-11-17T20:31:09.260Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2021-11-17T20:31:10.637Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-17T20:31:10.637Z] latest: Pulling from edgex-lftools-log-publisher [2021-11-17T20:31:10.637Z] b4d181a07f80: Pulling fs layer [2021-11-17T20:31:10.637Z] a1111a8f2ec3: Pulling fs layer [2021-11-17T20:31:10.637Z] ed53099fbce6: Pulling fs layer [2021-11-17T20:31:10.637Z] dc539afda2c1: Pulling fs layer [2021-11-17T20:31:10.637Z] 77bc0d833cb6: Pulling fs layer [2021-11-17T20:31:10.637Z] 9065ff56babe: Pulling fs layer [2021-11-17T20:31:10.637Z] d287ab97295c: Pulling fs layer [2021-11-17T20:31:10.637Z] dc539afda2c1: Waiting [2021-11-17T20:31:10.637Z] 77bc0d833cb6: Waiting [2021-11-17T20:31:10.637Z] 9065ff56babe: Waiting [2021-11-17T20:31:10.637Z] d287ab97295c: Waiting [2021-11-17T20:31:10.637Z] a1111a8f2ec3: Verifying Checksum [2021-11-17T20:31:10.637Z] a1111a8f2ec3: Download complete [2021-11-17T20:31:10.637Z] dc539afda2c1: Verifying Checksum [2021-11-17T20:31:10.637Z] dc539afda2c1: Download complete [2021-11-17T20:31:10.637Z] ed53099fbce6: Verifying Checksum [2021-11-17T20:31:10.637Z] ed53099fbce6: Download complete [2021-11-17T20:31:10.913Z] 9065ff56babe: Verifying Checksum [2021-11-17T20:31:10.913Z] 9065ff56babe: Download complete [2021-11-17T20:31:10.913Z] 77bc0d833cb6: Verifying Checksum [2021-11-17T20:31:10.913Z] 77bc0d833cb6: Download complete [2021-11-17T20:31:10.913Z] b4d181a07f80: Verifying Checksum [2021-11-17T20:31:10.913Z] b4d181a07f80: Download complete [2021-11-17T20:31:11.502Z] d287ab97295c: Verifying Checksum [2021-11-17T20:31:11.502Z] d287ab97295c: Download complete [2021-11-17T20:31:12.446Z] b4d181a07f80: Pull complete [2021-11-17T20:31:12.446Z] a1111a8f2ec3: Pull complete [2021-11-17T20:31:13.021Z] ed53099fbce6: Pull complete [2021-11-17T20:31:13.021Z] dc539afda2c1: Pull complete [2021-11-17T20:31:13.282Z] 77bc0d833cb6: Pull complete [2021-11-17T20:31:13.543Z] 9065ff56babe: Pull complete [2021-11-17T20:31:19.224Z] d287ab97295c: Pull complete [2021-11-17T20:31:19.224Z] Digest: sha256:0c69325c24349bfb3ea32a3c3cbcab1fb66df42c981276dd8ebcf6aa441257c4 [2021-11-17T20:31:19.224Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2021-11-17T20:31:19.224Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2021-11-17T20:31:19.290Z] prd-centos7-docker-4c-2g-1076 does not seem to be running inside a container [2021-11-17T20:31:19.325Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2021-11-17T20:31:22.827Z] $ docker top 8cb545976686d78b0b3bc5d77b6fb8d833f10e3537fa249ca991b458c479320c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-11-17T20:31:23.182Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-11-17T20:31:23.472Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2021-11-17T20:31:23.764Z] + ls /var/log/sa-host [2021-11-17T20:31:23.764Z] + sadf -c /var/log/sa-host/sa17 [2021-11-17T20:31:23.764Z] file_magic: OK [2021-11-17T20:31:23.764Z] HZ: Using current value: 100 [2021-11-17T20:31:23.764Z] file_header: OK [2021-11-17T20:31:23.764Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-17T20:31:23.764Z] Statistics: [2021-11-17T20:31:23.764Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-17T20:31:23.764Z] File successfully converted to sysstat format version 12.0.3 [2021-11-17T20:31:23.764Z] + sadf -c /var/log/sa-host/sa30 [2021-11-17T20:31:23.764Z] file_magic: OK [2021-11-17T20:31:23.764Z] HZ: Using current value: 100 [2021-11-17T20:31:23.764Z] file_header: OK [2021-11-17T20:31:23.764Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-11-17T20:31:23.764Z] Statistics: [2021-11-17T20:31:23.764Z] Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-11-17T20:31:23.764Z] File successfully converted to sysstat format version 12.0.3 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-11-17T20:31:23.840Z] provisioning config files... [2021-11-17T20:31:23.850Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config8157363475772925854tmp [Pipeline] { [Pipeline] echo [2021-11-17T20:31:23.862Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:24.148Z] ---> create-netrc.sh [Pipeline] } [2021-11-17T20:31:24.156Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:24.476Z] ---> python-tools-install.sh [Pipeline] echo [2021-11-17T20:31:24.486Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:24.778Z] ---> sudo-logs.sh [2021-11-17T20:31:24.779Z] Archiving 'sudo' log.. [2021-11-17T20:31:24.779Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1076.novalocal: Name or service not known [2021-11-17T20:31:24.779Z] sudo: unable to resolve host prd-centos7-docker-4c-2g-1076.novalocal: Name or service not known [Pipeline] unstash [Pipeline] echo [2021-11-17T20:31:24.798Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:25.085Z] ---> job-cost.sh [2021-11-17T20:31:25.085Z] lf-activate-venv: SKIPPING [2021-11-17T20:31:25.085Z] DEBUG: total: 0.10999999940395355 [2021-11-17T20:31:25.085Z] INFO: Retrieving Stack Cost... [2021-11-17T20:31:25.346Z] INFO: Retrieving Pricing Info for: v3-standard-2 [2021-11-17T20:31:25.918Z] INFO: Archiving Costs [Pipeline] echo [2021-11-17T20:31:25.932Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-11-17T20:31:26.218Z] ---> logs-deploy.sh [2021-11-17T20:31:26.219Z] lf-activate-venv: SKIPPING [2021-11-17T20:31:26.219Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/38 [2021-11-17T20:31:26.219Z] INFO: archiving workspace using pattern(s): [2021-11-17T20:31:26.790Z] Archives upload complete. [2021-11-17T20:31:27.049Z] INFO: archiving logs to Nexus