Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 0b85a2dc129beb3e133fd854edb6b53abe9b033a 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-ssh14896093905972728297.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh15446074657796012591.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 61d3a14f5ee21304eadc9c25f102bcac80e1a589 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-ssh10671276275772984796.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 61d3a14f5ee21304eadc9c25f102bcac80e1a589 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 61d3a14f5ee21304eadc9c25f102bcac80e1a589 # timeout=10 Commit message: "Merge pull request #384 from ernestojeda/add-go-1_17-lts" > 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-ssh16058491217274191072.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision b3dada9287033e4e81bc68320e01fd57bef02650 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/lf-pipelines/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/edgex-ui-go/branches/main/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh6538797033354439143.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision b3dada9287033e4e81bc68320e01fd57bef02650 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b3dada9287033e4e81bc68320e01fd57bef02650 # timeout=10 Commit message: "Fix: Update requirements.txt, update global-jjb" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:edgex-ui-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-ui-go-settings PROJECT: edgex-ui-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.17 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: edgex-ui DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-44842’ Running on prd-ubuntu20.04-docker-8c-8g-44845 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git > git init /w/workspace/edgexfoundry_edgex-ui-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0b85a2dc129beb3e133fd854edb6b53abe9b033a (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 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" > git rev-list --no-walk b1c49f195c002f3e52adda9c102080955489afd9 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-05-10T06:28:02.901Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-05-10T06:28:02.944Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-05-10T06:28:02.959Z] ========================================================= [2022-05-10T06:28:02.959Z] EdgeX Global Pipelines Version Info [2022-05-10T06:28:02.959Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:28:03.745Z] ------------------- [2022-05-10T06:28:03.745Z] stable info: [2022-05-10T06:28:03.745Z] ------------------- [2022-05-10T06:28:03.745Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:28:03.745Z] Commit SHA: 61d3a14f5ee21304eadc9c25f102bcac80e1a589 [2022-05-10T06:28:03.745Z] Message: update stable to v1.0.227 [2022-05-10T06:28:04.319Z] ------------------- [2022-05-10T06:28:04.320Z] experimental info: [2022-05-10T06:28:04.320Z] ------------------- [2022-05-10T06:28:04.320Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-05-10T06:28:04.320Z] Commit SHA: 821e2ffd3fa43eddc5db18cf710cdace1a36094c [2022-05-10T06:28:04.320Z] Message: update experimental to v1.0.229 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-05-10T06:28:04.442Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-ui-go-settings [Pipeline] echo [2022-05-10T06:28:04.457Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-ui-go [Pipeline] echo [2022-05-10T06:28:04.472Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-05-10T06:28:04.486Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-05-10T06:28:04.499Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-05-10T06:28:04.511Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.17 [Pipeline] echo [2022-05-10T06:28:04.524Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-05-10T06:28:04.537Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2022-05-10T06:28:04.547Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-05-10T06:28:04.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-05-10T06:28:04.571Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-05-10T06:28:04.582Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = edgex-ui [Pipeline] echo [2022-05-10T06:28:04.596Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-05-10T06:28:04.608Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-05-10T06:28:04.621Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:28:04.631Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2022-05-10T06:28:04.642Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:28:04.655Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-05-10T06:28:04.667Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-05-10T06:28:04.680Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-05-10T06:28:04.692Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2022-05-10T06:28:04.705Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2022-05-10T06:28:04.716Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-05-10T06:28:04.726Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-05-10T06:28:04.739Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-05-10T06:28:04.752Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-05-10T06:28:04.763Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2022-05-10T06:28:04.778Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2022-05-10T06:28:04.791Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2022-05-10T06:28:04.803Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] echo [2022-05-10T06:28:04.816Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0b85a2d [Pipeline] echo [2022-05-10T06:28:04.828Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:28:04.867Z] provisioning config files... [2022-05-10T06:28:04.880Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4003132086591835662tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:28:05.405Z] ---> docker-login.sh [2022-05-10T06:28:05.405Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:28:05.667Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:05.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:05.929Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:05.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:05.929Z] [2022-05-10T06:28:05.929Z] Login Succeeded [2022-05-10T06:28:05.929Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:28:05.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:05.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:05.929Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:05.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:05.929Z] [2022-05-10T06:28:05.929Z] Login Succeeded [2022-05-10T06:28:05.929Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:28:06.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:06.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:06.193Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:06.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:06.193Z] [2022-05-10T06:28:06.193Z] Login Succeeded [2022-05-10T06:28:06.193Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:28:06.193Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:06.193Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:06.193Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:06.193Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:06.193Z] [2022-05-10T06:28:06.193Z] Login Succeeded [2022-05-10T06:28:06.193Z] docker.io [2022-05-10T06:28:06.455Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:06.716Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:06.716Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:06.716Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:06.716Z] [2022-05-10T06:28:06.716Z] Login Succeeded [2022-05-10T06:28:06.716Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:28:06.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-05-10T06:28:07.090Z] + git rev-list -1 --merges 0b85a2dc129beb3e133fd854edb6b53abe9b033a~1..0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] echo [2022-05-10T06:28:07.197Z] -----------> git rev-list -1 --merges 0b85a2dc129beb3e133fd854edb6b53abe9b033a~1..0b85a2dc129beb3e133fd854edb6b53abe9b033a 0b85a2dc129beb3e133fd854edb6b53abe9b033a [false] [Pipeline] sh [2022-05-10T06:28:07.491Z] + git log --format=format:%s -1 0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] echo [2022-05-10T06:28:07.508Z] ========================================================= [2022-05-10T06:28:07.508Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-05-10T06:28:07.508Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:28:07.830Z] + git log --format=format:%s -1 0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] echo [2022-05-10T06:28:07.845Z] [semverPrep] GIT_COMMIT: 0b85a2dc129beb3e133fd854edb6b53abe9b033a, Commit Message: chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2 [Pipeline] echo [2022-05-10T06:28:07.857Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-05-10T06:28:08.239Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:28:08.239Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-05-10T06:28:08.239Z] + [ -e /tmp/ssh_known_hosts ] [2022-05-10T06:28:08.239Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-05-10T06:28:08.239Z] + + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg=sudo [2022-05-10T06:28:08.239Z] tee -a /etc/ssh/ssh_known_hosts [2022-05-10T06:28:08.239Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:28:08.589Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:28:08.589Z] [2022-05-10T06:28:08.589Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:28:08.902Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:28:08.902Z] latest: Pulling from edgex-devops/py-git-semver [2022-05-10T06:28:08.902Z] 1fe172e4850f: Pulling fs layer [2022-05-10T06:28:08.902Z] caf521ccaac6: Pulling fs layer [2022-05-10T06:28:08.902Z] 3ead6fa29328: Pulling fs layer [2022-05-10T06:28:08.902Z] 5c2a1cbceb83: Pulling fs layer [2022-05-10T06:28:08.902Z] a8d5f1318db7: Pulling fs layer [2022-05-10T06:28:08.902Z] c427282e49a2: Pulling fs layer [2022-05-10T06:28:08.902Z] 1827001aaf11: Pulling fs layer [2022-05-10T06:28:08.902Z] 0714d37db230: Pulling fs layer [2022-05-10T06:28:08.902Z] ac28cf19c067: Pulling fs layer [2022-05-10T06:28:08.902Z] ca983d60f3e2: Pulling fs layer [2022-05-10T06:28:08.902Z] 9f894cec8388: Pulling fs layer [2022-05-10T06:28:08.902Z] c427282e49a2: Waiting [2022-05-10T06:28:08.902Z] 1827001aaf11: Waiting [2022-05-10T06:28:08.902Z] 5c2a1cbceb83: Waiting [2022-05-10T06:28:08.902Z] 0714d37db230: Waiting [2022-05-10T06:28:08.902Z] ac28cf19c067: Waiting [2022-05-10T06:28:08.902Z] ca983d60f3e2: Waiting [2022-05-10T06:28:08.902Z] 9f894cec8388: Waiting [2022-05-10T06:28:08.902Z] a8d5f1318db7: Waiting [2022-05-10T06:28:08.902Z] caf521ccaac6: Download complete [2022-05-10T06:28:08.902Z] 5c2a1cbceb83: Download complete [2022-05-10T06:28:09.166Z] a8d5f1318db7: Verifying Checksum [2022-05-10T06:28:09.166Z] a8d5f1318db7: Download complete [2022-05-10T06:28:09.166Z] c427282e49a2: Verifying Checksum [2022-05-10T06:28:09.166Z] c427282e49a2: Download complete [2022-05-10T06:28:09.166Z] 3ead6fa29328: Verifying Checksum [2022-05-10T06:28:09.166Z] 3ead6fa29328: Download complete [2022-05-10T06:28:09.166Z] 0714d37db230: Download complete [2022-05-10T06:28:09.166Z] ac28cf19c067: Verifying Checksum [2022-05-10T06:28:09.166Z] ac28cf19c067: Download complete [2022-05-10T06:28:09.166Z] ca983d60f3e2: Download complete [2022-05-10T06:28:09.166Z] 9f894cec8388: Verifying Checksum [2022-05-10T06:28:09.166Z] 9f894cec8388: Download complete [2022-05-10T06:28:09.166Z] 1fe172e4850f: Download complete [2022-05-10T06:28:09.433Z] 1827001aaf11: Verifying Checksum [2022-05-10T06:28:09.433Z] 1827001aaf11: Download complete [2022-05-10T06:28:10.821Z] 1fe172e4850f: Pull complete [2022-05-10T06:28:10.821Z] caf521ccaac6: Pull complete [2022-05-10T06:28:11.400Z] 3ead6fa29328: Pull complete [2022-05-10T06:28:11.400Z] 5c2a1cbceb83: Pull complete [2022-05-10T06:28:11.972Z] a8d5f1318db7: Pull complete [2022-05-10T06:28:11.972Z] c427282e49a2: Pull complete [2022-05-10T06:28:13.889Z] 1827001aaf11: Pull complete [2022-05-10T06:28:14.150Z] 0714d37db230: Pull complete [2022-05-10T06:28:14.150Z] ac28cf19c067: Pull complete [2022-05-10T06:28:14.150Z] ca983d60f3e2: Pull complete [2022-05-10T06:28:14.411Z] 9f894cec8388: Pull complete [2022-05-10T06:28:14.411Z] Digest: sha256:90e63904a1edc574c23a580e5fc31fbcdccad1501625621f67a6be262171cfee [2022-05-10T06:28:14.411Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:28:14.411Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [Pipeline] withDockerContainer [2022-05-10T06:28:14.497Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:28:14.546Z] $ 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:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T06:28:16.684Z] $ docker top 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 -eo pid,comm [2022-05-10T06:28:16.799Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2022-05-10T06:28:16.799Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:28:16.837Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:28:16.837Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:28:16.995Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:28:17.006Z] $ docker exec 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 ssh-agent [2022-05-10T06:28:17.157Z] SSH_AUTH_SOCK=/tmp/ssh-tctl6tpWAeMw/agent.16 [2022-05-10T06:28:17.157Z] SSH_AGENT_PID=24 [2022-05-10T06:28:17.180Z] Running ssh-add (command line suppressed) [2022-05-10T06:28:17.356Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_6723829428155897940.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_6723829428155897940.key) [2022-05-10T06:28:17.369Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:28:17.664Z] + git tag --points-at HEAD [Pipeline] } [2022-05-10T06:28:17.687Z] $ docker exec --env ******** --env ******** 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 ssh-agent -k [2022-05-10T06:28:17.801Z] unset SSH_AUTH_SOCK; [2022-05-10T06:28:17.802Z] unset SSH_AGENT_PID; [2022-05-10T06:28:17.802Z] echo Agent pid 24 killed; [2022-05-10T06:28:17.807Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-05-10T06:28:17.834Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:28:17.834Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:28:17.963Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:28:17.973Z] $ docker exec 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 ssh-agent [2022-05-10T06:28:18.106Z] SSH_AUTH_SOCK=/tmp/ssh-HP1YLktoKgx4/agent.74 [2022-05-10T06:28:18.106Z] SSH_AGENT_PID=80 [2022-05-10T06:28:18.112Z] Running ssh-add (command line suppressed) [2022-05-10T06:28:18.250Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4911869603870642990.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_4911869603870642990.key) [2022-05-10T06:28:18.260Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:28:18.552Z] + git semver init [2022-05-10T06:28:18.813Z] 2022-05-10 06:28:18,783 [run_init] DEBUG init version:0.0.0 force:False [2022-05-10T06:28:18.813Z] 2022-05-10 06:28:18,785 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2022-05-10T06:28:18.813Z] 2022-05-10 06:28:18,786 [execute] INFO git clone -b semver git@github.com:edgexfoundry/edgex-ui-go.git /w/workspace/edgexfoundry_edgex-ui-go_main/.semver [2022-05-10T06:28:18.813Z] 2022-05-10 06:28:18,786 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/edgex-ui-go.git', '/w/workspace/edgexfoundry_edgex-ui-go_main/.semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2022-05-10T06:28:20.207Z] 2022-05-10 06:28:20,200 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.git/info/exclude [2022-05-10T06:28:20.207Z] 2022-05-10 06:28:20,200 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:False [2022-05-10T06:28:20.207Z] 2022-05-10 06:28:20,200 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:28:20.207Z] 2022-05-10 06:28:20,200 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:28:20.207Z] 2.1.1-dev.29 [Pipeline] } [2022-05-10T06:28:20.488Z] $ docker exec --env ******** --env ******** 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 ssh-agent -k [2022-05-10T06:28:20.593Z] unset SSH_AUTH_SOCK; [2022-05-10T06:28:20.593Z] unset SSH_AGENT_PID; [2022-05-10T06:28:20.593Z] echo Agent pid 80 killed; [2022-05-10T06:28:20.602Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:28:20.917Z] + git semver [Pipeline] } [2022-05-10T06:28:21.201Z] $ docker stop --time=1 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 [2022-05-10T06:28:22.543Z] $ docker rm -f 3612f82bcd5ab64db6d77cd06452dcbb5b49655621060aff9de42461abbfc9c8 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:28:22.900Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-05-10T06:28:23.170Z] Stashed 1 file(s) [Pipeline] echo [2022-05-10T06:28:23.175Z] [edgeXSemver]: initialized semver on version 2.1.1-dev.29 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:28:23.314Z] provisioning config files... [2022-05-10T06:28:23.325Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7104538280118113636tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:28:23.630Z] ---> docker-login.sh [2022-05-10T06:28:23.630Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:28:23.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:23.630Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:23.630Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:23.630Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:23.630Z] [2022-05-10T06:28:23.630Z] Login Succeeded [2022-05-10T06:28:23.630Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:28:23.630Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:23.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:23.892Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:23.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:23.892Z] [2022-05-10T06:28:23.892Z] Login Succeeded [2022-05-10T06:28:23.892Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:28:23.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:23.892Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:23.892Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:23.892Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:23.892Z] [2022-05-10T06:28:23.892Z] Login Succeeded [2022-05-10T06:28:23.892Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:28:23.892Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:24.152Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:24.152Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:24.152Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:24.152Z] [2022-05-10T06:28:24.152Z] Login Succeeded [2022-05-10T06:28:24.152Z] docker.io [2022-05-10T06:28:24.152Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:28:24.411Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:28:24.411Z] Configure a credential helper to remove this warning. See [2022-05-10T06:28:24.411Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:28:24.411Z] [2022-05-10T06:28:24.411Z] Login Succeeded [2022-05-10T06:28:24.411Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:28:24.417Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:28:24.475Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:28:24.485Z] ========================================================= [2022-05-10T06:28:24.485Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine] [2022-05-10T06:28:24.485Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:28:24.797Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T06:28:25.063Z] Sending build context to Docker daemon 43.3MB [2022-05-10T06:28:25.063Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:28:25.063Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:28:25.063Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base [2022-05-10T06:28:25.063Z] 59bf1c3509f3: Pulling fs layer [2022-05-10T06:28:25.063Z] 666ba61612fd: Pulling fs layer [2022-05-10T06:28:25.063Z] 8ed8ca486205: Pulling fs layer [2022-05-10T06:28:25.063Z] 4fe6c5a15a65: Pulling fs layer [2022-05-10T06:28:25.063Z] 22a0e8bec74d: Pulling fs layer [2022-05-10T06:28:25.063Z] ca2b28591e48: Pulling fs layer [2022-05-10T06:28:25.063Z] 4fe6c5a15a65: Waiting [2022-05-10T06:28:25.063Z] a51346096db8: Pulling fs layer [2022-05-10T06:28:25.063Z] ca2b28591e48: Waiting [2022-05-10T06:28:25.063Z] daebc70d1ce1: Pulling fs layer [2022-05-10T06:28:25.063Z] 0e18a0eac166: Pulling fs layer [2022-05-10T06:28:25.063Z] a51346096db8: Waiting [2022-05-10T06:28:25.063Z] daebc70d1ce1: Waiting [2022-05-10T06:28:25.063Z] 8ed8ca486205: Download complete [2022-05-10T06:28:25.063Z] 666ba61612fd: Verifying Checksum [2022-05-10T06:28:25.063Z] 666ba61612fd: Download complete [2022-05-10T06:28:25.063Z] 22a0e8bec74d: Verifying Checksum [2022-05-10T06:28:25.063Z] 22a0e8bec74d: Download complete [2022-05-10T06:28:25.063Z] ca2b28591e48: Verifying Checksum [2022-05-10T06:28:25.063Z] ca2b28591e48: Download complete [2022-05-10T06:28:25.326Z] a51346096db8: Download complete [2022-05-10T06:28:25.326Z] 59bf1c3509f3: Verifying Checksum [2022-05-10T06:28:25.326Z] 59bf1c3509f3: Download complete [2022-05-10T06:28:25.326Z] daebc70d1ce1: Verifying Checksum [2022-05-10T06:28:25.326Z] daebc70d1ce1: Download complete [2022-05-10T06:28:25.326Z] 59bf1c3509f3: Pull complete [2022-05-10T06:28:25.587Z] 666ba61612fd: Pull complete [2022-05-10T06:28:25.587Z] 8ed8ca486205: Pull complete [2022-05-10T06:28:25.847Z] 0e18a0eac166: Verifying Checksum [2022-05-10T06:28:25.847Z] 0e18a0eac166: Download complete [2022-05-10T06:28:26.107Z] 4fe6c5a15a65: Verifying Checksum [2022-05-10T06:28:26.107Z] 4fe6c5a15a65: Download complete [2022-05-10T06:28:30.308Z] 4fe6c5a15a65: Pull complete [2022-05-10T06:28:30.308Z] 22a0e8bec74d: Pull complete [2022-05-10T06:28:30.308Z] ca2b28591e48: Pull complete [2022-05-10T06:28:30.569Z] a51346096db8: Pull complete [2022-05-10T06:28:30.569Z] daebc70d1ce1: Pull complete [2022-05-10T06:28:33.116Z] 0e18a0eac166: Pull complete [2022-05-10T06:28:33.116Z] Digest: sha256:5cf2d0a306c5171eb5b3008c4b83cc7b6044f1808c238cb17927cddb93576120 [2022-05-10T06:28:33.116Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.17-alpine [2022-05-10T06:28:33.116Z] ---> f018257e8ee9 [2022-05-10T06:28:33.116Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:28:34.500Z] ---> Running in 2c9190c0ed56 [2022-05-10T06:28:34.500Z] Removing intermediate container 2c9190c0ed56 [2022-05-10T06:28:34.500Z] ---> 099e179ce239 [2022-05-10T06:28:34.500Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:28:34.762Z] ---> Running in 571e67359ad9 [2022-05-10T06:28:34.762Z] Removing intermediate container 571e67359ad9 [2022-05-10T06:28:34.762Z] ---> 9c153868fad8 [2022-05-10T06:28:34.762Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:28:34.762Z] ---> Running in 95a082038d5c [2022-05-10T06:28:34.762Z] Removing intermediate container 95a082038d5c [2022-05-10T06:28:34.762Z] ---> ad991da0b43e [2022-05-10T06:28:34.762Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:28:35.022Z] ---> Running in d2132b62ea92 [2022-05-10T06:28:35.022Z] Removing intermediate container d2132b62ea92 [2022-05-10T06:28:35.022Z] ---> f61fb500a83b [2022-05-10T06:28:35.022Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:28:35.022Z] ---> Running in e7728d96250b [2022-05-10T06:28:35.022Z] Removing intermediate container e7728d96250b [2022-05-10T06:28:35.022Z] ---> a5e3e8ff78a9 [2022-05-10T06:28:35.022Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:28:35.283Z] ---> Running in ddf8b93ff446 [2022-05-10T06:28:35.853Z] Removing intermediate container ddf8b93ff446 [2022-05-10T06:28:35.853Z] ---> 6c860bd191dc [2022-05-10T06:28:35.853Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:28:35.853Z] ---> Running in cfad2ecdc1fb [2022-05-10T06:28:36.113Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:28:37.055Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:28:37.055Z] OK: 221 MiB in 52 packages [2022-05-10T06:28:37.628Z] Removing intermediate container cfad2ecdc1fb [2022-05-10T06:28:37.628Z] ---> 438002617efb [2022-05-10T06:28:37.628Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:28:37.628Z] ---> Running in d2fced79e81d [2022-05-10T06:28:37.628Z] Removing intermediate container d2fced79e81d [2022-05-10T06:28:37.628Z] ---> cfe2fcbd0f13 [2022-05-10T06:28:37.628Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:28:37.628Z] ---> Running in 54f49910db24 [2022-05-10T06:28:37.899Z] Removing intermediate container 54f49910db24 [2022-05-10T06:28:37.900Z] ---> 4b9ee54d877d [2022-05-10T06:28:37.900Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:28:37.900Z] ---> 3d58a08e6a90 [2022-05-10T06:28:37.900Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:28:38.160Z] ---> Running in 123f9e2efe60 [2022-05-10T06:28:38.284Z] Still waiting to schedule task [2022-05-10T06:28:38.284Z] ‘prd-ubuntu20.04-docker-arm64-4c-16g-44843’ is offline [2022-05-10T06:29:04.763Z] Removing intermediate container 123f9e2efe60 [2022-05-10T06:29:04.763Z] ---> a285c7b8bf9b [2022-05-10T06:29:04.763Z] Step 14/15 : COPY . . [2022-05-10T06:29:04.763Z] ---> fe14489024f0 [2022-05-10T06:29:04.763Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:29:05.023Z] ---> Running in 9b63e375a855 [2022-05-10T06:29:05.283Z] noop [2022-05-10T06:29:05.543Z] Removing intermediate container 9b63e375a855 [2022-05-10T06:29:05.543Z] ---> 8065477597dc [2022-05-10T06:29:05.543Z] Successfully built 8065477597dc [2022-05-10T06:29:05.543Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:05.837Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:29:05.837Z] . [Pipeline] withDockerContainer [2022-05-10T06:29:05.905Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:29:05.948Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-10T06:29:06.361Z] $ docker top 56186198bfdc26da1d962d4ecf5c864ffad81a1726096b0424156ddc322b8d65 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:29:06.772Z] + go version [2022-05-10T06:29:06.772Z] go version go1.17.6 linux/amd64 [Pipeline] } [2022-05-10T06:29:06.791Z] $ docker stop --time=1 56186198bfdc26da1d962d4ecf5c864ffad81a1726096b0424156ddc322b8d65 [2022-05-10T06:29:08.119Z] $ docker rm -f 56186198bfdc26da1d962d4ecf5c864ffad81a1726096b0424156ddc322b8d65 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:08.529Z] + docker inspect -f . ci-base-image-x86_64 [2022-05-10T06:29:08.529Z] . [Pipeline] withDockerContainer [2022-05-10T06:29:08.596Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:29:08.852Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-05-10T06:29:09.232Z] $ docker top a499af7ab428de7a2b7a1fe1068adf3a37a04f0ac71caa0d28b88fff5d961ca5 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:29:09.608Z] + make test [2022-05-10T06:29:09.608Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:29:09.874Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:29:15.161Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:29:15.161Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:29:17.075Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:29:17.075Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:29:17.090Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:29:17.111Z] $ docker stop --time=1 a499af7ab428de7a2b7a1fe1068adf3a37a04f0ac71caa0d28b88fff5d961ca5 [2022-05-10T06:29:18.675Z] $ docker rm -f a499af7ab428de7a2b7a1fe1068adf3a37a04f0ac71caa0d28b88fff5d961ca5 [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:29:19.048Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:29:19.105Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-05-10T06:29:19.621Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:29:19.914Z] + ls -al . [2022-05-10T06:29:19.914Z] total 180 [2022-05-10T06:29:19.914Z] drwxrwxr-x 14 jenkins jenkins 4096 May 10 06:29 . [2022-05-10T06:29:19.914Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:27 .. [2022-05-10T06:29:19.914Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:28 .git [2022-05-10T06:29:19.914Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:27 .github [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:27 .gitignore [2022-05-10T06:29:19.914Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:28 .semver [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:27 Attribution.txt [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:27 CHANGELOG.md [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:27 CONTRIBUTING.md [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:27 Dockerfile [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:27 Jenkinsfile [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:27 LICENSE [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:27 Makefile [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:27 README.md [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 12 May 10 06:28 VERSION [2022-05-10T06:29:19.914Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:27 assets [2022-05-10T06:29:19.914Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:27 bin [2022-05-10T06:29:19.914Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:27 cmd [2022-05-10T06:29:19.914Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:29 coverage.out [2022-05-10T06:29:19.914Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:27 docs [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 1944 May 10 06:27 go.mod [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 48565 May 10 06:27 go.sum [2022-05-10T06:29:19.914Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:27 internal [2022-05-10T06:29:19.914Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:27 pkg [2022-05-10T06:29:19.914Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:27 snap [2022-05-10T06:29:19.914Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:27 testing [2022-05-10T06:29:19.914Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:27 version.go [2022-05-10T06:29:19.914Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:27 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:20.210Z] + 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=0b85a2dc129beb3e133fd854edb6b53abe9b033a --label arch=amd64 --label version=2.1.1-dev.29 . [2022-05-10T06:29:20.470Z] Sending build context to Docker daemon 43.3MB [2022-05-10T06:29:20.470Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:29:20.470Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:29:20.470Z] ---> 8065477597dc [2022-05-10T06:29:20.470Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:29:20.470Z] ---> Running in 6cc805020889 [2022-05-10T06:29:20.730Z] Removing intermediate container 6cc805020889 [2022-05-10T06:29:20.730Z] ---> 76bc5bd6cd67 [2022-05-10T06:29:20.730Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:29:20.730Z] ---> Running in 5bd00e7259a5 [2022-05-10T06:29:20.991Z] Removing intermediate container 5bd00e7259a5 [2022-05-10T06:29:20.991Z] ---> 8f8b75bc9ee0 [2022-05-10T06:29:20.991Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:29:20.991Z] ---> Running in 77c6309ab1e7 [2022-05-10T06:29:21.251Z] Removing intermediate container 77c6309ab1e7 [2022-05-10T06:29:21.251Z] ---> 3edb76e4f0f5 [2022-05-10T06:29:21.251Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:29:21.511Z] ---> Running in a21a79a1061c [2022-05-10T06:29:21.511Z] Removing intermediate container a21a79a1061c [2022-05-10T06:29:21.511Z] ---> 02428731d647 [2022-05-10T06:29:21.511Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:29:21.511Z] ---> Running in a6f15b2f5806 [2022-05-10T06:29:21.771Z] Removing intermediate container a6f15b2f5806 [2022-05-10T06:29:21.771Z] ---> 63297dd80255 [2022-05-10T06:29:21.771Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:29:21.771Z] ---> Running in 593274bee1e9 [2022-05-10T06:29:22.340Z] Removing intermediate container 593274bee1e9 [2022-05-10T06:29:22.340Z] ---> 851154a6258b [2022-05-10T06:29:22.340Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:29:22.340Z] ---> Running in 7cb3b44c4a5d [2022-05-10T06:29:22.600Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:23.538Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/x86_64/APKINDEX.tar.gz [2022-05-10T06:29:23.798Z] OK: 221 MiB in 52 packages [2022-05-10T06:29:24.368Z] Removing intermediate container 7cb3b44c4a5d [2022-05-10T06:29:24.368Z] ---> fda5a158feb9 [2022-05-10T06:29:24.368Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:29:24.368Z] ---> Running in c9ac1cd10bc1 [2022-05-10T06:29:24.368Z] Removing intermediate container c9ac1cd10bc1 [2022-05-10T06:29:24.368Z] ---> 6d1e6b33bc04 [2022-05-10T06:29:24.368Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:29:24.368Z] ---> Running in 750f8ee24ccb [2022-05-10T06:29:24.628Z] Removing intermediate container 750f8ee24ccb [2022-05-10T06:29:24.628Z] ---> 8d1b907ae918 [2022-05-10T06:29:24.628Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:29:24.888Z] ---> 1a8e02b47092 [2022-05-10T06:29:24.888Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:29:24.888Z] ---> Running in 1a0a0602e7a3 [2022-05-10T06:29:25.831Z] Removing intermediate container 1a0a0602e7a3 [2022-05-10T06:29:25.831Z] ---> 0858ce9fdc5f [2022-05-10T06:29:25.831Z] Step 14/23 : COPY . . [2022-05-10T06:29:26.768Z] ---> 5b3240413b74 [2022-05-10T06:29:26.768Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:29:26.768Z] ---> Running in 00e963139848 [2022-05-10T06:29:27.029Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.29" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-05-10T06:29:32.307Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:29:34.225Z] Removing intermediate container 00e963139848 [2022-05-10T06:29:34.225Z] ---> 0be8e534a398 [2022-05-10T06:29:34.225Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:29:34.486Z] 3.14: Pulling from library/alpine [2022-05-10T06:29:34.486Z] 8663204ce13b: Pulling fs layer [2022-05-10T06:29:34.746Z] 8663204ce13b: Download complete [2022-05-10T06:29:35.006Z] 8663204ce13b: Pull complete [2022-05-10T06:29:35.006Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:29:35.006Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:29:35.006Z] ---> e04c818066af [2022-05-10T06:29:35.006Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:29:35.006Z] ---> Running in c62dfa8236e4 [2022-05-10T06:29:35.267Z] Removing intermediate container c62dfa8236e4 [2022-05-10T06:29:35.267Z] ---> c7c50378ede3 [2022-05-10T06:29:35.267Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:29:35.836Z] ---> 9bd2f86ebf57 [2022-05-10T06:29:35.836Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:29:36.096Z] ---> Running in 7b24a09ea95e [2022-05-10T06:29:36.357Z] Removing intermediate container 7b24a09ea95e [2022-05-10T06:29:36.357Z] ---> 1ed2b61eb9ad [2022-05-10T06:29:36.357Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:29:36.357Z] ---> Running in 88b19e3b560e [2022-05-10T06:29:36.617Z] Removing intermediate container 88b19e3b560e [2022-05-10T06:29:36.617Z] ---> 2684ac09e7ee [2022-05-10T06:29:36.617Z] Step 21/23 : LABEL arch=amd64 [2022-05-10T06:29:36.617Z] ---> Running in 2ddf59047c9a [2022-05-10T06:29:36.879Z] Removing intermediate container 2ddf59047c9a [2022-05-10T06:29:36.879Z] ---> 9cbfb036072e [2022-05-10T06:29:36.879Z] Step 22/23 : LABEL git_sha=0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:29:36.879Z] ---> Running in 4f38426c68cb [2022-05-10T06:29:37.143Z] Removing intermediate container 4f38426c68cb [2022-05-10T06:29:37.143Z] ---> 9ff7aebb10ac [2022-05-10T06:29:37.143Z] Step 23/23 : LABEL version=2.1.1-dev.29 [2022-05-10T06:29:37.143Z] ---> Running in 9df419ec8c4c [2022-05-10T06:29:37.404Z] Removing intermediate container 9df419ec8c4c [2022-05-10T06:29:37.404Z] ---> 9187e3cfbbec [2022-05-10T06:29:37.404Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:29:37.404Z] Successfully built 9187e3cfbbec [2022-05-10T06:29:37.404Z] Successfully tagged edgex-ui:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:29:37.495Z] provisioning config files... [2022-05-10T06:29:37.503Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config4762093159416661734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:29:37.813Z] ---> docker-login.sh [2022-05-10T06:29:37.813Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:29:37.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:37.813Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:37.813Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:37.813Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:37.813Z] [2022-05-10T06:29:37.813Z] Login Succeeded [2022-05-10T06:29:37.813Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:29:37.813Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:38.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:38.073Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:38.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:38.073Z] [2022-05-10T06:29:38.073Z] Login Succeeded [2022-05-10T06:29:38.073Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:29:38.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:38.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:38.073Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:38.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:38.073Z] [2022-05-10T06:29:38.073Z] Login Succeeded [2022-05-10T06:29:38.074Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:29:38.074Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:38.334Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:38.334Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:38.334Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:38.334Z] [2022-05-10T06:29:38.334Z] Login Succeeded [2022-05-10T06:29:38.334Z] docker.io [2022-05-10T06:29:38.334Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:29:38.594Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:29:38.594Z] Configure a credential helper to remove this warning. See [2022-05-10T06:29:38.594Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:29:38.594Z] [2022-05-10T06:29:38.594Z] Login Succeeded [2022-05-10T06:29:38.594Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:29:38.602Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-10T06:29:38.630Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:29:38.656Z] [edgeXDocker.push] Tagging docker image edgex-ui with the following tags: [2022-05-10T06:29:38.656Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:29:38.656Z] latest [2022-05-10T06:29:38.656Z] 2.1.1-dev.29 [2022-05-10T06:29:38.656Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [2022-05-10T06:29:38.656Z] main [2022-05-10T06:29:38.656Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:38.978Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:39.270Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:29:39.270Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-05-10T06:29:39.270Z] fc0466df7dfd: Preparing [2022-05-10T06:29:39.270Z] b541d28bf3b4: Preparing [2022-05-10T06:29:39.270Z] b541d28bf3b4: Layer already exists [2022-05-10T06:29:41.184Z] fc0466df7dfd: Pushed [2022-05-10T06:29:41.184Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a: digest: sha256:4a8b2b04bc719eb688a6cbadcafeffbd84df323986bb30da17f3409b069c1026 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:41.485Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:41.778Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:latest [2022-05-10T06:29:41.778Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-05-10T06:29:41.778Z] fc0466df7dfd: Preparing [2022-05-10T06:29:41.778Z] b541d28bf3b4: Preparing [2022-05-10T06:29:41.778Z] fc0466df7dfd: Layer already exists [2022-05-10T06:29:41.778Z] b541d28bf3b4: Layer already exists [2022-05-10T06:29:41.778Z] latest: digest: sha256:4a8b2b04bc719eb688a6cbadcafeffbd84df323986bb30da17f3409b069c1026 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:42.076Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.29 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:42.363Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.29 [2022-05-10T06:29:42.363Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-05-10T06:29:42.363Z] fc0466df7dfd: Preparing [2022-05-10T06:29:42.363Z] b541d28bf3b4: Preparing [2022-05-10T06:29:42.363Z] fc0466df7dfd: Layer already exists [2022-05-10T06:29:42.363Z] b541d28bf3b4: Layer already exists [2022-05-10T06:29:42.363Z] 2.1.1-dev.29: digest: sha256:4a8b2b04bc719eb688a6cbadcafeffbd84df323986bb30da17f3409b069c1026 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:42.659Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:42.957Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [2022-05-10T06:29:42.957Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-05-10T06:29:42.957Z] fc0466df7dfd: Preparing [2022-05-10T06:29:42.957Z] b541d28bf3b4: Preparing [2022-05-10T06:29:42.957Z] b541d28bf3b4: Layer already exists [2022-05-10T06:29:42.957Z] fc0466df7dfd: Layer already exists [2022-05-10T06:29:42.957Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29: digest: sha256:4a8b2b04bc719eb688a6cbadcafeffbd84df323986bb30da17f3409b069c1026 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:43.255Z] + docker tag edgex-ui nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:43.550Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui:main [2022-05-10T06:29:43.550Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui] [2022-05-10T06:29:43.550Z] fc0466df7dfd: Preparing [2022-05-10T06:29:43.550Z] b541d28bf3b4: Preparing [2022-05-10T06:29:43.550Z] b541d28bf3b4: Layer already exists [2022-05-10T06:29:43.550Z] fc0466df7dfd: Layer already exists [2022-05-10T06:29:43.550Z] main: digest: sha256:4a8b2b04bc719eb688a6cbadcafeffbd84df323986bb30da17f3409b069c1026 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-10T06:29:43.578Z] ===================================================== [Pipeline] echo [2022-05-10T06:29:43.584Z] taggedImages: [2022-05-10T06:29:43.584Z] - nexus3.edgexfoundry.org:10004/edgex-ui:0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:29:43.584Z] - nexus3.edgexfoundry.org:10004/edgex-ui:latest [2022-05-10T06:29:43.584Z] - nexus3.edgexfoundry.org:10004/edgex-ui:2.1.1-dev.29 [2022-05-10T06:29:43.584Z] - nexus3.edgexfoundry.org:10004/edgex-ui:0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [2022-05-10T06:29:43.584Z] - nexus3.edgexfoundry.org:10004/edgex-ui:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:43.935Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:29:43.935Z] [2022-05-10T06:29:43.935Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:29:44.233Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:29:44.233Z] latest: Pulling from edgex-lftools-log-publisher [2022-05-10T06:29:44.233Z] 5eb5b503b376: Pulling fs layer [2022-05-10T06:29:44.233Z] 5c69ac0246d0: Pulling fs layer [2022-05-10T06:29:44.233Z] ec43610c2a17: Pulling fs layer [2022-05-10T06:29:44.233Z] 3a2ae6a8a46f: Pulling fs layer [2022-05-10T06:29:44.233Z] 33b1e0a273af: Pulling fs layer [2022-05-10T06:29:44.233Z] 5d3b04190fa2: Pulling fs layer [2022-05-10T06:29:44.233Z] 2f39f015ded8: Pulling fs layer [2022-05-10T06:29:44.233Z] 3a2ae6a8a46f: Waiting [2022-05-10T06:29:44.233Z] 33b1e0a273af: Waiting [2022-05-10T06:29:44.233Z] 5d3b04190fa2: Waiting [2022-05-10T06:29:44.233Z] 2f39f015ded8: Waiting [2022-05-10T06:29:44.233Z] 5c69ac0246d0: Verifying Checksum [2022-05-10T06:29:44.233Z] 5c69ac0246d0: Download complete [2022-05-10T06:29:44.233Z] 3a2ae6a8a46f: Download complete [2022-05-10T06:29:44.233Z] ec43610c2a17: Verifying Checksum [2022-05-10T06:29:44.233Z] ec43610c2a17: Download complete [2022-05-10T06:29:44.233Z] 5d3b04190fa2: Verifying Checksum [2022-05-10T06:29:44.233Z] 5d3b04190fa2: Download complete [2022-05-10T06:29:44.233Z] 33b1e0a273af: Verifying Checksum [2022-05-10T06:29:44.233Z] 33b1e0a273af: Download complete [2022-05-10T06:29:44.491Z] 5eb5b503b376: Verifying Checksum [2022-05-10T06:29:44.491Z] 5eb5b503b376: Download complete [2022-05-10T06:29:45.059Z] 2f39f015ded8: Download complete [2022-05-10T06:29:45.699Z] 5eb5b503b376: Pull complete [2022-05-10T06:29:45.699Z] 5c69ac0246d0: Pull complete [2022-05-10T06:29:46.283Z] ec43610c2a17: Pull complete [2022-05-10T06:29:46.283Z] 3a2ae6a8a46f: Pull complete [2022-05-10T06:29:46.542Z] 33b1e0a273af: Pull complete [2022-05-10T06:29:46.542Z] 5d3b04190fa2: Pull complete [2022-05-10T06:29:50.730Z] 2f39f015ded8: Pull complete [2022-05-10T06:29:50.730Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-05-10T06:29:50.730Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:29:50.730Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] withDockerContainer [2022-05-10T06:29:50.797Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:29:50.840Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T06:29:52.472Z] $ docker top efe53074ad773128acee2a521b4523693d71abc1eb0f75cfaaef5f650c025a67 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:29:52.848Z] ---> job-cost.sh [2022-05-10T06:29:52.848Z] lf-activate-venv: SKIPPING [2022-05-10T06:29:52.848Z] INFO: No Stack... [2022-05-10T06:29:53.108Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:29:53.682Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:29:53.987Z] + cat /w/workspace/edgexfoundry_edgex-ui-go_main/archives/cost.csv [2022-05-10T06:29:53.987Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T06:29:54.008Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] [2022-05-10T06:29:54.014Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] did not exist. Created. [2022-05-10T06:29:54.014Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:29:54.315Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-05-10T06:29:54.351Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:29:54.357Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:29:54.383Z] $ docker stop --time=1 efe53074ad773128acee2a521b4523693d71abc1eb0f75cfaaef5f650c025a67 [2022-05-10T06:29:55.563Z] $ docker rm -f efe53074ad773128acee2a521b4523693d71abc1eb0f75cfaaef5f650c025a67 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-05-10T06:31:12.536Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-44849 in /w/workspace/edgexfoundry_edgex-ui-go_main [Pipeline] { [Pipeline] ws [2022-05-10T06:31:12.554Z] Running in /w/workspace/edgex-ui-go/68 [Pipeline] { [Pipeline] checkout [2022-05-10T06:31:12.884Z] The recommended git tool is: git [2022-05-10T06:31:19.318Z] using credential edgex-jenkins-ssh [2022-05-10T06:31:19.343Z] Cloning the remote Git repository [2022-05-10T06:31:19.412Z] Cloning repository git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:31:19.508Z] > git init /w/workspace/edgex-ui-go/68 # timeout=10 [2022-05-10T06:31:19.702Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-ui-go.git [2022-05-10T06:31:19.706Z] > git --version # timeout=10 [2022-05-10T06:31:19.798Z] > git --version # 'git version 2.25.1' [2022-05-10T06:31:19.800Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-05-10T06:31:19.899Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-ui-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T06:31:23.238Z] Avoid second fetch [2022-05-10T06:31:23.238Z] Checking out Revision 0b85a2dc129beb3e133fd854edb6b53abe9b033a (main) [2022-05-10T06:31:23.195Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-ui-go.git # timeout=10 [2022-05-10T06:31:23.220Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-05-10T06:31:23.267Z] > git config core.sparsecheckout # timeout=10 [2022-05-10T06:31:23.283Z] > git checkout -f 0b85a2dc129beb3e133fd854edb6b53abe9b033a # timeout=10 [2022-05-10T06:31:27.983Z] Commit message: "chore(deps): Bump github.com/edgexfoundry/go-mod-configuration/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:31:28.816Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-05-10T06:31:28.816Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T06:31:28.816Z] Dload Upload Total Spent Left Speed [2022-05-10T06:31:28.816Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 11843 100 11843 0 0 206k 0 --:--:-- --:--:-- --:--:-- 206k [Pipeline] sh [2022-05-10T06:31:29.370Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-05-10T06:31:29.716Z] + sudo tee /etc/docker/daemon.new [2022-05-10T06:31:29.716Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-05-10T06:31:29.716Z] { [2022-05-10T06:31:29.716Z] "registry-mirrors": [ [2022-05-10T06:31:29.716Z] "https://nexus3.edgexfoundry.org:10001" [2022-05-10T06:31:29.716Z] ], [2022-05-10T06:31:29.716Z] "bip": "10.250.0.254/24", [2022-05-10T06:31:29.716Z] "hosts": [ [2022-05-10T06:31:29.716Z] "tcp://0.0.0.0:5555", [2022-05-10T06:31:29.716Z] "unix:///var/run/docker.sock" [2022-05-10T06:31:29.716Z] ], [2022-05-10T06:31:29.716Z] "mtu": 1458, [2022-05-10T06:31:29.716Z] "selinux-enabled": true, [2022-05-10T06:31:29.716Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-05-10T06:31:29.716Z] } [Pipeline] sh [2022-05-10T06:31:30.087Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-05-10T06:31:30.432Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:31:48.793Z] provisioning config files... [2022-05-10T06:31:48.820Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/68@tmp/config3046103183873096776tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:31:49.208Z] ---> docker-login.sh [2022-05-10T06:31:49.208Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:31:49.854Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:31:50.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:31:50.154Z] Configure a credential helper to remove this warning. See [2022-05-10T06:31:50.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:31:50.154Z] [2022-05-10T06:31:50.154Z] Login Succeeded [2022-05-10T06:31:50.154Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:31:50.435Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:31:50.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:31:50.709Z] Configure a credential helper to remove this warning. See [2022-05-10T06:31:50.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:31:50.709Z] [2022-05-10T06:31:50.709Z] Login Succeeded [2022-05-10T06:31:50.709Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:31:50.984Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:31:50.984Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:31:50.984Z] Configure a credential helper to remove this warning. See [2022-05-10T06:31:50.984Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:31:50.984Z] [2022-05-10T06:31:50.984Z] Login Succeeded [2022-05-10T06:31:50.984Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:31:51.583Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:31:51.583Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:31:51.583Z] Configure a credential helper to remove this warning. See [2022-05-10T06:31:51.583Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:31:51.583Z] [2022-05-10T06:31:51.583Z] Login Succeeded [2022-05-10T06:31:51.583Z] docker.io [2022-05-10T06:31:51.857Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:31:52.452Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:31:52.452Z] Configure a credential helper to remove this warning. See [2022-05-10T06:31:52.452Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:31:52.452Z] [2022-05-10T06:31:52.452Z] Login Succeeded [2022-05-10T06:31:52.452Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:31:52.470Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-05-10T06:31:52.890Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:31:52.902Z] ========================================================= [2022-05-10T06:31:52.902Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine] [2022-05-10T06:31:52.902Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:31:53.270Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine --build-arg MAKE=echo noop --target=builder . [2022-05-10T06:31:54.272Z] Sending build context to Docker daemon 27.16MB [2022-05-10T06:31:54.272Z] Step 1/15 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:31:54.272Z] Step 2/15 : FROM ${BASE} AS builder [2022-05-10T06:31:54.559Z] 1.17-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-05-10T06:31:54.559Z] 9b3977197b4f: Pulling fs layer [2022-05-10T06:31:54.559Z] 1a89e8eeedd5: Pulling fs layer [2022-05-10T06:31:54.559Z] 94645a83ff95: Pulling fs layer [2022-05-10T06:31:54.559Z] 3f3a8bcf1eab: Pulling fs layer [2022-05-10T06:31:54.559Z] 0c92f367c5e7: Pulling fs layer [2022-05-10T06:31:54.559Z] 3096ccb668a1: Pulling fs layer [2022-05-10T06:31:54.559Z] e8cf19c19ddd: Pulling fs layer [2022-05-10T06:31:54.559Z] a4caa8a26152: Pulling fs layer [2022-05-10T06:31:54.559Z] 3096ccb668a1: Waiting [2022-05-10T06:31:54.559Z] 3f3a8bcf1eab: Waiting [2022-05-10T06:31:54.559Z] e8cf19c19ddd: Waiting [2022-05-10T06:31:54.559Z] 0c92f367c5e7: Waiting [2022-05-10T06:31:54.559Z] 94645a83ff95: Verifying Checksum [2022-05-10T06:31:54.559Z] 94645a83ff95: Download complete [2022-05-10T06:31:54.559Z] 1a89e8eeedd5: Verifying Checksum [2022-05-10T06:31:54.559Z] 1a89e8eeedd5: Download complete [2022-05-10T06:31:54.559Z] 0c92f367c5e7: Verifying Checksum [2022-05-10T06:31:54.559Z] 0c92f367c5e7: Download complete [2022-05-10T06:31:54.559Z] 3096ccb668a1: Verifying Checksum [2022-05-10T06:31:54.559Z] 3096ccb668a1: Download complete [2022-05-10T06:31:54.559Z] 9b3977197b4f: Download complete [2022-05-10T06:31:54.559Z] e8cf19c19ddd: Verifying Checksum [2022-05-10T06:31:54.559Z] e8cf19c19ddd: Download complete [2022-05-10T06:31:55.551Z] 9b3977197b4f: Pull complete [2022-05-10T06:31:56.146Z] 1a89e8eeedd5: Pull complete [2022-05-10T06:31:56.420Z] 94645a83ff95: Pull complete [2022-05-10T06:31:56.692Z] a4caa8a26152: Verifying Checksum [2022-05-10T06:31:56.692Z] a4caa8a26152: Download complete [2022-05-10T06:31:57.298Z] 3f3a8bcf1eab: Verifying Checksum [2022-05-10T06:31:57.298Z] 3f3a8bcf1eab: Download complete [2022-05-10T06:32:09.701Z] 3f3a8bcf1eab: Pull complete [2022-05-10T06:32:09.701Z] 0c92f367c5e7: Pull complete [2022-05-10T06:32:09.701Z] 3096ccb668a1: Pull complete [2022-05-10T06:32:09.701Z] e8cf19c19ddd: Pull complete [2022-05-10T06:32:16.441Z] a4caa8a26152: Pull complete [2022-05-10T06:32:16.441Z] Digest: sha256:b3ad895ecde34a7521bb8912598475bc58d052e1c2c58d00df7f0fe54a102a46 [2022-05-10T06:32:16.441Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.17-alpine [2022-05-10T06:32:16.441Z] ---> 725f1c02e7f9 [2022-05-10T06:32:16.441Z] Step 3/15 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:32:17.899Z] ---> Running in de11e18d6e1a [2022-05-10T06:32:18.175Z] Removing intermediate container de11e18d6e1a [2022-05-10T06:32:18.175Z] ---> 14b98a5a49b4 [2022-05-10T06:32:18.175Z] Step 4/15 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:32:18.454Z] ---> Running in d04651038088 [2022-05-10T06:32:18.732Z] Removing intermediate container d04651038088 [2022-05-10T06:32:18.732Z] ---> 7c8244207536 [2022-05-10T06:32:18.732Z] Step 5/15 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:32:18.732Z] ---> Running in dd692e7f0cb1 [2022-05-10T06:32:19.007Z] Removing intermediate container dd692e7f0cb1 [2022-05-10T06:32:19.007Z] ---> 5548f8f5bcdb [2022-05-10T06:32:19.007Z] Step 6/15 : LABEL Name=edgex-ui-go [2022-05-10T06:32:19.281Z] ---> Running in 8ce3970d81ad [2022-05-10T06:32:19.558Z] Removing intermediate container 8ce3970d81ad [2022-05-10T06:32:19.558Z] ---> 8b18eb878c0b [2022-05-10T06:32:19.558Z] Step 7/15 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:32:19.558Z] ---> Running in fa5584a2b923 [2022-05-10T06:32:19.844Z] Removing intermediate container fa5584a2b923 [2022-05-10T06:32:19.844Z] ---> f74ba0502144 [2022-05-10T06:32:19.844Z] Step 8/15 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:32:20.122Z] ---> Running in ca608be4ab92 [2022-05-10T06:32:22.115Z] Removing intermediate container ca608be4ab92 [2022-05-10T06:32:22.115Z] ---> af4c0f4037c2 [2022-05-10T06:32:22.115Z] Step 9/15 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:32:22.115Z] ---> Running in 274df65b28bf [2022-05-10T06:32:23.106Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T06:32:24.091Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T06:32:25.078Z] OK: 220 MiB in 52 packages [2022-05-10T06:32:25.673Z] Removing intermediate container 274df65b28bf [2022-05-10T06:32:25.673Z] ---> 4ee3d9f5c300 [2022-05-10T06:32:25.673Z] Step 10/15 : ENV GO111MODULE=on [2022-05-10T06:32:26.212Z] ---> Running in 573a47ecf6a0 [2022-05-10T06:32:26.212Z] Removing intermediate container 573a47ecf6a0 [2022-05-10T06:32:26.212Z] ---> 303eecf89318 [2022-05-10T06:32:26.212Z] Step 11/15 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:32:26.212Z] ---> Running in 6a7d823cff13 [2022-05-10T06:32:26.497Z] Removing intermediate container 6a7d823cff13 [2022-05-10T06:32:26.497Z] ---> e37c3e8f1e96 [2022-05-10T06:32:26.497Z] Step 12/15 : COPY go.mod vendor* ./ [2022-05-10T06:32:27.102Z] ---> 3891d115f828 [2022-05-10T06:32:27.102Z] Step 13/15 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:32:27.377Z] ---> Running in bafebbcf4f39 [2022-05-10T06:33:49.167Z] Removing intermediate container bafebbcf4f39 [2022-05-10T06:33:49.167Z] ---> 67c4d0e603e1 [2022-05-10T06:33:49.167Z] Step 14/15 : COPY . . [2022-05-10T06:33:49.167Z] ---> 837499c50261 [2022-05-10T06:33:49.167Z] Step 15/15 : RUN ${MAKE} [2022-05-10T06:33:49.167Z] ---> Running in d046ddd9649c [2022-05-10T06:33:49.167Z] noop [2022-05-10T06:33:49.167Z] Removing intermediate container d046ddd9649c [2022-05-10T06:33:49.167Z] ---> 6b07a23007fa [2022-05-10T06:33:49.167Z] Successfully built 6b07a23007fa [2022-05-10T06:33:49.168Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:33:49.525Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T06:33:49.525Z] . [Pipeline] withDockerContainer [2022-05-10T06:33:49.785Z] prd-ubuntu20.04-docker-arm64-4c-16g-44849 does not seem to be running inside a container [2022-05-10T06:33:49.884Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-10T06:33:51.336Z] $ docker top a05e212e0c89666df53e8184d8ce2d1d8bd7c324947f5d616ca9968a4d5293d5 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:33:52.310Z] + go version [2022-05-10T06:33:52.310Z] go version go1.17.6 linux/arm64 [Pipeline] } [2022-05-10T06:33:52.342Z] $ docker stop --time=1 a05e212e0c89666df53e8184d8ce2d1d8bd7c324947f5d616ca9968a4d5293d5 [2022-05-10T06:33:54.096Z] $ docker rm -f a05e212e0c89666df53e8184d8ce2d1d8bd7c324947f5d616ca9968a4d5293d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:33:54.725Z] + docker inspect -f . ci-base-image-arm64 [2022-05-10T06:33:54.725Z] . [Pipeline] withDockerContainer [2022-05-10T06:33:54.995Z] prd-ubuntu20.04-docker-arm64-4c-16g-44849 does not seem to be running inside a container [2022-05-10T06:33:55.096Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-ui-go/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-05-10T06:33:56.578Z] $ docker top 0aa4308a2b1653d1dbceacc57e7faca8168dbd52a06d6aa72ddea97ed2895acb -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-05-10T06:33:57.560Z] + make test [2022-05-10T06:33:57.560Z] CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... [2022-05-10T06:33:59.022Z] ? github.com/edgexfoundry/edgex-ui-go [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/common [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/configs [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/core [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/domain [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/errors [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/handler [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository [no test files] [2022-05-10T06:34:46.107Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mm [no test files] [2022-05-10T06:34:46.108Z] ? github.com/edgexfoundry/edgex-ui-go/internal/repository/mongo [no test files] [2022-05-10T06:34:46.108Z] ? github.com/edgexfoundry/edgex-ui-go/pkg/usage [no test files] [2022-05-10T06:34:46.108Z] CGO_ENABLED=0 GO111MODULE=on go vet ./... [2022-05-10T06:35:04.449Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-05-10T06:35:04.449Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [Pipeline] echo [2022-05-10T06:35:04.473Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2022-05-10T06:35:04.493Z] $ docker stop --time=1 0aa4308a2b1653d1dbceacc57e7faca8168dbd52a06d6aa72ddea97ed2895acb [2022-05-10T06:35:06.299Z] $ docker rm -f 0aa4308a2b1653d1dbceacc57e7faca8168dbd52a06d6aa72ddea97ed2895acb [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:35:07.159Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-05-10T06:35:07.191Z] Warning: overwriting stash ‘coverage-report’ [2022-05-10T06:35:07.954Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-05-10T06:35:08.372Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-05-10T06:35:08.729Z] + ls -al . [2022-05-10T06:35:08.729Z] total 176 [2022-05-10T06:35:08.729Z] drwxrwxr-x 13 jenkins jenkins 4096 May 10 06:33 . [2022-05-10T06:35:08.729Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:31 .. [2022-05-10T06:35:08.729Z] drwxrwxr-x 8 jenkins jenkins 4096 May 10 06:31 .git [2022-05-10T06:35:08.729Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:31 .github [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:31 .gitignore [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 2022 May 10 06:31 Attribution.txt [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 14570 May 10 06:31 CHANGELOG.md [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 3959 May 10 06:31 CONTRIBUTING.md [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 1549 May 10 06:31 Dockerfile [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 652 May 10 06:31 Jenkinsfile [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 11357 May 10 06:31 LICENSE [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 1212 May 10 06:31 Makefile [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 4398 May 10 06:31 README.md [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 12 May 10 06:28 VERSION [2022-05-10T06:35:08.729Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:31 assets [2022-05-10T06:35:08.729Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:31 bin [2022-05-10T06:35:08.729Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:31 cmd [2022-05-10T06:35:08.729Z] -rw-r--r-- 1 jenkins jenkins 10 May 10 06:33 coverage.out [2022-05-10T06:35:08.729Z] drwxrwxr-x 2 jenkins jenkins 4096 May 10 06:31 docs [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 1944 May 10 06:31 go.mod [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 48565 May 10 06:31 go.sum [2022-05-10T06:35:08.729Z] drwxrwxr-x 9 jenkins jenkins 4096 May 10 06:31 internal [2022-05-10T06:35:08.729Z] drwxrwxr-x 3 jenkins jenkins 4096 May 10 06:31 pkg [2022-05-10T06:35:08.729Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:31 snap [2022-05-10T06:35:08.729Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:31 testing [2022-05-10T06:35:08.729Z] -rw-rw-r-- 1 jenkins jenkins 155 May 10 06:31 version.go [2022-05-10T06:35:08.729Z] drwxrwxr-x 4 jenkins jenkins 4096 May 10 06:31 web [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:35:09.134Z] + 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=0b85a2dc129beb3e133fd854edb6b53abe9b033a --label arch=arm64 --label version=2.1.1-dev.29 . [2022-05-10T06:35:10.643Z] Sending build context to Docker daemon 27.17MB [2022-05-10T06:35:10.643Z] Step 1/23 : ARG BASE=golang:1.17-alpine3.15 [2022-05-10T06:35:10.643Z] Step 2/23 : FROM ${BASE} AS builder [2022-05-10T06:35:10.643Z] ---> 6b07a23007fa [2022-05-10T06:35:10.643Z] Step 3/23 : ARG MAKE="make cmd/edgex-ui-server/edgex-ui-server" [2022-05-10T06:35:10.931Z] ---> Running in 8ebc22d11edd [2022-05-10T06:35:11.206Z] Removing intermediate container 8ebc22d11edd [2022-05-10T06:35:11.206Z] ---> 75cff5bfb5b6 [2022-05-10T06:35:11.206Z] Step 4/23 : ARG ALPINE_PKG_BASE="make git" [2022-05-10T06:35:11.480Z] ---> Running in 16577b38487b [2022-05-10T06:35:11.753Z] Removing intermediate container 16577b38487b [2022-05-10T06:35:11.753Z] ---> cc504122fc04 [2022-05-10T06:35:11.753Z] Step 5/23 : ARG ALPINE_PKG_EXTRA="" [2022-05-10T06:35:11.753Z] ---> Running in 2a214ddc4477 [2022-05-10T06:35:12.349Z] Removing intermediate container 2a214ddc4477 [2022-05-10T06:35:12.349Z] ---> 4883b55350a6 [2022-05-10T06:35:12.349Z] Step 6/23 : LABEL Name=edgex-ui-go [2022-05-10T06:35:12.349Z] ---> Running in 19e3b1077494 [2022-05-10T06:35:12.626Z] Removing intermediate container 19e3b1077494 [2022-05-10T06:35:12.626Z] ---> ed40ed221484 [2022-05-10T06:35:12.626Z] Step 7/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018-2020: Intel' [2022-05-10T06:35:12.626Z] ---> Running in 3b63788c4aeb [2022-05-10T06:35:12.907Z] Removing intermediate container 3b63788c4aeb [2022-05-10T06:35:12.907Z] ---> 3d0ccd6a189c [2022-05-10T06:35:12.907Z] Step 8/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-05-10T06:35:13.188Z] ---> Running in 0bc786c73a6b [2022-05-10T06:35:15.175Z] Removing intermediate container 0bc786c73a6b [2022-05-10T06:35:15.175Z] ---> 4f0e96ecb118 [2022-05-10T06:35:15.175Z] Step 9/23 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2022-05-10T06:35:15.175Z] ---> Running in 744f749a0d0c [2022-05-10T06:35:16.161Z] fetch https://nl.alpinelinux.org/alpine/v3.15/main/aarch64/APKINDEX.tar.gz [2022-05-10T06:35:17.144Z] fetch https://nl.alpinelinux.org/alpine/v3.15/community/aarch64/APKINDEX.tar.gz [2022-05-10T06:35:18.132Z] OK: 220 MiB in 52 packages [2022-05-10T06:35:18.735Z] Removing intermediate container 744f749a0d0c [2022-05-10T06:35:18.735Z] ---> 1a552e74eea7 [2022-05-10T06:35:18.735Z] Step 10/23 : ENV GO111MODULE=on [2022-05-10T06:35:19.012Z] ---> Running in 653bf4b5f6ba [2022-05-10T06:35:19.298Z] Removing intermediate container 653bf4b5f6ba [2022-05-10T06:35:19.298Z] ---> cd6b077e8b3e [2022-05-10T06:35:19.298Z] Step 11/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go [2022-05-10T06:35:19.298Z] ---> Running in f907fcf64e4e [2022-05-10T06:35:19.898Z] Removing intermediate container f907fcf64e4e [2022-05-10T06:35:19.898Z] ---> 4aef4bf21aaa [2022-05-10T06:35:19.898Z] Step 12/23 : COPY go.mod vendor* ./ [2022-05-10T06:35:20.501Z] ---> 480970e29e7f [2022-05-10T06:35:20.501Z] Step 13/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-05-10T06:35:20.501Z] ---> Running in e84095e4a06a [2022-05-10T06:35:23.126Z] Removing intermediate container e84095e4a06a [2022-05-10T06:35:23.126Z] ---> 12e5a0be5bc1 [2022-05-10T06:35:23.126Z] Step 14/23 : COPY . . [2022-05-10T06:35:26.516Z] ---> dfc45f3f4895 [2022-05-10T06:35:26.516Z] Step 15/23 : RUN ${MAKE} [2022-05-10T06:35:26.516Z] ---> Running in b3f9c9981a2b [2022-05-10T06:35:27.499Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-ui-go.Version=2.1.1-dev.29" -o cmd/edgex-ui-server/edgex-ui-server ./cmd/edgex-ui-server [2022-05-10T06:36:06.539Z] CGO_ENABLED=0 GO111MODULE=on go build ./... [2022-05-10T06:36:10.866Z] Removing intermediate container b3f9c9981a2b [2022-05-10T06:36:10.866Z] ---> 4e3c3710841c [2022-05-10T06:36:10.866Z] Step 16/23 : FROM alpine:3.14 [2022-05-10T06:36:11.848Z] 3.14: Pulling from library/alpine [2022-05-10T06:36:11.848Z] 455c02918c45: Pulling fs layer [2022-05-10T06:36:12.124Z] 455c02918c45: Download complete [2022-05-10T06:36:12.726Z] 455c02918c45: Pull complete [2022-05-10T06:36:12.726Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-05-10T06:36:12.726Z] Status: Downloaded newer image for alpine:3.14 [2022-05-10T06:36:12.726Z] ---> ac73e934f311 [2022-05-10T06:36:12.726Z] Step 17/23 : EXPOSE 4000 [2022-05-10T06:36:12.726Z] ---> Running in 270dbd14aab7 [2022-05-10T06:36:13.000Z] Removing intermediate container 270dbd14aab7 [2022-05-10T06:36:13.000Z] ---> 0c8af74d53f4 [2022-05-10T06:36:13.000Z] Step 18/23 : COPY --from=builder /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:36:14.435Z] ---> 6449dc711973 [2022-05-10T06:36:14.435Z] Step 19/23 : WORKDIR /go/src/github.com/edgexfoundry/edgex-ui-go/cmd/edgex-ui-server [2022-05-10T06:36:14.435Z] ---> Running in dd73e6669985 [2022-05-10T06:36:15.030Z] Removing intermediate container dd73e6669985 [2022-05-10T06:36:15.030Z] ---> c73721e9df9c [2022-05-10T06:36:15.030Z] Step 20/23 : ENTRYPOINT ["./edgex-ui-server","-conf=res/docker/configuration.toml"] [2022-05-10T06:36:15.030Z] ---> Running in c187c327ec39 [2022-05-10T06:36:15.303Z] Removing intermediate container c187c327ec39 [2022-05-10T06:36:15.303Z] ---> a58593bb8db4 [2022-05-10T06:36:15.303Z] Step 21/23 : LABEL arch=arm64 [2022-05-10T06:36:15.303Z] ---> Running in 4d71808b64c7 [2022-05-10T06:36:15.604Z] Removing intermediate container 4d71808b64c7 [2022-05-10T06:36:15.604Z] ---> 688267997537 [2022-05-10T06:36:15.604Z] Step 22/23 : LABEL git_sha=0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:36:15.879Z] ---> Running in ced637c5bd79 [2022-05-10T06:36:16.152Z] Removing intermediate container ced637c5bd79 [2022-05-10T06:36:16.152Z] ---> 0aba57ee7707 [2022-05-10T06:36:16.152Z] Step 23/23 : LABEL version=2.1.1-dev.29 [2022-05-10T06:36:16.152Z] ---> Running in c36828c2c486 [2022-05-10T06:36:16.425Z] Removing intermediate container c36828c2c486 [2022-05-10T06:36:16.425Z] ---> c4a10e75b8c6 [2022-05-10T06:36:16.425Z] [Warning] One or more build-args [ARCH] were not consumed [2022-05-10T06:36:16.699Z] Successfully built c4a10e75b8c6 [2022-05-10T06:36:16.699Z] Successfully tagged edgex-ui-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:36:16.816Z] provisioning config files... [2022-05-10T06:36:16.838Z] copy managed file [edgex-ui-go-settings] to file:/w/workspace/edgex-ui-go/68@tmp/config6909585509075593796tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:36:17.202Z] ---> docker-login.sh [2022-05-10T06:36:17.202Z] nexus3.edgexfoundry.org:10001 [2022-05-10T06:36:17.477Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:36:17.477Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:36:17.477Z] Configure a credential helper to remove this warning. See [2022-05-10T06:36:17.477Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:36:17.477Z] [2022-05-10T06:36:17.477Z] Login Succeeded [2022-05-10T06:36:17.477Z] nexus3.edgexfoundry.org:10002 [2022-05-10T06:36:18.078Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:36:18.078Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:36:18.078Z] Configure a credential helper to remove this warning. See [2022-05-10T06:36:18.078Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:36:18.078Z] [2022-05-10T06:36:18.078Z] Login Succeeded [2022-05-10T06:36:18.078Z] nexus3.edgexfoundry.org:10003 [2022-05-10T06:36:18.680Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:36:18.680Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:36:18.680Z] Configure a credential helper to remove this warning. See [2022-05-10T06:36:18.680Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:36:18.680Z] [2022-05-10T06:36:18.680Z] Login Succeeded [2022-05-10T06:36:18.680Z] nexus3.edgexfoundry.org:10004 [2022-05-10T06:36:18.952Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:36:19.225Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:36:19.225Z] Configure a credential helper to remove this warning. See [2022-05-10T06:36:19.225Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:36:19.225Z] [2022-05-10T06:36:19.225Z] Login Succeeded [2022-05-10T06:36:19.225Z] docker.io [2022-05-10T06:36:19.497Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-05-10T06:36:20.089Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-05-10T06:36:20.089Z] Configure a credential helper to remove this warning. See [2022-05-10T06:36:20.089Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-05-10T06:36:20.089Z] [2022-05-10T06:36:20.089Z] Login Succeeded [2022-05-10T06:36:20.089Z] ---> docker-login.sh ends [Pipeline] } [2022-05-10T06:36:20.106Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-10T06:36:20.139Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-05-10T06:36:20.171Z] [edgeXDocker.push] Tagging docker image edgex-ui-arm64 with the following tags: [2022-05-10T06:36:20.171Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:36:20.171Z] latest [2022-05-10T06:36:20.171Z] 2.1.1-dev.29 [2022-05-10T06:36:20.171Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [2022-05-10T06:36:20.171Z] main [2022-05-10T06:36:20.171Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:20.533Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:20.876Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:36:20.876Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-05-10T06:36:20.876Z] edb2a35cf97a: Preparing [2022-05-10T06:36:20.876Z] f73e7dbfee58: Preparing [2022-05-10T06:36:20.876Z] f73e7dbfee58: Layer already exists [2022-05-10T06:36:26.276Z] edb2a35cf97a: Pushed [2022-05-10T06:36:26.276Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a: digest: sha256:e738126b183f0e3edd55718d0972994b17ab9e8e0fc4c547da79cbbcff942be0 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:26.631Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:26.983Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2022-05-10T06:36:26.983Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-05-10T06:36:26.983Z] edb2a35cf97a: Preparing [2022-05-10T06:36:26.983Z] f73e7dbfee58: Preparing [2022-05-10T06:36:26.983Z] edb2a35cf97a: Layer already exists [2022-05-10T06:36:26.983Z] f73e7dbfee58: Layer already exists [2022-05-10T06:36:27.256Z] latest: digest: sha256:e738126b183f0e3edd55718d0972994b17ab9e8e0fc4c547da79cbbcff942be0 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:27.607Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.29 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:27.952Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.29 [2022-05-10T06:36:27.952Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-05-10T06:36:27.952Z] edb2a35cf97a: Preparing [2022-05-10T06:36:27.952Z] f73e7dbfee58: Preparing [2022-05-10T06:36:27.952Z] edb2a35cf97a: Layer already exists [2022-05-10T06:36:27.952Z] f73e7dbfee58: Layer already exists [2022-05-10T06:36:28.227Z] 2.1.1-dev.29: digest: sha256:e738126b183f0e3edd55718d0972994b17ab9e8e0fc4c547da79cbbcff942be0 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:28.576Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:28.917Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [2022-05-10T06:36:28.917Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-05-10T06:36:28.917Z] edb2a35cf97a: Preparing [2022-05-10T06:36:28.917Z] f73e7dbfee58: Preparing [2022-05-10T06:36:28.917Z] f73e7dbfee58: Layer already exists [2022-05-10T06:36:29.194Z] edb2a35cf97a: Layer already exists [2022-05-10T06:36:29.194Z] 0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29: digest: sha256:e738126b183f0e3edd55718d0972994b17ab9e8e0fc4c547da79cbbcff942be0 size: 739 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:29.545Z] + docker tag edgex-ui-arm64 nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:29.889Z] + docker push nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [2022-05-10T06:36:29.889Z] The push refers to repository [nexus3.edgexfoundry.org:10004/edgex-ui-arm64] [2022-05-10T06:36:29.889Z] edb2a35cf97a: Preparing [2022-05-10T06:36:29.889Z] f73e7dbfee58: Preparing [2022-05-10T06:36:29.889Z] edb2a35cf97a: Layer already exists [2022-05-10T06:36:29.889Z] f73e7dbfee58: Layer already exists [2022-05-10T06:36:30.165Z] main: digest: sha256:e738126b183f0e3edd55718d0972994b17ab9e8e0fc4c547da79cbbcff942be0 size: 739 [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2022-05-10T06:36:30.214Z] ===================================================== [Pipeline] echo [2022-05-10T06:36:30.222Z] taggedImages: [2022-05-10T06:36:30.222Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0b85a2dc129beb3e133fd854edb6b53abe9b033a [2022-05-10T06:36:30.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:latest [2022-05-10T06:36:30.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:2.1.1-dev.29 [2022-05-10T06:36:30.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:0b85a2dc129beb3e133fd854edb6b53abe9b033a-2.1.1-dev.29 [2022-05-10T06:36:30.223Z] - nexus3.edgexfoundry.org:10004/edgex-ui-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:30.595Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:36:30.595Z] [2022-05-10T06:36:30.595Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:36:30.952Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:36:31.228Z] arm64: Pulling from edgex-lftools-log-publisher [2022-05-10T06:36:31.228Z] 8998bd30e6a1: Pulling fs layer [2022-05-10T06:36:31.228Z] 04944245beec: Pulling fs layer [2022-05-10T06:36:31.228Z] 699f458cf7ca: Pulling fs layer [2022-05-10T06:36:31.228Z] 765212b225bb: Pulling fs layer [2022-05-10T06:36:31.228Z] f23df028b6ca: Pulling fs layer [2022-05-10T06:36:31.228Z] d65c8cfc05b1: Pulling fs layer [2022-05-10T06:36:31.228Z] 2437ff75d9bd: Pulling fs layer [2022-05-10T06:36:31.228Z] 765212b225bb: Waiting [2022-05-10T06:36:31.228Z] f23df028b6ca: Waiting [2022-05-10T06:36:31.228Z] d65c8cfc05b1: Waiting [2022-05-10T06:36:31.228Z] 2437ff75d9bd: Waiting [2022-05-10T06:36:31.228Z] 04944245beec: Verifying Checksum [2022-05-10T06:36:31.228Z] 04944245beec: Download complete [2022-05-10T06:36:31.228Z] 765212b225bb: Verifying Checksum [2022-05-10T06:36:31.228Z] 765212b225bb: Download complete [2022-05-10T06:36:31.228Z] f23df028b6ca: Verifying Checksum [2022-05-10T06:36:31.228Z] f23df028b6ca: Download complete [2022-05-10T06:36:31.228Z] d65c8cfc05b1: Verifying Checksum [2022-05-10T06:36:31.228Z] d65c8cfc05b1: Download complete [2022-05-10T06:36:31.505Z] 699f458cf7ca: Download complete [2022-05-10T06:36:31.780Z] 8998bd30e6a1: Verifying Checksum [2022-05-10T06:36:31.780Z] 8998bd30e6a1: Download complete [2022-05-10T06:36:34.632Z] 2437ff75d9bd: Verifying Checksum [2022-05-10T06:36:34.632Z] 2437ff75d9bd: Download complete [2022-05-10T06:36:37.258Z] 8998bd30e6a1: Pull complete [2022-05-10T06:36:37.531Z] 04944245beec: Pull complete [2022-05-10T06:36:38.965Z] 699f458cf7ca: Pull complete [2022-05-10T06:36:39.240Z] 765212b225bb: Pull complete [2022-05-10T06:36:40.222Z] f23df028b6ca: Pull complete [2022-05-10T06:36:40.493Z] d65c8cfc05b1: Pull complete [2022-05-10T06:36:55.599Z] 2437ff75d9bd: Pull complete [2022-05-10T06:36:55.599Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-05-10T06:36:55.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-05-10T06:36:55.599Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] withDockerContainer [2022-05-10T06:36:55.872Z] prd-ubuntu20.04-docker-arm64-4c-16g-44849 does not seem to be running inside a container [2022-05-10T06:36:55.987Z] $ 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/68 -v /w/workspace/edgex-ui-go/68:/w/workspace/edgex-ui-go/68:rw,z -v /w/workspace/edgex-ui-go/68@tmp:/w/workspace/edgex-ui-go/68@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-05-10T06:36:58.918Z] $ docker top 8787b50ebd73fc4b05f5359bf513777fdb873bea7781aaa52eef513cd9647603 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:36:59.869Z] ---> job-cost.sh [2022-05-10T06:36:59.869Z] lf-activate-venv: SKIPPING [2022-05-10T06:36:59.869Z] INFO: No Stack... [2022-05-10T06:37:00.468Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-05-10T06:37:01.452Z] INFO: Archiving Costs [Pipeline] sh [2022-05-10T06:37:02.140Z] + cat /w/workspace/edgex-ui-go/68/archives/cost.csv [2022-05-10T06:37:02.140Z] + cut -d, -f6 [Pipeline] lock [2022-05-10T06:37:02.218Z] Trying to acquire lock on [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] [2022-05-10T06:37:02.224Z] Resource [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] did not exist. Created. [2022-05-10T06:37:02.224Z] Lock acquired on [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:37:02.923Z] /w/workspace/edgex-ui-go/68@tmp/durable-a24ab1de/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-05-10T06:37:03.611Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-05-10T06:37:03.640Z] Warning: overwriting stash ‘stack-cost’ [2022-05-10T06:37:03.824Z] Stashed 1 file(s) [Pipeline] } [2022-05-10T06:37:03.831Z] Lock released on resource [jenkins-edgexfoundry-edgex-ui-go-main-68-stack-cost] [Pipeline] // lock [Pipeline] } [2022-05-10T06:37:03.859Z] $ docker stop --time=1 8787b50ebd73fc4b05f5359bf513777fdb873bea7781aaa52eef513cd9647603 [2022-05-10T06:37:05.397Z] $ docker rm -f 8787b50ebd73fc4b05f5359bf513777fdb873bea7781aaa52eef513cd9647603 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2022-05-10T06:37:05.934Z] provisioning config files... [2022-05-10T06:37:05.944Z] copy managed file [edgex-ui-go-codecov-token] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config5595178551797932686tmp [Pipeline] { [Pipeline] sh [2022-05-10T06:37:06.243Z] + set +x [2022-05-10T06:37:06.243Z] + curl -s https://codecov.io/bash [2022-05-10T06:37:06.243Z] + bash -s -- [2022-05-10T06:37:06.243Z] [2022-05-10T06:37:06.243Z] _____ _ [2022-05-10T06:37:06.243Z] / ____| | | [2022-05-10T06:37:06.243Z] | | ___ __| | ___ ___ _____ __ [2022-05-10T06:37:06.243Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-05-10T06:37:06.243Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-05-10T06:37:06.243Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-05-10T06:37:06.243Z] Bash-1.0.6 [2022-05-10T06:37:06.243Z] [2022-05-10T06:37:06.243Z] [2022-05-10T06:37:06.243Z] ==> git version 2.25.1 found [2022-05-10T06:37:06.243Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2022-05-10T06:37:06.243Z] Release-Date: 2020-01-08 [2022-05-10T06:37:06.243Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-05-10T06:37:06.243Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-05-10T06:37:06.243Z] ==> Jenkins CI detected. [2022-05-10T06:37:06.243Z] current dir:  /w/workspace/edgexfoundry_edgex-ui-go_main [2022-05-10T06:37:06.243Z] project root: . [2022-05-10T06:37:06.243Z] --> token set from env [2022-05-10T06:37:06.243Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-05-10T06:37:06.243Z] ==> Running gcov in . (disable via -X gcov) [2022-05-10T06:37:06.243Z] ==> Python coveragepy not found [2022-05-10T06:37:06.244Z] ==> Searching for coverage reports in: [2022-05-10T06:37:06.244Z] + . [2022-05-10T06:37:06.244Z] -> Found 1 reports [2022-05-10T06:37:06.244Z] ==> Detecting git/mercurial file structure [2022-05-10T06:37:06.244Z] ==> Reading reports [2022-05-10T06:37:06.244Z] + ./coverage.out bytes=10 [2022-05-10T06:37:06.244Z] ==> Appending adjustments [2022-05-10T06:37:06.244Z] https://docs.codecov.io/docs/fixing-reports [2022-05-10T06:37:06.504Z] + Found adjustments [2022-05-10T06:37:06.504Z] ==> Gzipping contents [2022-05-10T06:37:06.504Z] 8.0K /tmp/codecov.HLU3Wd.gz [2022-05-10T06:37:06.504Z] ==> Uploading reports [2022-05-10T06:37:06.504Z] url: https://codecov.io [2022-05-10T06:37:06.504Z] query: branch=main&commit=0b85a2dc129beb3e133fd854edb6b53abe9b033a&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-10T06:37:06.504Z] -> Pinging Codecov [2022-05-10T06:37:06.504Z] 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=0b85a2dc129beb3e133fd854edb6b53abe9b033a&build=68&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-ui-go%2Fjob%2Fmain%2F68%2F&name=&tag=&slug=edgexfoundry%2Fedgex-ui-go&service=jenkins&flags=&pr=&job=&cmd_args= [2022-05-10T06:37:06.765Z] -> Uploading to [2022-05-10T06:37:06.765Z] https://storage.googleapis.com/codecov/v4/raw/2022-05-10/FB506323287CE973F263BFD2A0EB1F37/0b85a2dc129beb3e133fd854edb6b53abe9b033a/047aa7d4-0693-4bd9-9a40-6ae07d6b6728.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EKKHVKCKHW7KBCGM7IHR55T63V2PAVJWLVFNITJHDU5G6R5IRN3LMWJA%2F20220510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220510T063706Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=184af5298ac378000f8ecb55adbfa68641f76a83ec1d682bd6e4513d7d146c2b [2022-05-10T06:37:06.765Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-05-10T06:37:06.765Z] Dload Upload Total Spent Left Speed [2022-05-10T06:37:07.025Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4378 0 0 100 4378 0 17101 --:--:-- --:--:-- --:--:-- 17035 [2022-05-10T06:37:07.025Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-ui-go/commit/0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] } [2022-05-10T06:37:07.033Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2022-05-10T06:37:07.301Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2022-05-10T06:37:07.312Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:07.614Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-10T06:37:07.614Z] [2022-05-10T06:37:07.614Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:07.916Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-10T06:37:07.916Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2022-05-10T06:37:07.916Z] 188c0c94c7c5: Pulling fs layer [2022-05-10T06:37:07.916Z] 0ef7d3d256c8: Pulling fs layer [2022-05-10T06:37:07.916Z] de9db76c5a1d: Pulling fs layer [2022-05-10T06:37:07.916Z] 0eba1c9be4d2: Pulling fs layer [2022-05-10T06:37:07.916Z] 0d57e429df01: Pulling fs layer [2022-05-10T06:37:07.916Z] 4e4be7b47b0d: Pulling fs layer [2022-05-10T06:37:07.916Z] e1f770b5df2f: Pulling fs layer [2022-05-10T06:37:07.916Z] 85a0685a4137: Pulling fs layer [2022-05-10T06:37:07.916Z] 0eba1c9be4d2: Waiting [2022-05-10T06:37:07.916Z] 4e4be7b47b0d: Waiting [2022-05-10T06:37:07.916Z] e1f770b5df2f: Waiting [2022-05-10T06:37:07.916Z] 0d57e429df01: Waiting [2022-05-10T06:37:07.916Z] 85a0685a4137: Waiting [2022-05-10T06:37:07.916Z] de9db76c5a1d: Verifying Checksum [2022-05-10T06:37:07.916Z] de9db76c5a1d: Download complete [2022-05-10T06:37:07.916Z] 0ef7d3d256c8: Download complete [2022-05-10T06:37:07.916Z] 0d57e429df01: Download complete [2022-05-10T06:37:07.916Z] 4e4be7b47b0d: Verifying Checksum [2022-05-10T06:37:07.916Z] 4e4be7b47b0d: Download complete [2022-05-10T06:37:07.916Z] 188c0c94c7c5: Verifying Checksum [2022-05-10T06:37:08.175Z] 188c0c94c7c5: Pull complete [2022-05-10T06:37:08.176Z] e1f770b5df2f: Verifying Checksum [2022-05-10T06:37:08.176Z] e1f770b5df2f: Download complete [2022-05-10T06:37:08.176Z] 0ef7d3d256c8: Pull complete [2022-05-10T06:37:08.437Z] de9db76c5a1d: Pull complete [2022-05-10T06:37:08.696Z] 0eba1c9be4d2: Verifying Checksum [2022-05-10T06:37:08.696Z] 0eba1c9be4d2: Download complete [2022-05-10T06:37:08.956Z] 85a0685a4137: Download complete [2022-05-10T06:37:12.250Z] 0eba1c9be4d2: Pull complete [2022-05-10T06:37:12.250Z] 0d57e429df01: Pull complete [2022-05-10T06:37:12.250Z] 4e4be7b47b0d: Pull complete [2022-05-10T06:37:12.817Z] e1f770b5df2f: Pull complete [2022-05-10T06:37:16.103Z] 85a0685a4137: Pull complete [2022-05-10T06:37:16.103Z] Digest: sha256:7aa73c779e74679b54b21640a8329a5861c746bf05893e799573cda644736c06 [2022-05-10T06:37:16.103Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2022-05-10T06:37:16.103Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] withDockerContainer [2022-05-10T06:37:16.175Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:37:16.215Z] $ 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 [2022-05-10T06:37:18.119Z] $ docker top 858144b4031b8dac9cd4417fb3a005e55e07c9b5ebe52cd2f5ab1ea3f6d56915 -eo pid,comm [Pipeline] { [Pipeline] echo [2022-05-10T06:37:18.189Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins [Pipeline] sh [2022-05-10T06:37:18.471Z] + set -o pipefail [2022-05-10T06:37:18.471Z] + snyk monitor '--org=edgex-jenkins' [2022-05-10T06:37:21.765Z] [2022-05-10T06:37:21.765Z] Monitoring /w/workspace/edgexfoundry_edgex-ui-go_main (github.com/edgexfoundry/edgex-ui-go)... [2022-05-10T06:37:21.765Z] [2022-05-10T06:37:21.765Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/a4bd501d-2b60-4d59-85c5-37a16583d118/history/abdee703-d580-41fc-8534-6bcbfa7ff2e0 [2022-05-10T06:37:21.765Z] [2022-05-10T06:37:21.765Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2022-05-10T06:37:21.765Z] [2022-05-10T06:37:21.765Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2022-05-10T06:37:21.765Z] [2022-05-10T06:37:22.026Z] [Pipeline] } [2022-05-10T06:37:22.045Z] $ docker stop --time=1 858144b4031b8dac9cd4417fb3a005e55e07c9b5ebe52cd2f5ab1ea3f6d56915 [2022-05-10T06:37:23.691Z] $ docker rm -f 858144b4031b8dac9cd4417fb3a005e55e07c9b5ebe52cd2f5ab1ea3f6d56915 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-05-10T06:37:24.357Z] + git log --format=format:%s -1 0b85a2dc129beb3e133fd854edb6b53abe9b033a [Pipeline] sh [2022-05-10T06:37:24.655Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:37:24.655Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:24.956Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:37:24.956Z] . [Pipeline] withDockerContainer [2022-05-10T06:37:25.024Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:37:25.066Z] $ 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:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T06:37:25.460Z] $ docker top ad8d1f6f7df9562f38e3b881a3f8b4d60b517f7c60cae383e36bc96959d20dc2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:37:25.547Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:37:25.547Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:37:25.675Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:37:25.683Z] $ docker exec ad8d1f6f7df9562f38e3b881a3f8b4d60b517f7c60cae383e36bc96959d20dc2 ssh-agent [2022-05-10T06:37:25.814Z] SSH_AUTH_SOCK=/tmp/ssh-miuGXMBDWmSd/agent.32 [2022-05-10T06:37:25.814Z] SSH_AGENT_PID=39 [2022-05-10T06:37:25.820Z] Running ssh-add (command line suppressed) [2022-05-10T06:37:25.960Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7208023616361828731.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_7208023616361828731.key) [2022-05-10T06:37:25.993Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:37:26.321Z] + git semver tag [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,522 [run_tag] DEBUG tag force:False [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,522 [check_head_tag] DEBUG check head tag [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,524 [execute] INFO git cat-file --batch-check [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,524 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,528 [execute] INFO git cat-file --batch [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,529 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=) [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,557 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,557 [execute] INFO git tag -a v2.1.1-dev.29 -m v2.1.1-dev.29 [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,557 [execute] DEBUG Popen(['git', 'tag', '-a', 'v2.1.1-dev.29', '-m', 'v2.1.1-dev.29'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2022-05-10T06:37:26.581Z] 2022-05-10 06:37:26,563 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:26.581Z] 2.1.1-dev.29 [Pipeline] } [2022-05-10T06:37:26.596Z] $ docker exec --env ******** --env ******** ad8d1f6f7df9562f38e3b881a3f8b4d60b517f7c60cae383e36bc96959d20dc2 ssh-agent -k [2022-05-10T06:37:26.720Z] unset SSH_AUTH_SOCK; [2022-05-10T06:37:26.720Z] unset SSH_AGENT_PID; [2022-05-10T06:37:26.720Z] echo Agent pid 39 killed; [2022-05-10T06:37:26.730Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:37:27.042Z] + git semver [Pipeline] } [2022-05-10T06:37:27.324Z] $ docker stop --time=1 ad8d1f6f7df9562f38e3b881a3f8b4d60b517f7c60cae383e36bc96959d20dc2 [2022-05-10T06:37:28.681Z] $ docker rm -f ad8d1f6f7df9562f38e3b881a3f8b4d60b517f7c60cae383e36bc96959d20dc2 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:29.084Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-10T06:37:29.084Z] [2022-05-10T06:37:29.084Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:29.387Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-10T06:37:29.387Z] 0.23.1-centos7: Pulling from edgex-lftools [2022-05-10T06:37:29.387Z] ab5ef0e58194: Pulling fs layer [2022-05-10T06:37:29.387Z] 9712f1f96733: Pulling fs layer [2022-05-10T06:37:29.387Z] 63f879dbbcfc: Pulling fs layer [2022-05-10T06:37:29.387Z] 0d9ebad4ef96: Pulling fs layer [2022-05-10T06:37:29.387Z] e9a5061849ea: Pulling fs layer [2022-05-10T06:37:29.387Z] d747dcd14b5f: Pulling fs layer [2022-05-10T06:37:29.387Z] 2de7ff778b66: Pulling fs layer [2022-05-10T06:37:29.387Z] d747dcd14b5f: Waiting [2022-05-10T06:37:29.387Z] 0d9ebad4ef96: Waiting [2022-05-10T06:37:29.387Z] 2de7ff778b66: Waiting [2022-05-10T06:37:29.387Z] e9a5061849ea: Waiting [2022-05-10T06:37:29.387Z] 9712f1f96733: Verifying Checksum [2022-05-10T06:37:29.387Z] 9712f1f96733: Download complete [2022-05-10T06:37:29.650Z] 63f879dbbcfc: Verifying Checksum [2022-05-10T06:37:29.650Z] 63f879dbbcfc: Download complete [2022-05-10T06:37:29.910Z] e9a5061849ea: Verifying Checksum [2022-05-10T06:37:29.910Z] e9a5061849ea: Download complete [2022-05-10T06:37:29.910Z] d747dcd14b5f: Verifying Checksum [2022-05-10T06:37:29.910Z] d747dcd14b5f: Download complete [2022-05-10T06:37:29.910Z] ab5ef0e58194: Verifying Checksum [2022-05-10T06:37:29.910Z] ab5ef0e58194: Download complete [2022-05-10T06:37:29.910Z] 0d9ebad4ef96: Verifying Checksum [2022-05-10T06:37:29.910Z] 0d9ebad4ef96: Download complete [2022-05-10T06:37:30.169Z] 2de7ff778b66: Verifying Checksum [2022-05-10T06:37:30.169Z] 2de7ff778b66: Download complete [2022-05-10T06:37:32.706Z] ab5ef0e58194: Pull complete [2022-05-10T06:37:32.706Z] 9712f1f96733: Pull complete [2022-05-10T06:37:33.642Z] 63f879dbbcfc: Pull complete [2022-05-10T06:37:37.844Z] 0d9ebad4ef96: Pull complete [2022-05-10T06:37:37.844Z] e9a5061849ea: Pull complete [2022-05-10T06:37:37.844Z] d747dcd14b5f: Pull complete [2022-05-10T06:37:38.780Z] 2de7ff778b66: Pull complete [2022-05-10T06:37:38.780Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2022-05-10T06:37:38.780Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2022-05-10T06:37:38.780Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] withDockerContainer [2022-05-10T06:37:38.848Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:37:38.890Z] $ 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 [2022-05-10T06:37:41.228Z] $ docker top efe9b9475d98036ab9dd530ac7574914068d9d49b94be0f404589491b5abf1e4 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:37:41.303Z] provisioning config files... [2022-05-10T06:37:41.311Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config6841499401254121683tmp [2022-05-10T06:37:41.322Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7932966667855093590tmp [2022-05-10T06:37:41.336Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config7722454230515243207tmp [Pipeline] { [Pipeline] echo [2022-05-10T06:37:41.350Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:41.635Z] ---> sigul-configuration.sh [2022-05-10T06:37:41.635Z] gpg: directory `/root/.gnupg' created [2022-05-10T06:37:41.635Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2022-05-10T06:37:41.635Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2022-05-10T06:37:41.635Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2022-05-10T06:37:41.635Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2022-05-10T06:37:41.635Z] gpg: CAST5 encrypted data [2022-05-10T06:37:41.635Z] gpg: encrypted with 1 passphrase [2022-05-10T06:37:41.635Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2022-05-10T06:37:41.927Z] + mkdir /home/jenkins [2022-05-10T06:37:41.927Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2022-05-10T06:37:42.218Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2022-05-10T06:37:42.229Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:42.518Z] ---> sigul-install.sh [2022-05-10T06:37:42.518Z] Sigul already installed; skipping installation. [Pipeline] sh [2022-05-10T06:37:42.810Z] + git tag --list [2022-05-10T06:37:42.810Z] 0.1.1 [2022-05-10T06:37:42.810Z] v1.1.0 [2022-05-10T06:37:42.810Z] v1.2.0 [2022-05-10T06:37:42.810Z] v1.2.1 [2022-05-10T06:37:42.810Z] v1.3.0 [2022-05-10T06:37:42.810Z] v2.0.0 [2022-05-10T06:37:42.810Z] v2.0.1-dev.1 [2022-05-10T06:37:42.810Z] v2.0.1-dev.10 [2022-05-10T06:37:42.810Z] v2.0.1-dev.11 [2022-05-10T06:37:42.810Z] v2.0.1-dev.12 [2022-05-10T06:37:42.810Z] v2.0.1-dev.13 [2022-05-10T06:37:42.810Z] v2.0.1-dev.14 [2022-05-10T06:37:42.810Z] v2.0.1-dev.15 [2022-05-10T06:37:42.810Z] v2.0.1-dev.16 [2022-05-10T06:37:42.810Z] v2.0.1-dev.17 [2022-05-10T06:37:42.810Z] v2.0.1-dev.18 [2022-05-10T06:37:42.810Z] v2.0.1-dev.19 [2022-05-10T06:37:42.810Z] v2.0.1-dev.2 [2022-05-10T06:37:42.810Z] v2.0.1-dev.20 [2022-05-10T06:37:42.810Z] v2.0.1-dev.21 [2022-05-10T06:37:42.810Z] v2.0.1-dev.22 [2022-05-10T06:37:42.810Z] v2.0.1-dev.23 [2022-05-10T06:37:42.810Z] v2.0.1-dev.24 [2022-05-10T06:37:42.810Z] v2.0.1-dev.25 [2022-05-10T06:37:42.810Z] v2.0.1-dev.26 [2022-05-10T06:37:42.810Z] v2.0.1-dev.27 [2022-05-10T06:37:42.810Z] v2.0.1-dev.28 [2022-05-10T06:37:42.810Z] v2.0.1-dev.29 [2022-05-10T06:37:42.810Z] v2.0.1-dev.3 [2022-05-10T06:37:42.810Z] v2.0.1-dev.30 [2022-05-10T06:37:42.810Z] v2.0.1-dev.31 [2022-05-10T06:37:42.810Z] v2.0.1-dev.32 [2022-05-10T06:37:42.810Z] v2.0.1-dev.33 [2022-05-10T06:37:42.810Z] v2.0.1-dev.4 [2022-05-10T06:37:42.810Z] v2.0.1-dev.5 [2022-05-10T06:37:42.810Z] v2.0.1-dev.6 [2022-05-10T06:37:42.810Z] v2.0.1-dev.7 [2022-05-10T06:37:42.810Z] v2.0.1-dev.8 [2022-05-10T06:37:42.810Z] v2.0.1-dev.9 [2022-05-10T06:37:42.810Z] v2.1.0 [2022-05-10T06:37:42.810Z] v2.1.1-dev.1 [2022-05-10T06:37:42.810Z] v2.1.1-dev.10 [2022-05-10T06:37:42.810Z] v2.1.1-dev.11 [2022-05-10T06:37:42.810Z] v2.1.1-dev.12 [2022-05-10T06:37:42.810Z] v2.1.1-dev.13 [2022-05-10T06:37:42.810Z] v2.1.1-dev.14 [2022-05-10T06:37:42.810Z] v2.1.1-dev.15 [2022-05-10T06:37:42.810Z] v2.1.1-dev.16 [2022-05-10T06:37:42.810Z] v2.1.1-dev.17 [2022-05-10T06:37:42.810Z] v2.1.1-dev.18 [2022-05-10T06:37:42.810Z] v2.1.1-dev.19 [2022-05-10T06:37:42.810Z] v2.1.1-dev.2 [2022-05-10T06:37:42.810Z] v2.1.1-dev.20 [2022-05-10T06:37:42.810Z] v2.1.1-dev.21 [2022-05-10T06:37:42.810Z] v2.1.1-dev.22 [2022-05-10T06:37:42.810Z] v2.1.1-dev.23 [2022-05-10T06:37:42.810Z] v2.1.1-dev.24 [2022-05-10T06:37:42.810Z] v2.1.1-dev.25 [2022-05-10T06:37:42.810Z] v2.1.1-dev.26 [2022-05-10T06:37:42.810Z] v2.1.1-dev.27 [2022-05-10T06:37:42.810Z] v2.1.1-dev.28 [2022-05-10T06:37:42.810Z] v2.1.1-dev.29 [2022-05-10T06:37:42.810Z] v2.1.1-dev.3 [2022-05-10T06:37:42.810Z] v2.1.1-dev.4 [2022-05-10T06:37:42.810Z] v2.1.1-dev.5 [2022-05-10T06:37:42.810Z] v2.1.1-dev.6 [2022-05-10T06:37:42.810Z] v2.1.1-dev.7 [2022-05-10T06:37:42.810Z] v2.1.1-dev.8 [2022-05-10T06:37:42.810Z] v2.1.1-dev.9 [Pipeline] sh [2022-05-10T06:37:43.099Z] + lftools sign git-tag v2.1.1-dev.29 [2022-05-10T06:37:43.670Z] Signing Git tag with Sigul... [2022-05-10T06:37:43.670Z] Signing v2.1.1-dev.29 [Pipeline] echo [2022-05-10T06:37:43.940Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:44.227Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2022-05-10T06:37:44.235Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2022-05-10T06:37:44.318Z] $ docker stop --time=1 efe9b9475d98036ab9dd530ac7574914068d9d49b94be0f404589491b5abf1e4 [2022-05-10T06:37:45.637Z] $ docker rm -f efe9b9475d98036ab9dd530ac7574914068d9d49b94be0f404589491b5abf1e4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2022-05-10T06:37:46.042Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:37:46.042Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:46.342Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:37:46.342Z] . [Pipeline] withDockerContainer [2022-05-10T06:37:46.407Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:37:46.447Z] $ 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:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T06:37:46.877Z] $ docker top 9b9e06d498f601037c489af66e3989fb0015639311add3ab8881ef85a7da95eb -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:37:46.981Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:37:46.981Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:37:47.111Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:37:47.119Z] $ docker exec 9b9e06d498f601037c489af66e3989fb0015639311add3ab8881ef85a7da95eb ssh-agent [2022-05-10T06:37:47.241Z] SSH_AUTH_SOCK=/tmp/ssh-zh4wH3aJrMIi/agent.33 [2022-05-10T06:37:47.241Z] SSH_AGENT_PID=39 [2022-05-10T06:37:47.246Z] Running ssh-add (command line suppressed) [2022-05-10T06:37:47.376Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_180832021854406620.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_180832021854406620.key) [2022-05-10T06:37:47.386Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:37:47.688Z] + git semver bump pre [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,905 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,905 [bump_version] DEBUG bumping version:2.1.1-dev.29 on axis:pre with prefix:dev [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,905 [bump_version] DEBUG bumped version:2.1.1-dev.30 [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,905 [write_version] DEBUG write version:2.1.1-dev.30 to path:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main with force:True [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,905 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,905 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,907 [execute] INFO git cat-file --batch-check [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,908 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,912 [execute] INFO git cat-file --batch [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,913 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=) [2022-05-10T06:37:47.948Z] 2022-05-10 06:37:47,919 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:47.948Z] 2.1.1-dev.30 [Pipeline] } [2022-05-10T06:37:47.965Z] $ docker exec --env ******** --env ******** 9b9e06d498f601037c489af66e3989fb0015639311add3ab8881ef85a7da95eb ssh-agent -k [2022-05-10T06:37:48.078Z] unset SSH_AUTH_SOCK; [2022-05-10T06:37:48.078Z] unset SSH_AGENT_PID; [2022-05-10T06:37:48.078Z] echo Agent pid 39 killed; [2022-05-10T06:37:48.083Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:37:48.388Z] + git semver [Pipeline] } [2022-05-10T06:37:48.667Z] $ docker stop --time=1 9b9e06d498f601037c489af66e3989fb0015639311add3ab8881ef85a7da95eb [2022-05-10T06:37:50.003Z] $ docker rm -f 9b9e06d498f601037c489af66e3989fb0015639311add3ab8881ef85a7da95eb [Pipeline] // withDockerContainer [Pipeline] sh [2022-05-10T06:37:50.356Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-05-10T06:37:50.357Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:50.655Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:latest [2022-05-10T06:37:50.655Z] . [Pipeline] withDockerContainer [2022-05-10T06:37:50.728Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:37:50.771Z] $ 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:10003/edgex-devops/py-git-semver:latest cat [2022-05-10T06:37:51.202Z] $ docker top 371dd72d2ed404574cbdaf3f8ec4ecd554ce2108f7c4fe39f59dc1ac84c86ea2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-05-10T06:37:51.303Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-05-10T06:37:51.303Z] [ssh-agent] Looking for ssh-agent implementation... [2022-05-10T06:37:51.445Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-05-10T06:37:51.453Z] $ docker exec 371dd72d2ed404574cbdaf3f8ec4ecd554ce2108f7c4fe39f59dc1ac84c86ea2 ssh-agent [2022-05-10T06:37:51.565Z] SSH_AUTH_SOCK=/tmp/ssh-mESRVom6wqnx/agent.33 [2022-05-10T06:37:51.565Z] SSH_AGENT_PID=39 [2022-05-10T06:37:51.572Z] Running ssh-add (command line suppressed) [2022-05-10T06:37:51.713Z] Identity added: /w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2892186960222897001.key (/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/private_key_2892186960222897001.key) [2022-05-10T06:37:51.723Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-05-10T06:37:52.015Z] + git semver push [2022-05-10T06:37:52.277Z] 2022-05-10 06:37:52,212 [run_push] DEBUG push [2022-05-10T06:37:52.277Z] 2022-05-10 06:37:52,213 [execute] INFO git push origin semver [2022-05-10T06:37:52.277Z] 2022-05-10 06:37:52,213 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2022-05-10T06:37:53.218Z] 2022-05-10 06:37:53,027 [run_push] DEBUG push all version tags [2022-05-10T06:37:53.218Z] 2022-05-10 06:37:53,027 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2022-05-10T06:37:53.218Z] 2022-05-10 06:37:53,028 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_edgex-ui-go_main, universal_newlines=False, shell=None, istream=None) [2022-05-10T06:37:53.798Z] 2022-05-10 06:37:53,752 [read_version] DEBUG read version from /w/workspace/edgexfoundry_edgex-ui-go_main/.semver/main [2022-05-10T06:37:53.798Z] 2.1.1-dev.30 [Pipeline] } [2022-05-10T06:37:53.816Z] $ docker exec --env ******** --env ******** 371dd72d2ed404574cbdaf3f8ec4ecd554ce2108f7c4fe39f59dc1ac84c86ea2 ssh-agent -k [2022-05-10T06:37:53.932Z] unset SSH_AUTH_SOCK; [2022-05-10T06:37:53.932Z] unset SSH_AGENT_PID; [2022-05-10T06:37:53.932Z] echo Agent pid 39 killed; [2022-05-10T06:37:53.940Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-05-10T06:37:54.251Z] + git semver [Pipeline] } [2022-05-10T06:37:54.532Z] $ docker stop --time=1 371dd72d2ed404574cbdaf3f8ec4ecd554ce2108f7c4fe39f59dc1ac84c86ea2 [2022-05-10T06:37:55.857Z] $ docker rm -f 371dd72d2ed404574cbdaf3f8ec4ecd554ce2108f7c4fe39f59dc1ac84c86ea2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-05-10T06:37:56.419Z] + [ -d /w/workspace/edgexfoundry_edgex-ui-go_main/archives ] [2022-05-10T06:37:56.420Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-05-10T06:37:56.420Z] total 16 [2022-05-10T06:37:56.420Z] drwxr-xr-x 3 root root 4096 May 10 06:29 . [2022-05-10T06:37:56.420Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:37 .. [2022-05-10T06:37:56.420Z] drwxr-xr-x 2 root root 4096 May 10 06:29 cost [2022-05-10T06:37:56.420Z] -rw-r--r-- 1 root root 81 May 10 06:29 cost.csv [2022-05-10T06:37:56.420Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-05-10T06:37:56.420Z] + ls -al /w/workspace/edgexfoundry_edgex-ui-go_main/archives [2022-05-10T06:37:56.420Z] total 16 [2022-05-10T06:37:56.420Z] drwxr-xr-x 3 jenkins jenkins 4096 May 10 06:29 . [2022-05-10T06:37:56.420Z] drwxrwxr-x 15 jenkins jenkins 4096 May 10 06:37 .. [2022-05-10T06:37:56.420Z] drwxr-xr-x 2 jenkins jenkins 4096 May 10 06:29 cost [2022-05-10T06:37:56.420Z] -rw-r--r-- 1 jenkins jenkins 81 May 10 06:29 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:56.714Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:37:57.579Z] ---> package-listing.sh [2022-05-10T06:37:57.579Z] ++ facter osfamily [2022-05-10T06:37:57.579Z] ++ tr '[:upper:]' '[:lower:]' [2022-05-10T06:37:57.840Z] + OS_FAMILY=debian [2022-05-10T06:37:57.840Z] + workspace=/w/workspace/edgexfoundry_edgex-ui-go_main [2022-05-10T06:37:57.840Z] + START_PACKAGES=/tmp/packages_start.txt [2022-05-10T06:37:57.840Z] + END_PACKAGES=/tmp/packages_end.txt [2022-05-10T06:37:57.840Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-05-10T06:37:57.840Z] + PACKAGES=/tmp/packages_start.txt [2022-05-10T06:37:57.840Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2022-05-10T06:37:57.840Z] + PACKAGES=/tmp/packages_end.txt [2022-05-10T06:37:57.840Z] + case "${OS_FAMILY}" in [2022-05-10T06:37:57.840Z] + dpkg -l [2022-05-10T06:37:57.840Z] + grep '^ii' [2022-05-10T06:37:57.840Z] + '[' -f /tmp/packages_start.txt ']' [2022-05-10T06:37:57.840Z] + '[' -f /tmp/packages_end.txt ']' [2022-05-10T06:37:57.840Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-05-10T06:37:57.840Z] + '[' /w/workspace/edgexfoundry_edgex-ui-go_main ']' [2022-05-10T06:37:57.840Z] + mkdir -p /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [2022-05-10T06:37:57.840Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_edgex-ui-go_main/archives/ [Pipeline] echo [2022-05-10T06:37:57.850Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-05-10T06:37:58.128Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2022-05-10T06:37:58.686Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-05-10T06:37:58.686Z] . [Pipeline] withDockerContainer [2022-05-10T06:37:58.759Z] prd-ubuntu20.04-docker-8c-8g-44845 does not seem to be running inside a container [2022-05-10T06:37:58.797Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgexfoundry_edgex-ui-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_edgex-ui-go_main -v /w/workspace/edgexfoundry_edgex-ui-go_main:/w/workspace/edgexfoundry_edgex-ui-go_main:rw,z -v /w/workspace/edgexfoundry_edgex-ui-go_main@tmp:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-05-10T06:37:59.101Z] $ docker top 0f21159ab9ba686b045f043968760ec20677e11d01c866e7b6b974425bd28fa2 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-05-10T06:37:59.461Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-05-10T06:37:59.750Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-05-10T06:38:00.043Z] + ls /var/log/sa-host [2022-05-10T06:38:00.043Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-05-10T06:38:00.128Z] provisioning config files... [2022-05-10T06:38:00.138Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_edgex-ui-go_main@tmp/config2133141315098932926tmp [Pipeline] { [Pipeline] echo [2022-05-10T06:38:00.154Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:38:00.440Z] ---> create-netrc.sh [Pipeline] } [2022-05-10T06:38:00.448Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:38:00.773Z] ---> python-tools-install.sh [Pipeline] echo [2022-05-10T06:38:00.784Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:38:01.074Z] ---> sudo-logs.sh [2022-05-10T06:38:01.074Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-05-10T06:38:01.100Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:38:01.389Z] ---> job-cost.sh [2022-05-10T06:38:01.389Z] lf-activate-venv: SKIPPING [2022-05-10T06:38:01.389Z] DEBUG: total: 0.2199999988079071 [2022-05-10T06:38:01.389Z] INFO: Retrieving Stack Cost... [2022-05-10T06:38:01.649Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-05-10T06:38:02.219Z] INFO: Archiving Costs [Pipeline] echo [2022-05-10T06:38:02.234Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-05-10T06:38:02.520Z] ---> logs-deploy.sh [2022-05-10T06:38:02.520Z] lf-activate-venv: SKIPPING [2022-05-10T06:38:02.520Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-ui-go/main/68 [2022-05-10T06:38:02.520Z] INFO: archiving workspace using pattern(s): [2022-05-10T06:38:03.463Z] Archives upload complete. [2022-05-10T06:38:03.463Z] INFO: archiving logs to Nexus