Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from d88ec883ceb54df0c16245cd6a1edd1f53729442 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-ssh8953121352781815424.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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-ssh6684394658421842797.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 cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.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/device-virtual-go/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh4233875587125152.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > 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 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-ssh10861420112044714099.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 65355178549468b165f8106641c96c3190b1d843 The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.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/device-virtual-go/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh785564828795289643.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > 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 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:device-virtual-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: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual 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 SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7114 in /w/workspace/exfoundry_device-virtual-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/device-virtual-go.git > git init /w/workspace/exfoundry_device-virtual-go_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision d88ec883ceb54df0c16245cd6a1edd1f53729442 (main) > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Commit message: "refactor: Remove unused topic configuration (#345)" > git config core.sparsecheckout # timeout=10 > git checkout -f d88ec883ceb54df0c16245cd6a1edd1f53729442 # timeout=10 > git rev-list --no-walk 809182d388b7784ea0303513e5a82decca2f34a7 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-02-22T20:23:46.847Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-22T20:23:46.907Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-22T20:23:46.926Z] ========================================================= [2023-02-22T20:23:46.926Z] EdgeX Global Pipelines Version Info [2023-02-22T20:23:46.926Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:23:47.631Z] ------------------- [2023-02-22T20:23:47.631Z] stable info: [2023-02-22T20:23:47.631Z] ------------------- [2023-02-22T20:23:47.631Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-22T20:23:47.631Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T20:23:47.631Z] Message: update stable to v1.0.244 [2023-02-22T20:23:48.200Z] ------------------- [2023-02-22T20:23:48.200Z] experimental info: [2023-02-22T20:23:48.200Z] ------------------- [2023-02-22T20:23:48.200Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-22T20:23:48.200Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-22T20:23:48.200Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-22T20:23:48.372Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-02-22T20:23:48.387Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-02-22T20:23:48.397Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-22T20:23:48.409Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-22T20:23:48.421Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-22T20:23:48.437Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-22T20:23:48.447Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-22T20:23:48.462Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-22T20:23:48.480Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-22T20:23:48.500Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-22T20:23:48.519Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-22T20:23:48.541Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-02-22T20:23:48.559Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-22T20:23:48.576Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-22T20:23:48.587Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T20:23:48.602Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-22T20:23:48.621Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:23:48.635Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-22T20:23:48.647Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-22T20:23:48.662Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-22T20:23:48.677Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-22T20:23:48.688Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-22T20:23:48.699Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-22T20:23:48.711Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-22T20:23:48.729Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-22T20:23:48.746Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-22T20:23:48.764Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-22T20:23:48.779Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-02-22T20:23:48.790Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-02-22T20:23:48.803Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-02-22T20:23:48.817Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo [2023-02-22T20:23:48.833Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d88ec88 [Pipeline] echo [2023-02-22T20:23:48.850Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:23:48.893Z] provisioning config files... [2023-02-22T20:23:48.913Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config11638439229134319394tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:23:49.218Z] ---> docker-login.sh [2023-02-22T20:23:49.218Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:23:49.478Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:49.478Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:49.478Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:49.478Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:49.478Z] [2023-02-22T20:23:49.478Z] Login Succeeded [2023-02-22T20:23:49.478Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:23:49.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:49.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:49.737Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:49.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:49.737Z] [2023-02-22T20:23:49.737Z] Login Succeeded [2023-02-22T20:23:49.737Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:23:49.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:49.737Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:49.737Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:49.737Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:49.737Z] [2023-02-22T20:23:49.737Z] Login Succeeded [2023-02-22T20:23:49.737Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:23:49.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:49.996Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:49.996Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:49.997Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:49.997Z] [2023-02-22T20:23:49.997Z] Login Succeeded [2023-02-22T20:23:49.997Z] docker.io [2023-02-22T20:23:49.997Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:23:50.256Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:23:50.256Z] Configure a credential helper to remove this warning. See [2023-02-22T20:23:50.256Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:23:50.256Z] [2023-02-22T20:23:50.256Z] Login Succeeded [2023-02-22T20:23:50.256Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:23:50.265Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-22T20:23:50.639Z] + git rev-list -1 --merges d88ec883ceb54df0c16245cd6a1edd1f53729442~1..d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo [2023-02-22T20:23:50.690Z] -----------> git rev-list -1 --merges d88ec883ceb54df0c16245cd6a1edd1f53729442~1..d88ec883ceb54df0c16245cd6a1edd1f53729442 d88ec883ceb54df0c16245cd6a1edd1f53729442 [false] [Pipeline] sh [2023-02-22T20:23:50.982Z] + git log --format=format:%s -1 d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo [2023-02-22T20:23:51.000Z] ========================================================= [2023-02-22T20:23:51.000Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-22T20:23:51.000Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:23:51.330Z] + git log --format=format:%s -1 d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] echo [2023-02-22T20:23:51.341Z] [semverPrep] GIT_COMMIT: d88ec883ceb54df0c16245cd6a1edd1f53729442, Commit Message: refactor: Remove unused topic configuration (#345) [Pipeline] echo [2023-02-22T20:23:51.351Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-22T20:23:51.693Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:23:51.693Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-22T20:23:51.693Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-22T20:23:51.694Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-22T20:23:51.694Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-22T20:23:51.694Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-22T20:23:51.694Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:23:52.040Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:23:52.040Z] [2023-02-22T20:23:52.040Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:23:52.342Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:23:52.618Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-22T20:23:52.618Z] b85a868b505f: Pulling fs layer [2023-02-22T20:23:52.618Z] e2be974225ed: Pulling fs layer [2023-02-22T20:23:52.618Z] 339a4e72a1f5: Pulling fs layer [2023-02-22T20:23:52.618Z] 988bab9f4d93: Pulling fs layer [2023-02-22T20:23:52.618Z] 1469e6f7b9e6: Pulling fs layer [2023-02-22T20:23:52.618Z] eaf3925da568: Pulling fs layer [2023-02-22T20:23:52.618Z] bab4dde63d76: Pulling fs layer [2023-02-22T20:23:52.618Z] bde34c3a00c8: Pulling fs layer [2023-02-22T20:23:52.618Z] b352a97aabf1: Pulling fs layer [2023-02-22T20:23:52.618Z] 4872d77fe225: Pulling fs layer [2023-02-22T20:23:52.618Z] 5851b861e8e6: Pulling fs layer [2023-02-22T20:23:52.618Z] bab4dde63d76: Waiting [2023-02-22T20:23:52.618Z] bde34c3a00c8: Waiting [2023-02-22T20:23:52.618Z] eaf3925da568: Waiting [2023-02-22T20:23:52.618Z] 4872d77fe225: Waiting [2023-02-22T20:23:52.618Z] 5851b861e8e6: Waiting [2023-02-22T20:23:52.618Z] 988bab9f4d93: Waiting [2023-02-22T20:23:52.618Z] b352a97aabf1: Waiting [2023-02-22T20:23:52.618Z] 1469e6f7b9e6: Waiting [2023-02-22T20:23:52.618Z] e2be974225ed: Verifying Checksum [2023-02-22T20:23:52.618Z] e2be974225ed: Download complete [2023-02-22T20:23:52.618Z] 988bab9f4d93: Verifying Checksum [2023-02-22T20:23:52.618Z] 988bab9f4d93: Download complete [2023-02-22T20:23:52.888Z] 1469e6f7b9e6: Verifying Checksum [2023-02-22T20:23:52.888Z] 1469e6f7b9e6: Download complete [2023-02-22T20:23:52.888Z] 339a4e72a1f5: Verifying Checksum [2023-02-22T20:23:52.888Z] 339a4e72a1f5: Download complete [2023-02-22T20:23:52.888Z] eaf3925da568: Verifying Checksum [2023-02-22T20:23:52.888Z] eaf3925da568: Download complete [2023-02-22T20:23:52.888Z] bde34c3a00c8: Download complete [2023-02-22T20:23:52.888Z] b352a97aabf1: Download complete [2023-02-22T20:23:52.888Z] 4872d77fe225: Verifying Checksum [2023-02-22T20:23:52.888Z] 4872d77fe225: Download complete [2023-02-22T20:23:52.888Z] 5851b861e8e6: Verifying Checksum [2023-02-22T20:23:52.888Z] 5851b861e8e6: Download complete [2023-02-22T20:23:52.888Z] b85a868b505f: Verifying Checksum [2023-02-22T20:23:52.888Z] b85a868b505f: Download complete [2023-02-22T20:23:53.466Z] bab4dde63d76: Verifying Checksum [2023-02-22T20:23:53.466Z] bab4dde63d76: Download complete [2023-02-22T20:23:54.401Z] b85a868b505f: Pull complete [2023-02-22T20:23:54.660Z] e2be974225ed: Pull complete [2023-02-22T20:23:54.920Z] 339a4e72a1f5: Pull complete [2023-02-22T20:23:55.178Z] 988bab9f4d93: Pull complete [2023-02-22T20:23:55.437Z] 1469e6f7b9e6: Pull complete [2023-02-22T20:23:55.437Z] eaf3925da568: Pull complete [2023-02-22T20:23:57.341Z] bab4dde63d76: Pull complete [2023-02-22T20:23:57.341Z] bde34c3a00c8: Pull complete [2023-02-22T20:23:57.601Z] b352a97aabf1: Pull complete [2023-02-22T20:23:57.601Z] 4872d77fe225: Pull complete [2023-02-22T20:23:57.860Z] 5851b861e8e6: Pull complete [2023-02-22T20:23:57.860Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-22T20:23:57.860Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:23:57.860Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:23:57.965Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:23:57.983Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-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:0.1.4 cat [2023-02-22T20:24:01.675Z] $ docker top ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff -eo pid,comm [2023-02-22T20:24:01.750Z] 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). [2023-02-22T20:24:01.750Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:24:01.793Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:24:01.793Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:24:01.906Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:24:01.900Z] $ docker exec ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent [2023-02-22T20:24:02.020Z] SSH_AUTH_SOCK=/tmp/ssh-Lhpb5KVielZu/agent.32 [2023-02-22T20:24:02.020Z] SSH_AGENT_PID=38 [2023-02-22T20:24:02.028Z] Running ssh-add (command line suppressed) [2023-02-22T20:24:02.117Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17444310913295471946.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_17444310913295471946.key) [2023-02-22T20:24:02.145Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:24:02.522Z] + git tag --points-at HEAD [Pipeline] } [2023-02-22T20:24:02.525Z] $ docker exec --env ******** --env ******** ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent -k [2023-02-22T20:24:02.617Z] unset SSH_AUTH_SOCK; [2023-02-22T20:24:02.618Z] unset SSH_AGENT_PID; [2023-02-22T20:24:02.618Z] echo Agent pid 38 killed; [2023-02-22T20:24:02.639Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-22T20:24:02.662Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:24:02.663Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:24:02.792Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:24:02.785Z] $ docker exec ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent [2023-02-22T20:24:02.918Z] SSH_AUTH_SOCK=/tmp/ssh-g01Zf6hfzrIY/agent.70 [2023-02-22T20:24:02.918Z] SSH_AGENT_PID=76 [2023-02-22T20:24:02.922Z] Running ssh-add (command line suppressed) [2023-02-22T20:24:03.016Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14824280833869882921.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_14824280833869882921.key) [2023-02-22T20:24:03.041Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:24:03.327Z] + git semver init [2023-02-22T20:24:03.586Z] 2023-02-22 20:24:03,516 [run_init] DEBUG init version:0.0.0 force:False [2023-02-22T20:24:03.586Z] 2023-02-22 20:24:03,517 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/exfoundry_device-virtual-go_main/.semver [2023-02-22T20:24:03.586Z] 2023-02-22 20:24:03,517 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/exfoundry_device-virtual-go_main/.semver [2023-02-22T20:24:03.586Z] 2023-02-22 20:24:03,517 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/exfoundry_device-virtual-go_main/.semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:24:04.964Z] 2023-02-22 20:24:04,792 [append_file] DEBUG append to file:/w/workspace/exfoundry_device-virtual-go_main/.git/info/exclude [2023-02-22T20:24:04.964Z] 2023-02-22 20:24:04,793 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:False [2023-02-22T20:24:04.964Z] 2023-02-22 20:24:04,793 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:24:04.964Z] 2023-02-22 20:24:04,793 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:24:04.964Z] 3.0.0-dev.15 [Pipeline] } [2023-02-22T20:24:04.967Z] $ docker exec --env ******** --env ******** ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff ssh-agent -k [2023-02-22T20:24:05.080Z] unset SSH_AUTH_SOCK; [2023-02-22T20:24:05.081Z] unset SSH_AGENT_PID; [2023-02-22T20:24:05.082Z] echo Agent pid 76 killed; [2023-02-22T20:24:05.104Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:24:05.404Z] + git semver [Pipeline] } [2023-02-22T20:24:05.668Z] $ docker stop --time=1 ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff [2023-02-22T20:24:06.973Z] $ docker rm -f --volumes ad22dfa90d74964b1a731714dd9138477b6d32c8f8e042208abf3f030df471ff [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:24:07.372Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-22T20:24:07.572Z] Stashed 1 file(s) [Pipeline] echo [2023-02-22T20:24:07.576Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.15 [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 [2023-02-22T20:24:07.683Z] provisioning config files... [2023-02-22T20:24:07.693Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12212487997639294770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:24:07.992Z] ---> docker-login.sh [2023-02-22T20:24:07.992Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:24:07.992Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:24:08.929Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:24:08.929Z] Configure a credential helper to remove this warning. See [2023-02-22T20:24:08.929Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:24:08.929Z] [2023-02-22T20:24:08.929Z] Login Succeeded [2023-02-22T20:24:08.929Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:24:08.929Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:24:09.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:24:09.190Z] Configure a credential helper to remove this warning. See [2023-02-22T20:24:09.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:24:09.190Z] [2023-02-22T20:24:09.190Z] Login Succeeded [2023-02-22T20:24:09.190Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:24:09.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:24:09.190Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:24:09.190Z] Configure a credential helper to remove this warning. See [2023-02-22T20:24:09.190Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:24:09.190Z] [2023-02-22T20:24:09.190Z] Login Succeeded [2023-02-22T20:24:09.190Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:24:09.190Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:24:09.449Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:24:09.449Z] Configure a credential helper to remove this warning. See [2023-02-22T20:24:09.449Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:24:09.449Z] [2023-02-22T20:24:09.449Z] Login Succeeded [2023-02-22T20:24:09.449Z] docker.io [2023-02-22T20:24:09.449Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:24:09.709Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:24:09.709Z] Configure a credential helper to remove this warning. See [2023-02-22T20:24:09.709Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:24:09.709Z] [2023-02-22T20:24:09.709Z] Login Succeeded [2023-02-22T20:24:09.709Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:24:09.717Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T20:24:09.789Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:24:09.800Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:24:09.806Z] ========================================================= [2023-02-22T20:24:09.806Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-22T20:24:09.806Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:24:10.107Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T20:24:10.107Z] Sending build context to Docker daemon 23.39MB [2023-02-22T20:24:10.107Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:24:10.107Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-22T20:24:10.370Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-22T20:24:10.370Z] 213ec9aee27d: Pulling fs layer [2023-02-22T20:24:10.370Z] 4583459ba037: Pulling fs layer [2023-02-22T20:24:10.370Z] 93c1e223e6f2: Pulling fs layer [2023-02-22T20:24:10.370Z] 53926ce57604: Pulling fs layer [2023-02-22T20:24:10.370Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-22T20:24:10.370Z] 22ff95d597cd: Pulling fs layer [2023-02-22T20:24:10.370Z] 12d6caf4c0d1: Pulling fs layer [2023-02-22T20:24:10.370Z] 96b7cbca73a9: Pulling fs layer [2023-02-22T20:24:10.370Z] a7acece74701: Pulling fs layer [2023-02-22T20:24:10.370Z] 53926ce57604: Waiting [2023-02-22T20:24:10.370Z] 22ff95d597cd: Waiting [2023-02-22T20:24:10.370Z] 21b2b0c7a3f4: Waiting [2023-02-22T20:24:10.370Z] 12d6caf4c0d1: Waiting [2023-02-22T20:24:10.370Z] 96b7cbca73a9: Waiting [2023-02-22T20:24:10.370Z] a7acece74701: Waiting [2023-02-22T20:24:10.370Z] 93c1e223e6f2: Download complete [2023-02-22T20:24:10.370Z] 4583459ba037: Verifying Checksum [2023-02-22T20:24:10.370Z] 4583459ba037: Download complete [2023-02-22T20:24:10.370Z] 21b2b0c7a3f4: Download complete [2023-02-22T20:24:10.370Z] 22ff95d597cd: Verifying Checksum [2023-02-22T20:24:10.370Z] 22ff95d597cd: Download complete [2023-02-22T20:24:10.370Z] 213ec9aee27d: Verifying Checksum [2023-02-22T20:24:10.370Z] 213ec9aee27d: Download complete [2023-02-22T20:24:10.370Z] 12d6caf4c0d1: Download complete [2023-02-22T20:24:10.639Z] 213ec9aee27d: Pull complete [2023-02-22T20:24:10.639Z] 4583459ba037: Pull complete [2023-02-22T20:24:10.639Z] 93c1e223e6f2: Pull complete [2023-02-22T20:24:10.914Z] a7acece74701: Verifying Checksum [2023-02-22T20:24:10.914Z] a7acece74701: Download complete [2023-02-22T20:24:11.182Z] 53926ce57604: Verifying Checksum [2023-02-22T20:24:11.182Z] 53926ce57604: Download complete [2023-02-22T20:24:11.182Z] 96b7cbca73a9: Verifying Checksum [2023-02-22T20:24:11.182Z] 96b7cbca73a9: Download complete [2023-02-22T20:24:15.368Z] 53926ce57604: Pull complete [2023-02-22T20:24:15.368Z] 21b2b0c7a3f4: Pull complete [2023-02-22T20:24:15.368Z] 22ff95d597cd: Pull complete [2023-02-22T20:24:15.368Z] 12d6caf4c0d1: Pull complete [2023-02-22T20:24:17.271Z] 96b7cbca73a9: Pull complete [2023-02-22T20:24:17.839Z] a7acece74701: Pull complete [2023-02-22T20:24:17.839Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-22T20:24:17.839Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-22T20:24:17.839Z] ---> db6d94c90886 [2023-02-22T20:24:17.839Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:24:22.653Z] Still waiting to schedule task [2023-02-22T20:24:22.653Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-7112’ [2023-02-22T20:24:24.506Z] ---> Running in 5b35e71a1b30 [2023-02-22T20:24:24.507Z] Removing intermediate container 5b35e71a1b30 [2023-02-22T20:24:24.507Z] ---> 29458b8711ff [2023-02-22T20:24:24.507Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:24:24.507Z] ---> Running in 80c07edce966 [2023-02-22T20:24:24.507Z] Removing intermediate container 80c07edce966 [2023-02-22T20:24:24.507Z] ---> 0633fc66612c [2023-02-22T20:24:24.507Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:24:24.507Z] ---> Running in f9205d9aeb06 [2023-02-22T20:24:24.764Z] Removing intermediate container f9205d9aeb06 [2023-02-22T20:24:24.764Z] ---> 9c3c19589e7d [2023-02-22T20:24:24.764Z] Step 6/12 : WORKDIR /device-virtual-go [2023-02-22T20:24:24.764Z] ---> Running in b895e429f4fa [2023-02-22T20:24:24.764Z] Removing intermediate container b895e429f4fa [2023-02-22T20:24:24.764Z] ---> b4c6890bc84f [2023-02-22T20:24:24.764Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:24:24.764Z] ---> Running in d92c5125c22b [2023-02-22T20:24:25.022Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:24:25.282Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:24:25.541Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-22T20:24:25.541Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-22T20:24:25.541Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-22T20:24:25.541Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-22T20:24:25.541Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:24:25.541Z] OK: 216 MiB in 55 packages [2023-02-22T20:24:26.111Z] Removing intermediate container d92c5125c22b [2023-02-22T20:24:26.111Z] ---> 8a524f3f4b2e [2023-02-22T20:24:26.111Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-22T20:24:26.111Z] ---> ebe08d1e4866 [2023-02-22T20:24:26.111Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:24:26.111Z] ---> Running in fcdc58950ad3 [2023-02-22T20:25:12.910Z] Removing intermediate container fcdc58950ad3 [2023-02-22T20:25:12.910Z] ---> e5b4a07a30de [2023-02-22T20:25:12.910Z] Step 10/12 : COPY . . [2023-02-22T20:25:13.197Z] ---> bca5008b8d8c [2023-02-22T20:25:13.197Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:25:13.197Z] ---> Running in 944384bda70f [2023-02-22T20:25:13.197Z] Removing intermediate container 944384bda70f [2023-02-22T20:25:13.197Z] ---> 10908b9347b2 [2023-02-22T20:25:13.197Z] Step 12/12 : RUN $MAKE [2023-02-22T20:25:13.197Z] ---> Running in 10640ef6f297 [2023-02-22T20:25:13.456Z] noop [2023-02-22T20:25:13.715Z] Removing intermediate container 10640ef6f297 [2023-02-22T20:25:13.715Z] ---> 78b0fd01702a [2023-02-22T20:25:13.715Z] Successfully built 78b0fd01702a [2023-02-22T20:25:13.715Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:14.030Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T20:25:14.030Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:25:14.091Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:25:14.120Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-22T20:25:14.499Z] $ docker top 3ef1531ba9affb268045c6a24a9e74620a17383837fc22dd938434615ca07b94 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:25:14.836Z] + go version [2023-02-22T20:25:14.836Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-22T20:25:14.849Z] $ docker stop --time=1 3ef1531ba9affb268045c6a24a9e74620a17383837fc22dd938434615ca07b94 [2023-02-22T20:25:16.143Z] $ docker rm -f --volumes 3ef1531ba9affb268045c6a24a9e74620a17383837fc22dd938434615ca07b94 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:16.516Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-22T20:25:16.516Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:25:16.578Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:25:16.606Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-22T20:25:16.932Z] $ docker top c3a6499db37352c144b66f7de2182c6061b7e3ba08a3395a7427bc00c8b9a43d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:25:17.263Z] + git config --global --add safe.directory /w/workspace/exfoundry_device-virtual-go_main [Pipeline] fileExists [Pipeline] sh [2023-02-22T20:25:17.555Z] + make test [2023-02-22T20:25:17.555Z] go test ./... -coverprofile=coverage.out [2023-02-22T20:25:17.812Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-02-22T20:25:27.785Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-02-22T20:25:27.785Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.038s coverage: 65.7% of statements [2023-02-22T20:25:34.339Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-22T20:25:34.339Z] go vet ./... [2023-02-22T20:25:36.865Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T20:25:36.865Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T20:25:36.865Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T20:25:36.878Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T20:25:36.891Z] $ docker stop --time=1 c3a6499db37352c144b66f7de2182c6061b7e3ba08a3395a7427bc00c8b9a43d [2023-02-22T20:25:39.570Z] $ docker rm -f --volumes c3a6499db37352c144b66f7de2182c6061b7e3ba08a3395a7427bc00c8b9a43d [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:25:39.988Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T20:25:40.038Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-22T20:25:40.469Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T20:25:40.764Z] + ls -al . [2023-02-22T20:25:40.764Z] total 192 [2023-02-22T20:25:40.764Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 22 20:25 . [2023-02-22T20:25:40.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 .. [2023-02-22T20:25:40.765Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:25 .git [2023-02-22T20:25:40.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 .github [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 337 Feb 22 20:23 .gitignore [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:23 .golangci.yml [2023-02-22T20:25:40.765Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:24 .semver [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 8641 Feb 22 20:23 Attribution.txt [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 11367 Feb 22 20:23 CHANGELOG.md [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 1646 Feb 22 20:23 Dockerfile [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:23 GOVERNANCE.md [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 22 20:23 Jenkinsfile [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:23 LICENSE [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 1661 Feb 22 20:23 Makefile [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 22 20:23 OWNERS.md [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 3578 Feb 22 20:23 README.md [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:24 VERSION [2023-02-22T20:25:40.765Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:23 bin [2023-02-22T20:25:40.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 cmd [2023-02-22T20:25:40.765Z] -rw-r--r-- 1 jenkins jenkins 44128 Feb 22 20:25 coverage.out [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 3252 Feb 22 20:23 go.mod [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 32588 Feb 22 20:23 go.sum [2023-02-22T20:25:40.765Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:23 internal [2023-02-22T20:25:40.765Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:23 snap [2023-02-22T20:25:40.765Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 22 20:23 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:25:41.067Z] + docker build -t device-virtual -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=d88ec883ceb54df0c16245cd6a1edd1f53729442 --label arch=amd64 --label version=3.0.0-dev.15 . [2023-02-22T20:25:41.067Z] Sending build context to Docker daemon 23.43MB [2023-02-22T20:25:41.067Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:25:41.067Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-22T20:25:41.067Z] ---> 78b0fd01702a [2023-02-22T20:25:41.067Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:25:41.326Z] ---> Running in 0c1689fd8d3c [2023-02-22T20:25:41.584Z] Removing intermediate container 0c1689fd8d3c [2023-02-22T20:25:41.584Z] ---> c9023209e376 [2023-02-22T20:25:41.584Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:25:41.584Z] ---> Running in 43288baaee83 [2023-02-22T20:25:41.584Z] Removing intermediate container 43288baaee83 [2023-02-22T20:25:41.584Z] ---> 4d798cc6b015 [2023-02-22T20:25:41.584Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:25:41.584Z] ---> Running in 4b814311796d [2023-02-22T20:25:41.584Z] Removing intermediate container 4b814311796d [2023-02-22T20:25:41.584Z] ---> 605f2954dca8 [2023-02-22T20:25:41.584Z] Step 6/25 : WORKDIR /device-virtual-go [2023-02-22T20:25:41.584Z] ---> Running in ce18fa530ee0 [2023-02-22T20:25:41.841Z] Removing intermediate container ce18fa530ee0 [2023-02-22T20:25:41.841Z] ---> e51ca0250c6e [2023-02-22T20:25:41.841Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:25:41.841Z] ---> Running in fa6c25de97d5 [2023-02-22T20:25:42.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:25:42.100Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:25:42.358Z] OK: 216 MiB in 55 packages [2023-02-22T20:25:42.616Z] Removing intermediate container fa6c25de97d5 [2023-02-22T20:25:42.616Z] ---> bfd33a9f20e2 [2023-02-22T20:25:42.616Z] Step 8/25 : COPY go.mod vendor* ./ [2023-02-22T20:25:42.616Z] ---> c0a958d7db7a [2023-02-22T20:25:42.616Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:25:42.616Z] ---> Running in 6b2629c7ae7d [2023-02-22T20:25:43.552Z] Removing intermediate container 6b2629c7ae7d [2023-02-22T20:25:43.552Z] ---> 948255c155ba [2023-02-22T20:25:43.552Z] Step 10/25 : COPY . . [2023-02-22T20:25:44.490Z] ---> 8aabb4cbfe0e [2023-02-22T20:25:44.490Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:25:44.490Z] ---> Running in a02b018f4b1a [2023-02-22T20:25:44.490Z] Removing intermediate container a02b018f4b1a [2023-02-22T20:25:44.490Z] ---> ec20a613204f [2023-02-22T20:25:44.490Z] Step 12/25 : RUN $MAKE [2023-02-22T20:25:44.490Z] ---> Running in 72022ef87afc [2023-02-22T20:25:44.748Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-02-22T20:26:02.985Z] Removing intermediate container 72022ef87afc [2023-02-22T20:26:02.985Z] ---> fd80f67f626c [2023-02-22T20:26:02.985Z] Step 13/25 : FROM alpine:3.16 [2023-02-22T20:26:03.242Z] 3.16: Pulling from library/alpine [2023-02-22T20:26:03.500Z] ef5531b6e74e: Pulling fs layer [2023-02-22T20:26:03.500Z] ef5531b6e74e: Verifying Checksum [2023-02-22T20:26:03.500Z] ef5531b6e74e: Download complete [2023-02-22T20:26:03.757Z] ef5531b6e74e: Pull complete [2023-02-22T20:26:03.757Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T20:26:03.757Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T20:26:03.757Z] ---> dfd21b5a31f5 [2023-02-22T20:26:03.757Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-02-22T20:26:03.757Z] ---> Running in e724bc3a56db [2023-02-22T20:26:04.015Z] Removing intermediate container e724bc3a56db [2023-02-22T20:26:04.015Z] ---> 0cfd40492d9b [2023-02-22T20:26:04.015Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-02-22T20:26:04.015Z] ---> Running in cd4999fd6215 [2023-02-22T20:26:04.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-22T20:26:04.273Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-22T20:26:04.532Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-22T20:26:04.532Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:26:04.532Z] OK: 6 MiB in 15 packages [2023-02-22T20:26:04.789Z] Removing intermediate container cd4999fd6215 [2023-02-22T20:26:04.789Z] ---> f716ce531ca5 [2023-02-22T20:26:04.789Z] Step 16/25 : WORKDIR / [2023-02-22T20:26:05.049Z] ---> Running in 71d11909f58b [2023-02-22T20:26:05.049Z] Removing intermediate container 71d11909f58b [2023-02-22T20:26:05.049Z] ---> 1b4c0567dc34 [2023-02-22T20:26:05.049Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-02-22T20:26:05.049Z] ---> 8e66992a4eba [2023-02-22T20:26:05.049Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-02-22T20:26:05.305Z] ---> 93094a621335 [2023-02-22T20:26:05.305Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-02-22T20:26:06.067Z] ---> 7e2b5c22d979 [2023-02-22T20:26:06.067Z] Step 20/25 : EXPOSE 59900 [2023-02-22T20:26:06.067Z] ---> Running in bdee40f11981 [2023-02-22T20:26:06.067Z] Removing intermediate container bdee40f11981 [2023-02-22T20:26:06.067Z] ---> 2c16ae220616 [2023-02-22T20:26:06.067Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-02-22T20:26:06.067Z] ---> Running in a8335b860f38 [2023-02-22T20:26:06.067Z] Removing intermediate container a8335b860f38 [2023-02-22T20:26:06.067Z] ---> d42a702be1c1 [2023-02-22T20:26:06.067Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T20:26:06.324Z] ---> Running in 1cb3d75679e7 [2023-02-22T20:26:06.324Z] Removing intermediate container 1cb3d75679e7 [2023-02-22T20:26:06.324Z] ---> f109cbc4f558 [2023-02-22T20:26:06.324Z] Step 23/25 : LABEL arch=amd64 [2023-02-22T20:26:06.324Z] ---> Running in 8299d66e2404 [2023-02-22T20:26:06.324Z] Removing intermediate container 8299d66e2404 [2023-02-22T20:26:06.324Z] ---> 63950414ea36 [2023-02-22T20:26:06.325Z] Step 24/25 : LABEL git_sha=d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:26:06.325Z] ---> Running in 4b3fca2b1d83 [2023-02-22T20:26:06.325Z] Removing intermediate container 4b3fca2b1d83 [2023-02-22T20:26:06.325Z] ---> 76cc5db2a7d8 [2023-02-22T20:26:06.325Z] Step 25/25 : LABEL version=3.0.0-dev.15 [2023-02-22T20:26:06.583Z] ---> Running in 4e864f3cd7e5 [2023-02-22T20:26:06.583Z] Removing intermediate container 4e864f3cd7e5 [2023-02-22T20:26:06.583Z] ---> 86ce02b43d2b [2023-02-22T20:26:06.583Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T20:26:06.583Z] Successfully built 86ce02b43d2b [2023-02-22T20:26:06.583Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:26:06.696Z] provisioning config files... [2023-02-22T20:26:06.705Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12028681000983189932tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:26:07.000Z] ---> docker-login.sh [2023-02-22T20:26:07.000Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:26:07.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:07.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:07.000Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:07.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:07.000Z] [2023-02-22T20:26:07.000Z] Login Succeeded [2023-02-22T20:26:07.000Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:26:07.000Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:07.000Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:07.000Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:07.000Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:07.000Z] [2023-02-22T20:26:07.000Z] Login Succeeded [2023-02-22T20:26:07.000Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:26:07.257Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:07.257Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:07.258Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:07.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:07.258Z] [2023-02-22T20:26:07.258Z] Login Succeeded [2023-02-22T20:26:07.258Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:26:07.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:07.258Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:07.258Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:07.258Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:07.258Z] [2023-02-22T20:26:07.258Z] Login Succeeded [2023-02-22T20:26:07.258Z] docker.io [2023-02-22T20:26:07.258Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:26:07.516Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:26:07.516Z] Configure a credential helper to remove this warning. See [2023-02-22T20:26:07.516Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:26:07.516Z] [2023-02-22T20:26:07.516Z] Login Succeeded [2023-02-22T20:26:07.516Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:26:07.523Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:26:07.549Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:26:07.565Z] [edgeXDocker.push] Tagging docker image device-virtual with the following tags: [2023-02-22T20:26:07.565Z] d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:26:07.565Z] latest [2023-02-22T20:26:07.565Z] 3.0.0-dev.15 [2023-02-22T20:26:07.565Z] d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [2023-02-22T20:26:07.565Z] main [2023-02-22T20:26:07.565Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:07.872Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:08.180Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:26:08.180Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-22T20:26:08.180Z] ccfd2fce5eb4: Preparing [2023-02-22T20:26:08.180Z] 934c9d1e81a3: Preparing [2023-02-22T20:26:08.180Z] 09b8bc24bdbc: Preparing [2023-02-22T20:26:08.180Z] ebfcaf9ec046: Preparing [2023-02-22T20:26:08.180Z] aa5968d388b8: Preparing [2023-02-22T20:26:08.180Z] aa5968d388b8: Layer already exists [2023-02-22T20:26:08.180Z] ebfcaf9ec046: Pushed [2023-02-22T20:26:08.180Z] 934c9d1e81a3: Pushed [2023-02-22T20:26:08.180Z] 09b8bc24bdbc: Pushed [2023-02-22T20:26:10.712Z] ccfd2fce5eb4: Pushed [2023-02-22T20:26:10.712Z] d88ec883ceb54df0c16245cd6a1edd1f53729442: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:11.035Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:11.338Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-02-22T20:26:11.338Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-22T20:26:11.338Z] ccfd2fce5eb4: Preparing [2023-02-22T20:26:11.338Z] 934c9d1e81a3: Preparing [2023-02-22T20:26:11.338Z] 09b8bc24bdbc: Preparing [2023-02-22T20:26:11.338Z] ebfcaf9ec046: Preparing [2023-02-22T20:26:11.338Z] aa5968d388b8: Preparing [2023-02-22T20:26:11.338Z] aa5968d388b8: Layer already exists [2023-02-22T20:26:11.338Z] 934c9d1e81a3: Layer already exists [2023-02-22T20:26:11.338Z] ebfcaf9ec046: Layer already exists [2023-02-22T20:26:11.338Z] ccfd2fce5eb4: Layer already exists [2023-02-22T20:26:11.338Z] 09b8bc24bdbc: Layer already exists [2023-02-22T20:26:11.338Z] latest: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:11.653Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:11.966Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.15 [2023-02-22T20:26:11.966Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-22T20:26:11.966Z] ccfd2fce5eb4: Preparing [2023-02-22T20:26:11.966Z] 934c9d1e81a3: Preparing [2023-02-22T20:26:11.966Z] 09b8bc24bdbc: Preparing [2023-02-22T20:26:11.966Z] ebfcaf9ec046: Preparing [2023-02-22T20:26:11.966Z] aa5968d388b8: Preparing [2023-02-22T20:26:11.966Z] aa5968d388b8: Layer already exists [2023-02-22T20:26:11.966Z] ccfd2fce5eb4: Layer already exists [2023-02-22T20:26:11.966Z] 934c9d1e81a3: Layer already exists [2023-02-22T20:26:11.966Z] 09b8bc24bdbc: Layer already exists [2023-02-22T20:26:11.966Z] ebfcaf9ec046: Layer already exists [2023-02-22T20:26:11.966Z] 3.0.0-dev.15: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:12.287Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:12.596Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [2023-02-22T20:26:12.596Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-22T20:26:12.596Z] ccfd2fce5eb4: Preparing [2023-02-22T20:26:12.596Z] 934c9d1e81a3: Preparing [2023-02-22T20:26:12.596Z] 09b8bc24bdbc: Preparing [2023-02-22T20:26:12.596Z] ebfcaf9ec046: Preparing [2023-02-22T20:26:12.596Z] aa5968d388b8: Preparing [2023-02-22T20:26:12.596Z] ccfd2fce5eb4: Layer already exists [2023-02-22T20:26:12.596Z] ebfcaf9ec046: Layer already exists [2023-02-22T20:26:12.596Z] aa5968d388b8: Layer already exists [2023-02-22T20:26:12.596Z] 09b8bc24bdbc: Layer already exists [2023-02-22T20:26:12.596Z] 934c9d1e81a3: Layer already exists [2023-02-22T20:26:12.596Z] d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:12.928Z] + docker tag device-virtual nexus3.edgexfoundry.org:10004/device-virtual:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:13.250Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual:main [2023-02-22T20:26:13.250Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual] [2023-02-22T20:26:13.250Z] ccfd2fce5eb4: Preparing [2023-02-22T20:26:13.250Z] 934c9d1e81a3: Preparing [2023-02-22T20:26:13.250Z] 09b8bc24bdbc: Preparing [2023-02-22T20:26:13.250Z] ebfcaf9ec046: Preparing [2023-02-22T20:26:13.250Z] aa5968d388b8: Preparing [2023-02-22T20:26:13.250Z] 09b8bc24bdbc: Layer already exists [2023-02-22T20:26:13.250Z] aa5968d388b8: Layer already exists [2023-02-22T20:26:13.250Z] ebfcaf9ec046: Layer already exists [2023-02-22T20:26:13.250Z] 934c9d1e81a3: Layer already exists [2023-02-22T20:26:13.250Z] ccfd2fce5eb4: Layer already exists [2023-02-22T20:26:13.250Z] main: digest: sha256:864aa91786f00637cf7017a366b32c967da8434c206f8df4055bd46757487e34 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:26:13.300Z] ===================================================== [Pipeline] echo [2023-02-22T20:26:13.309Z] taggedImages: [2023-02-22T20:26:13.309Z] - nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:26:13.309Z] - nexus3.edgexfoundry.org:10004/device-virtual:latest [2023-02-22T20:26:13.309Z] - nexus3.edgexfoundry.org:10004/device-virtual:3.0.0-dev.15 [2023-02-22T20:26:13.309Z] - nexus3.edgexfoundry.org:10004/device-virtual:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [2023-02-22T20:26:13.309Z] - nexus3.edgexfoundry.org:10004/device-virtual: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] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:13.677Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:26:13.677Z] [2023-02-22T20:26:13.677Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:26:13.975Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:26:13.975Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-22T20:26:13.975Z] 5eb5b503b376: Pulling fs layer [2023-02-22T20:26:13.975Z] 5c69ac0246d0: Pulling fs layer [2023-02-22T20:26:13.975Z] ec43610c2a17: Pulling fs layer [2023-02-22T20:26:13.975Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-22T20:26:13.975Z] 33b1e0a273af: Pulling fs layer [2023-02-22T20:26:13.975Z] 5d3b04190fa2: Pulling fs layer [2023-02-22T20:26:13.975Z] 2f39f015ded8: Pulling fs layer [2023-02-22T20:26:13.975Z] 3a2ae6a8a46f: Waiting [2023-02-22T20:26:13.975Z] 2f39f015ded8: Waiting [2023-02-22T20:26:13.975Z] 5d3b04190fa2: Waiting [2023-02-22T20:26:13.975Z] 5c69ac0246d0: Download complete [2023-02-22T20:26:13.975Z] 3a2ae6a8a46f: Verifying Checksum [2023-02-22T20:26:13.975Z] 3a2ae6a8a46f: Download complete [2023-02-22T20:26:14.237Z] 33b1e0a273af: Verifying Checksum [2023-02-22T20:26:14.237Z] 33b1e0a273af: Download complete [2023-02-22T20:26:14.237Z] ec43610c2a17: Verifying Checksum [2023-02-22T20:26:14.237Z] ec43610c2a17: Download complete [2023-02-22T20:26:14.237Z] 5d3b04190fa2: Download complete [2023-02-22T20:26:14.237Z] 5eb5b503b376: Verifying Checksum [2023-02-22T20:26:14.237Z] 5eb5b503b376: Download complete [2023-02-22T20:26:14.804Z] 2f39f015ded8: Verifying Checksum [2023-02-22T20:26:14.804Z] 2f39f015ded8: Download complete [2023-02-22T20:26:15.371Z] 5eb5b503b376: Pull complete [2023-02-22T20:26:15.371Z] 5c69ac0246d0: Pull complete [2023-02-22T20:26:15.943Z] ec43610c2a17: Pull complete [2023-02-22T20:26:15.943Z] 3a2ae6a8a46f: Pull complete [2023-02-22T20:26:16.200Z] 33b1e0a273af: Pull complete [2023-02-22T20:26:16.200Z] 5d3b04190fa2: Pull complete [2023-02-22T20:26:20.382Z] 2f39f015ded8: Pull complete [2023-02-22T20:26:20.382Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-22T20:26:20.382Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:26:20.382Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:26:20.458Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:26:20.496Z] $ 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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-22T20:26:24.808Z] $ docker top 862828feb47533e09e549a04931d0c0d94bd6e02417728d67472c2873aff7482 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:26:25.183Z] ---> job-cost.sh [2023-02-22T20:26:25.183Z] lf-activate-venv: SKIPPING [2023-02-22T20:26:25.183Z] INFO: No Stack... [2023-02-22T20:26:25.441Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T20:26:25.699Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T20:26:25.990Z] + cat /w/workspace/exfoundry_device-virtual-go_main/archives/cost.csv [2023-02-22T20:26:25.990Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T20:26:26.001Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [2023-02-22T20:26:26.011Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] did not exist. Created. [2023-02-22T20:26:26.011Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:26:26.311Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-22T20:26:26.341Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T20:26:26.348Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T20:26:26.366Z] $ docker stop --time=1 862828feb47533e09e549a04931d0c0d94bd6e02417728d67472c2873aff7482 [2023-02-22T20:26:27.522Z] $ docker rm -f --volumes 862828feb47533e09e549a04931d0c0d94bd6e02417728d67472c2873aff7482 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-02-22T20:27:09.775Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7116 in /w/workspace/exfoundry_device-virtual-go_main [Pipeline] { [Pipeline] ws [2023-02-22T20:27:09.788Z] Running in /w/workspace/device-virtual-go/86 [Pipeline] { [Pipeline] checkout [2023-02-22T20:27:09.825Z] The recommended git tool is: git [2023-02-22T20:27:16.085Z] using credential edgex-jenkins-ssh [2023-02-22T20:27:16.105Z] Cloning the remote Git repository [2023-02-22T20:27:16.160Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-02-22T20:27:16.253Z] > git init /w/workspace/device-virtual-go/86 # timeout=10 [2023-02-22T20:27:16.453Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-02-22T20:27:16.454Z] > git --version # timeout=10 [2023-02-22T20:27:16.486Z] > git --version # 'git version 2.25.1' [2023-02-22T20:27:16.488Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-22T20:27:16.573Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T20:27:20.027Z] Avoid second fetch [2023-02-22T20:27:20.027Z] Checking out Revision d88ec883ceb54df0c16245cd6a1edd1f53729442 (main) [2023-02-22T20:27:18.953Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-02-22T20:27:18.978Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-22T20:27:20.049Z] > git config core.sparsecheckout # timeout=10 [2023-02-22T20:27:20.069Z] > git checkout -f d88ec883ceb54df0c16245cd6a1edd1f53729442 # timeout=10 [2023-02-22T20:27:20.620Z] Commit message: "refactor: Remove unused topic configuration (#345)" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:27:22.713Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-22T20:27:22.713Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:27:22.713Z] Dload Upload Total Spent Left Speed [2023-02-22T20:27:22.713Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 81737 0 --:--:-- --:--:-- --:--:-- 82264 [Pipeline] sh [2023-02-22T20:27:23.319Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-22T20:27:23.663Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-22T20:27:23.663Z] + sudo tee /etc/docker/daemon.new [2023-02-22T20:27:23.663Z] { [2023-02-22T20:27:23.663Z] "registry-mirrors": [ [2023-02-22T20:27:23.663Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-22T20:27:23.663Z] ], [2023-02-22T20:27:23.663Z] "bip": "10.250.0.254/24", [2023-02-22T20:27:23.663Z] "hosts": [ [2023-02-22T20:27:23.663Z] "tcp://0.0.0.0:5555", [2023-02-22T20:27:23.663Z] "unix:///var/run/docker.sock" [2023-02-22T20:27:23.663Z] ], [2023-02-22T20:27:23.663Z] "mtu": 1458, [2023-02-22T20:27:23.663Z] "selinux-enabled": true, [2023-02-22T20:27:23.663Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-22T20:27:23.663Z] } [Pipeline] sh [2023-02-22T20:27:24.013Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-22T20:27:24.378Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:27:42.689Z] provisioning config files... [2023-02-22T20:27:42.718Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/86@tmp/config1890984391777349340tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:27:43.081Z] ---> docker-login.sh [2023-02-22T20:27:43.081Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:27:43.359Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:27:43.635Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:27:43.635Z] Configure a credential helper to remove this warning. See [2023-02-22T20:27:43.635Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:27:43.635Z] [2023-02-22T20:27:43.635Z] Login Succeeded [2023-02-22T20:27:43.635Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:27:43.906Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:27:44.177Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:27:44.177Z] Configure a credential helper to remove this warning. See [2023-02-22T20:27:44.177Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:27:44.177Z] [2023-02-22T20:27:44.177Z] Login Succeeded [2023-02-22T20:27:44.177Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:27:44.448Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:27:44.448Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:27:44.448Z] Configure a credential helper to remove this warning. See [2023-02-22T20:27:44.448Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:27:44.448Z] [2023-02-22T20:27:44.448Z] Login Succeeded [2023-02-22T20:27:44.448Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:27:44.716Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:27:44.988Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:27:44.988Z] Configure a credential helper to remove this warning. See [2023-02-22T20:27:44.988Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:27:44.988Z] [2023-02-22T20:27:44.988Z] Login Succeeded [2023-02-22T20:27:44.988Z] docker.io [2023-02-22T20:27:44.988Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:27:45.266Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:27:45.266Z] Configure a credential helper to remove this warning. See [2023-02-22T20:27:45.266Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:27:45.266Z] [2023-02-22T20:27:45.266Z] Login Succeeded [2023-02-22T20:27:45.266Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:27:45.280Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-22T20:27:45.555Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:27:45.573Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:27:45.585Z] ========================================================= [2023-02-22T20:27:45.585Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-22T20:27:45.585Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:27:45.953Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-22T20:27:46.224Z] Sending build context to Docker daemon 11.85MB [2023-02-22T20:27:46.224Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:27:46.224Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-22T20:27:47.639Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-22T20:27:47.639Z] 9b18e9b68314: Pulling fs layer [2023-02-22T20:27:47.639Z] 35d82f9e3411: Pulling fs layer [2023-02-22T20:27:47.639Z] e16973657156: Pulling fs layer [2023-02-22T20:27:47.639Z] fc693d55d65f: Pulling fs layer [2023-02-22T20:27:47.639Z] 7e9fc2657dce: Pulling fs layer [2023-02-22T20:27:47.639Z] dda99020689f: Pulling fs layer [2023-02-22T20:27:47.639Z] db1c61fa0a46: Pulling fs layer [2023-02-22T20:27:47.639Z] 891c053d2c06: Pulling fs layer [2023-02-22T20:27:47.639Z] fc693d55d65f: Waiting [2023-02-22T20:27:47.639Z] 7e9fc2657dce: Waiting [2023-02-22T20:27:47.639Z] dda99020689f: Waiting [2023-02-22T20:27:47.639Z] db1c61fa0a46: Waiting [2023-02-22T20:27:47.639Z] 891c053d2c06: Waiting [2023-02-22T20:27:47.639Z] e16973657156: Verifying Checksum [2023-02-22T20:27:47.639Z] e16973657156: Download complete [2023-02-22T20:27:47.639Z] 35d82f9e3411: Verifying Checksum [2023-02-22T20:27:47.639Z] 35d82f9e3411: Download complete [2023-02-22T20:27:47.639Z] 7e9fc2657dce: Verifying Checksum [2023-02-22T20:27:47.639Z] 7e9fc2657dce: Download complete [2023-02-22T20:27:47.639Z] dda99020689f: Verifying Checksum [2023-02-22T20:27:47.639Z] dda99020689f: Download complete [2023-02-22T20:27:47.639Z] 9b18e9b68314: Verifying Checksum [2023-02-22T20:27:47.639Z] 9b18e9b68314: Download complete [2023-02-22T20:27:48.607Z] 9b18e9b68314: Pull complete [2023-02-22T20:27:48.607Z] 891c053d2c06: Verifying Checksum [2023-02-22T20:27:48.607Z] 891c053d2c06: Download complete [2023-02-22T20:27:48.878Z] 35d82f9e3411: Pull complete [2023-02-22T20:27:49.152Z] e16973657156: Pull complete [2023-02-22T20:27:49.744Z] db1c61fa0a46: Verifying Checksum [2023-02-22T20:27:49.744Z] db1c61fa0a46: Download complete [2023-02-22T20:27:50.333Z] fc693d55d65f: Verifying Checksum [2023-02-22T20:27:50.333Z] fc693d55d65f: Download complete [2023-02-22T20:28:02.687Z] fc693d55d65f: Pull complete [2023-02-22T20:28:02.956Z] 7e9fc2657dce: Pull complete [2023-02-22T20:28:03.238Z] dda99020689f: Pull complete [2023-02-22T20:28:09.928Z] db1c61fa0a46: Pull complete [2023-02-22T20:28:14.212Z] 891c053d2c06: Pull complete [2023-02-22T20:28:14.212Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-22T20:28:14.212Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-22T20:28:14.212Z] ---> f96f9c87975a [2023-02-22T20:28:14.212Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:28:15.648Z] ---> Running in f7e475f182aa [2023-02-22T20:28:15.919Z] Removing intermediate container f7e475f182aa [2023-02-22T20:28:15.919Z] ---> 1f8987d4a782 [2023-02-22T20:28:15.919Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:28:15.919Z] ---> Running in 045d2b6f768e [2023-02-22T20:28:16.200Z] Removing intermediate container 045d2b6f768e [2023-02-22T20:28:16.200Z] ---> 07a54557a411 [2023-02-22T20:28:16.200Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:28:16.473Z] ---> Running in 67caa0ece579 [2023-02-22T20:28:16.743Z] Removing intermediate container 67caa0ece579 [2023-02-22T20:28:16.743Z] ---> 133df5f856bd [2023-02-22T20:28:16.743Z] Step 6/12 : WORKDIR /device-virtual-go [2023-02-22T20:28:16.743Z] ---> Running in 360f4b33d789 [2023-02-22T20:28:17.016Z] Removing intermediate container 360f4b33d789 [2023-02-22T20:28:17.016Z] ---> 2ae3d8c13593 [2023-02-22T20:28:17.016Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:28:17.285Z] ---> Running in 521611e43b78 [2023-02-22T20:28:18.249Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:28:18.840Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:28:19.808Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-22T20:28:19.808Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-22T20:28:19.808Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-22T20:28:19.808Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-22T20:28:19.808Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:28:20.077Z] OK: 226 MiB in 55 packages [2023-02-22T20:28:21.051Z] Removing intermediate container 521611e43b78 [2023-02-22T20:28:21.051Z] ---> 0f352094ec98 [2023-02-22T20:28:21.051Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-22T20:28:21.650Z] ---> 3f0cb249903c [2023-02-22T20:28:21.650Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:28:21.650Z] ---> Running in 96914660357e [2023-02-22T20:29:58.487Z] Removing intermediate container 96914660357e [2023-02-22T20:29:58.487Z] ---> f26b2802c10d [2023-02-22T20:29:58.487Z] Step 10/12 : COPY . . [2023-02-22T20:29:58.487Z] ---> 22fe175026da [2023-02-22T20:29:58.487Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:29:58.487Z] ---> Running in a1729822b613 [2023-02-22T20:29:58.487Z] Removing intermediate container a1729822b613 [2023-02-22T20:29:58.487Z] ---> b6f5132874ee [2023-02-22T20:29:58.487Z] Step 12/12 : RUN $MAKE [2023-02-22T20:29:58.487Z] ---> Running in dd3f8fa52969 [2023-02-22T20:29:58.487Z] noop [2023-02-22T20:29:58.487Z] Removing intermediate container dd3f8fa52969 [2023-02-22T20:29:58.487Z] ---> 2964f8f76a27 [2023-02-22T20:29:58.487Z] Successfully built 2964f8f76a27 [2023-02-22T20:29:58.487Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:29:58.845Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T20:29:58.845Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:29:59.036Z] prd-ubuntu20.04-docker-arm64-4c-16g-7116 does not seem to be running inside a container [2023-02-22T20:29:59.108Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/86 -v /w/workspace/device-virtual-go/86:/w/workspace/device-virtual-go/86:rw,z -v /w/workspace/device-virtual-go/86@tmp:/w/workspace/device-virtual-go/86@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T20:30:00.384Z] $ docker top 11128ccaa12a38b3bc1d226ecf325d41f0e872e6eecacfda557e847798b7d5f4 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:30:01.240Z] + go version [2023-02-22T20:30:01.240Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-22T20:30:01.262Z] $ docker stop --time=1 11128ccaa12a38b3bc1d226ecf325d41f0e872e6eecacfda557e847798b7d5f4 [2023-02-22T20:30:02.911Z] $ docker rm -f --volumes 11128ccaa12a38b3bc1d226ecf325d41f0e872e6eecacfda557e847798b7d5f4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:30:03.447Z] + docker inspect -f . ci-base-image-arm64 [2023-02-22T20:30:03.447Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:30:03.622Z] prd-ubuntu20.04-docker-arm64-4c-16g-7116 does not seem to be running inside a container [2023-02-22T20:30:03.703Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/86 -v /w/workspace/device-virtual-go/86:/w/workspace/device-virtual-go/86:rw,z -v /w/workspace/device-virtual-go/86@tmp:/w/workspace/device-virtual-go/86@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-22T20:30:04.906Z] $ docker top 338325274c6ac8150c08600f7529e1e046d9487a385fd2b0ffae214ae1d5f35e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:30:05.434Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/86 [Pipeline] fileExists [Pipeline] sh [2023-02-22T20:30:06.042Z] + make test [2023-02-22T20:30:06.311Z] go test ./... -coverprofile=coverage.out [2023-02-22T20:30:08.262Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-02-22T20:31:44.941Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-02-22T20:31:44.941Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.134s coverage: 65.7% of statements [2023-02-22T20:31:44.941Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-22T20:31:44.941Z] go vet ./... [2023-02-22T20:32:03.188Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-22T20:32:03.188Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-22T20:32:03.188Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-22T20:32:03.473Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-22T20:32:03.491Z] $ docker stop --time=1 338325274c6ac8150c08600f7529e1e046d9487a385fd2b0ffae214ae1d5f35e [2023-02-22T20:32:05.300Z] $ docker rm -f --volumes 338325274c6ac8150c08600f7529e1e046d9487a385fd2b0ffae214ae1d5f35e [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:32:06.225Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-22T20:32:06.241Z] Warning: overwriting stash ‘coverage-report’ [2023-02-22T20:32:06.748Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-22T20:32:07.121Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-22T20:32:07.444Z] + ls -al . [2023-02-22T20:32:07.444Z] total 188 [2023-02-22T20:32:07.444Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:30 . [2023-02-22T20:32:07.444Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:27 .. [2023-02-22T20:32:07.445Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 22 20:27 .git [2023-02-22T20:32:07.445Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:27 .github [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 337 Feb 22 20:27 .gitignore [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 22 20:27 .golangci.yml [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 8641 Feb 22 20:27 Attribution.txt [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 11367 Feb 22 20:27 CHANGELOG.md [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 1646 Feb 22 20:27 Dockerfile [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 22 20:27 GOVERNANCE.md [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 22 20:27 Jenkinsfile [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 22 20:27 LICENSE [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 1661 Feb 22 20:27 Makefile [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 22 20:27 OWNERS.md [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 3578 Feb 22 20:27 README.md [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 12 Feb 22 20:24 VERSION [2023-02-22T20:32:07.445Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 22 20:27 bin [2023-02-22T20:32:07.445Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:27 cmd [2023-02-22T20:32:07.445Z] -rw-r--r-- 1 jenkins jenkins 44128 Feb 22 20:31 coverage.out [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 3252 Feb 22 20:27 go.mod [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 32588 Feb 22 20:27 go.sum [2023-02-22T20:32:07.445Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 22 20:27 internal [2023-02-22T20:32:07.445Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 22 20:27 snap [2023-02-22T20:32:07.445Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 22 20:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:32:07.794Z] + docker build -t device-virtual-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=d88ec883ceb54df0c16245cd6a1edd1f53729442 --label arch=arm64 --label version=3.0.0-dev.15 . [2023-02-22T20:32:08.068Z] Sending build context to Docker daemon 11.89MB [2023-02-22T20:32:08.338Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-22T20:32:08.338Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-22T20:32:08.338Z] ---> 2964f8f76a27 [2023-02-22T20:32:08.338Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-22T20:32:08.338Z] ---> Running in ac86cc4e64a6 [2023-02-22T20:32:08.616Z] Removing intermediate container ac86cc4e64a6 [2023-02-22T20:32:08.617Z] ---> df5afd1edacb [2023-02-22T20:32:08.617Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-22T20:32:08.888Z] ---> Running in 607f06535f74 [2023-02-22T20:32:09.163Z] Removing intermediate container 607f06535f74 [2023-02-22T20:32:09.163Z] ---> 157329856ba6 [2023-02-22T20:32:09.163Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-02-22T20:32:09.163Z] ---> Running in ff6bfa729417 [2023-02-22T20:32:09.758Z] Removing intermediate container ff6bfa729417 [2023-02-22T20:32:09.758Z] ---> 148a966e1249 [2023-02-22T20:32:09.758Z] Step 6/25 : WORKDIR /device-virtual-go [2023-02-22T20:32:09.758Z] ---> Running in 518e437c553e [2023-02-22T20:32:10.026Z] Removing intermediate container 518e437c553e [2023-02-22T20:32:10.026Z] ---> 0e36eb97bdc9 [2023-02-22T20:32:10.026Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-22T20:32:10.026Z] ---> Running in bdee98c9d6d7 [2023-02-22T20:32:11.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:32:11.448Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:32:12.878Z] OK: 226 MiB in 55 packages [2023-02-22T20:32:13.467Z] Removing intermediate container bdee98c9d6d7 [2023-02-22T20:32:13.467Z] ---> ac8311a13f85 [2023-02-22T20:32:13.467Z] Step 8/25 : COPY go.mod vendor* ./ [2023-02-22T20:32:14.063Z] ---> 090ea8afa80d [2023-02-22T20:32:14.063Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-22T20:32:14.332Z] ---> Running in 74328f69550a [2023-02-22T20:32:18.611Z] Removing intermediate container 74328f69550a [2023-02-22T20:32:18.611Z] ---> 86b19e88c982 [2023-02-22T20:32:18.611Z] Step 10/25 : COPY . . [2023-02-22T20:32:19.593Z] ---> f4be503c10a9 [2023-02-22T20:32:19.593Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-22T20:32:19.593Z] ---> Running in e6a17a20355a [2023-02-22T20:32:19.862Z] Removing intermediate container e6a17a20355a [2023-02-22T20:32:19.862Z] ---> e4677f6024ca [2023-02-22T20:32:19.862Z] Step 12/25 : RUN $MAKE [2023-02-22T20:32:19.862Z] ---> Running in 78a65a9268cd [2023-02-22T20:32:20.827Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=3.0.0-dev.15" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-02-22T20:34:42.652Z] Removing intermediate container 78a65a9268cd [2023-02-22T20:34:42.652Z] ---> a2f25209d79c [2023-02-22T20:34:42.652Z] Step 13/25 : FROM alpine:3.16 [2023-02-22T20:34:42.652Z] 3.16: Pulling from library/alpine [2023-02-22T20:34:42.652Z] 3760b48202b3: Pulling fs layer [2023-02-22T20:34:42.652Z] 3760b48202b3: Verifying Checksum [2023-02-22T20:34:42.652Z] 3760b48202b3: Download complete [2023-02-22T20:34:42.652Z] 3760b48202b3: Pull complete [2023-02-22T20:34:42.652Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-22T20:34:42.652Z] Status: Downloaded newer image for alpine:3.16 [2023-02-22T20:34:42.652Z] ---> 4c81e5bf8899 [2023-02-22T20:34:42.652Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-02-22T20:34:42.652Z] ---> Running in ee3776d1b4f1 [2023-02-22T20:34:42.652Z] Removing intermediate container ee3776d1b4f1 [2023-02-22T20:34:42.652Z] ---> f9cd270cd662 [2023-02-22T20:34:42.652Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-02-22T20:34:42.652Z] ---> Running in cec26ddcb9e7 [2023-02-22T20:34:42.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-22T20:34:42.652Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-22T20:34:42.652Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-22T20:34:42.652Z] Executing busybox-1.35.0-r17.trigger [2023-02-22T20:34:42.652Z] OK: 5 MiB in 15 packages [2023-02-22T20:34:42.652Z] Removing intermediate container cec26ddcb9e7 [2023-02-22T20:34:42.652Z] ---> e9c75ffbf366 [2023-02-22T20:34:42.652Z] Step 16/25 : WORKDIR / [2023-02-22T20:34:42.652Z] ---> Running in 3e7961c2b8c6 [2023-02-22T20:34:42.652Z] Removing intermediate container 3e7961c2b8c6 [2023-02-22T20:34:42.652Z] ---> 52b432aac4d0 [2023-02-22T20:34:42.652Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-02-22T20:34:42.652Z] ---> 068429efb39e [2023-02-22T20:34:42.652Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-02-22T20:34:43.238Z] ---> 8a15cd477aff [2023-02-22T20:34:43.238Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-02-22T20:34:44.661Z] ---> b15d99c78c33 [2023-02-22T20:34:44.661Z] Step 20/25 : EXPOSE 59900 [2023-02-22T20:34:44.661Z] ---> Running in 346e01102bdd [2023-02-22T20:34:44.930Z] Removing intermediate container 346e01102bdd [2023-02-22T20:34:44.930Z] ---> 3735e331d37b [2023-02-22T20:34:44.930Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-02-22T20:34:45.211Z] ---> Running in 842926cbc168 [2023-02-22T20:34:45.480Z] Removing intermediate container 842926cbc168 [2023-02-22T20:34:45.480Z] ---> dd2387ec4538 [2023-02-22T20:34:45.480Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-22T20:34:45.480Z] ---> Running in ff9718bff1e7 [2023-02-22T20:34:45.749Z] Removing intermediate container ff9718bff1e7 [2023-02-22T20:34:45.749Z] ---> 8068c9ccb3f9 [2023-02-22T20:34:45.749Z] Step 23/25 : LABEL arch=arm64 [2023-02-22T20:34:46.016Z] ---> Running in 20a806f107b3 [2023-02-22T20:34:46.283Z] Removing intermediate container 20a806f107b3 [2023-02-22T20:34:46.283Z] ---> 26c7372f2ad1 [2023-02-22T20:34:46.283Z] Step 24/25 : LABEL git_sha=d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:34:46.283Z] ---> Running in b033b1d62205 [2023-02-22T20:34:46.551Z] Removing intermediate container b033b1d62205 [2023-02-22T20:34:46.551Z] ---> 2eb53af82332 [2023-02-22T20:34:46.551Z] Step 25/25 : LABEL version=3.0.0-dev.15 [2023-02-22T20:34:46.551Z] ---> Running in b9de314be276 [2023-02-22T20:34:47.135Z] Removing intermediate container b9de314be276 [2023-02-22T20:34:47.135Z] ---> b70d90bde17a [2023-02-22T20:34:47.135Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-22T20:34:47.135Z] Successfully built b70d90bde17a [2023-02-22T20:34:47.135Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:34:47.261Z] provisioning config files... [2023-02-22T20:34:47.276Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/86@tmp/config9955648311689245802tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:34:47.617Z] ---> docker-login.sh [2023-02-22T20:34:47.617Z] nexus3.edgexfoundry.org:10001 [2023-02-22T20:34:47.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:47.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:47.885Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:47.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:47.885Z] [2023-02-22T20:34:47.885Z] Login Succeeded [2023-02-22T20:34:47.885Z] nexus3.edgexfoundry.org:10002 [2023-02-22T20:34:48.151Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:48.419Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:48.419Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:48.419Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:48.419Z] [2023-02-22T20:34:48.419Z] Login Succeeded [2023-02-22T20:34:48.419Z] nexus3.edgexfoundry.org:10003 [2023-02-22T20:34:48.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:48.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:48.687Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:48.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:48.687Z] [2023-02-22T20:34:48.687Z] Login Succeeded [2023-02-22T20:34:48.687Z] nexus3.edgexfoundry.org:10004 [2023-02-22T20:34:48.955Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:49.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:49.224Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:49.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:49.224Z] [2023-02-22T20:34:49.224Z] Login Succeeded [2023-02-22T20:34:49.224Z] docker.io [2023-02-22T20:34:49.492Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-22T20:34:49.761Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-22T20:34:49.761Z] Configure a credential helper to remove this warning. See [2023-02-22T20:34:49.761Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-22T20:34:49.761Z] [2023-02-22T20:34:49.761Z] Login Succeeded [2023-02-22T20:34:49.761Z] ---> docker-login.sh ends [Pipeline] } [2023-02-22T20:34:49.776Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:34:49.799Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-22T20:34:49.815Z] [edgeXDocker.push] Tagging docker image device-virtual-arm64 with the following tags: [2023-02-22T20:34:49.815Z] d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:34:49.815Z] latest [2023-02-22T20:34:49.815Z] 3.0.0-dev.15 [2023-02-22T20:34:49.815Z] d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [2023-02-22T20:34:49.815Z] main [2023-02-22T20:34:49.815Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:50.156Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:50.502Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:34:50.502Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-22T20:34:50.502Z] 32afa7465e8a: Preparing [2023-02-22T20:34:50.502Z] 52687166ad5b: Preparing [2023-02-22T20:34:50.502Z] d75580774b23: Preparing [2023-02-22T20:34:50.502Z] 97d51748ed0b: Preparing [2023-02-22T20:34:50.502Z] f70ee36035b9: Preparing [2023-02-22T20:34:50.502Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:50.772Z] 97d51748ed0b: Pushed [2023-02-22T20:34:50.772Z] 52687166ad5b: Pushed [2023-02-22T20:34:50.772Z] d75580774b23: Pushed [2023-02-22T20:34:56.122Z] 32afa7465e8a: Pushed [2023-02-22T20:34:56.123Z] d88ec883ceb54df0c16245cd6a1edd1f53729442: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:56.479Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:56.828Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-02-22T20:34:56.828Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-22T20:34:56.828Z] 32afa7465e8a: Preparing [2023-02-22T20:34:56.828Z] 52687166ad5b: Preparing [2023-02-22T20:34:56.828Z] d75580774b23: Preparing [2023-02-22T20:34:56.828Z] 97d51748ed0b: Preparing [2023-02-22T20:34:56.828Z] f70ee36035b9: Preparing [2023-02-22T20:34:56.828Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:56.828Z] d75580774b23: Layer already exists [2023-02-22T20:34:56.828Z] 32afa7465e8a: Layer already exists [2023-02-22T20:34:56.828Z] 97d51748ed0b: Layer already exists [2023-02-22T20:34:56.828Z] 52687166ad5b: Layer already exists [2023-02-22T20:34:56.828Z] latest: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:57.449Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:57.875Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.15 [2023-02-22T20:34:57.875Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-22T20:34:57.875Z] 32afa7465e8a: Preparing [2023-02-22T20:34:57.875Z] 52687166ad5b: Preparing [2023-02-22T20:34:57.875Z] d75580774b23: Preparing [2023-02-22T20:34:57.875Z] 97d51748ed0b: Preparing [2023-02-22T20:34:57.875Z] f70ee36035b9: Preparing [2023-02-22T20:34:57.875Z] 97d51748ed0b: Layer already exists [2023-02-22T20:34:57.875Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:57.875Z] d75580774b23: Layer already exists [2023-02-22T20:34:57.875Z] 32afa7465e8a: Layer already exists [2023-02-22T20:34:57.875Z] 52687166ad5b: Layer already exists [2023-02-22T20:34:58.146Z] 3.0.0-dev.15: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:58.519Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:58.881Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [2023-02-22T20:34:58.881Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-22T20:34:58.881Z] 32afa7465e8a: Preparing [2023-02-22T20:34:58.881Z] 52687166ad5b: Preparing [2023-02-22T20:34:58.881Z] d75580774b23: Preparing [2023-02-22T20:34:58.881Z] 97d51748ed0b: Preparing [2023-02-22T20:34:58.881Z] f70ee36035b9: Preparing [2023-02-22T20:34:58.881Z] 97d51748ed0b: Layer already exists [2023-02-22T20:34:58.881Z] 52687166ad5b: Layer already exists [2023-02-22T20:34:58.881Z] d75580774b23: Layer already exists [2023-02-22T20:34:58.881Z] 32afa7465e8a: Layer already exists [2023-02-22T20:34:58.881Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:58.881Z] d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:59.519Z] + docker tag device-virtual-arm64 nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:34:59.866Z] + docker push nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [2023-02-22T20:34:59.866Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-virtual-arm64] [2023-02-22T20:34:59.866Z] 32afa7465e8a: Preparing [2023-02-22T20:34:59.866Z] 52687166ad5b: Preparing [2023-02-22T20:34:59.866Z] d75580774b23: Preparing [2023-02-22T20:34:59.866Z] 97d51748ed0b: Preparing [2023-02-22T20:34:59.866Z] f70ee36035b9: Preparing [2023-02-22T20:34:59.867Z] 97d51748ed0b: Layer already exists [2023-02-22T20:34:59.867Z] d75580774b23: Layer already exists [2023-02-22T20:34:59.867Z] 52687166ad5b: Layer already exists [2023-02-22T20:34:59.867Z] f70ee36035b9: Layer already exists [2023-02-22T20:34:59.867Z] 32afa7465e8a: Layer already exists [2023-02-22T20:35:00.137Z] main: digest: sha256:582814e711ebf4b4ebd61162e9a5fd988c54ba95a0be59635e37ee280078c6b4 size: 1365 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-02-22T20:35:00.181Z] ===================================================== [Pipeline] echo [2023-02-22T20:35:00.186Z] taggedImages: [2023-02-22T20:35:00.186Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442 [2023-02-22T20:35:00.186Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:latest [2023-02-22T20:35:00.186Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:3.0.0-dev.15 [2023-02-22T20:35:00.186Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:d88ec883ceb54df0c16245cd6a1edd1f53729442-3.0.0-dev.15 [2023-02-22T20:35:00.186Z] - nexus3.edgexfoundry.org:10004/device-virtual-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:00.547Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:35:00.547Z] [2023-02-22T20:35:00.547Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:00.880Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:35:00.880Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-22T20:35:00.880Z] 8998bd30e6a1: Pulling fs layer [2023-02-22T20:35:00.880Z] 04944245beec: Pulling fs layer [2023-02-22T20:35:00.880Z] 699f458cf7ca: Pulling fs layer [2023-02-22T20:35:00.880Z] 765212b225bb: Pulling fs layer [2023-02-22T20:35:00.880Z] f23df028b6ca: Pulling fs layer [2023-02-22T20:35:00.880Z] d65c8cfc05b1: Pulling fs layer [2023-02-22T20:35:01.155Z] 2437ff75d9bd: Pulling fs layer [2023-02-22T20:35:01.155Z] 765212b225bb: Waiting [2023-02-22T20:35:01.155Z] d65c8cfc05b1: Waiting [2023-02-22T20:35:01.155Z] 2437ff75d9bd: Waiting [2023-02-22T20:35:01.155Z] f23df028b6ca: Waiting [2023-02-22T20:35:01.155Z] 04944245beec: Verifying Checksum [2023-02-22T20:35:01.155Z] 04944245beec: Download complete [2023-02-22T20:35:01.155Z] 765212b225bb: Verifying Checksum [2023-02-22T20:35:01.155Z] 765212b225bb: Download complete [2023-02-22T20:35:01.155Z] f23df028b6ca: Verifying Checksum [2023-02-22T20:35:01.155Z] f23df028b6ca: Download complete [2023-02-22T20:35:01.155Z] d65c8cfc05b1: Verifying Checksum [2023-02-22T20:35:01.155Z] d65c8cfc05b1: Download complete [2023-02-22T20:35:01.448Z] 699f458cf7ca: Verifying Checksum [2023-02-22T20:35:01.448Z] 699f458cf7ca: Download complete [2023-02-22T20:35:01.717Z] 8998bd30e6a1: Verifying Checksum [2023-02-22T20:35:01.717Z] 8998bd30e6a1: Download complete [2023-02-22T20:35:03.673Z] 2437ff75d9bd: Download complete [2023-02-22T20:35:05.620Z] 8998bd30e6a1: Pull complete [2023-02-22T20:35:06.205Z] 04944245beec: Pull complete [2023-02-22T20:35:07.614Z] 699f458cf7ca: Pull complete [2023-02-22T20:35:07.614Z] 765212b225bb: Pull complete [2023-02-22T20:35:08.574Z] f23df028b6ca: Pull complete [2023-02-22T20:35:08.574Z] d65c8cfc05b1: Pull complete [2023-02-22T20:35:23.578Z] 2437ff75d9bd: Pull complete [2023-02-22T20:35:23.578Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-22T20:35:23.578Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-22T20:35:23.578Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:23.775Z] prd-ubuntu20.04-docker-arm64-4c-16g-7116 does not seem to be running inside a container [2023-02-22T20:35:23.852Z] $ 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/device-virtual-go/86 -v /w/workspace/device-virtual-go/86:/w/workspace/device-virtual-go/86:rw,z -v /w/workspace/device-virtual-go/86@tmp:/w/workspace/device-virtual-go/86@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-22T20:35:26.715Z] $ docker top 67e33587d53ecef18348d0cf0fcd6e6ed89b8000f341ad0391c498b60c53f406 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:35:27.603Z] ---> job-cost.sh [2023-02-22T20:35:27.603Z] lf-activate-venv: SKIPPING [2023-02-22T20:35:27.603Z] INFO: No Stack... [2023-02-22T20:35:28.189Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-22T20:35:28.778Z] INFO: Archiving Costs [Pipeline] sh [2023-02-22T20:35:29.427Z] + cat /w/workspace/device-virtual-go/86/archives/cost.csv [2023-02-22T20:35:29.427Z] + cut -d, -f6 [Pipeline] lock [2023-02-22T20:35:29.513Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [2023-02-22T20:35:29.522Z] Resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] did not exist. Created. [2023-02-22T20:35:29.522Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-22T20:35:30.193Z] /w/workspace/device-virtual-go/86@tmp/durable-ce3e2041/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-22T20:35:30.862Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-22T20:35:30.887Z] Warning: overwriting stash ‘stack-cost’ [2023-02-22T20:35:30.947Z] Stashed 1 file(s) [Pipeline] } [2023-02-22T20:35:30.954Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-main-86-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-22T20:35:30.982Z] $ docker stop --time=1 67e33587d53ecef18348d0cf0fcd6e6ed89b8000f341ad0391c498b60c53f406 [2023-02-22T20:35:32.560Z] $ docker rm -f --volumes 67e33587d53ecef18348d0cf0fcd6e6ed89b8000f341ad0391c498b60c53f406 [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 [2023-02-22T20:35:32.937Z] provisioning config files... [2023-02-22T20:35:32.944Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config13843126411072244352tmp [Pipeline] { [Pipeline] sh [2023-02-22T20:35:33.237Z] + set +x [2023-02-22T20:35:33.237Z] + curl -s https://codecov.io/bash [2023-02-22T20:35:33.237Z] + bash -s -- [2023-02-22T20:35:33.237Z] [2023-02-22T20:35:33.237Z] _____ _ [2023-02-22T20:35:33.237Z] / ____| | | [2023-02-22T20:35:33.237Z] | | ___ __| | ___ ___ _____ __ [2023-02-22T20:35:33.237Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-22T20:35:33.237Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-22T20:35:33.237Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-22T20:35:33.237Z] Bash-1.0.6 [2023-02-22T20:35:33.237Z] [2023-02-22T20:35:33.237Z] [2023-02-22T20:35:33.237Z] ==> git version 2.25.1 found [2023-02-22T20:35:33.237Z] ==> 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 [2023-02-22T20:35:33.237Z] Release-Date: 2020-01-08 [2023-02-22T20:35:33.237Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-22T20:35:33.237Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-22T20:35:33.237Z] ==> Jenkins CI detected. [2023-02-22T20:35:33.237Z] current dir:  /w/workspace/exfoundry_device-virtual-go_main [2023-02-22T20:35:33.237Z] project root: . [2023-02-22T20:35:33.237Z] --> token set from env [2023-02-22T20:35:33.237Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-22T20:35:33.237Z] ==> Running gcov in . (disable via -X gcov) [2023-02-22T20:35:33.237Z] ==> Python coveragepy not found [2023-02-22T20:35:33.237Z] ==> Searching for coverage reports in: [2023-02-22T20:35:33.237Z] + . [2023-02-22T20:35:33.237Z] -> Found 1 reports [2023-02-22T20:35:33.237Z] ==> Detecting git/mercurial file structure [2023-02-22T20:35:33.237Z] ==> Reading reports [2023-02-22T20:35:33.237Z] + ./coverage.out bytes=44128 [2023-02-22T20:35:33.237Z] ==> Appending adjustments [2023-02-22T20:35:33.237Z] https://docs.codecov.io/docs/fixing-reports [2023-02-22T20:35:33.495Z] + Found adjustments [2023-02-22T20:35:33.495Z] ==> Gzipping contents [2023-02-22T20:35:33.495Z] 8.0K /tmp/codecov.qpfVUF.gz [2023-02-22T20:35:33.495Z] ==> Uploading reports [2023-02-22T20:35:33.495Z] url: https://codecov.io [2023-02-22T20:35:33.495Z] query: branch=main&commit=d88ec883ceb54df0c16245cd6a1edd1f53729442&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F86%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T20:35:33.495Z] -> Pinging Codecov [2023-02-22T20:35:33.495Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=main&commit=d88ec883ceb54df0c16245cd6a1edd1f53729442&build=86&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2Fmain%2F86%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=&job=&cmd_args= [2023-02-22T20:35:33.495Z] -> Uploading to [2023-02-22T20:35:33.495Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-22/5E52B4B073DB2E39498172D8E973AA87/d88ec883ceb54df0c16245cd6a1edd1f53729442/08228e98-a118-434a-8892-d8ac8ef0c01a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230222%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230222T203533Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=344cec6e33390d98adf49eee728d601904215e43ec518cca6db067b5935f4c33 [2023-02-22T20:35:33.495Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-22T20:35:33.495Z] Dload Upload Total Spent Left Speed [2023-02-22T20:35:34.015Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5484 0 0 100 5484 0 27014 --:--:-- --:--:-- --:--:-- 26882 100 5484 0 0 100 5484 0 17464 --:--:-- --:--:-- --:--:-- 17409 [2023-02-22T20:35:34.015Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] } [2023-02-22T20:35:34.021Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-02-22T20:35:34.216Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-02-22T20:35:34.229Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:34.540Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:35:34.540Z] [2023-02-22T20:35:34.540Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:34.833Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:35:34.833Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-02-22T20:35:34.833Z] df9b9388f04a: Pulling fs layer [2023-02-22T20:35:34.833Z] 52dc419b0ee2: Pulling fs layer [2023-02-22T20:35:34.833Z] 25bc292e5bac: Pulling fs layer [2023-02-22T20:35:34.833Z] 114826534d7a: Pulling fs layer [2023-02-22T20:35:34.833Z] 4657fd5d0bcf: Pulling fs layer [2023-02-22T20:35:34.833Z] 6ad1cebc031e: Pulling fs layer [2023-02-22T20:35:34.833Z] 8a3aa393b2d8: Pulling fs layer [2023-02-22T20:35:34.833Z] 4657fd5d0bcf: Waiting [2023-02-22T20:35:34.833Z] 8a3aa393b2d8: Waiting [2023-02-22T20:35:34.833Z] 6ad1cebc031e: Waiting [2023-02-22T20:35:34.833Z] 114826534d7a: Waiting [2023-02-22T20:35:34.833Z] 25bc292e5bac: Verifying Checksum [2023-02-22T20:35:34.833Z] 25bc292e5bac: Download complete [2023-02-22T20:35:34.833Z] 52dc419b0ee2: Verifying Checksum [2023-02-22T20:35:34.833Z] 52dc419b0ee2: Download complete [2023-02-22T20:35:34.833Z] 4657fd5d0bcf: Verifying Checksum [2023-02-22T20:35:34.833Z] 4657fd5d0bcf: Download complete [2023-02-22T20:35:34.833Z] df9b9388f04a: Verifying Checksum [2023-02-22T20:35:34.833Z] df9b9388f04a: Download complete [2023-02-22T20:35:35.093Z] df9b9388f04a: Pull complete [2023-02-22T20:35:35.093Z] 6ad1cebc031e: Verifying Checksum [2023-02-22T20:35:35.093Z] 6ad1cebc031e: Download complete [2023-02-22T20:35:35.093Z] 52dc419b0ee2: Pull complete [2023-02-22T20:35:35.354Z] 25bc292e5bac: Pull complete [2023-02-22T20:35:35.613Z] 114826534d7a: Verifying Checksum [2023-02-22T20:35:35.613Z] 114826534d7a: Download complete [2023-02-22T20:35:35.870Z] 8a3aa393b2d8: Verifying Checksum [2023-02-22T20:35:35.870Z] 8a3aa393b2d8: Download complete [2023-02-22T20:35:39.154Z] 114826534d7a: Pull complete [2023-02-22T20:35:39.154Z] 4657fd5d0bcf: Pull complete [2023-02-22T20:35:39.154Z] 6ad1cebc031e: Pull complete [2023-02-22T20:35:41.682Z] 8a3aa393b2d8: Pull complete [2023-02-22T20:35:41.682Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-02-22T20:35:41.682Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-02-22T20:35:41.682Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:41.761Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:35:41.796Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-02-22T20:35:46.130Z] $ docker top b82579e399d3c35691e7300189a78d8179e50b347e00fb02314d68efee94f5d6 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-02-22T20:35:46.186Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-virtual-go:main' [Pipeline] sh [2023-02-22T20:35:46.465Z] + set -o pipefail [2023-02-22T20:35:46.465Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-virtual-go:main' [2023-02-22T20:35:53.047Z] [2023-02-22T20:35:53.047Z] Monitoring /w/workspace/exfoundry_device-virtual-go_main (github.com/edgexfoundry/device-virtual-go)... [2023-02-22T20:35:53.047Z] [2023-02-22T20:35:53.047Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/28e35fd0-54c0-4b4d-8115-61bcd17c2ff8/history/e10b3009-5502-47cb-a8d5-1433e5c51c85 [2023-02-22T20:35:53.047Z] [2023-02-22T20:35:53.047Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-02-22T20:35:53.047Z] [2023-02-22T20:35:53.047Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-02-22T20:35:53.047Z] [2023-02-22T20:35:53.047Z] [2023-02-22T20:35:53.047Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-02-22T20:35:53.047Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-02-22T20:35:53.047Z] More details here: https://snyk.co/ue1NS [Pipeline] } [2023-02-22T20:35:53.065Z] $ docker stop --time=1 b82579e399d3c35691e7300189a78d8179e50b347e00fb02314d68efee94f5d6 [2023-02-22T20:35:56.939Z] $ docker rm -f --volumes b82579e399d3c35691e7300189a78d8179e50b347e00fb02314d68efee94f5d6 [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 [2023-02-22T20:35:57.611Z] + git log --format=format:%s -1 d88ec883ceb54df0c16245cd6a1edd1f53729442 [Pipeline] sh [2023-02-22T20:35:57.906Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:35:57.906Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:35:58.223Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:35:58.224Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:35:58.295Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:35:58.334Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T20:35:58.864Z] $ docker top 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 -eo pid,comm [2023-02-22T20:35:58.905Z] 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). [2023-02-22T20:35:58.905Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:35:58.943Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:35:58.943Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:35:59.046Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:35:59.056Z] $ docker exec 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 ssh-agent [2023-02-22T20:35:59.165Z] SSH_AUTH_SOCK=/tmp/ssh-kOu3a2oVtb5E/agent.32 [2023-02-22T20:35:59.165Z] SSH_AGENT_PID=38 [2023-02-22T20:35:59.171Z] Running ssh-add (command line suppressed) [2023-02-22T20:35:59.278Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_666502786390920742.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_666502786390920742.key) [2023-02-22T20:35:59.283Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:35:59.571Z] + git semver tag [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,751 [run_tag] DEBUG tag force:False [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,751 [check_head_tag] DEBUG check head tag [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,752 [execute] INFO git cat-file --batch-check [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,752 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,756 [execute] INFO git cat-file --batch [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,756 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=) [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,776 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,776 [execute] INFO git tag -a v3.0.0-dev.15 -m v3.0.0-dev.15 [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,776 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.15', '-m', 'v3.0.0-dev.15'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:35:59.831Z] 2023-02-22 20:35:59,782 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:35:59.831Z] 3.0.0-dev.15 [Pipeline] } [2023-02-22T20:35:59.848Z] $ docker exec --env ******** --env ******** 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 ssh-agent -k [2023-02-22T20:35:59.945Z] unset SSH_AUTH_SOCK; [2023-02-22T20:35:59.945Z] unset SSH_AGENT_PID; [2023-02-22T20:35:59.945Z] echo Agent pid 38 killed; [2023-02-22T20:35:59.947Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:36:00.246Z] + git semver [Pipeline] } [2023-02-22T20:36:00.528Z] $ docker stop --time=1 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 [2023-02-22T20:36:01.826Z] $ docker rm -f --volumes 25dcd6ec65c282519fa2895a16067506a040374b21e30dfcf996bbe4d32bcab6 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:36:02.207Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:36:02.207Z] [2023-02-22T20:36:02.207Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:36:02.510Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:36:02.510Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-02-22T20:36:02.510Z] ab5ef0e58194: Pulling fs layer [2023-02-22T20:36:02.510Z] 9712f1f96733: Pulling fs layer [2023-02-22T20:36:02.510Z] 63f879dbbcfc: Pulling fs layer [2023-02-22T20:36:02.510Z] 0d9ebad4ef96: Pulling fs layer [2023-02-22T20:36:02.510Z] e9a5061849ea: Pulling fs layer [2023-02-22T20:36:02.510Z] d747dcd14b5f: Pulling fs layer [2023-02-22T20:36:02.510Z] 2de7ff778b66: Pulling fs layer [2023-02-22T20:36:02.510Z] d747dcd14b5f: Waiting [2023-02-22T20:36:02.510Z] 0d9ebad4ef96: Waiting [2023-02-22T20:36:02.510Z] e9a5061849ea: Waiting [2023-02-22T20:36:02.510Z] 2de7ff778b66: Waiting [2023-02-22T20:36:02.510Z] 9712f1f96733: Verifying Checksum [2023-02-22T20:36:02.510Z] 9712f1f96733: Download complete [2023-02-22T20:36:03.102Z] 63f879dbbcfc: Verifying Checksum [2023-02-22T20:36:03.102Z] 63f879dbbcfc: Download complete [2023-02-22T20:36:03.362Z] 0d9ebad4ef96: Verifying Checksum [2023-02-22T20:36:03.362Z] 0d9ebad4ef96: Download complete [2023-02-22T20:36:03.362Z] d747dcd14b5f: Verifying Checksum [2023-02-22T20:36:03.362Z] d747dcd14b5f: Download complete [2023-02-22T20:36:03.362Z] e9a5061849ea: Verifying Checksum [2023-02-22T20:36:03.362Z] e9a5061849ea: Download complete [2023-02-22T20:36:03.362Z] ab5ef0e58194: Verifying Checksum [2023-02-22T20:36:03.362Z] ab5ef0e58194: Download complete [2023-02-22T20:36:03.362Z] 2de7ff778b66: Verifying Checksum [2023-02-22T20:36:03.362Z] 2de7ff778b66: Download complete [2023-02-22T20:36:05.902Z] ab5ef0e58194: Pull complete [2023-02-22T20:36:05.902Z] 9712f1f96733: Pull complete [2023-02-22T20:36:06.468Z] 63f879dbbcfc: Pull complete [2023-02-22T20:36:09.745Z] 0d9ebad4ef96: Pull complete [2023-02-22T20:36:10.003Z] e9a5061849ea: Pull complete [2023-02-22T20:36:10.003Z] d747dcd14b5f: Pull complete [2023-02-22T20:36:10.939Z] 2de7ff778b66: Pull complete [2023-02-22T20:36:10.939Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-02-22T20:36:10.939Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-02-22T20:36:10.939Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:36:11.025Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:36:11.064Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-02-22T20:36:16.380Z] $ docker top ce5a4ceddcf5d687d93fa91c72bbd0e9cc2dae9308ccd9733cc023abe24f4659 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:36:16.444Z] provisioning config files... [2023-02-22T20:36:16.450Z] copy managed file [sigul-config] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config615988139503160324tmp [2023-02-22T20:36:16.459Z] copy managed file [sigul-password] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config2825548842856090437tmp [2023-02-22T20:36:16.468Z] copy managed file [sigul-pki] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config12331609930326850655tmp [Pipeline] { [Pipeline] echo [2023-02-22T20:36:16.484Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:16.766Z] ---> sigul-configuration.sh [2023-02-22T20:36:16.766Z] gpg: directory `/root/.gnupg' created [2023-02-22T20:36:16.766Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-02-22T20:36:16.766Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-02-22T20:36:16.766Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-02-22T20:36:16.766Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-02-22T20:36:16.766Z] gpg: CAST5 encrypted data [2023-02-22T20:36:16.766Z] gpg: encrypted with 1 passphrase [2023-02-22T20:36:16.766Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-02-22T20:36:17.050Z] + mkdir /home/jenkins [2023-02-22T20:36:17.050Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-02-22T20:36:17.339Z] + 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 [2023-02-22T20:36:17.348Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:17.638Z] ---> sigul-install.sh [2023-02-22T20:36:17.638Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-02-22T20:36:17.927Z] + git tag --list [2023-02-22T20:36:17.927Z] v1.0.0 [2023-02-22T20:36:17.927Z] v1.1.0 [2023-02-22T20:36:17.927Z] v1.1.1 [2023-02-22T20:36:17.927Z] v1.2.1 [2023-02-22T20:36:17.927Z] v1.2.2 [2023-02-22T20:36:17.927Z] v1.2.3 [2023-02-22T20:36:17.927Z] v1.3.0 [2023-02-22T20:36:17.927Z] v1.3.1 [2023-02-22T20:36:17.927Z] v2.0.0 [2023-02-22T20:36:17.927Z] v2.1.0 [2023-02-22T20:36:17.927Z] v2.1.1 [2023-02-22T20:36:17.927Z] v2.1.1-dev.1 [2023-02-22T20:36:17.927Z] v2.1.1-dev.2 [2023-02-22T20:36:17.927Z] v2.2.0 [2023-02-22T20:36:17.927Z] v2.2.1-dev.1 [2023-02-22T20:36:17.927Z] v2.2.1-dev.2 [2023-02-22T20:36:17.927Z] v2.2.1-dev.3 [2023-02-22T20:36:17.927Z] v2.2.1-dev.4 [2023-02-22T20:36:17.927Z] v2.2.1-dev.5 [2023-02-22T20:36:17.927Z] v2.2.1-dev.6 [2023-02-22T20:36:17.927Z] v2.2.1-dev.7 [2023-02-22T20:36:17.927Z] v2.2.1-dev.8 [2023-02-22T20:36:17.927Z] v2.3.0 [2023-02-22T20:36:17.927Z] v2.3.0-dev.10 [2023-02-22T20:36:17.927Z] v2.3.0-dev.11 [2023-02-22T20:36:17.927Z] v2.3.0-dev.12 [2023-02-22T20:36:17.927Z] v2.3.0-dev.13 [2023-02-22T20:36:17.927Z] v2.3.0-dev.14 [2023-02-22T20:36:17.927Z] v2.3.0-dev.15 [2023-02-22T20:36:17.927Z] v2.3.0-dev.16 [2023-02-22T20:36:17.927Z] v2.3.0-dev.17 [2023-02-22T20:36:17.927Z] v2.3.0-dev.18 [2023-02-22T20:36:17.927Z] v2.3.0-dev.19 [2023-02-22T20:36:17.927Z] v2.3.0-dev.20 [2023-02-22T20:36:17.927Z] v2.3.0-dev.21 [2023-02-22T20:36:17.927Z] v2.3.0-dev.22 [2023-02-22T20:36:17.927Z] v2.3.0-dev.23 [2023-02-22T20:36:17.927Z] v2.3.0-dev.24 [2023-02-22T20:36:17.927Z] v2.3.0-dev.25 [2023-02-22T20:36:17.927Z] v2.3.0-dev.26 [2023-02-22T20:36:17.927Z] v2.3.0-dev.27 [2023-02-22T20:36:17.927Z] v2.3.0-dev.28 [2023-02-22T20:36:17.927Z] v2.3.0-dev.29 [2023-02-22T20:36:17.927Z] v2.3.0-dev.30 [2023-02-22T20:36:17.927Z] v2.3.0-dev.8 [2023-02-22T20:36:17.927Z] v2.3.0-dev.9 [2023-02-22T20:36:17.927Z] v3.0.0-dev.1 [2023-02-22T20:36:17.927Z] v3.0.0-dev.10 [2023-02-22T20:36:17.927Z] v3.0.0-dev.11 [2023-02-22T20:36:17.927Z] v3.0.0-dev.12 [2023-02-22T20:36:17.927Z] v3.0.0-dev.13 [2023-02-22T20:36:17.927Z] v3.0.0-dev.14 [2023-02-22T20:36:17.927Z] v3.0.0-dev.15 [2023-02-22T20:36:17.927Z] v3.0.0-dev.2 [2023-02-22T20:36:17.927Z] v3.0.0-dev.3 [2023-02-22T20:36:17.927Z] v3.0.0-dev.4 [2023-02-22T20:36:17.927Z] v3.0.0-dev.5 [2023-02-22T20:36:17.927Z] v3.0.0-dev.6 [2023-02-22T20:36:17.927Z] v3.0.0-dev.7 [2023-02-22T20:36:17.927Z] v3.0.0-dev.8 [2023-02-22T20:36:17.927Z] v3.0.0-dev.9 [Pipeline] sh [2023-02-22T20:36:18.209Z] + lftools sign git-tag v3.0.0-dev.15 [2023-02-22T20:36:18.776Z] Signing Git tag with Sigul... [2023-02-22T20:36:18.776Z] Signing v3.0.0-dev.15 [Pipeline] echo [2023-02-22T20:36:19.043Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:19.325Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-02-22T20:36:19.331Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-02-22T20:36:19.357Z] $ docker stop --time=1 ce5a4ceddcf5d687d93fa91c72bbd0e9cc2dae9308ccd9733cc023abe24f4659 [2023-02-22T20:36:20.621Z] $ docker rm -f --volumes ce5a4ceddcf5d687d93fa91c72bbd0e9cc2dae9308ccd9733cc023abe24f4659 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-02-22T20:36:21.025Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:36:21.025Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:36:21.323Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:36:21.323Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:36:21.395Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:36:21.430Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T20:36:21.785Z] $ docker top 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:36:21.863Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:36:21.863Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:36:21.977Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:36:21.988Z] $ docker exec 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 ssh-agent [2023-02-22T20:36:22.092Z] SSH_AUTH_SOCK=/tmp/ssh-GH0WCqbhN3sR/agent.32 [2023-02-22T20:36:22.092Z] SSH_AGENT_PID=38 [2023-02-22T20:36:22.097Z] Running ssh-add (command line suppressed) [2023-02-22T20:36:22.209Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6874882459614140847.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_6874882459614140847.key) [2023-02-22T20:36:22.214Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:36:22.502Z] + git semver bump pre [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,697 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,697 [bump_version] DEBUG bumping version:3.0.0-dev.15 on axis:pre with prefix:dev [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,697 [bump_version] DEBUG bumped version:3.0.0-dev.16 [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,697 [write_version] DEBUG write version:3.0.0-dev.16 to path:/w/workspace/exfoundry_device-virtual-go_main/.semver/main with force:True [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,697 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,697 [write_file] DEBUG write to file:/w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,700 [execute] INFO git cat-file --batch-check [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,700 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,705 [execute] INFO git cat-file --batch [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,705 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:36:22.761Z] 2023-02-22 20:36:22,710 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:36:22.761Z] 3.0.0-dev.16 [Pipeline] } [2023-02-22T20:36:22.779Z] $ docker exec --env ******** --env ******** 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 ssh-agent -k [2023-02-22T20:36:22.876Z] unset SSH_AUTH_SOCK; [2023-02-22T20:36:22.876Z] unset SSH_AGENT_PID; [2023-02-22T20:36:22.876Z] echo Agent pid 38 killed; [2023-02-22T20:36:22.878Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:36:23.180Z] + git semver [Pipeline] } [2023-02-22T20:36:23.458Z] $ docker stop --time=1 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 [2023-02-22T20:36:24.712Z] $ docker rm -f --volumes 1396189f5a95f1648ef57c05c3afe8ccbe3ac9b97c23cb57695b5016e63539b4 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-22T20:36:25.034Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-22T20:36:25.035Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:36:25.332Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-22T20:36:25.332Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:36:25.400Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:36:25.437Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-22T20:36:25.759Z] $ docker top dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e -eo pid,comm [2023-02-22T20:36:25.793Z] 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). [2023-02-22T20:36:25.793Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-22T20:36:25.840Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-22T20:36:25.840Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-22T20:36:25.949Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-22T20:36:25.960Z] $ docker exec dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e ssh-agent [2023-02-22T20:36:26.052Z] SSH_AUTH_SOCK=/tmp/ssh-mGUkzHR9a9Qi/agent.31 [2023-02-22T20:36:26.052Z] SSH_AGENT_PID=37 [2023-02-22T20:36:26.056Z] Running ssh-add (command line suppressed) [2023-02-22T20:36:26.171Z] Identity added: /w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12330666742735988855.key (/w/workspace/exfoundry_device-virtual-go_main@tmp/private_key_12330666742735988855.key) [2023-02-22T20:36:26.175Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-22T20:36:26.460Z] + git semver push [2023-02-22T20:36:26.718Z] 2023-02-22 20:36:26,652 [run_push] DEBUG push [2023-02-22T20:36:26.718Z] 2023-02-22 20:36:26,653 [execute] INFO git cat-file --batch-check [2023-02-22T20:36:26.719Z] 2023-02-22 20:36:26,653 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=) [2023-02-22T20:36:26.719Z] 2023-02-22 20:36:26,657 [execute] INFO git rev-list f7ef3fd013b869a4fdae7e73c7e85a5929dfb4fe -- [2023-02-22T20:36:26.719Z] 2023-02-22 20:36:26,657 [execute] DEBUG Popen(['git', 'rev-list', 'f7ef3fd013b869a4fdae7e73c7e85a5929dfb4fe', '--'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:36:26.719Z] 2023-02-22 20:36:26,664 [execute] INFO git fetch -v origin [2023-02-22T20:36:26.719Z] 2023-02-22 20:36:26,664 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-02-22T20:36:27.286Z] 2023-02-22 20:36:27,246 [run_push] DEBUG no remote changes detected [2023-02-22T20:36:27.286Z] 2023-02-22 20:36:27,246 [execute] INFO git push origin semver [2023-02-22T20:36:27.287Z] 2023-02-22 20:36:27,246 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/exfoundry_device-virtual-go_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:36:28.224Z] 2023-02-22 20:36:28,118 [run_push] DEBUG push all version tags [2023-02-22T20:36:28.224Z] 2023-02-22 20:36:28,119 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-02-22T20:36:28.224Z] 2023-02-22 20:36:28,119 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/exfoundry_device-virtual-go_main, universal_newlines=False, shell=None, istream=None) [2023-02-22T20:36:29.162Z] 2023-02-22 20:36:28,925 [read_version] DEBUG read version from /w/workspace/exfoundry_device-virtual-go_main/.semver/main [2023-02-22T20:36:29.162Z] 3.0.0-dev.16 [Pipeline] } [2023-02-22T20:36:29.179Z] $ docker exec --env ******** --env ******** dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e ssh-agent -k [2023-02-22T20:36:29.277Z] unset SSH_AUTH_SOCK; [2023-02-22T20:36:29.277Z] unset SSH_AGENT_PID; [2023-02-22T20:36:29.277Z] echo Agent pid 37 killed; [2023-02-22T20:36:29.279Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-22T20:36:29.585Z] + git semver [Pipeline] } [2023-02-22T20:36:29.868Z] $ docker stop --time=1 dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e [2023-02-22T20:36:31.161Z] $ docker rm -f --volumes dbfd03d5885279f12377df1350c368829f17ddf3399cd1c000fe7622dd513d8e [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 [2023-02-22T20:36:31.713Z] + [ -d /w/workspace/exfoundry_device-virtual-go_main/archives ] [2023-02-22T20:36:31.713Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-02-22T20:36:31.713Z] total 16 [2023-02-22T20:36:31.713Z] drwxr-xr-x 3 root root 4096 Feb 22 20:26 . [2023-02-22T20:36:31.713Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:36 .. [2023-02-22T20:36:31.713Z] drwxr-xr-x 2 root root 4096 Feb 22 20:26 cost [2023-02-22T20:36:31.713Z] -rw-r--r-- 1 root root 88 Feb 22 20:26 cost.csv [2023-02-22T20:36:31.713Z] + sudo chown -R jenkins:jenkins /w/workspace/exfoundry_device-virtual-go_main/archives [2023-02-22T20:36:31.713Z] + ls -al /w/workspace/exfoundry_device-virtual-go_main/archives [2023-02-22T20:36:31.713Z] total 16 [2023-02-22T20:36:31.713Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 22 20:26 . [2023-02-22T20:36:31.713Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 22 20:36 .. [2023-02-22T20:36:31.713Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 22 20:26 cost [2023-02-22T20:36:31.713Z] -rw-r--r-- 1 jenkins jenkins 88 Feb 22 20:26 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:32.004Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:32.865Z] ---> package-listing.sh [2023-02-22T20:36:32.865Z] ++ facter osfamily [2023-02-22T20:36:32.865Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-22T20:36:33.125Z] + OS_FAMILY=debian [2023-02-22T20:36:33.125Z] + workspace=/w/workspace/exfoundry_device-virtual-go_main [2023-02-22T20:36:33.125Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-22T20:36:33.125Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-22T20:36:33.125Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-22T20:36:33.125Z] + PACKAGES=/tmp/packages_start.txt [2023-02-22T20:36:33.125Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-02-22T20:36:33.125Z] + PACKAGES=/tmp/packages_end.txt [2023-02-22T20:36:33.125Z] + case "${OS_FAMILY}" in [2023-02-22T20:36:33.125Z] + dpkg -l [2023-02-22T20:36:33.125Z] + grep '^ii' [2023-02-22T20:36:33.125Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-22T20:36:33.125Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-22T20:36:33.125Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-22T20:36:33.125Z] + '[' /w/workspace/exfoundry_device-virtual-go_main ']' [2023-02-22T20:36:33.125Z] + mkdir -p /w/workspace/exfoundry_device-virtual-go_main/archives/ [2023-02-22T20:36:33.125Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/exfoundry_device-virtual-go_main/archives/ [Pipeline] echo [2023-02-22T20:36:33.135Z] 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/exfoundry_device-virtual-go_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-22T20:36:33.413Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-22T20:36:33.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-22T20:36:33.972Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-22T20:36:34.040Z] prd-ubuntu20.04-docker-8c-8g-7114 does not seem to be running inside a container [2023-02-22T20:36:34.081Z] $ 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/exfoundry_device-virtual-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/exfoundry_device-virtual-go_main -v /w/workspace/exfoundry_device-virtual-go_main:/w/workspace/exfoundry_device-virtual-go_main:rw,z -v /w/workspace/exfoundry_device-virtual-go_main@tmp:/w/workspace/exfoundry_device-virtual-go_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-22T20:36:34.472Z] $ docker top 2698932b20466c48753360f5fcded18d70a68a0b66947d436a6a8fd9acec55ce -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-22T20:36:34.803Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-22T20:36:35.120Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-22T20:36:35.491Z] + ls /var/log/sa-host [2023-02-22T20:36:35.491Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-22T20:36:35.575Z] provisioning config files... [2023-02-22T20:36:35.596Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/exfoundry_device-virtual-go_main@tmp/config8307291502089536949tmp [Pipeline] { [Pipeline] echo [2023-02-22T20:36:35.611Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:35.889Z] ---> create-netrc.sh [Pipeline] } [2023-02-22T20:36:35.897Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:36.213Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-22T20:36:36.222Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:36.506Z] ---> sudo-logs.sh [2023-02-22T20:36:36.506Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-22T20:36:36.532Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:36.814Z] ---> job-cost.sh [2023-02-22T20:36:36.814Z] lf-activate-venv: SKIPPING [2023-02-22T20:36:36.814Z] DEBUG: total: 0.2199999988079071 [2023-02-22T20:36:36.814Z] INFO: Retrieving Stack Cost... [2023-02-22T20:36:37.384Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-22T20:36:37.643Z] INFO: Archiving Costs [Pipeline] echo [2023-02-22T20:36:37.657Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-22T20:36:37.943Z] ---> logs-deploy.sh [2023-02-22T20:36:37.943Z] lf-activate-venv: SKIPPING [2023-02-22T20:36:37.943Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/main/86 [2023-02-22T20:36:37.943Z] INFO: archiving workspace using pattern(s): [2023-02-22T20:36:38.880Z] Archives upload complete. [2023-02-22T20:36:38.880Z] INFO: archiving logs to Nexus