Pull request #350 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 5740fee0ebaf7e18cdad794b389a42cc671a524e+de7f1fa98896349c300f3340708f5a9fee2488ae (991f36e82fc31d7e0deab8bafacec170552df72e) 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-ssh5094591377833407197.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-ssh12774996278377076600.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-350/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-350/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh17134530554896432583.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-350/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16753288876511153339.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-ssh13527901844863234551.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-350/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-350/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh10550323669658596846.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 Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7999 in /w/workspace/foundry_device-virtual-go_PR-350 [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-350 # 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/350/head:refs/remotes/origin/PR-350 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit de7f1fa98896349c300f3340708f5a9fee2488ae into PR head commit 5740fee0ebaf7e18cdad794b389a42cc671a524e Merge succeeded, producing 5740fee0ebaf7e18cdad794b389a42cc671a524e Checking out Revision 5740fee0ebaf7e18cdad794b389a42cc671a524e (PR-350) Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" 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-01T18:43:09.937Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { > git config core.sparsecheckout # timeout=10 > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # 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 de7f1fa98896349c300f3340708f5a9fee2488ae # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # timeout=10 [Pipeline] withCredentials [2023-03-01T18:43:10.133Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-03-01T18:43:10.241Z] ========================================================= [2023-03-01T18:43:10.241Z] EdgeX Global Pipelines Version Info [2023-03-01T18:43:10.241Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:43:10.990Z] ------------------- [2023-03-01T18:43:10.990Z] stable info: [2023-03-01T18:43:10.990Z] ------------------- [2023-03-01T18:43:10.990Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-03-01T18:43:10.990Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T18:43:10.990Z] Message: update stable to v1.0.244 [2023-03-01T18:43:11.562Z] ------------------- [2023-03-01T18:43:11.562Z] experimental info: [2023-03-01T18:43:11.562Z] ------------------- [2023-03-01T18:43:11.562Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-03-01T18:43:11.562Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-03-01T18:43:11.562Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-03-01T18:43:11.942Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-03-01T18:43:11.982Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-03-01T18:43:12.017Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-03-01T18:43:12.052Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-03-01T18:43:12.088Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-03-01T18:43:12.123Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-03-01T18:43:12.160Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-03-01T18:43:12.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-03-01T18:43:12.238Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-03-01T18:43:12.279Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-03-01T18:43:12.317Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-03-01T18:43:12.356Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-03-01T18:43:12.394Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-03-01T18:43:12.439Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-03-01T18:43:12.481Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T18:43:12.518Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-03-01T18:43:12.553Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T18:43:12.592Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-03-01T18:43:12.634Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-03-01T18:43:12.676Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-03-01T18:43:12.718Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-03-01T18:43:12.753Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-03-01T18:43:12.798Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-03-01T18:43:12.838Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-03-01T18:43:12.883Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-03-01T18:43:12.924Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-03-01T18:43:12.960Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-03-01T18:43:13.002Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-350 [Pipeline] echo [2023-03-01T18:43:13.038Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-350 [Pipeline] echo [2023-03-01T18:43:13.074Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-350 [Pipeline] echo [2023-03-01T18:43:13.111Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo [2023-03-01T18:43:13.145Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5740fee [Pipeline] echo [2023-03-01T18:43:13.182Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T18:43:13.287Z] provisioning config files... [2023-03-01T18:43:13.318Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config11113220748739065423tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:43:13.663Z] ---> docker-login.sh [2023-03-01T18:43:13.664Z] nexus3.edgexfoundry.org:10001 [2023-03-01T18:43:13.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:13.925Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:13.925Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:13.925Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:13.925Z] [2023-03-01T18:43:13.925Z] Login Succeeded [2023-03-01T18:43:13.925Z] nexus3.edgexfoundry.org:10002 [2023-03-01T18:43:13.925Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:14.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:14.185Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:14.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:14.185Z] [2023-03-01T18:43:14.185Z] Login Succeeded [2023-03-01T18:43:14.185Z] nexus3.edgexfoundry.org:10003 [2023-03-01T18:43:14.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:14.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:14.185Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:14.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:14.185Z] [2023-03-01T18:43:14.185Z] Login Succeeded [2023-03-01T18:43:14.185Z] nexus3.edgexfoundry.org:10004 [2023-03-01T18:43:14.185Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:14.185Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:14.185Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:14.185Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:14.185Z] [2023-03-01T18:43:14.185Z] Login Succeeded [2023-03-01T18:43:14.185Z] docker.io [2023-03-01T18:43:14.444Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:14.704Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:14.704Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:14.704Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:14.704Z] [2023-03-01T18:43:14.704Z] Login Succeeded [2023-03-01T18:43:14.704Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T18:43:14.725Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-03-01T18:43:15.343Z] + git rev-list -1 --merges 5740fee0ebaf7e18cdad794b389a42cc671a524e~1..5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo [2023-03-01T18:43:15.408Z] -----------> git rev-list -1 --merges 5740fee0ebaf7e18cdad794b389a42cc671a524e~1..5740fee0ebaf7e18cdad794b389a42cc671a524e 5740fee0ebaf7e18cdad794b389a42cc671a524e [false] [Pipeline] sh [2023-03-01T18:43:15.722Z] + git log --format=format:%s -1 5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo [2023-03-01T18:43:15.758Z] ========================================================= [2023-03-01T18:43:15.758Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-03-01T18:43:15.758Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T18:43:16.196Z] + git log --format=format:%s -1 5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] echo [2023-03-01T18:43:16.229Z] [semverPrep] GIT_COMMIT: 5740fee0ebaf7e18cdad794b389a42cc671a524e, Commit Message: build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3 [Pipeline] echo [2023-03-01T18:43:16.260Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-03-01T18:43:16.673Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-03-01T18:43:16.674Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-03-01T18:43:16.674Z] + [ -e /tmp/ssh_known_hosts ] [2023-03-01T18:43:16.674Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-03-01T18:43:16.674Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-03-01T18:43:16.674Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-03-01T18:43:16.674Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:43:17.216Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T18:43:17.216Z] [2023-03-01T18:43:17.216Z] 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-01T18:43:17.666Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T18:43:17.666Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-03-01T18:43:17.666Z] b85a868b505f: Pulling fs layer [2023-03-01T18:43:17.666Z] e2be974225ed: Pulling fs layer [2023-03-01T18:43:17.666Z] 339a4e72a1f5: Pulling fs layer [2023-03-01T18:43:17.666Z] 988bab9f4d93: Pulling fs layer [2023-03-01T18:43:17.666Z] 1469e6f7b9e6: Pulling fs layer [2023-03-01T18:43:17.666Z] eaf3925da568: Pulling fs layer [2023-03-01T18:43:17.666Z] bab4dde63d76: Pulling fs layer [2023-03-01T18:43:17.666Z] bde34c3a00c8: Pulling fs layer [2023-03-01T18:43:17.666Z] b352a97aabf1: Pulling fs layer [2023-03-01T18:43:17.666Z] 4872d77fe225: Pulling fs layer [2023-03-01T18:43:17.666Z] 5851b861e8e6: Pulling fs layer [2023-03-01T18:43:17.666Z] bab4dde63d76: Waiting [2023-03-01T18:43:17.666Z] 1469e6f7b9e6: Waiting [2023-03-01T18:43:17.666Z] eaf3925da568: Waiting [2023-03-01T18:43:17.666Z] b352a97aabf1: Waiting [2023-03-01T18:43:17.666Z] 4872d77fe225: Waiting [2023-03-01T18:43:17.666Z] 5851b861e8e6: Waiting [2023-03-01T18:43:17.666Z] 988bab9f4d93: Waiting [2023-03-01T18:43:17.666Z] e2be974225ed: Verifying Checksum [2023-03-01T18:43:17.666Z] e2be974225ed: Download complete [2023-03-01T18:43:17.666Z] 988bab9f4d93: Verifying Checksum [2023-03-01T18:43:17.666Z] 988bab9f4d93: Download complete [2023-03-01T18:43:17.926Z] 1469e6f7b9e6: Verifying Checksum [2023-03-01T18:43:17.926Z] 1469e6f7b9e6: Download complete [2023-03-01T18:43:17.926Z] 339a4e72a1f5: Verifying Checksum [2023-03-01T18:43:17.926Z] 339a4e72a1f5: Download complete [2023-03-01T18:43:17.926Z] bde34c3a00c8: Verifying Checksum [2023-03-01T18:43:17.926Z] b352a97aabf1: Verifying Checksum [2023-03-01T18:43:17.926Z] b352a97aabf1: Download complete [2023-03-01T18:43:17.926Z] 4872d77fe225: Download complete [2023-03-01T18:43:17.926Z] 5851b861e8e6: Verifying Checksum [2023-03-01T18:43:17.926Z] 5851b861e8e6: Download complete [2023-03-01T18:43:17.926Z] b85a868b505f: Verifying Checksum [2023-03-01T18:43:17.926Z] b85a868b505f: Download complete [2023-03-01T18:43:18.186Z] bab4dde63d76: Download complete [2023-03-01T18:43:19.118Z] b85a868b505f: Pull complete [2023-03-01T18:43:19.118Z] e2be974225ed: Pull complete [2023-03-01T18:43:19.684Z] 339a4e72a1f5: Pull complete [2023-03-01T18:43:19.684Z] 988bab9f4d93: Pull complete [2023-03-01T18:43:19.943Z] 1469e6f7b9e6: Pull complete [2023-03-01T18:43:19.943Z] eaf3925da568: Pull complete [2023-03-01T18:43:21.841Z] bab4dde63d76: Pull complete [2023-03-01T18:43:21.841Z] bde34c3a00c8: Pull complete [2023-03-01T18:43:21.841Z] b352a97aabf1: Pull complete [2023-03-01T18:43:21.841Z] 4872d77fe225: Pull complete [2023-03-01T18:43:21.841Z] 5851b861e8e6: Pull complete [2023-03-01T18:43:21.841Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-03-01T18:43:21.841Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-03-01T18:43:21.841Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:43:22.060Z] prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container [2023-03-01T18:43:22.091Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-03-01T18:43:23.393Z] $ docker top da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 -eo pid,comm [2023-03-01T18:43:23.452Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-03-01T18:43:23.452Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-03-01T18:43:23.592Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T18:43:23.592Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T18:43:23.702Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T18:43:23.706Z] $ docker exec da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent [2023-03-01T18:43:23.815Z] SSH_AUTH_SOCK=/tmp/ssh-ZEGGkfBSlaA4/agent.32 [2023-03-01T18:43:23.815Z] SSH_AGENT_PID=38 [2023-03-01T18:43:23.822Z] Running ssh-add (command line suppressed) [2023-03-01T18:43:23.923Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_1662770784329335392.key (/w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_1662770784329335392.key) [2023-03-01T18:43:23.934Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T18:43:24.259Z] + git tag --points-at HEAD [Pipeline] } [2023-03-01T18:43:24.284Z] $ docker exec --env ******** --env ******** da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent -k [2023-03-01T18:43:24.379Z] unset SSH_AUTH_SOCK; [2023-03-01T18:43:24.380Z] unset SSH_AGENT_PID; [2023-03-01T18:43:24.380Z] echo Agent pid 38 killed; [2023-03-01T18:43:24.387Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-03-01T18:43:24.475Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-03-01T18:43:24.475Z] [ssh-agent] Looking for ssh-agent implementation... [2023-03-01T18:43:24.583Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-03-01T18:43:24.587Z] $ docker exec da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent [2023-03-01T18:43:24.698Z] SSH_AUTH_SOCK=/tmp/ssh-u7RRkVugwi9e/agent.70 [2023-03-01T18:43:24.698Z] SSH_AGENT_PID=76 [2023-03-01T18:43:24.702Z] Running ssh-add (command line suppressed) [2023-03-01T18:43:24.807Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_5541032312707814969.key (/w/workspace/foundry_device-virtual-go_PR-350@tmp/private_key_5541032312707814969.key) [2023-03-01T18:43:24.820Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-03-01T18:43:25.143Z] + git semver init [2023-03-01T18:43:25.402Z] 2023-03-01 18:43:25,325 [run_init] DEBUG init version:0.0.0 force:False [2023-03-01T18:43:25.402Z] 2023-03-01 18:43:25,326 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-350/.semver [2023-03-01T18:43:25.402Z] 2023-03-01 18:43:25,327 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-350/.semver [2023-03-01T18:43:25.402Z] 2023-03-01 18:43:25,327 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-350/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-350, universal_newlines=False, shell=None, istream=None) [2023-03-01T18:43:26.781Z] 2023-03-01 18:43:26,495 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-350/.git/info/exclude [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,496 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-350/.semver/PR-350 with force:False [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,496 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-350/.semver/PR-350 [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,500 [execute] INFO git cat-file --batch-check [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,500 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-350/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,505 [execute] INFO git cat-file --batch [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,505 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-350/.semver, universal_newlines=False, shell=None, istream=) [2023-03-01T18:43:26.782Z] 2023-03-01 18:43:26,510 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-350/.semver/PR-350 [2023-03-01T18:43:26.782Z] 0.0.0 [Pipeline] } [2023-03-01T18:43:26.808Z] $ docker exec --env ******** --env ******** da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 ssh-agent -k [2023-03-01T18:43:26.914Z] unset SSH_AUTH_SOCK; [2023-03-01T18:43:26.914Z] unset SSH_AGENT_PID; [2023-03-01T18:43:26.914Z] echo Agent pid 76 killed; [2023-03-01T18:43:26.921Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-03-01T18:43:27.330Z] + git semver [Pipeline] } [2023-03-01T18:43:27.616Z] $ docker stop --time=1 da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 [2023-03-01T18:43:28.923Z] $ docker rm -f --volumes da5fdce660091bb76c777f6b1679409e2847e434c37bd22e514cf90a2f7dd123 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T18:43:29.311Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-03-01T18:43:29.579Z] Stashed 1 file(s) [Pipeline] echo [2023-03-01T18:43:29.596Z] [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-01T18:43:30.131Z] provisioning config files... [2023-03-01T18:43:30.142Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config17511027158611314792tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:43:30.480Z] ---> docker-login.sh [2023-03-01T18:43:30.480Z] nexus3.edgexfoundry.org:10001 [2023-03-01T18:43:30.480Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:30.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:30.481Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:30.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:30.481Z] [2023-03-01T18:43:30.481Z] Login Succeeded [2023-03-01T18:43:30.481Z] nexus3.edgexfoundry.org:10002 [2023-03-01T18:43:30.481Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:30.481Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:30.481Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:30.481Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:30.481Z] [2023-03-01T18:43:30.481Z] Login Succeeded [2023-03-01T18:43:30.481Z] nexus3.edgexfoundry.org:10003 [2023-03-01T18:43:30.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:30.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:30.740Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:30.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:30.740Z] [2023-03-01T18:43:30.740Z] Login Succeeded [2023-03-01T18:43:30.740Z] nexus3.edgexfoundry.org:10004 [2023-03-01T18:43:30.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:30.740Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:30.740Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:30.740Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:30.740Z] [2023-03-01T18:43:30.740Z] Login Succeeded [2023-03-01T18:43:30.740Z] docker.io [2023-03-01T18:43:30.740Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:43:30.999Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:43:30.999Z] Configure a credential helper to remove this warning. See [2023-03-01T18:43:30.999Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:43:30.999Z] [2023-03-01T18:43:30.999Z] Login Succeeded [2023-03-01T18:43:30.999Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T18:43:31.026Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T18:43:31.215Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T18:43:31.251Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T18:43:31.285Z] ========================================================= [2023-03-01T18:43:31.285Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-03-01T18:43:31.285Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:43:31.744Z] + 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-01T18:43:31.744Z] Sending build context to Docker daemon 23.4MB [2023-03-01T18:43:31.744Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T18:43:31.744Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-01T18:43:32.010Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-03-01T18:43:32.010Z] 213ec9aee27d: Pulling fs layer [2023-03-01T18:43:32.010Z] 4583459ba037: Pulling fs layer [2023-03-01T18:43:32.010Z] 93c1e223e6f2: Pulling fs layer [2023-03-01T18:43:32.010Z] 53926ce57604: Pulling fs layer [2023-03-01T18:43:32.010Z] 21b2b0c7a3f4: Pulling fs layer [2023-03-01T18:43:32.010Z] 22ff95d597cd: Pulling fs layer [2023-03-01T18:43:32.010Z] 12d6caf4c0d1: Pulling fs layer [2023-03-01T18:43:32.010Z] 96b7cbca73a9: Pulling fs layer [2023-03-01T18:43:32.010Z] a7acece74701: Pulling fs layer [2023-03-01T18:43:32.010Z] 21b2b0c7a3f4: Waiting [2023-03-01T18:43:32.010Z] 22ff95d597cd: Waiting [2023-03-01T18:43:32.010Z] 12d6caf4c0d1: Waiting [2023-03-01T18:43:32.010Z] 96b7cbca73a9: Waiting [2023-03-01T18:43:32.010Z] a7acece74701: Waiting [2023-03-01T18:43:32.010Z] 53926ce57604: Waiting [2023-03-01T18:43:32.010Z] 93c1e223e6f2: Verifying Checksum [2023-03-01T18:43:32.010Z] 93c1e223e6f2: Download complete [2023-03-01T18:43:32.010Z] 4583459ba037: Download complete [2023-03-01T18:43:32.010Z] 21b2b0c7a3f4: Download complete [2023-03-01T18:43:32.010Z] 22ff95d597cd: Verifying Checksum [2023-03-01T18:43:32.010Z] 22ff95d597cd: Download complete [2023-03-01T18:43:32.010Z] 213ec9aee27d: Verifying Checksum [2023-03-01T18:43:32.010Z] 213ec9aee27d: Download complete [2023-03-01T18:43:32.010Z] 12d6caf4c0d1: Verifying Checksum [2023-03-01T18:43:32.010Z] 12d6caf4c0d1: Download complete [2023-03-01T18:43:32.010Z] 213ec9aee27d: Pull complete [2023-03-01T18:43:32.290Z] 4583459ba037: Pull complete [2023-03-01T18:43:32.290Z] 93c1e223e6f2: Pull complete [2023-03-01T18:43:32.929Z] a7acece74701: Verifying Checksum [2023-03-01T18:43:32.929Z] a7acece74701: Download complete [2023-03-01T18:43:33.193Z] 53926ce57604: Verifying Checksum [2023-03-01T18:43:33.193Z] 53926ce57604: Download complete [2023-03-01T18:43:33.193Z] 96b7cbca73a9: Verifying Checksum [2023-03-01T18:43:33.193Z] 96b7cbca73a9: Download complete [2023-03-01T18:43:37.381Z] 53926ce57604: Pull complete [2023-03-01T18:43:37.381Z] 21b2b0c7a3f4: Pull complete [2023-03-01T18:43:37.381Z] 22ff95d597cd: Pull complete [2023-03-01T18:43:37.382Z] 12d6caf4c0d1: Pull complete [2023-03-01T18:43:39.286Z] 96b7cbca73a9: Pull complete [2023-03-01T18:43:39.856Z] a7acece74701: Pull complete [2023-03-01T18:43:39.856Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-03-01T18:43:39.856Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-03-01T18:43:39.856Z] ---> db6d94c90886 [2023-03-01T18:43:39.856Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T18:43:41.762Z] ---> Running in 65a33ea85dc0 [2023-03-01T18:43:41.762Z] Removing intermediate container 65a33ea85dc0 [2023-03-01T18:43:41.762Z] ---> 62087fc176dc [2023-03-01T18:43:41.762Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T18:43:41.762Z] ---> Running in 2345fbe449ce [2023-03-01T18:43:41.762Z] Removing intermediate container 2345fbe449ce [2023-03-01T18:43:41.762Z] ---> 26ae00891260 [2023-03-01T18:43:41.762Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-01T18:43:41.762Z] ---> Running in 21271ea35fcc [2023-03-01T18:43:42.021Z] Removing intermediate container 21271ea35fcc [2023-03-01T18:43:42.021Z] ---> 4be77cff70c1 [2023-03-01T18:43:42.021Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-01T18:43:42.021Z] ---> Running in fdd88e631070 [2023-03-01T18:43:42.021Z] Removing intermediate container fdd88e631070 [2023-03-01T18:43:42.021Z] ---> 78a582232b7b [2023-03-01T18:43:42.021Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T18:43:42.021Z] ---> Running in ba125a98d33f [2023-03-01T18:43:42.279Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T18:43:42.540Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T18:43:42.540Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-01T18:43:42.540Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-01T18:43:42.540Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-01T18:43:42.832Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-01T18:43:42.833Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T18:43:42.833Z] OK: 216 MiB in 55 packages [2023-03-01T18:43:43.097Z] Removing intermediate container ba125a98d33f [2023-03-01T18:43:43.097Z] ---> 9cd932eb264c [2023-03-01T18:43:43.097Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-01T18:43:43.358Z] ---> d9913a3708a6 [2023-03-01T18:43:43.358Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T18:43:43.358Z] ---> Running in c49c059b72fc [2023-03-01T18:43:44.973Z] Still waiting to schedule task [2023-03-01T18:43:44.973Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-03-01T18:44:09.916Z] Removing intermediate container c49c059b72fc [2023-03-01T18:44:09.916Z] ---> 7da622b5daa5 [2023-03-01T18:44:09.916Z] Step 10/12 : COPY . . [2023-03-01T18:44:09.916Z] ---> 482b5f58c610 [2023-03-01T18:44:09.916Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T18:44:09.916Z] ---> Running in 63e5e47187eb [2023-03-01T18:44:09.916Z] Removing intermediate container 63e5e47187eb [2023-03-01T18:44:09.916Z] ---> 821e63644de8 [2023-03-01T18:44:09.916Z] Step 12/12 : RUN $MAKE [2023-03-01T18:44:09.916Z] ---> Running in 18918d15de85 [2023-03-01T18:44:09.916Z] noop [2023-03-01T18:44:09.916Z] Removing intermediate container 18918d15de85 [2023-03-01T18:44:09.916Z] ---> 10ec68cf27a1 [2023-03-01T18:44:09.916Z] Successfully built 10ec68cf27a1 [2023-03-01T18:44:09.916Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:44:10.345Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T18:44:10.345Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:44:10.494Z] prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container [2023-03-01T18:44:10.525Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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 ******** ci-base-image-x86_64 cat [2023-03-01T18:44:10.845Z] $ docker top 0ad1b2747c640b1322eeb0934f817f0efe7f581efba410e7b1651a49e0d2a013 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T18:44:11.221Z] + go version [2023-03-01T18:44:11.221Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-03-01T18:44:11.255Z] $ docker stop --time=1 0ad1b2747c640b1322eeb0934f817f0efe7f581efba410e7b1651a49e0d2a013 [2023-03-01T18:44:12.528Z] $ docker rm -f --volumes 0ad1b2747c640b1322eeb0934f817f0efe7f581efba410e7b1651a49e0d2a013 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:44:13.244Z] + docker inspect -f . ci-base-image-x86_64 [2023-03-01T18:44:13.244Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:44:13.408Z] prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container [2023-03-01T18:44:13.435Z] $ 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-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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 ******** ci-base-image-x86_64 cat [2023-03-01T18:44:13.760Z] $ docker top 73fb2262c48ec24e5bf38c792942cf44d6ec2675723d6803c41d64c71428454a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T18:44:14.142Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-350 [Pipeline] fileExists [Pipeline] sh [2023-03-01T18:44:14.494Z] + make test [2023-03-01T18:44:14.494Z] go test ./... -coverprofile=coverage.out [2023-03-01T18:44:14.752Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-01T18:44:22.862Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-01T18:44:23.428Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.039s coverage: 65.6% of statements [2023-03-01T18:44:29.980Z] 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-01T18:44:29.980Z] go vet ./... [2023-03-01T18:44:32.505Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T18:44:32.505Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T18:44:32.505Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T18:44:32.796Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T18:44:32.826Z] $ docker stop --time=1 73fb2262c48ec24e5bf38c792942cf44d6ec2675723d6803c41d64c71428454a [2023-03-01T18:44:34.638Z] $ docker rm -f --volumes 73fb2262c48ec24e5bf38c792942cf44d6ec2675723d6803c41d64c71428454a [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T18:44:35.129Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T18:44:35.201Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-03-01T18:44:35.885Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T18:44:36.193Z] + ls -al . [2023-03-01T18:44:36.193Z] total 192 [2023-03-01T18:44:36.193Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 1 18:44 . [2023-03-01T18:44:36.193Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:43 .. [2023-03-01T18:44:36.193Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 18:44 .git [2023-03-01T18:44:36.193Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:43 .github [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 1 18:43 .gitignore [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 1 18:43 .golangci.yml [2023-03-01T18:44:36.193Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 18:43 .semver [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 1 18:43 Attribution.txt [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 1 18:43 CHANGELOG.md [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 1 18:43 Dockerfile [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 18:43 GOVERNANCE.md [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 1 18:43 Jenkinsfile [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 1 18:43 LICENSE [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 1 18:43 Makefile [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 1 18:43 OWNERS.md [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 1 18:43 README.md [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 1 18:43 VERSION [2023-03-01T18:44:36.193Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 18:43 bin [2023-03-01T18:44:36.193Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:43 cmd [2023-03-01T18:44:36.193Z] -rw-r--r-- 1 jenkins jenkins 44128 Mar 1 18:44 coverage.out [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 1 18:43 go.mod [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 30609 Mar 1 18:43 go.sum [2023-03-01T18:44:36.193Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:43 internal [2023-03-01T18:44:36.193Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:43 snap [2023-03-01T18:44:36.193Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 1 18:43 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:44:36.586Z] + 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=5740fee0ebaf7e18cdad794b389a42cc671a524e --label arch=amd64 --label version=0.0.0 . [2023-03-01T18:44:36.586Z] Sending build context to Docker daemon 23.45MB [2023-03-01T18:44:36.587Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T18:44:36.587Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-01T18:44:36.587Z] ---> 10ec68cf27a1 [2023-03-01T18:44:36.587Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T18:44:36.845Z] ---> Running in 5076e42f0d64 [2023-03-01T18:44:36.845Z] Removing intermediate container 5076e42f0d64 [2023-03-01T18:44:36.845Z] ---> 6a7807511488 [2023-03-01T18:44:36.845Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T18:44:36.845Z] ---> Running in d445cb55e9ed [2023-03-01T18:44:36.845Z] Removing intermediate container d445cb55e9ed [2023-03-01T18:44:36.845Z] ---> 49f0c949613c [2023-03-01T18:44:36.845Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-01T18:44:36.845Z] ---> Running in 1f9edc934c7c [2023-03-01T18:44:37.104Z] Removing intermediate container 1f9edc934c7c [2023-03-01T18:44:37.104Z] ---> 62ce3e6439e1 [2023-03-01T18:44:37.104Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-01T18:44:37.104Z] ---> Running in ea322bf3fa6a [2023-03-01T18:44:37.104Z] Removing intermediate container ea322bf3fa6a [2023-03-01T18:44:37.104Z] ---> fedb2e183571 [2023-03-01T18:44:37.104Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T18:44:37.104Z] ---> Running in 5efbe17cdf03 [2023-03-01T18:44:37.362Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T18:44:37.620Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T18:44:37.880Z] OK: 216 MiB in 55 packages [2023-03-01T18:44:38.140Z] Removing intermediate container 5efbe17cdf03 [2023-03-01T18:44:38.140Z] ---> 736a5daaef36 [2023-03-01T18:44:38.140Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-01T18:44:38.407Z] ---> 0629d0cc30a2 [2023-03-01T18:44:38.407Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T18:44:38.407Z] ---> Running in 050d1bdef415 [2023-03-01T18:44:39.344Z] Removing intermediate container 050d1bdef415 [2023-03-01T18:44:39.344Z] ---> 1ce42ab18973 [2023-03-01T18:44:39.344Z] Step 10/25 : COPY . . [2023-03-01T18:44:39.909Z] ---> e88181e9dd84 [2023-03-01T18:44:39.909Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T18:44:39.909Z] ---> Running in ae414aa9dd70 [2023-03-01T18:44:39.909Z] Removing intermediate container ae414aa9dd70 [2023-03-01T18:44:39.909Z] ---> 7fe1152a418c [2023-03-01T18:44:39.909Z] Step 12/25 : RUN $MAKE [2023-03-01T18:44:39.909Z] ---> Running in 6c69a6fab625 [2023-03-01T18:44:40.166Z] 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-01T18:44:58.315Z] Removing intermediate container 6c69a6fab625 [2023-03-01T18:44:58.315Z] ---> 1cb0657fa6c1 [2023-03-01T18:44:58.315Z] Step 13/25 : FROM alpine:3.16 [2023-03-01T18:44:58.315Z] 3.16: Pulling from library/alpine [2023-03-01T18:44:58.315Z] ef5531b6e74e: Pulling fs layer [2023-03-01T18:44:58.315Z] ef5531b6e74e: Verifying Checksum [2023-03-01T18:44:58.315Z] ef5531b6e74e: Download complete [2023-03-01T18:44:58.315Z] ef5531b6e74e: Pull complete [2023-03-01T18:44:58.315Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T18:44:58.315Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T18:44:58.315Z] ---> dfd21b5a31f5 [2023-03-01T18:44:58.315Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-01T18:44:58.315Z] ---> Running in 5d9379923694 [2023-03-01T18:44:58.315Z] Removing intermediate container 5d9379923694 [2023-03-01T18:44:58.315Z] ---> cf44e10109f3 [2023-03-01T18:44:58.315Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-01T18:44:58.315Z] ---> Running in 67fc1670b663 [2023-03-01T18:44:58.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-03-01T18:44:58.315Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-03-01T18:44:58.315Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T18:44:58.315Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T18:44:58.315Z] OK: 6 MiB in 15 packages [2023-03-01T18:44:58.315Z] Removing intermediate container 67fc1670b663 [2023-03-01T18:44:58.315Z] ---> a0dbc0cc7cb1 [2023-03-01T18:44:58.315Z] Step 16/25 : WORKDIR / [2023-03-01T18:44:58.574Z] ---> Running in 60be78855138 [2023-03-01T18:44:58.574Z] Removing intermediate container 60be78855138 [2023-03-01T18:44:58.574Z] ---> aa30c2b6315e [2023-03-01T18:44:58.574Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-01T18:44:58.574Z] ---> 4f065d9e2d98 [2023-03-01T18:44:58.574Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-01T18:44:58.831Z] ---> 8269fc9b90ad [2023-03-01T18:44:58.831Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-01T18:44:59.091Z] ---> 7936c695cb4a [2023-03-01T18:44:59.091Z] Step 20/25 : EXPOSE 59900 [2023-03-01T18:44:59.369Z] ---> Running in 19ef62fc6086 [2023-03-01T18:44:59.369Z] Removing intermediate container 19ef62fc6086 [2023-03-01T18:44:59.369Z] ---> dd71db552646 [2023-03-01T18:44:59.369Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-01T18:44:59.369Z] ---> Running in 902f9d759975 [2023-03-01T18:44:59.369Z] Removing intermediate container 902f9d759975 [2023-03-01T18:44:59.369Z] ---> b276a3ddd6b8 [2023-03-01T18:44:59.370Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T18:44:59.370Z] ---> Running in e8a10022ba2f [2023-03-01T18:44:59.370Z] Removing intermediate container e8a10022ba2f [2023-03-01T18:44:59.370Z] ---> e08e2b44c681 [2023-03-01T18:44:59.370Z] Step 23/25 : LABEL arch=amd64 [2023-03-01T18:44:59.629Z] ---> Running in 00ec7ef5f336 [2023-03-01T18:44:59.629Z] Removing intermediate container 00ec7ef5f336 [2023-03-01T18:44:59.629Z] ---> 8d7e07570c61 [2023-03-01T18:44:59.629Z] Step 24/25 : LABEL git_sha=5740fee0ebaf7e18cdad794b389a42cc671a524e [2023-03-01T18:44:59.629Z] ---> Running in 37ba87cd0ca6 [2023-03-01T18:44:59.888Z] Removing intermediate container 37ba87cd0ca6 [2023-03-01T18:44:59.888Z] ---> df9757811582 [2023-03-01T18:44:59.888Z] Step 25/25 : LABEL version=0.0.0 [2023-03-01T18:44:59.888Z] ---> Running in ece7acbd58ba [2023-03-01T18:44:59.888Z] Removing intermediate container ece7acbd58ba [2023-03-01T18:44:59.888Z] ---> 69327c77fd82 [2023-03-01T18:44:59.888Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T18:44:59.888Z] Successfully built 69327c77fd82 [2023-03-01T18:44:59.888Z] 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-01T18:45:00.835Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T18:45:00.835Z] [2023-03-01T18:45:00.835Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:45:01.209Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T18:45:01.209Z] latest: Pulling from edgex-lftools-log-publisher [2023-03-01T18:45:01.209Z] 5eb5b503b376: Pulling fs layer [2023-03-01T18:45:01.209Z] 5c69ac0246d0: Pulling fs layer [2023-03-01T18:45:01.209Z] ec43610c2a17: Pulling fs layer [2023-03-01T18:45:01.209Z] 3a2ae6a8a46f: Pulling fs layer [2023-03-01T18:45:01.209Z] 33b1e0a273af: Pulling fs layer [2023-03-01T18:45:01.209Z] 5d3b04190fa2: Pulling fs layer [2023-03-01T18:45:01.209Z] 2f39f015ded8: Pulling fs layer [2023-03-01T18:45:01.209Z] 3a2ae6a8a46f: Waiting [2023-03-01T18:45:01.209Z] 33b1e0a273af: Waiting [2023-03-01T18:45:01.209Z] 2f39f015ded8: Waiting [2023-03-01T18:45:01.209Z] 5c69ac0246d0: Verifying Checksum [2023-03-01T18:45:01.209Z] 5c69ac0246d0: Download complete [2023-03-01T18:45:01.209Z] 3a2ae6a8a46f: Verifying Checksum [2023-03-01T18:45:01.209Z] 3a2ae6a8a46f: Download complete [2023-03-01T18:45:01.474Z] 33b1e0a273af: Verifying Checksum [2023-03-01T18:45:01.474Z] 33b1e0a273af: Download complete [2023-03-01T18:45:01.474Z] ec43610c2a17: Download complete [2023-03-01T18:45:01.474Z] 5d3b04190fa2: Verifying Checksum [2023-03-01T18:45:01.474Z] 5d3b04190fa2: Download complete [2023-03-01T18:45:01.474Z] 5eb5b503b376: Download complete [2023-03-01T18:45:02.039Z] 2f39f015ded8: Download complete [2023-03-01T18:45:02.604Z] 5eb5b503b376: Pull complete [2023-03-01T18:45:02.861Z] 5c69ac0246d0: Pull complete [2023-03-01T18:45:03.122Z] ec43610c2a17: Pull complete [2023-03-01T18:45:03.382Z] 3a2ae6a8a46f: Pull complete [2023-03-01T18:45:03.382Z] 33b1e0a273af: Pull complete [2023-03-01T18:45:03.640Z] 5d3b04190fa2: Pull complete [2023-03-01T18:45:07.830Z] 2f39f015ded8: Pull complete [2023-03-01T18:45:07.830Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-03-01T18:45:07.830Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T18:45:07.830Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:45:08.053Z] prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container [2023-03-01T18:45:08.085Z] $ 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-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@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-lftools-log-publisher:latest cat [2023-03-01T18:45:09.875Z] $ docker top 4eb870846e3cb97efad2ce81fe377fb312c5d72b5e58cfe3cb8f0eed6474cf12 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:45:10.326Z] ---> job-cost.sh [2023-03-01T18:45:10.326Z] lf-activate-venv: SKIPPING [2023-03-01T18:45:10.326Z] INFO: No Stack... [2023-03-01T18:45:10.584Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T18:45:10.844Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T18:45:11.163Z] + cat /w/workspace/foundry_device-virtual-go_PR-350/archives/cost.csv [2023-03-01T18:45:11.163Z] + cut -d, -f6 [Pipeline] lock [2023-03-01T18:45:11.203Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [2023-03-01T18:45:11.209Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] did not exist. Created. [2023-03-01T18:45:11.209Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T18:45:11.603Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-03-01T18:45:11.664Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T18:45:11.695Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T18:45:11.781Z] $ docker stop --time=1 4eb870846e3cb97efad2ce81fe377fb312c5d72b5e58cfe3cb8f0eed6474cf12 [2023-03-01T18:45:12.939Z] $ docker rm -f --volumes 4eb870846e3cb97efad2ce81fe377fb312c5d72b5e58cfe3cb8f0eed6474cf12 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-03-01T18:46:32.557Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-8001 in /w/workspace/foundry_device-virtual-go_PR-350 [Pipeline] { [Pipeline] ws [2023-03-01T18:46:32.610Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-03-01T18:46:32.684Z] The recommended git tool is: git [2023-03-01T18:46:39.171Z] using credential edgex-jenkins-ssh [2023-03-01T18:46:39.191Z] Cloning the remote Git repository [2023-03-01T18:46:39.248Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-03-01T18:46:39.346Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-03-01T18:46:39.540Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-01T18:46:39.541Z] > git --version # timeout=10 [2023-03-01T18:46:39.570Z] > git --version # 'git version 2.25.1' [2023-03-01T18:46:39.573Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T18:46:39.669Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T18:46:44.009Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-01T18:46:44.042Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-03-01T18:46:45.786Z] Merging remotes/origin/main commit de7f1fa98896349c300f3340708f5a9fee2488ae into PR head commit 5740fee0ebaf7e18cdad794b389a42cc671a524e [2023-03-01T18:46:45.096Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-03-01T18:46:45.147Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-03-01T18:46:45.148Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T18:46:45.166Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/350/head:refs/remotes/origin/PR-350 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-03-01T18:46:45.809Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T18:46:45.830Z] > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # timeout=10 [2023-03-01T18:46:45.938Z] > git remote # timeout=10 [2023-03-01T18:46:46.069Z] Merge succeeded, producing 5740fee0ebaf7e18cdad794b389a42cc671a524e [2023-03-01T18:46:46.069Z] Checking out Revision 5740fee0ebaf7e18cdad794b389a42cc671a524e (PR-350) [2023-03-01T18:46:46.657Z] Commit message: "build(deps): Bump github.com/edgexfoundry/device-sdk-go/v3" [2023-03-01T18:46:46.715Z] > git --version # timeout=10 [2023-03-01T18:46:46.727Z] > git --version # 'git version 2.25.1' [2023-03-01T18:46:46.743Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T18:46:45.961Z] > git config --get remote.origin.url # timeout=10 [2023-03-01T18:46:45.996Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-03-01T18:46:46.011Z] > git merge de7f1fa98896349c300f3340708f5a9fee2488ae # timeout=10 [2023-03-01T18:46:46.046Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-03-01T18:46:46.079Z] > git config core.sparsecheckout # timeout=10 [2023-03-01T18:46:46.098Z] > git checkout -f 5740fee0ebaf7e18cdad794b389a42cc671a524e # timeout=10 [2023-03-01T18:46:48.024Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-03-01T18:46:48.024Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T18:46:48.024Z] Dload Upload Total Spent Left Speed [2023-03-01T18:46:48.024Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 77278 0 --:--:-- --:--:-- --:--:-- 77278 [Pipeline] sh [2023-03-01T18:46:48.778Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-03-01T18:46:49.142Z] + sudo tee /etc/docker/daemon.new [2023-03-01T18:46:49.142Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-03-01T18:46:49.142Z] { [2023-03-01T18:46:49.142Z] "registry-mirrors": [ [2023-03-01T18:46:49.142Z] "https://nexus3.edgexfoundry.org:10001" [2023-03-01T18:46:49.142Z] ], [2023-03-01T18:46:49.142Z] "bip": "10.250.0.254/24", [2023-03-01T18:46:49.142Z] "hosts": [ [2023-03-01T18:46:49.142Z] "tcp://0.0.0.0:5555", [2023-03-01T18:46:49.142Z] "unix:///var/run/docker.sock" [2023-03-01T18:46:49.142Z] ], [2023-03-01T18:46:49.142Z] "mtu": 1458, [2023-03-01T18:46:49.142Z] "selinux-enabled": true, [2023-03-01T18:46:49.142Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-03-01T18:46:49.142Z] } [Pipeline] sh [2023-03-01T18:46:49.520Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-03-01T18:46:49.878Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T18:47:12.091Z] provisioning config files... [2023-03-01T18:47:12.121Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config12178872650151312868tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:47:12.523Z] ---> docker-login.sh [2023-03-01T18:47:12.523Z] nexus3.edgexfoundry.org:10001 [2023-03-01T18:47:12.795Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:47:13.382Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:47:13.382Z] Configure a credential helper to remove this warning. See [2023-03-01T18:47:13.382Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:47:13.382Z] [2023-03-01T18:47:13.382Z] Login Succeeded [2023-03-01T18:47:13.382Z] nexus3.edgexfoundry.org:10002 [2023-03-01T18:47:13.651Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:47:13.651Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:47:13.651Z] Configure a credential helper to remove this warning. See [2023-03-01T18:47:13.651Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:47:13.651Z] [2023-03-01T18:47:13.651Z] Login Succeeded [2023-03-01T18:47:13.651Z] nexus3.edgexfoundry.org:10003 [2023-03-01T18:47:13.922Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:47:13.922Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:47:13.922Z] Configure a credential helper to remove this warning. See [2023-03-01T18:47:13.922Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:47:13.922Z] [2023-03-01T18:47:13.922Z] Login Succeeded [2023-03-01T18:47:14.192Z] nexus3.edgexfoundry.org:10004 [2023-03-01T18:47:14.192Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:47:14.470Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:47:14.470Z] Configure a credential helper to remove this warning. See [2023-03-01T18:47:14.470Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:47:14.470Z] [2023-03-01T18:47:14.470Z] Login Succeeded [2023-03-01T18:47:14.470Z] docker.io [2023-03-01T18:47:14.737Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-03-01T18:47:15.005Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-03-01T18:47:15.005Z] Configure a credential helper to remove this warning. See [2023-03-01T18:47:15.005Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-03-01T18:47:15.005Z] [2023-03-01T18:47:15.005Z] Login Succeeded [2023-03-01T18:47:15.005Z] ---> docker-login.sh ends [Pipeline] } [2023-03-01T18:47:15.034Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-03-01T18:47:15.418Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T18:47:15.461Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-03-01T18:47:15.495Z] ========================================================= [2023-03-01T18:47:15.495Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-03-01T18:47:15.495Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:47:16.006Z] + 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-01T18:47:16.277Z] Sending build context to Docker daemon 11.85MB [2023-03-01T18:47:16.277Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T18:47:16.277Z] Step 2/12 : FROM ${BASE} AS builder [2023-03-01T18:47:16.546Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-03-01T18:47:16.546Z] 9b18e9b68314: Pulling fs layer [2023-03-01T18:47:16.546Z] 35d82f9e3411: Pulling fs layer [2023-03-01T18:47:16.546Z] e16973657156: Pulling fs layer [2023-03-01T18:47:16.546Z] fc693d55d65f: Pulling fs layer [2023-03-01T18:47:16.546Z] 7e9fc2657dce: Pulling fs layer [2023-03-01T18:47:16.546Z] dda99020689f: Pulling fs layer [2023-03-01T18:47:16.546Z] db1c61fa0a46: Pulling fs layer [2023-03-01T18:47:16.546Z] 891c053d2c06: Pulling fs layer [2023-03-01T18:47:16.546Z] fc693d55d65f: Waiting [2023-03-01T18:47:16.546Z] db1c61fa0a46: Waiting [2023-03-01T18:47:16.546Z] 891c053d2c06: Waiting [2023-03-01T18:47:16.546Z] 7e9fc2657dce: Waiting [2023-03-01T18:47:16.546Z] dda99020689f: Waiting [2023-03-01T18:47:16.546Z] e16973657156: Verifying Checksum [2023-03-01T18:47:16.546Z] e16973657156: Download complete [2023-03-01T18:47:16.546Z] 35d82f9e3411: Verifying Checksum [2023-03-01T18:47:16.546Z] 35d82f9e3411: Download complete [2023-03-01T18:47:16.546Z] 7e9fc2657dce: Verifying Checksum [2023-03-01T18:47:16.546Z] 7e9fc2657dce: Download complete [2023-03-01T18:47:16.546Z] dda99020689f: Verifying Checksum [2023-03-01T18:47:16.546Z] dda99020689f: Download complete [2023-03-01T18:47:16.546Z] 9b18e9b68314: Verifying Checksum [2023-03-01T18:47:16.546Z] 9b18e9b68314: Download complete [2023-03-01T18:47:17.542Z] 9b18e9b68314: Pull complete [2023-03-01T18:47:17.813Z] 891c053d2c06: Verifying Checksum [2023-03-01T18:47:17.813Z] 891c053d2c06: Download complete [2023-03-01T18:47:18.083Z] 35d82f9e3411: Pull complete [2023-03-01T18:47:18.358Z] e16973657156: Pull complete [2023-03-01T18:47:18.958Z] db1c61fa0a46: Verifying Checksum [2023-03-01T18:47:18.958Z] db1c61fa0a46: Download complete [2023-03-01T18:47:19.548Z] fc693d55d65f: Download complete [2023-03-01T18:47:31.875Z] fc693d55d65f: Pull complete [2023-03-01T18:47:31.875Z] 7e9fc2657dce: Pull complete [2023-03-01T18:47:31.875Z] dda99020689f: Pull complete [2023-03-01T18:47:37.346Z] db1c61fa0a46: Pull complete [2023-03-01T18:47:38.791Z] 891c053d2c06: Pull complete [2023-03-01T18:47:38.791Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-03-01T18:47:38.791Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-03-01T18:47:38.791Z] ---> f96f9c87975a [2023-03-01T18:47:38.791Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T18:47:40.752Z] ---> Running in 4d52a779a92e [2023-03-01T18:47:41.024Z] Removing intermediate container 4d52a779a92e [2023-03-01T18:47:41.024Z] ---> 7669544d92bf [2023-03-01T18:47:41.024Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T18:47:41.024Z] ---> Running in 024c779d9595 [2023-03-01T18:47:41.291Z] Removing intermediate container 024c779d9595 [2023-03-01T18:47:41.291Z] ---> 8806c6420683 [2023-03-01T18:47:41.291Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-03-01T18:47:41.577Z] ---> Running in 3acaa59e271d [2023-03-01T18:47:41.846Z] Removing intermediate container 3acaa59e271d [2023-03-01T18:47:41.846Z] ---> 51467b65c7d6 [2023-03-01T18:47:41.846Z] Step 6/12 : WORKDIR /device-virtual-go [2023-03-01T18:47:41.846Z] ---> Running in e07c876dd3b0 [2023-03-01T18:47:42.113Z] Removing intermediate container e07c876dd3b0 [2023-03-01T18:47:42.113Z] ---> 65b92a39415f [2023-03-01T18:47:42.113Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T18:47:42.113Z] ---> Running in 4535db086a1c [2023-03-01T18:47:43.526Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T18:47:43.794Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T18:47:44.757Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-03-01T18:47:44.757Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-03-01T18:47:44.757Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-03-01T18:47:45.025Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-03-01T18:47:45.025Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T18:47:45.025Z] OK: 226 MiB in 55 packages [2023-03-01T18:47:46.975Z] Removing intermediate container 4535db086a1c [2023-03-01T18:47:46.975Z] ---> 1d0b5f3c915f [2023-03-01T18:47:46.975Z] Step 8/12 : COPY go.mod vendor* ./ [2023-03-01T18:47:47.251Z] ---> 075aa42c877c [2023-03-01T18:47:47.251Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T18:47:47.251Z] ---> Running in 09921e832004 [2023-03-01T18:48:55.173Z] Removing intermediate container 09921e832004 [2023-03-01T18:48:55.173Z] ---> a41b8e1004a6 [2023-03-01T18:48:55.173Z] Step 10/12 : COPY . . [2023-03-01T18:48:55.173Z] ---> 1b1a27f83c3f [2023-03-01T18:48:55.173Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T18:48:55.173Z] ---> Running in adf482b04736 [2023-03-01T18:48:55.173Z] Removing intermediate container adf482b04736 [2023-03-01T18:48:55.173Z] ---> 9b12e563b8d8 [2023-03-01T18:48:55.173Z] Step 12/12 : RUN $MAKE [2023-03-01T18:48:55.173Z] ---> Running in ffb6bb9e44d9 [2023-03-01T18:48:56.134Z] noop [2023-03-01T18:48:56.730Z] Removing intermediate container ffb6bb9e44d9 [2023-03-01T18:48:56.730Z] ---> 61d4a77e6f74 [2023-03-01T18:48:56.730Z] Successfully built 61d4a77e6f74 [2023-03-01T18:48:56.730Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:48:57.204Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T18:48:57.204Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:48:57.468Z] prd-ubuntu20.04-docker-arm64-4c-16g-8001 does not seem to be running inside a container [2023-03-01T18:48:57.535Z] $ 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 ******** ci-base-image-arm64 cat [2023-03-01T18:48:58.681Z] $ docker top 11c490cb0440ef364f3bbbc3ea2e7dc6278ee581ea7a2863ab7efa4de880d43c -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T18:48:59.575Z] + go version [2023-03-01T18:48:59.575Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-03-01T18:48:59.613Z] $ docker stop --time=1 11c490cb0440ef364f3bbbc3ea2e7dc6278ee581ea7a2863ab7efa4de880d43c [2023-03-01T18:49:01.249Z] $ docker rm -f --volumes 11c490cb0440ef364f3bbbc3ea2e7dc6278ee581ea7a2863ab7efa4de880d43c [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:49:02.135Z] + docker inspect -f . ci-base-image-arm64 [2023-03-01T18:49:02.136Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:49:02.410Z] prd-ubuntu20.04-docker-arm64-4c-16g-8001 does not seem to be running inside a container [2023-03-01T18:49:02.483Z] $ 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 ******** ci-base-image-arm64 cat [2023-03-01T18:49:03.662Z] $ docker top e4df050d3718cc1a6d28d5b7bfb67bc8748dea6567e5352f0388f40e1fcae1c9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T18:49:04.245Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-03-01T18:49:04.909Z] + make test [2023-03-01T18:49:05.176Z] go test ./... -coverprofile=coverage.out [2023-03-01T18:49:06.597Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-03-01T18:50:43.305Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-03-01T18:50:43.305Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.140s coverage: 65.6% of statements [2023-03-01T18:50:43.305Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-03-01T18:50:43.305Z] go vet ./... [2023-03-01T18:51:01.571Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-03-01T18:51:01.571Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-03-01T18:51:01.571Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-03-01T18:51:01.608Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-03-01T18:51:01.639Z] $ docker stop --time=1 e4df050d3718cc1a6d28d5b7bfb67bc8748dea6567e5352f0388f40e1fcae1c9 [2023-03-01T18:51:03.671Z] $ docker rm -f --volumes e4df050d3718cc1a6d28d5b7bfb67bc8748dea6567e5352f0388f40e1fcae1c9 [Pipeline] // withDockerContainer [Pipeline] sh [2023-03-01T18:51:04.882Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-03-01T18:51:04.926Z] Warning: overwriting stash ‘coverage-report’ [2023-03-01T18:51:05.661Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-03-01T18:51:06.262Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-03-01T18:51:06.659Z] + ls -al . [2023-03-01T18:51:06.659Z] total 188 [2023-03-01T18:51:06.659Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 18:49 . [2023-03-01T18:51:06.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:46 .. [2023-03-01T18:51:06.659Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 1 18:46 .git [2023-03-01T18:51:06.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:46 .github [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 337 Mar 1 18:46 .gitignore [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 1 18:46 .golangci.yml [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 8641 Mar 1 18:46 Attribution.txt [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 11367 Mar 1 18:46 CHANGELOG.md [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 1646 Mar 1 18:46 Dockerfile [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 677 Mar 1 18:46 GOVERNANCE.md [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 660 Mar 1 18:46 Jenkinsfile [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 11340 Mar 1 18:46 LICENSE [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 1661 Mar 1 18:46 Makefile [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 623 Mar 1 18:46 OWNERS.md [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 3578 Mar 1 18:46 README.md [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 5 Mar 1 18:43 VERSION [2023-03-01T18:51:06.659Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 1 18:46 bin [2023-03-01T18:51:06.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:46 cmd [2023-03-01T18:51:06.659Z] -rw-r--r-- 1 jenkins jenkins 44128 Mar 1 18:50 coverage.out [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 3253 Mar 1 18:46 go.mod [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 30609 Mar 1 18:46 go.sum [2023-03-01T18:51:06.659Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 1 18:46 internal [2023-03-01T18:51:06.659Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 1 18:46 snap [2023-03-01T18:51:06.659Z] -rw-rw-r-- 1 jenkins jenkins 235 Mar 1 18:46 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:51:07.100Z] + 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=5740fee0ebaf7e18cdad794b389a42cc671a524e --label arch=arm64 --label version=0.0.0 . [2023-03-01T18:51:08.072Z] Sending build context to Docker daemon 11.9MB [2023-03-01T18:51:08.072Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-03-01T18:51:08.072Z] Step 2/25 : FROM ${BASE} AS builder [2023-03-01T18:51:08.072Z] ---> 61d4a77e6f74 [2023-03-01T18:51:08.072Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-03-01T18:51:08.346Z] ---> Running in bd60abc358b7 [2023-03-01T18:51:08.618Z] Removing intermediate container bd60abc358b7 [2023-03-01T18:51:08.618Z] ---> d56787075b84 [2023-03-01T18:51:08.618Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-03-01T18:51:08.896Z] ---> Running in 34bcdc979d35 [2023-03-01T18:51:09.168Z] Removing intermediate container 34bcdc979d35 [2023-03-01T18:51:09.168Z] ---> 84ed113e4558 [2023-03-01T18:51:09.168Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-03-01T18:51:09.439Z] ---> Running in 6fad3c6c0b41 [2023-03-01T18:51:09.710Z] Removing intermediate container 6fad3c6c0b41 [2023-03-01T18:51:09.710Z] ---> ef3788241a46 [2023-03-01T18:51:09.710Z] Step 6/25 : WORKDIR /device-virtual-go [2023-03-01T18:51:09.710Z] ---> Running in 3e0800547c2a [2023-03-01T18:51:10.299Z] Removing intermediate container 3e0800547c2a [2023-03-01T18:51:10.299Z] ---> 6ef97f9cf4e6 [2023-03-01T18:51:10.299Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-03-01T18:51:10.299Z] ---> Running in 19288babc522 [2023-03-01T18:51:11.268Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T18:51:11.863Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T18:51:13.301Z] OK: 226 MiB in 55 packages [2023-03-01T18:51:14.279Z] Removing intermediate container 19288babc522 [2023-03-01T18:51:14.279Z] ---> 9b3beadee636 [2023-03-01T18:51:14.279Z] Step 8/25 : COPY go.mod vendor* ./ [2023-03-01T18:51:14.873Z] ---> f6e62491d61d [2023-03-01T18:51:14.873Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-03-01T18:51:15.143Z] ---> Running in d5bd59ba6760 [2023-03-01T18:51:18.527Z] Removing intermediate container d5bd59ba6760 [2023-03-01T18:51:18.527Z] ---> 3dba3a51b20e [2023-03-01T18:51:18.527Z] Step 10/25 : COPY . . [2023-03-01T18:51:19.485Z] ---> 058ff20e3038 [2023-03-01T18:51:19.485Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-03-01T18:51:19.485Z] ---> Running in 33cef177e5e3 [2023-03-01T18:51:20.071Z] Removing intermediate container 33cef177e5e3 [2023-03-01T18:51:20.071Z] ---> e7bb29cbccc4 [2023-03-01T18:51:20.071Z] Step 12/25 : RUN $MAKE [2023-03-01T18:51:20.071Z] ---> Running in ff171e5b7f34 [2023-03-01T18:51:21.033Z] 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-01T18:53:57.805Z] Removing intermediate container ff171e5b7f34 [2023-03-01T18:53:57.805Z] ---> 80de8028b84b [2023-03-01T18:53:57.805Z] Step 13/25 : FROM alpine:3.16 [2023-03-01T18:53:57.805Z] 3.16: Pulling from library/alpine [2023-03-01T18:53:57.805Z] 3760b48202b3: Pulling fs layer [2023-03-01T18:53:57.805Z] 3760b48202b3: Verifying Checksum [2023-03-01T18:53:57.805Z] 3760b48202b3: Download complete [2023-03-01T18:53:57.805Z] 3760b48202b3: Pull complete [2023-03-01T18:53:57.805Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-03-01T18:53:57.805Z] Status: Downloaded newer image for alpine:3.16 [2023-03-01T18:53:57.805Z] ---> 4c81e5bf8899 [2023-03-01T18:53:57.805Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-03-01T18:53:57.805Z] ---> Running in a89432ad65fc [2023-03-01T18:53:57.805Z] Removing intermediate container a89432ad65fc [2023-03-01T18:53:57.805Z] ---> 3dbb8cc3c74d [2023-03-01T18:53:57.805Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-03-01T18:53:57.805Z] ---> Running in 5c2a1b456f75 [2023-03-01T18:53:57.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-03-01T18:53:57.805Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-03-01T18:53:57.805Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-03-01T18:53:57.805Z] Executing busybox-1.35.0-r17.trigger [2023-03-01T18:53:57.805Z] OK: 5 MiB in 15 packages [2023-03-01T18:53:57.805Z] Removing intermediate container 5c2a1b456f75 [2023-03-01T18:53:57.805Z] ---> 22081426a495 [2023-03-01T18:53:57.805Z] Step 16/25 : WORKDIR / [2023-03-01T18:53:57.805Z] ---> Running in 598e1e3c303e [2023-03-01T18:53:57.805Z] Removing intermediate container 598e1e3c303e [2023-03-01T18:53:57.805Z] ---> 4a9677142aec [2023-03-01T18:53:57.805Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-03-01T18:53:57.805Z] ---> 4dfdb44b45c0 [2023-03-01T18:53:57.805Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-03-01T18:53:57.805Z] ---> c6d0d8a6acb3 [2023-03-01T18:53:57.805Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-03-01T18:53:57.805Z] ---> 9a40af847b72 [2023-03-01T18:53:57.805Z] Step 20/25 : EXPOSE 59900 [2023-03-01T18:53:57.805Z] ---> Running in 65fd7a8af389 [2023-03-01T18:53:57.805Z] Removing intermediate container 65fd7a8af389 [2023-03-01T18:53:57.805Z] ---> a32b6915edde [2023-03-01T18:53:57.805Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-03-01T18:53:57.805Z] ---> Running in 46e78fe270ac [2023-03-01T18:53:57.805Z] Removing intermediate container 46e78fe270ac [2023-03-01T18:53:57.805Z] ---> 85389ee06dc6 [2023-03-01T18:53:57.805Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-03-01T18:53:57.805Z] ---> Running in 057e85f4ea0d [2023-03-01T18:53:57.805Z] Removing intermediate container 057e85f4ea0d [2023-03-01T18:53:57.805Z] ---> 9dd8043b9fb8 [2023-03-01T18:53:57.805Z] Step 23/25 : LABEL arch=arm64 [2023-03-01T18:53:57.805Z] ---> Running in 23548d60a0ed [2023-03-01T18:53:57.805Z] Removing intermediate container 23548d60a0ed [2023-03-01T18:53:57.805Z] ---> c4a9228a340d [2023-03-01T18:53:57.805Z] Step 24/25 : LABEL git_sha=5740fee0ebaf7e18cdad794b389a42cc671a524e [2023-03-01T18:53:57.805Z] ---> Running in 1730e691ebec [2023-03-01T18:53:57.805Z] Removing intermediate container 1730e691ebec [2023-03-01T18:53:57.805Z] ---> 75c40eec1f4b [2023-03-01T18:53:57.805Z] Step 25/25 : LABEL version=0.0.0 [2023-03-01T18:53:57.805Z] ---> Running in ac9099907a22 [2023-03-01T18:53:57.805Z] Removing intermediate container ac9099907a22 [2023-03-01T18:53:57.805Z] ---> e0056b6a4ce1 [2023-03-01T18:53:57.805Z] [Warning] One or more build-args [ARCH] were not consumed [2023-03-01T18:53:57.805Z] Successfully built e0056b6a4ce1 [2023-03-01T18:53:57.805Z] 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-01T18:53:58.628Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T18:53:58.628Z] [2023-03-01T18:53:58.628Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:53:59.030Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T18:53:59.300Z] arm64: Pulling from edgex-lftools-log-publisher [2023-03-01T18:53:59.300Z] 8998bd30e6a1: Pulling fs layer [2023-03-01T18:53:59.300Z] 04944245beec: Pulling fs layer [2023-03-01T18:53:59.300Z] 699f458cf7ca: Pulling fs layer [2023-03-01T18:53:59.300Z] 765212b225bb: Pulling fs layer [2023-03-01T18:53:59.300Z] f23df028b6ca: Pulling fs layer [2023-03-01T18:53:59.300Z] d65c8cfc05b1: Pulling fs layer [2023-03-01T18:53:59.300Z] 2437ff75d9bd: Pulling fs layer [2023-03-01T18:53:59.300Z] 765212b225bb: Waiting [2023-03-01T18:53:59.300Z] d65c8cfc05b1: Waiting [2023-03-01T18:53:59.300Z] f23df028b6ca: Waiting [2023-03-01T18:53:59.300Z] 2437ff75d9bd: Waiting [2023-03-01T18:53:59.300Z] 04944245beec: Verifying Checksum [2023-03-01T18:53:59.300Z] 04944245beec: Download complete [2023-03-01T18:53:59.300Z] 765212b225bb: Verifying Checksum [2023-03-01T18:53:59.300Z] 765212b225bb: Download complete [2023-03-01T18:53:59.300Z] f23df028b6ca: Verifying Checksum [2023-03-01T18:53:59.300Z] f23df028b6ca: Download complete [2023-03-01T18:53:59.300Z] d65c8cfc05b1: Verifying Checksum [2023-03-01T18:53:59.300Z] d65c8cfc05b1: Download complete [2023-03-01T18:53:59.571Z] 699f458cf7ca: Verifying Checksum [2023-03-01T18:53:59.571Z] 699f458cf7ca: Download complete [2023-03-01T18:53:59.843Z] 8998bd30e6a1: Verifying Checksum [2023-03-01T18:53:59.843Z] 8998bd30e6a1: Download complete [2023-03-01T18:54:02.445Z] 2437ff75d9bd: Verifying Checksum [2023-03-01T18:54:02.445Z] 2437ff75d9bd: Download complete [2023-03-01T18:54:03.862Z] 8998bd30e6a1: Pull complete [2023-03-01T18:54:04.130Z] 04944245beec: Pull complete [2023-03-01T18:54:05.549Z] 699f458cf7ca: Pull complete [2023-03-01T18:54:05.819Z] 765212b225bb: Pull complete [2023-03-01T18:54:06.407Z] f23df028b6ca: Pull complete [2023-03-01T18:54:06.677Z] d65c8cfc05b1: Pull complete [2023-03-01T18:54:21.704Z] 2437ff75d9bd: Pull complete [2023-03-01T18:54:21.704Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-03-01T18:54:21.704Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-03-01T18:54:21.704Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:54:22.093Z] prd-ubuntu20.04-docker-arm64-4c-16g-8001 does not seem to be running inside a container [2023-03-01T18:54:22.203Z] $ 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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-03-01T18:54:24.950Z] $ docker top c3687452e89cf8d30d454099fc61dd101e1e3d887841125c5b1f876d3c85dd6d -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:25.906Z] ---> job-cost.sh [2023-03-01T18:54:25.906Z] lf-activate-venv: SKIPPING [2023-03-01T18:54:25.906Z] INFO: No Stack... [2023-03-01T18:54:26.174Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-03-01T18:54:27.144Z] INFO: Archiving Costs [Pipeline] sh [2023-03-01T18:54:27.812Z] + cut -d, -f6 [2023-03-01T18:54:27.812Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock [2023-03-01T18:54:27.905Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [2023-03-01T18:54:27.910Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] did not exist. Created. [2023-03-01T18:54:27.910Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-03-01T18:54:28.644Z] /w/workspace/device-virtual-go/1@tmp/durable-d9c4d80e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-03-01T18:54:29.326Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-03-01T18:54:29.363Z] Warning: overwriting stash ‘stack-cost’ [2023-03-01T18:54:29.426Z] Stashed 1 file(s) [Pipeline] } [2023-03-01T18:54:29.441Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-350-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-03-01T18:54:29.514Z] $ docker stop --time=1 c3687452e89cf8d30d454099fc61dd101e1e3d887841125c5b1f876d3c85dd6d [2023-03-01T18:54:31.048Z] $ docker rm -f --volumes c3687452e89cf8d30d454099fc61dd101e1e3d887841125c5b1f876d3c85dd6d [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-01T18:54:31.984Z] provisioning config files... [2023-03-01T18:54:31.991Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config11261722977401930942tmp [Pipeline] { [Pipeline] sh [2023-03-01T18:54:32.324Z] + set +x [2023-03-01T18:54:32.324Z] + bash -s -- [2023-03-01T18:54:32.324Z] + curl -s https://codecov.io/bash [2023-03-01T18:54:32.324Z] [2023-03-01T18:54:32.324Z] _____ _ [2023-03-01T18:54:32.324Z] / ____| | | [2023-03-01T18:54:32.324Z] | | ___ __| | ___ ___ _____ __ [2023-03-01T18:54:32.324Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-03-01T18:54:32.324Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-03-01T18:54:32.324Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-03-01T18:54:32.324Z] Bash-1.0.6 [2023-03-01T18:54:32.324Z] [2023-03-01T18:54:32.324Z] [2023-03-01T18:54:32.324Z] ==> git version 2.25.1 found [2023-03-01T18:54:32.324Z] ==> 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-01T18:54:32.324Z] Release-Date: 2020-01-08 [2023-03-01T18:54:32.324Z] 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-01T18:54:32.324Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-03-01T18:54:32.324Z] ==> Jenkins CI detected. [2023-03-01T18:54:32.324Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-350 [2023-03-01T18:54:32.324Z] project root: . [2023-03-01T18:54:32.324Z] --> token set from env [2023-03-01T18:54:32.324Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-03-01T18:54:32.324Z] ==> Running gcov in . (disable via -X gcov) [2023-03-01T18:54:32.324Z] ==> Python coveragepy not found [2023-03-01T18:54:32.324Z] ==> Searching for coverage reports in: [2023-03-01T18:54:32.324Z] + . [2023-03-01T18:54:32.324Z] -> Found 1 reports [2023-03-01T18:54:32.324Z] ==> Detecting git/mercurial file structure [2023-03-01T18:54:32.583Z] ==> Reading reports [2023-03-01T18:54:32.583Z] + ./coverage.out bytes=44128 [2023-03-01T18:54:32.583Z] ==> Appending adjustments [2023-03-01T18:54:32.583Z] https://docs.codecov.io/docs/fixing-reports [2023-03-01T18:54:32.583Z] + Found adjustments [2023-03-01T18:54:32.583Z] ==> Gzipping contents [2023-03-01T18:54:32.583Z] 8.0K /tmp/codecov.ygI8hm.gz [2023-03-01T18:54:32.583Z] ==> Uploading reports [2023-03-01T18:54:32.583Z] url: https://codecov.io [2023-03-01T18:54:32.583Z] query: branch=PR-350&commit=5740fee0ebaf7e18cdad794b389a42cc671a524e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-350%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=350&job=&cmd_args= [2023-03-01T18:54:32.583Z] -> Pinging Codecov [2023-03-01T18:54:32.583Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-350&commit=5740fee0ebaf7e18cdad794b389a42cc671a524e&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-350%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=350&job=&cmd_args= [2023-03-01T18:54:32.842Z] -> Uploading to [2023-03-01T18:54:32.842Z] https://storage.googleapis.com/codecov/v4/raw/2023-03-01/5E52B4B073DB2E39498172D8E973AA87/5740fee0ebaf7e18cdad794b389a42cc671a524e/fa864207-644d-421c-8e12-d76c96302cde.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230301%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230301T185432Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=8b57a75a456897181821285d894d808699cc09b3323d0c8781d9c9dcf2f77acc [2023-03-01T18:54:32.842Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-03-01T18:54:32.842Z] Dload Upload Total Spent Left Speed [2023-03-01T18:54:33.409Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5496 0 0 100 5496 0 15057 --:--:-- --:--:-- --:--:-- 15057 [2023-03-01T18:54:33.409Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/5740fee0ebaf7e18cdad794b389a42cc671a524e [Pipeline] } [2023-03-01T18:54:33.434Z] 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-01T18:54:35.176Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-350/archives ] [2023-03-01T18:54:35.176Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-350/archives [2023-03-01T18:54:35.176Z] total 16 [2023-03-01T18:54:35.176Z] drwxr-xr-x 3 root root 4096 Mar 1 18:45 . [2023-03-01T18:54:35.176Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 18:45 .. [2023-03-01T18:54:35.176Z] drwxr-xr-x 2 root root 4096 Mar 1 18:45 cost [2023-03-01T18:54:35.176Z] -rw-r--r-- 1 root root 89 Mar 1 18:45 cost.csv [2023-03-01T18:54:35.176Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-350/archives [2023-03-01T18:54:35.176Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-350/archives [2023-03-01T18:54:35.176Z] total 16 [2023-03-01T18:54:35.176Z] drwxr-xr-x 3 jenkins jenkins 4096 Mar 1 18:45 . [2023-03-01T18:54:35.176Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 1 18:45 .. [2023-03-01T18:54:35.176Z] drwxr-xr-x 2 jenkins jenkins 4096 Mar 1 18:45 cost [2023-03-01T18:54:35.176Z] -rw-r--r-- 1 jenkins jenkins 89 Mar 1 18:45 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:35.511Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:36.403Z] ---> package-listing.sh [2023-03-01T18:54:36.404Z] ++ facter osfamily [2023-03-01T18:54:36.404Z] ++ tr '[:upper:]' '[:lower:]' [2023-03-01T18:54:36.662Z] + OS_FAMILY=debian [2023-03-01T18:54:36.662Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-350 [2023-03-01T18:54:36.662Z] + START_PACKAGES=/tmp/packages_start.txt [2023-03-01T18:54:36.662Z] + END_PACKAGES=/tmp/packages_end.txt [2023-03-01T18:54:36.662Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-03-01T18:54:36.662Z] + PACKAGES=/tmp/packages_start.txt [2023-03-01T18:54:36.662Z] + '[' /w/workspace/foundry_device-virtual-go_PR-350 ']' [2023-03-01T18:54:36.662Z] + PACKAGES=/tmp/packages_end.txt [2023-03-01T18:54:36.662Z] + case "${OS_FAMILY}" in [2023-03-01T18:54:36.662Z] + dpkg -l [2023-03-01T18:54:36.662Z] + grep '^ii' [2023-03-01T18:54:36.662Z] + '[' -f /tmp/packages_start.txt ']' [2023-03-01T18:54:36.662Z] + '[' -f /tmp/packages_end.txt ']' [2023-03-01T18:54:36.662Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-03-01T18:54:36.662Z] + '[' /w/workspace/foundry_device-virtual-go_PR-350 ']' [2023-03-01T18:54:36.662Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-350/archives/ [2023-03-01T18:54:36.662Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-350/archives/ [Pipeline] echo [2023-03-01T18:54:36.702Z] 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-350/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-03-01T18:54:36.992Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-03-01T18:54:37.616Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-03-01T18:54:37.616Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-03-01T18:54:37.770Z] prd-ubuntu20.04-docker-8c-8g-7999 does not seem to be running inside a container [2023-03-01T18:54:37.802Z] $ 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-350/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-350 -v /w/workspace/foundry_device-virtual-go_PR-350:/w/workspace/foundry_device-virtual-go_PR-350:rw,z -v /w/workspace/foundry_device-virtual-go_PR-350@tmp:/w/workspace/foundry_device-virtual-go_PR-350@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-03-01T18:54:38.025Z] $ docker top e6e9b7c097b96bea257cda7c9682a8b13cb072d022c46b33aaeb68a96df83f09 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-03-01T18:54:38.420Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-03-01T18:54:38.729Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-03-01T18:54:39.041Z] + ls /var/log/sa-host [2023-03-01T18:54:39.041Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-03-01T18:54:39.175Z] provisioning config files... [2023-03-01T18:54:39.183Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-350@tmp/config720301671488267638tmp [Pipeline] { [Pipeline] echo [2023-03-01T18:54:39.234Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:39.553Z] ---> create-netrc.sh [Pipeline] } [2023-03-01T18:54:39.582Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:39.990Z] ---> python-tools-install.sh [Pipeline] echo [2023-03-01T18:54:40.027Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:40.337Z] ---> sudo-logs.sh [2023-03-01T18:54:40.337Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-03-01T18:54:40.426Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:40.739Z] ---> job-cost.sh [2023-03-01T18:54:40.739Z] lf-activate-venv: SKIPPING [2023-03-01T18:54:40.739Z] DEBUG: total: 0.2199999988079071 [2023-03-01T18:54:40.739Z] INFO: Retrieving Stack Cost... [2023-03-01T18:54:41.307Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-03-01T18:54:41.566Z] INFO: Archiving Costs [Pipeline] echo [2023-03-01T18:54:41.602Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-03-01T18:54:41.924Z] ---> logs-deploy.sh [2023-03-01T18:54:41.925Z] lf-activate-venv: SKIPPING [2023-03-01T18:54:41.925Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-350/1 [2023-03-01T18:54:41.925Z] INFO: archiving workspace using pattern(s): [2023-03-01T18:54:42.860Z] Archives upload complete. [2023-03-01T18:54:42.860Z] INFO: archiving logs to Nexus