Pull request #351 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 371bf72d35d50f7e68a96a26d9351d7a5432dd4a+2d65b484a22f596f8919e49ec102563afd6becd3 (e7177f890422b700406b96ab6ffced096bd7f66d) 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-ssh6584669810119223100.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-ssh2568127680604585221.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 Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 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/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8299993945694600847.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > 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 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/PR-351/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11544043244601038678.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 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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-ssh8802296442060586266.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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-virtual-go/branches/PR-351/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 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/PR-351/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10006335372571906476.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 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 Running on prd-ubuntu20.04-docker-8c-8g-9397 in /w/workspace/foundry_device-virtual-go_PR-351 [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/foundry_device-virtual-go_PR-351 # 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 > 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 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 2d65b484a22f596f8919e49ec102563afd6becd3 into PR head commit 371bf72d35d50f7e68a96a26d9351d7a5432dd4a Merge succeeded, producing 371bf72d35d50f7e68a96a26d9351d7a5432dd4a Checking out Revision 371bf72d35d50f7e68a96a26d9351d7a5432dd4a (PR-351) > git config core.sparsecheckout # timeout=10 > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge 2d65b484a22f596f8919e49ec102563afd6becd3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 Commit message: "refactor: consume device-sdk-go breaking changes" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-03-09T04:32:38.957Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-03-09T04:32:39.120Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-09T04:32:39.211Z] ========================================================= [2023-03-09T04:32:39.211Z] EdgeX Global Pipelines Version Info [2023-03-09T04:32:39.211Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:32:39.946Z] ------------------- [2023-03-09T04:32:39.946Z] stable info: [2023-03-09T04:32:39.946Z] ------------------- [2023-03-09T04:32:39.946Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-09T04:32:39.946Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T04:32:39.946Z] Message: update stable to v1.0.244 [2023-03-09T04:32:40.516Z] ------------------- [2023-03-09T04:32:40.517Z] experimental info: [2023-03-09T04:32:40.517Z] ------------------- [2023-03-09T04:32:40.517Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-09T04:32:40.517Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-09T04:32:40.517Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-09T04:32:40.789Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-03-09T04:32:40.831Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-03-09T04:32:40.865Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-09T04:32:40.907Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-09T04:32:40.942Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-09T04:32:40.978Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-09T04:32:41.021Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-09T04:32:41.062Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-09T04:32:41.170Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-09T04:32:41.210Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-09T04:32:41.251Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-09T04:32:41.291Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-03-09T04:32:41.333Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-09T04:32:41.374Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-09T04:32:41.415Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T04:32:41.452Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-09T04:32:41.491Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T04:32:41.530Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-09T04:32:41.571Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-09T04:32:41.615Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-09T04:32:41.667Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-09T04:32:41.703Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-09T04:32:41.738Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-09T04:32:41.775Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-09T04:32:41.810Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-09T04:32:41.846Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-09T04:32:41.887Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-09T04:32:41.921Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-351 [Pipeline] echo [2023-03-09T04:32:41.957Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-351 [Pipeline] echo [2023-03-09T04:32:41.998Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-351 [Pipeline] echo [2023-03-09T04:32:42.034Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo [2023-03-09T04:32:42.078Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 371bf72 [Pipeline] echo [2023-03-09T04:32:42.113Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T04:32:42.222Z] provisioning config files... [2023-03-09T04:32:42.236Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config11210887237420059525tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:32:42.589Z] ---> docker-login.sh [2023-03-09T04:32:42.589Z] nexus3.edgexfoundry.org:10001 [2023-03-09T04:32:42.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:42.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:42.851Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:42.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:42.851Z] [2023-03-09T04:32:42.851Z] Login Succeeded [2023-03-09T04:32:42.851Z] nexus3.edgexfoundry.org:10002 [2023-03-09T04:32:42.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:42.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:42.851Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:42.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:42.851Z] [2023-03-09T04:32:42.851Z] Login Succeeded [2023-03-09T04:32:42.851Z] nexus3.edgexfoundry.org:10003 [2023-03-09T04:32:43.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:43.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:43.112Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:43.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:43.112Z] [2023-03-09T04:32:43.112Z] Login Succeeded [2023-03-09T04:32:43.112Z] nexus3.edgexfoundry.org:10004 [2023-03-09T04:32:43.112Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:43.112Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:43.112Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:43.112Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:43.112Z] [2023-03-09T04:32:43.112Z] Login Succeeded [2023-03-09T04:32:43.112Z] docker.io [2023-03-09T04:32:43.372Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:43.372Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:43.372Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:43.372Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:43.372Z] [2023-03-09T04:32:43.372Z] Login Succeeded [2023-03-09T04:32:43.372Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T04:32:43.400Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-09T04:32:44.014Z] + git rev-list -1 --merges 371bf72d35d50f7e68a96a26d9351d7a5432dd4a~1..371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo [2023-03-09T04:32:44.076Z] -----------> git rev-list -1 --merges 371bf72d35d50f7e68a96a26d9351d7a5432dd4a~1..371bf72d35d50f7e68a96a26d9351d7a5432dd4a 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [false] [Pipeline] sh [2023-03-09T04:32:44.380Z] + git log --format=format:%s -1 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo [2023-03-09T04:32:44.416Z] ========================================================= [2023-03-09T04:32:44.416Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-09T04:32:44.416Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T04:32:44.846Z] + git log --format=format:%s -1 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] echo [2023-03-09T04:32:44.876Z] [semverPrep] GIT_COMMIT: 371bf72d35d50f7e68a96a26d9351d7a5432dd4a, Commit Message: refactor: consume device-sdk-go breaking changes [Pipeline] echo [2023-03-09T04:32:44.905Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-09T04:32:45.270Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-09T04:32:45.270Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-09T04:32:45.270Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-09T04:32:45.270Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-09T04:32:45.271Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-09T04:32:45.271Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-09T04:32:45.271Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:32:45.680Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T04:32:45.680Z] [2023-03-09T04:32:45.680Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:32:46.063Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T04:32:46.063Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-09T04:32:46.063Z] b85a868b505f: Pulling fs layer [2023-03-09T04:32:46.063Z] e2be974225ed: Pulling fs layer [2023-03-09T04:32:46.063Z] 339a4e72a1f5: Pulling fs layer [2023-03-09T04:32:46.063Z] 988bab9f4d93: Pulling fs layer [2023-03-09T04:32:46.063Z] 1469e6f7b9e6: Pulling fs layer [2023-03-09T04:32:46.063Z] eaf3925da568: Pulling fs layer [2023-03-09T04:32:46.063Z] bab4dde63d76: Pulling fs layer [2023-03-09T04:32:46.063Z] bde34c3a00c8: Pulling fs layer [2023-03-09T04:32:46.063Z] b352a97aabf1: Pulling fs layer [2023-03-09T04:32:46.063Z] 4872d77fe225: Pulling fs layer [2023-03-09T04:32:46.063Z] 5851b861e8e6: Pulling fs layer [2023-03-09T04:32:46.063Z] 988bab9f4d93: Waiting [2023-03-09T04:32:46.063Z] 1469e6f7b9e6: Waiting [2023-03-09T04:32:46.063Z] b352a97aabf1: Waiting [2023-03-09T04:32:46.063Z] 5851b861e8e6: Waiting [2023-03-09T04:32:46.063Z] eaf3925da568: Waiting [2023-03-09T04:32:46.063Z] bab4dde63d76: Waiting [2023-03-09T04:32:46.063Z] 4872d77fe225: Waiting [2023-03-09T04:32:46.063Z] bde34c3a00c8: Waiting [2023-03-09T04:32:46.063Z] e2be974225ed: Verifying Checksum [2023-03-09T04:32:46.063Z] e2be974225ed: Download complete [2023-03-09T04:32:46.063Z] 988bab9f4d93: Download complete [2023-03-09T04:32:46.338Z] 1469e6f7b9e6: Verifying Checksum [2023-03-09T04:32:46.338Z] 1469e6f7b9e6: Download complete [2023-03-09T04:32:46.338Z] 339a4e72a1f5: Verifying Checksum [2023-03-09T04:32:46.338Z] 339a4e72a1f5: Download complete [2023-03-09T04:32:46.338Z] eaf3925da568: Verifying Checksum [2023-03-09T04:32:46.338Z] eaf3925da568: Download complete [2023-03-09T04:32:46.338Z] bde34c3a00c8: Download complete [2023-03-09T04:32:46.338Z] b352a97aabf1: Download complete [2023-03-09T04:32:46.338Z] 4872d77fe225: Verifying Checksum [2023-03-09T04:32:46.338Z] 4872d77fe225: Download complete [2023-03-09T04:32:46.338Z] 5851b861e8e6: Verifying Checksum [2023-03-09T04:32:46.338Z] 5851b861e8e6: Download complete [2023-03-09T04:32:46.338Z] b85a868b505f: Verifying Checksum [2023-03-09T04:32:46.338Z] b85a868b505f: Download complete [2023-03-09T04:32:46.598Z] bab4dde63d76: Verifying Checksum [2023-03-09T04:32:46.598Z] bab4dde63d76: Download complete [2023-03-09T04:32:47.571Z] b85a868b505f: Pull complete [2023-03-09T04:32:47.836Z] e2be974225ed: Pull complete [2023-03-09T04:32:48.095Z] 339a4e72a1f5: Pull complete [2023-03-09T04:32:48.355Z] 988bab9f4d93: Pull complete [2023-03-09T04:32:48.615Z] 1469e6f7b9e6: Pull complete [2023-03-09T04:32:48.615Z] eaf3925da568: Pull complete [2023-03-09T04:32:50.517Z] bab4dde63d76: Pull complete [2023-03-09T04:32:50.517Z] bde34c3a00c8: Pull complete [2023-03-09T04:32:50.517Z] b352a97aabf1: Pull complete [2023-03-09T04:32:50.776Z] 4872d77fe225: Pull complete [2023-03-09T04:32:50.776Z] 5851b861e8e6: Pull complete [2023-03-09T04:32:50.776Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-09T04:32:50.776Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-09T04:32:50.776Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:32:50.972Z] prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container [2023-03-09T04:32:50.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-09T04:32:52.179Z] $ docker top b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-09T04:32:52.363Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T04:32:52.364Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T04:32:52.473Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T04:32:52.473Z] $ docker exec b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent [2023-03-09T04:32:52.577Z] SSH_AUTH_SOCK=/tmp/ssh-7XtjPKhwOdsL/agent.31 [2023-03-09T04:32:52.577Z] SSH_AGENT_PID=37 [2023-03-09T04:32:52.584Z] Running ssh-add (command line suppressed) [2023-03-09T04:32:52.683Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_5635256578065279953.key (/w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_5635256578065279953.key) [2023-03-09T04:32:52.699Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T04:32:53.031Z] + git tag --points-at HEAD [Pipeline] } [2023-03-09T04:32:53.054Z] $ docker exec --env ******** --env ******** b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent -k [2023-03-09T04:32:53.155Z] unset SSH_AUTH_SOCK; [2023-03-09T04:32:53.156Z] unset SSH_AGENT_PID; [2023-03-09T04:32:53.156Z] echo Agent pid 37 killed; [2023-03-09T04:32:53.168Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-09T04:32:53.259Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-09T04:32:53.259Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-09T04:32:53.373Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-09T04:32:53.373Z] $ docker exec b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent [2023-03-09T04:32:53.480Z] SSH_AUTH_SOCK=/tmp/ssh-pY7aOJSDmlkw/agent.69 [2023-03-09T04:32:53.480Z] SSH_AGENT_PID=75 [2023-03-09T04:32:53.485Z] Running ssh-add (command line suppressed) [2023-03-09T04:32:53.590Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_14670161155928307907.key (/w/workspace/foundry_device-virtual-go_PR-351@tmp/private_key_14670161155928307907.key) [2023-03-09T04:32:53.606Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-09T04:32:53.937Z] + git semver init [2023-03-09T04:32:54.195Z] 2023-03-09 04:32:54,116 [run_init] DEBUG init version:0.0.0 force:False [2023-03-09T04:32:54.195Z] 2023-03-09 04:32:54,116 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-351/.semver [2023-03-09T04:32:54.196Z] 2023-03-09 04:32:54,117 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-351/.semver [2023-03-09T04:32:54.196Z] 2023-03-09 04:32:54,117 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-351/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-351, universal_newlines=False, shell=None, istream=None) [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,113 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-351/.git/info/exclude [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,114 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-351/.semver/PR-351 with force:False [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,114 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-351/.semver/PR-351 [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,117 [execute] INFO git cat-file --batch-check [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,118 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-351/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,123 [execute] INFO git cat-file --batch [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,124 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-351/.semver, universal_newlines=False, shell=None, istream=) [2023-03-09T04:32:55.134Z] 2023-03-09 04:32:55,129 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-351/.semver/PR-351 [2023-03-09T04:32:55.134Z] 0.0.0 [Pipeline] } [2023-03-09T04:32:55.408Z] $ docker exec --env ******** --env ******** b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 ssh-agent -k [2023-03-09T04:32:55.510Z] unset SSH_AUTH_SOCK; [2023-03-09T04:32:55.511Z] unset SSH_AGENT_PID; [2023-03-09T04:32:55.511Z] echo Agent pid 75 killed; [2023-03-09T04:32:55.521Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-09T04:32:55.948Z] + git semver [Pipeline] } [2023-03-09T04:32:56.235Z] $ docker stop --time=1 b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 [2023-03-09T04:32:57.553Z] $ docker rm -f --volumes b95331b1c9f106bbed37e265c7a71151c270ba1d06e1d9bb35997cc4cfbd1754 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T04:32:57.959Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-09T04:32:58.225Z] Stashed 1 file(s) [Pipeline] echo [2023-03-09T04:32:58.242Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T04:32:58.852Z] provisioning config files... [2023-03-09T04:32:58.862Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config11437003680622477073tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:32:59.000Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-9403 in /w/workspace/foundry_device-virtual-go_PR-351 [Pipeline] { [Pipeline] ws [2023-03-09T04:32:59.056Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-03-09T04:32:59.143Z] The recommended git tool is: git [2023-03-09T04:32:59.206Z] ---> docker-login.sh [2023-03-09T04:32:59.206Z] nexus3.edgexfoundry.org:10001 [2023-03-09T04:32:59.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:59.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:59.206Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:59.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:59.206Z] [2023-03-09T04:32:59.206Z] Login Succeeded [2023-03-09T04:32:59.206Z] nexus3.edgexfoundry.org:10002 [2023-03-09T04:32:59.206Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:59.206Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:59.206Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:59.206Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:59.206Z] [2023-03-09T04:32:59.206Z] Login Succeeded [2023-03-09T04:32:59.206Z] nexus3.edgexfoundry.org:10003 [2023-03-09T04:32:59.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:59.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:59.468Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:59.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:59.468Z] [2023-03-09T04:32:59.468Z] Login Succeeded [2023-03-09T04:32:59.468Z] nexus3.edgexfoundry.org:10004 [2023-03-09T04:32:59.468Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:59.468Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:59.468Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:59.468Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:59.468Z] [2023-03-09T04:32:59.468Z] Login Succeeded [2023-03-09T04:32:59.468Z] docker.io [2023-03-09T04:32:59.727Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:32:59.727Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:32:59.727Z] Configure a credential helper to remove this warning. See [2023-03-09T04:32:59.727Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:32:59.727Z] [2023-03-09T04:32:59.727Z] Login Succeeded [2023-03-09T04:32:59.727Z] ---> docker-login.sh ends [Pipeline] } [2023-03-09T04:32:59.754Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-09T04:32:59.955Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T04:32:59.996Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T04:33:00.030Z] ========================================================= [2023-03-09T04:33:00.030Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-09T04:33:00.030Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:33:00.489Z] + 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-03-09T04:33:00.489Z] Sending build context to Docker daemon 23.43MB [2023-03-09T04:33:00.489Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T04:33:00.489Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-09T04:33:00.752Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-09T04:33:00.752Z] 213ec9aee27d: Pulling fs layer [2023-03-09T04:33:00.752Z] 4583459ba037: Pulling fs layer [2023-03-09T04:33:00.752Z] 93c1e223e6f2: Pulling fs layer [2023-03-09T04:33:00.752Z] 53926ce57604: Pulling fs layer [2023-03-09T04:33:00.752Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-09T04:33:00.752Z] 22ff95d597cd: Pulling fs layer [2023-03-09T04:33:00.752Z] 12d6caf4c0d1: Pulling fs layer [2023-03-09T04:33:00.752Z] 96b7cbca73a9: Pulling fs layer [2023-03-09T04:33:00.752Z] a7acece74701: Pulling fs layer [2023-03-09T04:33:00.752Z] 21b2b0c7a3f4: Waiting [2023-03-09T04:33:00.752Z] 53926ce57604: Waiting [2023-03-09T04:33:00.752Z] 22ff95d597cd: Waiting [2023-03-09T04:33:00.752Z] 12d6caf4c0d1: Waiting [2023-03-09T04:33:00.752Z] 96b7cbca73a9: Waiting [2023-03-09T04:33:00.752Z] a7acece74701: Waiting [2023-03-09T04:33:00.752Z] 93c1e223e6f2: Verifying Checksum [2023-03-09T04:33:00.752Z] 93c1e223e6f2: Download complete [2023-03-09T04:33:00.752Z] 4583459ba037: Verifying Checksum [2023-03-09T04:33:00.752Z] 4583459ba037: Download complete [2023-03-09T04:33:00.752Z] 21b2b0c7a3f4: Verifying Checksum [2023-03-09T04:33:00.752Z] 21b2b0c7a3f4: Download complete [2023-03-09T04:33:00.752Z] 22ff95d597cd: Download complete [2023-03-09T04:33:00.752Z] 213ec9aee27d: Verifying Checksum [2023-03-09T04:33:00.752Z] 213ec9aee27d: Download complete [2023-03-09T04:33:00.752Z] 12d6caf4c0d1: Download complete [2023-03-09T04:33:00.752Z] 213ec9aee27d: Pull complete [2023-03-09T04:33:01.017Z] 4583459ba037: Pull complete [2023-03-09T04:33:01.017Z] 93c1e223e6f2: Pull complete [2023-03-09T04:33:01.279Z] a7acece74701: Verifying Checksum [2023-03-09T04:33:01.279Z] a7acece74701: Download complete [2023-03-09T04:33:01.539Z] 96b7cbca73a9: Verifying Checksum [2023-03-09T04:33:01.539Z] 96b7cbca73a9: Download complete [2023-03-09T04:33:01.797Z] 53926ce57604: Download complete [2023-03-09T04:33:04.853Z] using credential edgex-jenkins-ssh [2023-03-09T04:33:04.870Z] Cloning the remote Git repository [2023-03-09T04:33:04.910Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-03-09T04:33:04.995Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-03-09T04:33:05.158Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-09T04:33:05.159Z] > git --version # timeout=10 [2023-03-09T04:33:05.180Z] > git --version # 'git version 2.25.1' [2023-03-09T04:33:05.183Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T04:33:05.252Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T04:33:05.980Z] 53926ce57604: Pull complete [2023-03-09T04:33:05.980Z] 21b2b0c7a3f4: Pull complete [2023-03-09T04:33:05.980Z] 22ff95d597cd: Pull complete [2023-03-09T04:33:05.980Z] 12d6caf4c0d1: Pull complete [2023-03-09T04:33:07.878Z] 96b7cbca73a9: Pull complete [2023-03-09T04:33:07.302Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-09T04:33:07.339Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-09T04:33:08.812Z] a7acece74701: Pull complete [2023-03-09T04:33:08.812Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-09T04:33:08.812Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-09T04:33:08.812Z] ---> db6d94c90886 [2023-03-09T04:33:08.812Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T04:33:08.921Z] Merging remotes/origin/main commit 2d65b484a22f596f8919e49ec102563afd6becd3 into PR head commit 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [2023-03-09T04:33:09.176Z] Merge succeeded, producing 371bf72d35d50f7e68a96a26d9351d7a5432dd4a [2023-03-09T04:33:09.177Z] Checking out Revision 371bf72d35d50f7e68a96a26d9351d7a5432dd4a (PR-351) [2023-03-09T04:33:08.270Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-09T04:33:08.312Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-09T04:33:08.314Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T04:33:08.332Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/351/head:refs/remotes/origin/PR-351 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-09T04:33:08.936Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T04:33:08.958Z] > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 [2023-03-09T04:33:09.050Z] > git remote # timeout=10 [2023-03-09T04:33:09.073Z] > git config --get remote.origin.url # timeout=10 [2023-03-09T04:33:09.100Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-09T04:33:09.116Z] > git merge 2d65b484a22f596f8919e49ec102563afd6becd3 # timeout=10 [2023-03-09T04:33:09.145Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-09T04:33:09.175Z] > git config core.sparsecheckout # timeout=10 [2023-03-09T04:33:09.196Z] > git checkout -f 371bf72d35d50f7e68a96a26d9351d7a5432dd4a # timeout=10 [2023-03-09T04:33:10.714Z] ---> Running in 2ec63a4ce943 [2023-03-09T04:33:10.714Z] Removing intermediate container 2ec63a4ce943 [2023-03-09T04:33:10.714Z] ---> ad30473c367c [2023-03-09T04:33:10.714Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T04:33:10.714Z] ---> Running in c7b438cf3063 [2023-03-09T04:33:10.714Z] Removing intermediate container c7b438cf3063 [2023-03-09T04:33:10.714Z] ---> 258d563e661b [2023-03-09T04:33:10.714Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-09T04:33:10.714Z] ---> Running in cbd0a151afdb [2023-03-09T04:33:10.714Z] Removing intermediate container cbd0a151afdb [2023-03-09T04:33:10.714Z] ---> b830b0b83aec [2023-03-09T04:33:10.714Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-09T04:33:10.714Z] ---> Running in 1cbd4646944b [2023-03-09T04:33:10.973Z] Removing intermediate container 1cbd4646944b [2023-03-09T04:33:10.973Z] ---> a8a89160268c [2023-03-09T04:33:10.973Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T04:33:10.973Z] ---> Running in 5e49eec53ee7 [2023-03-09T04:33:11.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T04:33:11.231Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T04:33:11.838Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-09T04:33:11.838Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-09T04:33:11.838Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-09T04:33:11.838Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-09T04:33:11.838Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T04:33:11.838Z] OK: 216 MiB in 55 packages [2023-03-09T04:33:12.098Z] Removing intermediate container 5e49eec53ee7 [2023-03-09T04:33:12.098Z] ---> d20b1ce6734f [2023-03-09T04:33:12.098Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-09T04:33:12.357Z] ---> 215d76712204 [2023-03-09T04:33:12.357Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T04:33:12.357Z] ---> Running in 0ad730a14ddc [2023-03-09T04:33:12.747Z] Commit message: "refactor: consume device-sdk-go breaking changes" [2023-03-09T04:33:12.791Z] > git --version # timeout=10 [2023-03-09T04:33:12.803Z] > git --version # 'git version 2.25.1' [2023-03-09T04:33:12.818Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T04:33:13.890Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-09T04:33:13.890Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T04:33:13.890Z] Dload Upload Total Spent Left Speed [2023-03-09T04:33:13.890Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 69677 0 --:--:-- --:--:-- --:--:-- 69677 100 12751 100 12751 0 0 69298 0 --:--:-- --:--:-- --:--:-- 68924 [Pipeline] sh [2023-03-09T04:33:14.624Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-09T04:33:14.978Z] + sudo tee /etc/docker/daemon.new [2023-03-09T04:33:14.978Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-09T04:33:14.978Z] { [2023-03-09T04:33:14.978Z] "registry-mirrors": [ [2023-03-09T04:33:14.978Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-09T04:33:14.978Z] ], [2023-03-09T04:33:14.978Z] "bip": "10.250.0.254/24", [2023-03-09T04:33:14.978Z] "hosts": [ [2023-03-09T04:33:14.978Z] "tcp://0.0.0.0:5555", [2023-03-09T04:33:14.978Z] "unix:///var/run/docker.sock" [2023-03-09T04:33:14.978Z] ], [2023-03-09T04:33:14.978Z] "mtu": 1458, [2023-03-09T04:33:14.978Z] "selinux-enabled": true, [2023-03-09T04:33:14.978Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-09T04:33:14.978Z] } [Pipeline] sh [2023-03-09T04:33:15.336Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-09T04:33:15.692Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T04:33:34.031Z] provisioning config files... [2023-03-09T04:33:34.061Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config4788587275608534770tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:33:34.283Z] Removing intermediate container 0ad730a14ddc [2023-03-09T04:33:34.283Z] ---> 0d37f7c240f4 [2023-03-09T04:33:34.283Z] Step 10/12 : COPY . . [2023-03-09T04:33:34.283Z] ---> 0b81a1d20939 [2023-03-09T04:33:34.283Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T04:33:34.283Z] ---> Running in 6b6230f6550d [2023-03-09T04:33:34.283Z] Removing intermediate container 6b6230f6550d [2023-03-09T04:33:34.283Z] ---> d029a7a426f1 [2023-03-09T04:33:34.283Z] Step 12/12 : RUN $MAKE [2023-03-09T04:33:34.283Z] ---> Running in b6c069dfbe44 [2023-03-09T04:33:34.283Z] noop [2023-03-09T04:33:34.283Z] Removing intermediate container b6c069dfbe44 [2023-03-09T04:33:34.283Z] ---> 4a81748cf9d7 [2023-03-09T04:33:34.283Z] Successfully built 4a81748cf9d7 [2023-03-09T04:33:34.283Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:33:34.454Z] ---> docker-login.sh [2023-03-09T04:33:34.454Z] nexus3.edgexfoundry.org:10001 [2023-03-09T04:33:34.730Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T04:33:34.730Z] . [2023-03-09T04:33:34.738Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:33:34.906Z] prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container [2023-03-09T04:33:34.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-09T04:33:35.011Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:33:35.011Z] Configure a credential helper to remove this warning. See [2023-03-09T04:33:35.011Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:33:35.011Z] [2023-03-09T04:33:35.011Z] Login Succeeded [2023-03-09T04:33:35.011Z] nexus3.edgexfoundry.org:10002 [2023-03-09T04:33:35.285Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:33:35.294Z] $ docker top c2a9636ea070ac98722f5f472fb4508249ef1ec5782e4307543832924f4aa6ef -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T04:33:35.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:33:35.560Z] Configure a credential helper to remove this warning. See [2023-03-09T04:33:35.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:33:35.560Z] [2023-03-09T04:33:35.560Z] Login Succeeded [2023-03-09T04:33:35.560Z] nexus3.edgexfoundry.org:10003 [2023-03-09T04:33:35.717Z] + go version [2023-03-09T04:33:35.717Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-09T04:33:35.744Z] $ docker stop --time=1 c2a9636ea070ac98722f5f472fb4508249ef1ec5782e4307543832924f4aa6ef [2023-03-09T04:33:35.831Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:33:35.831Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:33:35.831Z] Configure a credential helper to remove this warning. See [2023-03-09T04:33:35.831Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:33:35.831Z] [2023-03-09T04:33:35.831Z] Login Succeeded [2023-03-09T04:33:35.831Z] nexus3.edgexfoundry.org:10004 [2023-03-09T04:33:36.516Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-09T04:33:36.788Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:33:36.788Z] Configure a credential helper to remove this warning. See [2023-03-09T04:33:36.788Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:33:36.788Z] [2023-03-09T04:33:36.788Z] Login Succeeded [2023-03-09T04:33:36.788Z] docker.io [2023-03-09T04:33:37.040Z] $ docker rm -f --volumes c2a9636ea070ac98722f5f472fb4508249ef1ec5782e4307543832924f4aa6ef [2023-03-09T04:33:37.056Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [2023-03-09T04:33:37.325Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-09T04:33:37.325Z] Configure a credential helper to remove this warning. See [2023-03-09T04:33:37.325Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-09T04:33:37.325Z] [2023-03-09T04:33:37.325Z] Login Succeeded [2023-03-09T04:33:37.325Z] ---> docker-login.sh ends [Pipeline] // stage [Pipeline] } [2023-03-09T04:33:37.384Z] Deleting 1 temporary files [Pipeline] stage [Pipeline] { (Test) [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] echo [2023-03-09T04:33:37.782Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T04:33:37.818Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-09T04:33:37.851Z] ========================================================= [2023-03-09T04:33:37.851Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-09T04:33:37.851Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [2023-03-09T04:33:37.935Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-09T04:33:37.935Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:33:38.071Z] prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container [2023-03-09T04:33:38.098Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-03-09T04:33:38.477Z] $ docker top 534522b302f6310c7606ab7c6ea891cc88b6161e66594c70e5cb3a2d011cc3fa -eo pid,comm [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [Pipeline] sh [2023-03-09T04:33:38.909Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-351 [Pipeline] fileExists [Pipeline] sh [2023-03-09T04:33:38.991Z] + 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-03-09T04:33:39.261Z] Sending build context to Docker daemon 11.88MB [2023-03-09T04:33:39.268Z] + make test [2023-03-09T04:33:39.268Z] go test ./... -coverprofile=coverage.out [2023-03-09T04:33:39.526Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-09T04:33:39.533Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T04:33:39.533Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-09T04:33:39.533Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-09T04:33:39.533Z] 9b18e9b68314: Pulling fs layer [2023-03-09T04:33:39.533Z] 35d82f9e3411: Pulling fs layer [2023-03-09T04:33:39.533Z] e16973657156: Pulling fs layer [2023-03-09T04:33:39.533Z] fc693d55d65f: Pulling fs layer [2023-03-09T04:33:39.533Z] 7e9fc2657dce: Pulling fs layer [2023-03-09T04:33:39.533Z] dda99020689f: Pulling fs layer [2023-03-09T04:33:39.533Z] db1c61fa0a46: Pulling fs layer [2023-03-09T04:33:39.533Z] 891c053d2c06: Pulling fs layer [2023-03-09T04:33:39.533Z] fc693d55d65f: Waiting [2023-03-09T04:33:39.533Z] 7e9fc2657dce: Waiting [2023-03-09T04:33:39.533Z] dda99020689f: Waiting [2023-03-09T04:33:39.533Z] db1c61fa0a46: Waiting [2023-03-09T04:33:39.533Z] 891c053d2c06: Waiting [2023-03-09T04:33:39.533Z] e16973657156: Verifying Checksum [2023-03-09T04:33:39.533Z] e16973657156: Download complete [2023-03-09T04:33:39.533Z] 35d82f9e3411: Download complete [2023-03-09T04:33:39.533Z] 7e9fc2657dce: Verifying Checksum [2023-03-09T04:33:39.533Z] 7e9fc2657dce: Download complete [2023-03-09T04:33:39.812Z] 9b18e9b68314: Verifying Checksum [2023-03-09T04:33:39.812Z] 9b18e9b68314: Download complete [2023-03-09T04:33:39.812Z] dda99020689f: Verifying Checksum [2023-03-09T04:33:39.812Z] dda99020689f: Download complete [2023-03-09T04:33:40.412Z] 9b18e9b68314: Pull complete [2023-03-09T04:33:40.687Z] 891c053d2c06: Verifying Checksum [2023-03-09T04:33:40.687Z] 891c053d2c06: Download complete [2023-03-09T04:33:41.281Z] 35d82f9e3411: Pull complete [2023-03-09T04:33:41.562Z] e16973657156: Pull complete [2023-03-09T04:33:42.152Z] db1c61fa0a46: Verifying Checksum [2023-03-09T04:33:42.152Z] db1c61fa0a46: Download complete [2023-03-09T04:33:42.744Z] fc693d55d65f: Verifying Checksum [2023-03-09T04:33:49.497Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-09T04:33:49.497Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.061s coverage: 65.7% of statements [2023-03-09T04:33:56.006Z] fc693d55d65f: Pull complete [2023-03-09T04:33:56.006Z] 7e9fc2657dce: Pull complete [2023-03-09T04:33:56.006Z] dda99020689f: Pull complete [2023-03-09T04:33:56.053Z] 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-03-09T04:33:56.053Z] go vet ./... [2023-03-09T04:33:59.335Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T04:33:59.335Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T04:33:59.335Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T04:33:59.621Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T04:33:59.648Z] $ docker stop --time=1 534522b302f6310c7606ab7c6ea891cc88b6161e66594c70e5cb3a2d011cc3fa [2023-03-09T04:34:01.516Z] $ docker rm -f --volumes 534522b302f6310c7606ab7c6ea891cc88b6161e66594c70e5cb3a2d011cc3fa [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T04:34:02.025Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T04:34:02.098Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-09T04:34:02.698Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T04:34:03.008Z] + ls -al . [2023-03-09T04:34:03.008Z] total 192 [2023-03-09T04:34:03.008Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 9 04:33 . [2023-03-09T04:34:03.008Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:32 .. [2023-03-09T04:34:03.008Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 04:33 .git [2023-03-09T04:34:03.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:32 .github [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 9 04:32 .gitignore [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 04:32 .golangci.yml [2023-03-09T04:34:03.008Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 04:32 .semver [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 9 04:32 Attribution.txt [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 9 04:32 CHANGELOG.md [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 9 04:32 Dockerfile [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 04:32 GOVERNANCE.md [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 9 04:32 Jenkinsfile [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 04:32 LICENSE [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 9 04:32 Makefile [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 9 04:32 OWNERS.md [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 9 04:32 README.md [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 04:32 VERSION [2023-03-09T04:34:03.008Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 04:32 bin [2023-03-09T04:34:03.008Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:32 cmd [2023-03-09T04:34:03.008Z] -rw-r--r-- 1 jenkins jenkins 44127 Mar 9 04:33 coverage.out [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 9 04:32 go.mod [2023-03-09T04:34:03.008Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 9 04:32 go.sum [2023-03-09T04:34:03.009Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:32 internal [2023-03-09T04:34:03.009Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:32 snap [2023-03-09T04:34:03.009Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 04:32 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:34:03.421Z] + 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=371bf72d35d50f7e68a96a26d9351d7a5432dd4a --label arch=amd64 --label version=0.0.0 . [2023-03-09T04:34:03.421Z] Sending build context to Docker daemon 23.47MB [2023-03-09T04:34:03.421Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T04:34:03.421Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-09T04:34:03.421Z] ---> 4a81748cf9d7 [2023-03-09T04:34:03.421Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T04:34:03.680Z] ---> Running in 24ef15005ca0 [2023-03-09T04:34:03.680Z] Removing intermediate container 24ef15005ca0 [2023-03-09T04:34:03.680Z] ---> 232b5531ab18 [2023-03-09T04:34:03.680Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T04:34:03.680Z] ---> Running in 71b5a1ea44e1 [2023-03-09T04:34:03.947Z] Removing intermediate container 71b5a1ea44e1 [2023-03-09T04:34:03.947Z] ---> 4c6d97e3f020 [2023-03-09T04:34:03.947Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-09T04:34:03.947Z] ---> Running in bce03c9ca872 [2023-03-09T04:34:03.947Z] Removing intermediate container bce03c9ca872 [2023-03-09T04:34:03.947Z] ---> 3a3c854d957d [2023-03-09T04:34:03.947Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-09T04:34:03.947Z] ---> Running in 79542e40d004 [2023-03-09T04:34:03.947Z] Removing intermediate container 79542e40d004 [2023-03-09T04:34:03.947Z] ---> 6bd1e4e0659a [2023-03-09T04:34:03.947Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T04:34:04.208Z] ---> Running in 083b568a6e0e [2023-03-09T04:34:04.235Z] db1c61fa0a46: Pull complete [2023-03-09T04:34:04.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T04:34:04.468Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T04:34:04.727Z] OK: 216 MiB in 55 packages [2023-03-09T04:34:04.987Z] Removing intermediate container 083b568a6e0e [2023-03-09T04:34:04.987Z] ---> db90f83864d6 [2023-03-09T04:34:04.987Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-09T04:34:05.205Z] 891c053d2c06: Pull complete [2023-03-09T04:34:05.205Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-09T04:34:05.205Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-09T04:34:05.205Z] ---> f96f9c87975a [2023-03-09T04:34:05.205Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T04:34:05.246Z] ---> 188f95877f38 [2023-03-09T04:34:05.246Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T04:34:05.246Z] ---> Running in 7fce2a20b04c [2023-03-09T04:34:05.810Z] ---> Running in 7e5d7ef8a9a9 [2023-03-09T04:34:06.079Z] Removing intermediate container 7e5d7ef8a9a9 [2023-03-09T04:34:06.079Z] ---> 4f730e4f5041 [2023-03-09T04:34:06.079Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T04:34:06.184Z] Removing intermediate container 7fce2a20b04c [2023-03-09T04:34:06.184Z] ---> 92bbb831891d [2023-03-09T04:34:06.184Z] Step 10/25 : COPY . . [2023-03-09T04:34:06.350Z] ---> Running in bebc2e72b1c4 [2023-03-09T04:34:06.618Z] Removing intermediate container bebc2e72b1c4 [2023-03-09T04:34:06.618Z] ---> 364042ce79a6 [2023-03-09T04:34:06.618Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-09T04:34:06.618Z] ---> Running in fe2c367877d4 [2023-03-09T04:34:06.755Z] ---> a65e1ae31ca9 [2023-03-09T04:34:06.755Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T04:34:06.755Z] ---> Running in 956035019e22 [2023-03-09T04:34:06.885Z] Removing intermediate container fe2c367877d4 [2023-03-09T04:34:06.886Z] ---> c19dec95f814 [2023-03-09T04:34:06.886Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-09T04:34:06.886Z] ---> Running in 91932b8b6272 [2023-03-09T04:34:07.014Z] Removing intermediate container 956035019e22 [2023-03-09T04:34:07.014Z] ---> c1c42a0f240b [2023-03-09T04:34:07.014Z] Step 12/25 : RUN $MAKE [2023-03-09T04:34:07.014Z] ---> Running in 63d0cdc6782a [2023-03-09T04:34:07.158Z] Removing intermediate container 91932b8b6272 [2023-03-09T04:34:07.158Z] ---> 59f5e3688add [2023-03-09T04:34:07.158Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T04:34:07.275Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-09T04:34:07.426Z] ---> Running in f04a26dcfc44 [2023-03-09T04:34:08.387Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T04:34:08.968Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T04:34:09.930Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-09T04:34:09.930Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-09T04:34:09.930Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-09T04:34:09.930Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-09T04:34:09.930Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T04:34:09.930Z] OK: 226 MiB in 55 packages [2023-03-09T04:34:10.895Z] Removing intermediate container f04a26dcfc44 [2023-03-09T04:34:10.895Z] ---> 17c438588bc2 [2023-03-09T04:34:10.895Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-09T04:34:11.478Z] ---> 8fc1b0a63f56 [2023-03-09T04:34:11.478Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T04:34:11.478Z] ---> Running in 4cac5dca5777 [2023-03-09T04:34:29.198Z] Removing intermediate container 63d0cdc6782a [2023-03-09T04:34:29.198Z] ---> 4585a9abd2c8 [2023-03-09T04:34:29.198Z] Step 13/25 : FROM alpine:3.16 [2023-03-09T04:34:29.198Z] 3.16: Pulling from library/alpine [2023-03-09T04:34:29.198Z] ef5531b6e74e: Pulling fs layer [2023-03-09T04:34:29.198Z] ef5531b6e74e: Verifying Checksum [2023-03-09T04:34:29.198Z] ef5531b6e74e: Download complete [2023-03-09T04:34:29.199Z] ef5531b6e74e: Pull complete [2023-03-09T04:34:29.199Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T04:34:29.199Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T04:34:29.199Z] ---> dfd21b5a31f5 [2023-03-09T04:34:29.199Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-09T04:34:29.199Z] ---> Running in fdf4d7f985ee [2023-03-09T04:34:29.199Z] Removing intermediate container fdf4d7f985ee [2023-03-09T04:34:29.199Z] ---> f04232f4c842 [2023-03-09T04:34:29.199Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-09T04:34:29.199Z] ---> Running in 8f6872484112 [2023-03-09T04:34:29.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-09T04:34:29.199Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-09T04:34:29.199Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T04:34:29.199Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T04:34:29.199Z] OK: 6 MiB in 15 packages [2023-03-09T04:34:29.199Z] Removing intermediate container 8f6872484112 [2023-03-09T04:34:29.199Z] ---> 8fa1cf841436 [2023-03-09T04:34:29.199Z] Step 16/25 : WORKDIR / [2023-03-09T04:34:29.199Z] ---> Running in 6ed615640e07 [2023-03-09T04:34:29.199Z] Removing intermediate container 6ed615640e07 [2023-03-09T04:34:29.199Z] ---> 7856f1eac5cb [2023-03-09T04:34:29.199Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-09T04:34:29.199Z] ---> 80118435f82b [2023-03-09T04:34:29.199Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-09T04:34:29.199Z] ---> afb76d6d82f8 [2023-03-09T04:34:29.199Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-09T04:34:29.199Z] ---> efa17c240c00 [2023-03-09T04:34:29.199Z] Step 20/25 : EXPOSE 59900 [2023-03-09T04:34:29.199Z] ---> Running in 3973379a7593 [2023-03-09T04:34:29.199Z] Removing intermediate container 3973379a7593 [2023-03-09T04:34:29.199Z] ---> c4bb9a0517a8 [2023-03-09T04:34:29.199Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-09T04:34:29.199Z] ---> Running in 9e3762fb4b3e [2023-03-09T04:34:29.199Z] Removing intermediate container 9e3762fb4b3e [2023-03-09T04:34:29.199Z] ---> 43a68e1ecb85 [2023-03-09T04:34:29.199Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T04:34:29.199Z] ---> Running in 1f9771962486 [2023-03-09T04:34:29.470Z] Removing intermediate container 1f9771962486 [2023-03-09T04:34:29.470Z] ---> 621e60e7b6a9 [2023-03-09T04:34:29.470Z] Step 23/25 : LABEL arch=amd64 [2023-03-09T04:34:29.470Z] ---> Running in 13daf1f818e7 [2023-03-09T04:34:29.470Z] Removing intermediate container 13daf1f818e7 [2023-03-09T04:34:29.470Z] ---> 6463edaae198 [2023-03-09T04:34:29.470Z] Step 24/25 : LABEL git_sha=371bf72d35d50f7e68a96a26d9351d7a5432dd4a [2023-03-09T04:34:29.470Z] ---> Running in 3ada22518223 [2023-03-09T04:34:29.470Z] Removing intermediate container 3ada22518223 [2023-03-09T04:34:29.470Z] ---> 99a8dc2c280d [2023-03-09T04:34:29.470Z] Step 25/25 : LABEL version=0.0.0 [2023-03-09T04:34:29.727Z] ---> Running in 827b123fb717 [2023-03-09T04:34:29.728Z] Removing intermediate container 827b123fb717 [2023-03-09T04:34:29.728Z] ---> c57b832b1ebe [2023-03-09T04:34:29.728Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T04:34:29.728Z] Successfully built c57b832b1ebe [2023-03-09T04:34:29.728Z] Successfully tagged device-virtual:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [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-03-09T04:34:30.588Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T04:34:30.588Z] [2023-03-09T04:34:30.588Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:34:30.962Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T04:34:30.962Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-09T04:34:30.962Z] 5eb5b503b376: Pulling fs layer [2023-03-09T04:34:30.962Z] 5c69ac0246d0: Pulling fs layer [2023-03-09T04:34:30.962Z] ec43610c2a17: Pulling fs layer [2023-03-09T04:34:30.962Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-09T04:34:30.962Z] 33b1e0a273af: Pulling fs layer [2023-03-09T04:34:30.962Z] 5d3b04190fa2: Pulling fs layer [2023-03-09T04:34:30.962Z] 2f39f015ded8: Pulling fs layer [2023-03-09T04:34:30.962Z] 33b1e0a273af: Waiting [2023-03-09T04:34:30.962Z] 5d3b04190fa2: Waiting [2023-03-09T04:34:30.962Z] 2f39f015ded8: Waiting [2023-03-09T04:34:30.962Z] 5c69ac0246d0: Download complete [2023-03-09T04:34:30.962Z] 3a2ae6a8a46f: Download complete [2023-03-09T04:34:31.223Z] 33b1e0a273af: Verifying Checksum [2023-03-09T04:34:31.223Z] 33b1e0a273af: Download complete [2023-03-09T04:34:31.223Z] 5d3b04190fa2: Download complete [2023-03-09T04:34:31.223Z] ec43610c2a17: Verifying Checksum [2023-03-09T04:34:31.223Z] ec43610c2a17: Download complete [2023-03-09T04:34:31.223Z] 5eb5b503b376: Verifying Checksum [2023-03-09T04:34:31.223Z] 5eb5b503b376: Download complete [2023-03-09T04:34:31.792Z] 2f39f015ded8: Download complete [2023-03-09T04:34:32.726Z] 5eb5b503b376: Pull complete [2023-03-09T04:34:32.726Z] 5c69ac0246d0: Pull complete [2023-03-09T04:34:33.291Z] ec43610c2a17: Pull complete [2023-03-09T04:34:33.292Z] 3a2ae6a8a46f: Pull complete [2023-03-09T04:34:33.550Z] 33b1e0a273af: Pull complete [2023-03-09T04:34:33.550Z] 5d3b04190fa2: Pull complete [2023-03-09T04:34:38.819Z] 2f39f015ded8: Pull complete [2023-03-09T04:34:38.819Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-09T04:34:38.819Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T04:34:38.819Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:34:39.042Z] prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container [2023-03-09T04:34:39.068Z] $ 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/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T04:34:41.198Z] $ docker top dcd5ca6ab71d5345a52ef4a214c12d38ffe085e028e313a8c2bbc0b6a2fe5e87 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:34:41.637Z] ---> job-cost.sh [2023-03-09T04:34:41.637Z] lf-activate-venv: SKIPPING [2023-03-09T04:34:41.637Z] INFO: No Stack... [2023-03-09T04:34:42.205Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T04:34:42.465Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T04:34:42.777Z] + cat /w/workspace/foundry_device-virtual-go_PR-351/archives/cost.csv [2023-03-09T04:34:42.777Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T04:34:42.817Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [2023-03-09T04:34:42.822Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] did not exist. Created. [2023-03-09T04:34:42.822Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T04:34:43.214Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-09T04:34:43.263Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T04:34:43.293Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T04:34:43.365Z] $ docker stop --time=1 dcd5ca6ab71d5345a52ef4a214c12d38ffe085e028e313a8c2bbc0b6a2fe5e87 [2023-03-09T04:34:44.533Z] $ docker rm -f --volumes dcd5ca6ab71d5345a52ef4a214c12d38ffe085e028e313a8c2bbc0b6a2fe5e87 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-09T04:35:19.386Z] Removing intermediate container 4cac5dca5777 [2023-03-09T04:35:19.386Z] ---> 7a91995e86c3 [2023-03-09T04:35:19.386Z] Step 10/12 : COPY . . [2023-03-09T04:35:19.386Z] ---> e8c88dc0dbb7 [2023-03-09T04:35:19.386Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T04:35:19.386Z] ---> Running in a1abbb31fd23 [2023-03-09T04:35:19.386Z] Removing intermediate container a1abbb31fd23 [2023-03-09T04:35:19.386Z] ---> 9ba1053ccb2b [2023-03-09T04:35:19.386Z] Step 12/12 : RUN $MAKE [2023-03-09T04:35:19.386Z] ---> Running in 62b410b4e125 [2023-03-09T04:35:19.386Z] noop [2023-03-09T04:35:19.386Z] Removing intermediate container 62b410b4e125 [2023-03-09T04:35:19.386Z] ---> 0e1425033519 [2023-03-09T04:35:19.386Z] Successfully built 0e1425033519 [2023-03-09T04:35:19.386Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:35:19.880Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T04:35:19.880Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:35:20.151Z] prd-ubuntu20.04-docker-arm64-4c-16g-9403 does not seem to be running inside a container [2023-03-09T04:35:20.212Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-09T04:35:21.461Z] $ docker top 167b0f46da96999052757596e612b353405452663f83fb566a4bf53ce3022fc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T04:35:22.349Z] + go version [2023-03-09T04:35:22.349Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-09T04:35:22.375Z] $ docker stop --time=1 167b0f46da96999052757596e612b353405452663f83fb566a4bf53ce3022fc9 [2023-03-09T04:35:24.010Z] $ docker rm -f --volumes 167b0f46da96999052757596e612b353405452663f83fb566a4bf53ce3022fc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:35:24.853Z] + docker inspect -f . ci-base-image-arm64 [2023-03-09T04:35:24.853Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:35:25.106Z] prd-ubuntu20.04-docker-arm64-4c-16g-9403 does not seem to be running inside a container [2023-03-09T04:35:25.162Z] $ 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/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-03-09T04:35:26.297Z] $ docker top 9f42bce59e37f355de96ddc56fd245164221c4b00c632150598d4dcb2db739ae -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T04:35:27.189Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-09T04:35:27.577Z] + make test [2023-03-09T04:35:27.577Z] go test ./... -coverprofile=coverage.out [2023-03-09T04:35:29.529Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-09T04:36:51.169Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-09T04:36:51.169Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.112s coverage: 65.7% of statements [2023-03-09T04:36:51.169Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-09T04:36:51.169Z] go vet ./... [2023-03-09T04:37:03.511Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-09T04:37:03.511Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-09T04:37:03.787Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-09T04:37:04.085Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-09T04:37:04.108Z] $ docker stop --time=1 9f42bce59e37f355de96ddc56fd245164221c4b00c632150598d4dcb2db739ae [2023-03-09T04:37:06.247Z] $ docker rm -f --volumes 9f42bce59e37f355de96ddc56fd245164221c4b00c632150598d4dcb2db739ae [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-09T04:37:07.233Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-09T04:37:07.265Z] Warning: overwriting stash ‘coverage-report’ [2023-03-09T04:37:07.722Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-09T04:37:08.291Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-09T04:37:08.625Z] + ls -al . [2023-03-09T04:37:08.625Z] total 188 [2023-03-09T04:37:08.625Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 04:35 . [2023-03-09T04:37:08.625Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:33 .. [2023-03-09T04:37:08.625Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 9 04:33 .git [2023-03-09T04:37:08.625Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:33 .github [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 9 04:33 .gitignore [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 9 04:33 .golangci.yml [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 9 04:33 Attribution.txt [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 9 04:33 CHANGELOG.md [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 9 04:33 Dockerfile [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 9 04:33 GOVERNANCE.md [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 9 04:33 Jenkinsfile [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 9 04:33 LICENSE [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 9 04:33 Makefile [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 9 04:33 OWNERS.md [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 9 04:33 README.md [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 9 04:32 VERSION [2023-03-09T04:37:08.625Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 9 04:33 bin [2023-03-09T04:37:08.625Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:33 cmd [2023-03-09T04:37:08.625Z] -rw-r--r-- 1 jenkins jenkins 44127 Mar 9 04:36 coverage.out [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 9 04:33 go.mod [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 30608 Mar 9 04:33 go.sum [2023-03-09T04:37:08.625Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 9 04:33 internal [2023-03-09T04:37:08.625Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 9 04:33 snap [2023-03-09T04:37:08.625Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 9 04:33 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:37:09.033Z] + 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=371bf72d35d50f7e68a96a26d9351d7a5432dd4a --label arch=arm64 --label version=0.0.0 . [2023-03-09T04:37:09.301Z] Sending build context to Docker daemon 11.93MB [2023-03-09T04:37:09.301Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-09T04:37:09.301Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-09T04:37:09.301Z] ---> 0e1425033519 [2023-03-09T04:37:09.301Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-09T04:37:09.570Z] ---> Running in 4ba9f9c0bbe9 [2023-03-09T04:37:09.836Z] Removing intermediate container 4ba9f9c0bbe9 [2023-03-09T04:37:09.836Z] ---> cc23ec41bf91 [2023-03-09T04:37:09.836Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-09T04:37:09.837Z] ---> Running in 59b492b75d07 [2023-03-09T04:37:10.104Z] Removing intermediate container 59b492b75d07 [2023-03-09T04:37:10.105Z] ---> 80433a004ae6 [2023-03-09T04:37:10.105Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-09T04:37:10.372Z] ---> Running in 44cdf2806a91 [2023-03-09T04:37:10.641Z] Removing intermediate container 44cdf2806a91 [2023-03-09T04:37:10.641Z] ---> 890729ee77b8 [2023-03-09T04:37:10.641Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-09T04:37:10.641Z] ---> Running in 7f265b9a06b2 [2023-03-09T04:37:10.912Z] Removing intermediate container 7f265b9a06b2 [2023-03-09T04:37:10.912Z] ---> 628ccc5e9b2f [2023-03-09T04:37:10.912Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-09T04:37:10.912Z] ---> Running in 369c7ecdf64f [2023-03-09T04:37:11.873Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T04:37:12.455Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T04:37:13.415Z] OK: 226 MiB in 55 packages [2023-03-09T04:37:14.001Z] Removing intermediate container 369c7ecdf64f [2023-03-09T04:37:14.001Z] ---> 345983dab45a [2023-03-09T04:37:14.001Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-09T04:37:14.585Z] ---> ed122043041a [2023-03-09T04:37:14.585Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-09T04:37:14.585Z] ---> Running in e0e2cee7111f [2023-03-09T04:37:18.830Z] Removing intermediate container e0e2cee7111f [2023-03-09T04:37:18.830Z] ---> 55652d631d17 [2023-03-09T04:37:18.830Z] Step 10/25 : COPY . . [2023-03-09T04:37:20.233Z] ---> 0b2c57bcaeb9 [2023-03-09T04:37:20.233Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-09T04:37:20.233Z] ---> Running in e3340641b159 [2023-03-09T04:37:20.500Z] Removing intermediate container e3340641b159 [2023-03-09T04:37:20.500Z] ---> 5794342deb8d [2023-03-09T04:37:20.500Z] Step 12/25 : RUN $MAKE [2023-03-09T04:37:20.500Z] ---> Running in 629ce5ac64ae [2023-03-09T04:37:21.457Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-03-09T04:39:13.304Z] Removing intermediate container 629ce5ac64ae [2023-03-09T04:39:13.304Z] ---> 40829a60b442 [2023-03-09T04:39:13.304Z] Step 13/25 : FROM alpine:3.16 [2023-03-09T04:39:13.304Z] 3.16: Pulling from library/alpine [2023-03-09T04:39:15.244Z] 3760b48202b3: Pulling fs layer [2023-03-09T04:39:15.244Z] 3760b48202b3: Download complete [2023-03-09T04:39:15.513Z] 3760b48202b3: Pull complete [2023-03-09T04:39:15.513Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-09T04:39:15.513Z] Status: Downloaded newer image for alpine:3.16 [2023-03-09T04:39:15.513Z] ---> 4c81e5bf8899 [2023-03-09T04:39:15.513Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-09T04:39:15.780Z] ---> Running in 8ffd5b1b60f5 [2023-03-09T04:39:16.050Z] Removing intermediate container 8ffd5b1b60f5 [2023-03-09T04:39:16.050Z] ---> 015be09d9b25 [2023-03-09T04:39:16.050Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-09T04:39:16.050Z] ---> Running in b7dcb77d94ab [2023-03-09T04:39:17.013Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-09T04:39:17.278Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-09T04:39:18.238Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-09T04:39:18.238Z] Executing busybox-1.35.0-r17.trigger [2023-03-09T04:39:18.238Z] OK: 5 MiB in 15 packages [2023-03-09T04:39:19.202Z] Removing intermediate container b7dcb77d94ab [2023-03-09T04:39:19.202Z] ---> 4fe61153dfd3 [2023-03-09T04:39:19.202Z] Step 16/25 : WORKDIR / [2023-03-09T04:39:19.202Z] ---> Running in afa449fd46a1 [2023-03-09T04:39:19.471Z] Removing intermediate container afa449fd46a1 [2023-03-09T04:39:19.471Z] ---> caa03be65f77 [2023-03-09T04:39:19.471Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-09T04:39:20.055Z] ---> f8c64fead5e9 [2023-03-09T04:39:20.055Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-09T04:39:20.638Z] ---> 1a8ca51cb9bc [2023-03-09T04:39:20.638Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-09T04:39:22.045Z] ---> bf04d37e7184 [2023-03-09T04:39:22.046Z] Step 20/25 : EXPOSE 59900 [2023-03-09T04:39:22.046Z] ---> Running in 1a6e12fe3426 [2023-03-09T04:39:22.311Z] Removing intermediate container 1a6e12fe3426 [2023-03-09T04:39:22.311Z] ---> 94735c44ba41 [2023-03-09T04:39:22.311Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-09T04:39:22.311Z] ---> Running in c477b5e6b617 [2023-03-09T04:39:22.577Z] Removing intermediate container c477b5e6b617 [2023-03-09T04:39:22.577Z] ---> 24d47b817b3d [2023-03-09T04:39:22.577Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-09T04:39:22.577Z] ---> Running in 94f92d3c5597 [2023-03-09T04:39:22.847Z] Removing intermediate container 94f92d3c5597 [2023-03-09T04:39:22.847Z] ---> 018fbb8f2d46 [2023-03-09T04:39:22.847Z] Step 23/25 : LABEL arch=arm64 [2023-03-09T04:39:23.115Z] ---> Running in a40dd6d6850c [2023-03-09T04:39:23.381Z] Removing intermediate container a40dd6d6850c [2023-03-09T04:39:23.381Z] ---> 3bf2a682d618 [2023-03-09T04:39:23.381Z] Step 24/25 : LABEL git_sha=371bf72d35d50f7e68a96a26d9351d7a5432dd4a [2023-03-09T04:39:23.381Z] ---> Running in c64c3d044f61 [2023-03-09T04:39:23.647Z] Removing intermediate container c64c3d044f61 [2023-03-09T04:39:23.647Z] ---> 57203581d3cc [2023-03-09T04:39:23.647Z] Step 25/25 : LABEL version=0.0.0 [2023-03-09T04:39:23.647Z] ---> Running in b1cf977b57f7 [2023-03-09T04:39:23.913Z] Removing intermediate container b1cf977b57f7 [2023-03-09T04:39:23.913Z] ---> 242ef199aef6 [2023-03-09T04:39:23.913Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-09T04:39:23.913Z] Successfully built 242ef199aef6 [2023-03-09T04:39:23.913Z] Successfully tagged device-virtual-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:39:24.717Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T04:39:24.717Z] [2023-03-09T04:39:24.717Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:39:25.117Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T04:39:25.117Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-09T04:39:25.117Z] 8998bd30e6a1: Pulling fs layer [2023-03-09T04:39:25.117Z] 04944245beec: Pulling fs layer [2023-03-09T04:39:25.117Z] 699f458cf7ca: Pulling fs layer [2023-03-09T04:39:25.117Z] 765212b225bb: Pulling fs layer [2023-03-09T04:39:25.117Z] f23df028b6ca: Pulling fs layer [2023-03-09T04:39:25.117Z] d65c8cfc05b1: Pulling fs layer [2023-03-09T04:39:25.117Z] 2437ff75d9bd: Pulling fs layer [2023-03-09T04:39:25.117Z] f23df028b6ca: Waiting [2023-03-09T04:39:25.117Z] 2437ff75d9bd: Waiting [2023-03-09T04:39:25.117Z] d65c8cfc05b1: Waiting [2023-03-09T04:39:25.117Z] 765212b225bb: Waiting [2023-03-09T04:39:25.385Z] 04944245beec: Verifying Checksum [2023-03-09T04:39:25.385Z] 04944245beec: Download complete [2023-03-09T04:39:25.385Z] 765212b225bb: Download complete [2023-03-09T04:39:25.385Z] f23df028b6ca: Verifying Checksum [2023-03-09T04:39:25.385Z] f23df028b6ca: Download complete [2023-03-09T04:39:25.385Z] d65c8cfc05b1: Verifying Checksum [2023-03-09T04:39:25.385Z] d65c8cfc05b1: Download complete [2023-03-09T04:39:25.385Z] 699f458cf7ca: Verifying Checksum [2023-03-09T04:39:25.385Z] 699f458cf7ca: Download complete [2023-03-09T04:39:25.967Z] 8998bd30e6a1: Verifying Checksum [2023-03-09T04:39:25.967Z] 8998bd30e6a1: Download complete [2023-03-09T04:39:27.912Z] 2437ff75d9bd: Verifying Checksum [2023-03-09T04:39:27.912Z] 2437ff75d9bd: Download complete [2023-03-09T04:39:29.320Z] 8998bd30e6a1: Pull complete [2023-03-09T04:39:29.901Z] 04944245beec: Pull complete [2023-03-09T04:39:31.304Z] 699f458cf7ca: Pull complete [2023-03-09T04:39:31.304Z] 765212b225bb: Pull complete [2023-03-09T04:39:31.886Z] f23df028b6ca: Pull complete [2023-03-09T04:39:32.152Z] d65c8cfc05b1: Pull complete [2023-03-09T04:39:47.141Z] 2437ff75d9bd: Pull complete [2023-03-09T04:39:47.141Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-09T04:39:47.141Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-09T04:39:47.141Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:39:47.458Z] prd-ubuntu20.04-docker-arm64-4c-16g-9403 does not seem to be running inside a container [2023-03-09T04:39:47.513Z] $ 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/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@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 ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-09T04:39:49.923Z] $ docker top ffe85733507fef77b5b88d6f505f481cf4a94593694221f44cbfbbe61b6b0e27 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:39:50.815Z] ---> job-cost.sh [2023-03-09T04:39:50.815Z] lf-activate-venv: SKIPPING [2023-03-09T04:39:50.815Z] INFO: No Stack... [2023-03-09T04:39:51.394Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-09T04:39:51.975Z] INFO: Archiving Costs [Pipeline] sh [2023-03-09T04:39:52.320Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-03-09T04:39:52.320Z] + cut -d, -f6 [Pipeline] lock [2023-03-09T04:39:52.670Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [2023-03-09T04:39:52.675Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] did not exist. Created. [2023-03-09T04:39:52.675Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-09T04:39:53.399Z] /w/workspace/device-virtual-go/1@tmp/durable-43e51bdf/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-09T04:39:53.745Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-09T04:39:53.783Z] Warning: overwriting stash ‘stack-cost’ [2023-03-09T04:39:53.827Z] Stashed 1 file(s) [Pipeline] } [2023-03-09T04:39:53.842Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-351-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-09T04:39:53.914Z] $ docker stop --time=1 ffe85733507fef77b5b88d6f505f481cf4a94593694221f44cbfbbe61b6b0e27 [2023-03-09T04:39:55.402Z] $ docker rm -f --volumes ffe85733507fef77b5b88d6f505f481cf4a94593694221f44cbfbbe61b6b0e27 [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-03-09T04:39:56.341Z] provisioning config files... [2023-03-09T04:39:56.349Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config8087995448210064558tmp [Pipeline] { [Pipeline] sh [2023-03-09T04:39:56.683Z] + set +x [2023-03-09T04:39:56.683Z] + curl -s https://codecov.io/bash [2023-03-09T04:39:56.683Z] + bash -s -- [2023-03-09T04:39:56.683Z] [2023-03-09T04:39:56.683Z] _____ _ [2023-03-09T04:39:56.683Z] / ____| | | [2023-03-09T04:39:56.683Z] | | ___ __| | ___ ___ _____ __ [2023-03-09T04:39:56.683Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-09T04:39:56.683Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-09T04:39:56.683Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-09T04:39:56.683Z] Bash-1.0.6 [2023-03-09T04:39:56.683Z] [2023-03-09T04:39:56.683Z] [2023-03-09T04:39:56.683Z] ==> git version 2.25.1 found [2023-03-09T04:39:56.683Z] ==> 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-03-09T04:39:56.683Z] Release-Date: 2020-01-08 [2023-03-09T04:39:56.683Z] 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-03-09T04:39:56.683Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-09T04:39:56.683Z] ==> Jenkins CI detected. [2023-03-09T04:39:56.683Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-351 [2023-03-09T04:39:56.683Z] project root: . [2023-03-09T04:39:56.683Z] --> token set from env [2023-03-09T04:39:56.683Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-09T04:39:56.683Z] ==> Running gcov in . (disable via -X gcov) [2023-03-09T04:39:56.683Z] ==> Python coveragepy not found [2023-03-09T04:39:56.683Z] ==> Searching for coverage reports in: [2023-03-09T04:39:56.683Z] + . [2023-03-09T04:39:56.683Z] -> Found 1 reports [2023-03-09T04:39:56.683Z] ==> Detecting git/mercurial file structure [2023-03-09T04:39:56.683Z] ==> Reading reports [2023-03-09T04:39:56.943Z] + ./coverage.out bytes=44127 [2023-03-09T04:39:56.943Z] ==> Appending adjustments [2023-03-09T04:39:56.943Z] https://docs.codecov.io/docs/fixing-reports [2023-03-09T04:39:56.943Z] + Found adjustments [2023-03-09T04:39:56.943Z] ==> Gzipping contents [2023-03-09T04:39:56.943Z] 8.0K /tmp/codecov.nytq42.gz [2023-03-09T04:39:56.943Z] ==> Uploading reports [2023-03-09T04:39:56.943Z] url: https://codecov.io [2023-03-09T04:39:56.943Z] query: branch=PR-351&commit=371bf72d35d50f7e68a96a26d9351d7a5432dd4a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-351%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=351&job=&cmd_args= [2023-03-09T04:39:56.943Z] -> Pinging Codecov [2023-03-09T04:39:56.943Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-351&commit=371bf72d35d50f7e68a96a26d9351d7a5432dd4a&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-351%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=351&job=&cmd_args= [2023-03-09T04:39:57.202Z] -> Uploading to [2023-03-09T04:39:57.202Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-09/5E52B4B073DB2E39498172D8E973AA87/371bf72d35d50f7e68a96a26d9351d7a5432dd4a/891c5122-3dd7-4b09-aab2-99da0e08ec7f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230309%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230309T043956Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=878470aba4d47e5dd3e449ef9dbcec67dcbc15f1280abf77c6f80e89559ccc71 [2023-03-09T04:39:57.203Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-09T04:39:57.203Z] Dload Upload Total Spent Left Speed [2023-03-09T04:39:57.461Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5469 0 0 100 5469 0 23573 --:--:-- --:--:-- --:--:-- 23573 [2023-03-09T04:39:57.461Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/371bf72d35d50f7e68a96a26d9351d7a5432dd4a [Pipeline] } [2023-03-09T04:39:57.488Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [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) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" 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-03-09T04:39:59.300Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-351/archives ] [2023-03-09T04:39:59.300Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-351/archives [2023-03-09T04:39:59.300Z] total 16 [2023-03-09T04:39:59.300Z] drwxr-xr-x 3 root root 4096 Mar 9 04:34 . [2023-03-09T04:39:59.300Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 04:34 .. [2023-03-09T04:39:59.300Z] drwxr-xr-x 2 root root 4096 Mar 9 04:34 cost [2023-03-09T04:39:59.300Z] -rw-r--r-- 1 root root 89 Mar 9 04:34 cost.csv [2023-03-09T04:39:59.300Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-351/archives [2023-03-09T04:39:59.300Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-351/archives [2023-03-09T04:39:59.300Z] total 16 [2023-03-09T04:39:59.300Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 9 04:34 . [2023-03-09T04:39:59.300Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 9 04:34 .. [2023-03-09T04:39:59.300Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 9 04:34 cost [2023-03-09T04:39:59.300Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 9 04:34 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:39:59.623Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:40:00.508Z] ---> package-listing.sh [2023-03-09T04:40:00.508Z] ++ facter osfamily [2023-03-09T04:40:00.508Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-09T04:40:00.767Z] + OS_FAMILY=debian [2023-03-09T04:40:00.767Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-351 [2023-03-09T04:40:00.767Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-09T04:40:00.767Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-09T04:40:00.767Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-09T04:40:00.767Z] + PACKAGES=/tmp/packages_start.txt [2023-03-09T04:40:00.767Z] + '[' /w/workspace/foundry_device-virtual-go_PR-351 ']' [2023-03-09T04:40:00.767Z] + PACKAGES=/tmp/packages_end.txt [2023-03-09T04:40:00.767Z] + case "${OS_FAMILY}" in [2023-03-09T04:40:00.767Z] + dpkg -l [2023-03-09T04:40:00.767Z] + grep '^ii' [2023-03-09T04:40:00.767Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-09T04:40:00.767Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-09T04:40:00.767Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-09T04:40:00.767Z] + '[' /w/workspace/foundry_device-virtual-go_PR-351 ']' [2023-03-09T04:40:00.767Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-351/archives/ [2023-03-09T04:40:00.767Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-351/archives/ [Pipeline] echo [2023-03-09T04:40:00.805Z] 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/foundry_device-virtual-go_PR-351/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-09T04:40:01.097Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-09T04:40:01.714Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-09T04:40:01.714Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-09T04:40:01.857Z] prd-ubuntu20.04-docker-8c-8g-9397 does not seem to be running inside a container [2023-03-09T04:40:01.880Z] $ 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/foundry_device-virtual-go_PR-351/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-351 -v /w/workspace/foundry_device-virtual-go_PR-351:/w/workspace/foundry_device-virtual-go_PR-351:rw,z -v /w/workspace/foundry_device-virtual-go_PR-351@tmp:/w/workspace/foundry_device-virtual-go_PR-351@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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-09T04:40:02.104Z] $ docker top 3237f00013bb2675a639fe8203770a0349911b7fe191e0e3e1e21f21d02f3006 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-09T04:40:02.496Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-09T04:40:02.811Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-09T04:40:03.121Z] + ls /var/log/sa-host [2023-03-09T04:40:03.121Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-09T04:40:03.251Z] provisioning config files... [2023-03-09T04:40:03.259Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-351@tmp/config14920691167665908412tmp [Pipeline] { [Pipeline] echo [2023-03-09T04:40:03.315Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:40:03.638Z] ---> create-netrc.sh [Pipeline] } [2023-03-09T04:40:03.668Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:40:04.058Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-09T04:40:04.093Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:40:04.522Z] ---> sudo-logs.sh [2023-03-09T04:40:04.522Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-09T04:40:04.608Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:40:04.921Z] ---> job-cost.sh [2023-03-09T04:40:04.921Z] lf-activate-venv: SKIPPING [2023-03-09T04:40:04.921Z] DEBUG: total: 0.2199999988079071 [2023-03-09T04:40:04.921Z] INFO: Retrieving Stack Cost... [2023-03-09T04:40:05.489Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-09T04:40:05.749Z] INFO: Archiving Costs [Pipeline] echo [2023-03-09T04:40:05.784Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-09T04:40:06.095Z] ---> logs-deploy.sh [2023-03-09T04:40:06.095Z] lf-activate-venv: SKIPPING [2023-03-09T04:40:06.095Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-351/1 [2023-03-09T04:40:06.095Z] INFO: archiving workspace using pattern(s): [2023-03-09T04:40:07.031Z] Archives upload complete. [2023-03-09T04:40:07.031Z] INFO: archiving logs to Nexus