Pull request #347 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of jinlinGuan for edgexfoundry/device-virtual-go Loading trusted files from base branch main at 668751ae10c747c3d9f58507713cbcf82909e340 rather than 2d7e124016c932930f84283d3907604c8e287281 Obtained Jenkinsfile from 668751ae10c747c3d9f58507713cbcf82909e340 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-ssh7986677341000754928.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-ssh4931712518778381295.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-347/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-347/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh8302744170885919197.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-347/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh11989310140560243594.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-ssh8130310151628375490.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-347/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-347/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh4925823359029053158.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 All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-7338 in /w/workspace/foundry_device-virtual-go_PR-347 [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-347 # 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/347/head:refs/remotes/origin/PR-347 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 668751ae10c747c3d9f58507713cbcf82909e340 into PR head commit 2d7e124016c932930f84283d3907604c8e287281 Merge succeeded, producing 2d7e124016c932930f84283d3907604c8e287281 Checking out Revision 2d7e124016c932930f84283d3907604c8e287281 (PR-347) > git config core.sparsecheckout # timeout=10 > git checkout -f 2d7e124016c932930f84283d3907604c8e287281 # 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 668751ae10c747c3d9f58507713cbcf82909e340 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 2d7e124016c932930f84283d3907604c8e287281 # timeout=10 Commit message: "fix: Update deviceprofile resources for UpdateDevice" 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-02-24T05:58:38.214Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-02-24T05:58:38.389Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-02-24T05:58:38.498Z] ========================================================= [2023-02-24T05:58:38.498Z] EdgeX Global Pipelines Version Info [2023-02-24T05:58:38.498Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-02-24T05:58:39.281Z] ------------------- [2023-02-24T05:58:39.281Z] stable info: [2023-02-24T05:58:39.281Z] ------------------- [2023-02-24T05:58:39.281Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-02-24T05:58:39.281Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T05:58:39.281Z] Message: update stable to v1.0.244 [2023-02-24T05:58:39.866Z] ------------------- [2023-02-24T05:58:39.866Z] experimental info: [2023-02-24T05:58:39.866Z] ------------------- [2023-02-24T05:58:39.866Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-02-24T05:58:39.866Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T05:58:39.866Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-02-24T05:58:40.171Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-02-24T05:58:40.207Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-02-24T05:58:40.245Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-02-24T05:58:40.286Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-02-24T05:58:40.326Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-02-24T05:58:40.369Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-02-24T05:58:40.412Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-02-24T05:58:40.451Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-02-24T05:58:40.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-02-24T05:58:40.534Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-02-24T05:58:40.580Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-02-24T05:58:40.623Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-02-24T05:58:40.663Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-02-24T05:58:40.706Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-02-24T05:58:40.750Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-02-24T05:58:40.793Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-02-24T05:58:40.834Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-02-24T05:58:40.874Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-02-24T05:58:40.915Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-02-24T05:58:40.955Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-02-24T05:58:40.994Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-02-24T05:58:41.036Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-02-24T05:58:41.077Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-02-24T05:58:41.122Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-02-24T05:58:41.161Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-02-24T05:58:41.198Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-02-24T05:58:41.237Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-02-24T05:58:41.275Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-347 [Pipeline] echo [2023-02-24T05:58:41.316Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-347 [Pipeline] echo [2023-02-24T05:58:41.355Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-347 [Pipeline] echo [2023-02-24T05:58:41.392Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 2d7e124016c932930f84283d3907604c8e287281 [Pipeline] echo [2023-02-24T05:58:41.429Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 2d7e124 [Pipeline] echo [2023-02-24T05:58:41.466Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T05:58:41.579Z] provisioning config files... [2023-02-24T05:58:41.594Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-347@tmp/config15835575748118966790tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T05:58:41.933Z] ---> docker-login.sh [2023-02-24T05:58:41.933Z] nexus3.edgexfoundry.org:10001 [2023-02-24T05:58:42.194Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:42.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:42.454Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:42.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:42.454Z] [2023-02-24T05:58:42.454Z] Login Succeeded [2023-02-24T05:58:42.454Z] nexus3.edgexfoundry.org:10002 [2023-02-24T05:58:42.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:42.454Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:42.454Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:42.454Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:42.454Z] [2023-02-24T05:58:42.454Z] Login Succeeded [2023-02-24T05:58:42.454Z] nexus3.edgexfoundry.org:10003 [2023-02-24T05:58:42.454Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:42.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:42.714Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:42.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:42.714Z] [2023-02-24T05:58:42.714Z] Login Succeeded [2023-02-24T05:58:42.714Z] nexus3.edgexfoundry.org:10004 [2023-02-24T05:58:42.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:42.714Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:42.714Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:42.714Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:42.714Z] [2023-02-24T05:58:42.714Z] Login Succeeded [2023-02-24T05:58:42.714Z] docker.io [2023-02-24T05:58:42.714Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:42.975Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:42.975Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:42.975Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:42.975Z] [2023-02-24T05:58:42.975Z] Login Succeeded [2023-02-24T05:58:42.975Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T05:58:43.004Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-02-24T05:58:43.611Z] + git rev-list -1 --merges 2d7e124016c932930f84283d3907604c8e287281~1..2d7e124016c932930f84283d3907604c8e287281 [Pipeline] echo [2023-02-24T05:58:43.681Z] -----------> git rev-list -1 --merges 2d7e124016c932930f84283d3907604c8e287281~1..2d7e124016c932930f84283d3907604c8e287281 2d7e124016c932930f84283d3907604c8e287281 [false] [Pipeline] sh [2023-02-24T05:58:43.988Z] + git log --format=format:%s -1 2d7e124016c932930f84283d3907604c8e287281 [Pipeline] echo [2023-02-24T05:58:44.020Z] ========================================================= [2023-02-24T05:58:44.020Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-02-24T05:58:44.020Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T05:58:44.437Z] + git log --format=format:%s -1 2d7e124016c932930f84283d3907604c8e287281 [Pipeline] echo [2023-02-24T05:58:44.463Z] [semverPrep] GIT_COMMIT: 2d7e124016c932930f84283d3907604c8e287281, Commit Message: fix: Update deviceprofile resources for UpdateDevice [Pipeline] echo [2023-02-24T05:58:44.487Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-02-24T05:58:44.935Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-02-24T05:58:44.935Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-02-24T05:58:44.935Z] + [ -e /tmp/ssh_known_hosts ] [2023-02-24T05:58:44.935Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-02-24T05:58:44.935Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-02-24T05:58:44.935Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-02-24T05:58:44.935Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T05:58:45.412Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T05:58:45.413Z] [2023-02-24T05:58:45.413Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T05:58:45.798Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T05:58:45.798Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-02-24T05:58:45.798Z] b85a868b505f: Pulling fs layer [2023-02-24T05:58:45.798Z] e2be974225ed: Pulling fs layer [2023-02-24T05:58:45.798Z] 339a4e72a1f5: Pulling fs layer [2023-02-24T05:58:45.798Z] 988bab9f4d93: Pulling fs layer [2023-02-24T05:58:45.798Z] 1469e6f7b9e6: Pulling fs layer [2023-02-24T05:58:45.798Z] eaf3925da568: Pulling fs layer [2023-02-24T05:58:45.798Z] bab4dde63d76: Pulling fs layer [2023-02-24T05:58:45.798Z] bde34c3a00c8: Pulling fs layer [2023-02-24T05:58:45.798Z] b352a97aabf1: Pulling fs layer [2023-02-24T05:58:45.798Z] 1469e6f7b9e6: Waiting [2023-02-24T05:58:45.798Z] eaf3925da568: Waiting [2023-02-24T05:58:45.798Z] bab4dde63d76: Waiting [2023-02-24T05:58:45.798Z] bde34c3a00c8: Waiting [2023-02-24T05:58:45.798Z] 988bab9f4d93: Waiting [2023-02-24T05:58:45.798Z] 4872d77fe225: Pulling fs layer [2023-02-24T05:58:45.798Z] b352a97aabf1: Waiting [2023-02-24T05:58:45.798Z] 5851b861e8e6: Pulling fs layer [2023-02-24T05:58:45.798Z] 4872d77fe225: Waiting [2023-02-24T05:58:45.798Z] e2be974225ed: Verifying Checksum [2023-02-24T05:58:45.798Z] e2be974225ed: Download complete [2023-02-24T05:58:45.798Z] 988bab9f4d93: Verifying Checksum [2023-02-24T05:58:45.798Z] 988bab9f4d93: Download complete [2023-02-24T05:58:46.060Z] 339a4e72a1f5: Verifying Checksum [2023-02-24T05:58:46.060Z] 339a4e72a1f5: Download complete [2023-02-24T05:58:46.060Z] 1469e6f7b9e6: Verifying Checksum [2023-02-24T05:58:46.060Z] 1469e6f7b9e6: Download complete [2023-02-24T05:58:46.060Z] eaf3925da568: Download complete [2023-02-24T05:58:46.060Z] bde34c3a00c8: Download complete [2023-02-24T05:58:46.060Z] b352a97aabf1: Verifying Checksum [2023-02-24T05:58:46.060Z] b352a97aabf1: Download complete [2023-02-24T05:58:46.060Z] 4872d77fe225: Verifying Checksum [2023-02-24T05:58:46.060Z] 4872d77fe225: Download complete [2023-02-24T05:58:46.060Z] 5851b861e8e6: Download complete [2023-02-24T05:58:46.060Z] b85a868b505f: Verifying Checksum [2023-02-24T05:58:46.060Z] b85a868b505f: Download complete [2023-02-24T05:58:46.349Z] bab4dde63d76: Verifying Checksum [2023-02-24T05:58:46.349Z] bab4dde63d76: Download complete [2023-02-24T05:58:47.306Z] b85a868b505f: Pull complete [2023-02-24T05:58:47.566Z] e2be974225ed: Pull complete [2023-02-24T05:58:48.146Z] 339a4e72a1f5: Pull complete [2023-02-24T05:58:48.146Z] 988bab9f4d93: Pull complete [2023-02-24T05:58:48.411Z] 1469e6f7b9e6: Pull complete [2023-02-24T05:58:48.411Z] eaf3925da568: Pull complete [2023-02-24T05:58:50.317Z] bab4dde63d76: Pull complete [2023-02-24T05:58:50.317Z] bde34c3a00c8: Pull complete [2023-02-24T05:58:50.317Z] b352a97aabf1: Pull complete [2023-02-24T05:58:50.317Z] 4872d77fe225: Pull complete [2023-02-24T05:58:50.577Z] 5851b861e8e6: Pull complete [2023-02-24T05:58:50.577Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-02-24T05:58:50.577Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-02-24T05:58:50.577Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T05:58:50.797Z] prd-ubuntu20.04-docker-8c-8g-7338 does not seem to be running inside a container [2023-02-24T05:58:50.833Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-347 -v /w/workspace/foundry_device-virtual-go_PR-347:/w/workspace/foundry_device-virtual-go_PR-347:rw,z -v /w/workspace/foundry_device-virtual-go_PR-347@tmp:/w/workspace/foundry_device-virtual-go_PR-347@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-02-24T05:58:52.029Z] $ docker top 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 -eo pid,comm [2023-02-24T05:58:52.080Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-02-24T05:58:52.080Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-02-24T05:58:52.220Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T05:58:52.220Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T05:58:52.334Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T05:58:52.340Z] $ docker exec 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 ssh-agent [2023-02-24T05:58:52.442Z] SSH_AUTH_SOCK=/tmp/ssh-LiyX5OEJlGFl/agent.32 [2023-02-24T05:58:52.442Z] SSH_AGENT_PID=38 [2023-02-24T05:58:52.449Z] Running ssh-add (command line suppressed) [2023-02-24T05:58:52.567Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-347@tmp/private_key_4277317051426876738.key (/w/workspace/foundry_device-virtual-go_PR-347@tmp/private_key_4277317051426876738.key) [2023-02-24T05:58:52.578Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T05:58:52.904Z] + git tag --points-at HEAD [Pipeline] } [2023-02-24T05:58:52.932Z] $ docker exec --env ******** --env ******** 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 ssh-agent -k [2023-02-24T05:58:53.021Z] unset SSH_AUTH_SOCK; [2023-02-24T05:58:53.021Z] unset SSH_AGENT_PID; [2023-02-24T05:58:53.022Z] echo Agent pid 38 killed; [2023-02-24T05:58:53.029Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-02-24T05:58:53.126Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-02-24T05:58:53.126Z] [ssh-agent] Looking for ssh-agent implementation... [2023-02-24T05:58:53.237Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-02-24T05:58:53.244Z] $ docker exec 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 ssh-agent [2023-02-24T05:58:53.347Z] SSH_AUTH_SOCK=/tmp/ssh-QM4qysdMF7ye/agent.70 [2023-02-24T05:58:53.347Z] SSH_AGENT_PID=76 [2023-02-24T05:58:53.351Z] Running ssh-add (command line suppressed) [2023-02-24T05:58:53.459Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-347@tmp/private_key_5605889426676768413.key (/w/workspace/foundry_device-virtual-go_PR-347@tmp/private_key_5605889426676768413.key) [2023-02-24T05:58:53.469Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-02-24T05:58:53.797Z] + git semver init [2023-02-24T05:58:54.057Z] 2023-02-24 05:58:53,968 [run_init] DEBUG init version:0.0.0 force:False [2023-02-24T05:58:54.057Z] 2023-02-24 05:58:53,969 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-347/.semver [2023-02-24T05:58:54.057Z] 2023-02-24 05:58:53,969 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-347/.semver [2023-02-24T05:58:54.057Z] 2023-02-24 05:58:53,970 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-347/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-347, universal_newlines=False, shell=None, istream=None) [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,071 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-347/.git/info/exclude [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,071 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-347/.semver/PR-347 with force:False [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,071 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-347/.semver/PR-347 [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,076 [execute] INFO git cat-file --batch-check [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,076 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-347/.semver, universal_newlines=False, shell=None, istream=) [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,082 [execute] INFO git cat-file --batch [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,082 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-347/.semver, universal_newlines=False, shell=None, istream=) [2023-02-24T05:58:55.437Z] 2023-02-24 05:58:55,087 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-347/.semver/PR-347 [2023-02-24T05:58:55.437Z] 0.0.0 [Pipeline] } [2023-02-24T05:58:55.472Z] $ docker exec --env ******** --env ******** 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 ssh-agent -k [2023-02-24T05:58:55.565Z] unset SSH_AUTH_SOCK; [2023-02-24T05:58:55.567Z] unset SSH_AGENT_PID; [2023-02-24T05:58:55.568Z] echo Agent pid 76 killed; [2023-02-24T05:58:55.574Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-02-24T05:58:56.013Z] + git semver [Pipeline] } [2023-02-24T05:58:56.305Z] $ docker stop --time=1 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 [2023-02-24T05:58:57.639Z] $ docker rm -f --volumes 591932cc33d385dbc5f06ab054a0581c6549e61377d15b683bca0e90ecedd410 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T05:58:58.042Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-02-24T05:58:58.313Z] Stashed 1 file(s) [Pipeline] echo [2023-02-24T05:58:58.330Z] [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-02-24T05:58:58.933Z] provisioning config files... [2023-02-24T05:58:58.947Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-347@tmp/config16116570265296345285tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T05:58:59.297Z] ---> docker-login.sh [2023-02-24T05:58:59.297Z] nexus3.edgexfoundry.org:10001 [2023-02-24T05:58:59.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:59.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:59.297Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:59.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:59.297Z] [2023-02-24T05:58:59.297Z] Login Succeeded [2023-02-24T05:58:59.297Z] nexus3.edgexfoundry.org:10002 [2023-02-24T05:58:59.297Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:59.297Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:59.297Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:59.297Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:59.297Z] [2023-02-24T05:58:59.297Z] Login Succeeded [2023-02-24T05:58:59.297Z] nexus3.edgexfoundry.org:10003 [2023-02-24T05:58:59.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:59.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:59.560Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:59.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:59.560Z] [2023-02-24T05:58:59.560Z] Login Succeeded [2023-02-24T05:58:59.560Z] nexus3.edgexfoundry.org:10004 [2023-02-24T05:58:59.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:59.560Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:59.560Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:59.560Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:59.560Z] [2023-02-24T05:58:59.560Z] Login Succeeded [2023-02-24T05:58:59.560Z] docker.io [2023-02-24T05:58:59.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T05:58:59.821Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T05:58:59.821Z] Configure a credential helper to remove this warning. See [2023-02-24T05:58:59.821Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T05:58:59.821Z] [2023-02-24T05:58:59.821Z] Login Succeeded [2023-02-24T05:58:59.821Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T05:58:59.856Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-24T05:59:00.059Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T05:59:00.092Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T05:59:00.121Z] ========================================================= [2023-02-24T05:59:00.121Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-02-24T05:59:00.122Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T05:59:00.582Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-24T05:59:00.582Z] Sending build context to Docker daemon 23.36MB [2023-02-24T05:59:00.582Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T05:59:00.582Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-24T05:59:00.582Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-02-24T05:59:00.582Z] 213ec9aee27d: Pulling fs layer [2023-02-24T05:59:00.582Z] 4583459ba037: Pulling fs layer [2023-02-24T05:59:00.582Z] 93c1e223e6f2: Pulling fs layer [2023-02-24T05:59:00.582Z] 53926ce57604: Pulling fs layer [2023-02-24T05:59:00.582Z] 21b2b0c7a3f4: Pulling fs layer [2023-02-24T05:59:00.582Z] 22ff95d597cd: Pulling fs layer [2023-02-24T05:59:00.582Z] 12d6caf4c0d1: Pulling fs layer [2023-02-24T05:59:00.582Z] 96b7cbca73a9: Pulling fs layer [2023-02-24T05:59:00.582Z] a7acece74701: Pulling fs layer [2023-02-24T05:59:00.582Z] 53926ce57604: Waiting [2023-02-24T05:59:00.582Z] 21b2b0c7a3f4: Waiting [2023-02-24T05:59:00.582Z] 22ff95d597cd: Waiting [2023-02-24T05:59:00.582Z] 12d6caf4c0d1: Waiting [2023-02-24T05:59:00.582Z] 96b7cbca73a9: Waiting [2023-02-24T05:59:00.582Z] a7acece74701: Waiting [2023-02-24T05:59:00.846Z] 93c1e223e6f2: Verifying Checksum [2023-02-24T05:59:00.846Z] 93c1e223e6f2: Download complete [2023-02-24T05:59:00.846Z] 4583459ba037: Download complete [2023-02-24T05:59:00.846Z] 21b2b0c7a3f4: Download complete [2023-02-24T05:59:00.846Z] 22ff95d597cd: Download complete [2023-02-24T05:59:00.846Z] 213ec9aee27d: Verifying Checksum [2023-02-24T05:59:00.846Z] 213ec9aee27d: Download complete [2023-02-24T05:59:00.846Z] 12d6caf4c0d1: Verifying Checksum [2023-02-24T05:59:00.846Z] 12d6caf4c0d1: Download complete [2023-02-24T05:59:00.846Z] 213ec9aee27d: Pull complete [2023-02-24T05:59:01.110Z] 4583459ba037: Pull complete [2023-02-24T05:59:01.110Z] 93c1e223e6f2: Pull complete [2023-02-24T05:59:01.719Z] a7acece74701: Verifying Checksum [2023-02-24T05:59:01.719Z] a7acece74701: Download complete [2023-02-24T05:59:01.719Z] 53926ce57604: Verifying Checksum [2023-02-24T05:59:01.719Z] 53926ce57604: Download complete [2023-02-24T05:59:01.977Z] 96b7cbca73a9: Verifying Checksum [2023-02-24T05:59:01.977Z] 96b7cbca73a9: Download complete [2023-02-24T05:59:05.260Z] 53926ce57604: Pull complete [2023-02-24T05:59:05.260Z] 21b2b0c7a3f4: Pull complete [2023-02-24T05:59:05.260Z] 22ff95d597cd: Pull complete [2023-02-24T05:59:05.260Z] 12d6caf4c0d1: Pull complete [2023-02-24T05:59:07.162Z] 96b7cbca73a9: Pull complete [2023-02-24T05:59:08.099Z] a7acece74701: Pull complete [2023-02-24T05:59:08.099Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-02-24T05:59:08.099Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-02-24T05:59:08.099Z] ---> db6d94c90886 [2023-02-24T05:59:08.099Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-24T05:59:10.011Z] ---> Running in f7de7770392b [2023-02-24T05:59:10.270Z] Removing intermediate container f7de7770392b [2023-02-24T05:59:10.270Z] ---> 5313e00d7c46 [2023-02-24T05:59:10.270Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-24T05:59:10.270Z] ---> Running in 53f7828f0d9f [2023-02-24T05:59:10.270Z] Removing intermediate container 53f7828f0d9f [2023-02-24T05:59:10.270Z] ---> a66c85a14f11 [2023-02-24T05:59:10.270Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-24T05:59:10.529Z] ---> Running in 2498f8eefbd0 [2023-02-24T05:59:10.529Z] Removing intermediate container 2498f8eefbd0 [2023-02-24T05:59:10.529Z] ---> 659ee9635a7f [2023-02-24T05:59:10.529Z] Step 6/12 : WORKDIR /device-virtual-go [2023-02-24T05:59:10.529Z] ---> Running in e640e7eafe98 [2023-02-24T05:59:10.789Z] Removing intermediate container e640e7eafe98 [2023-02-24T05:59:10.789Z] ---> d3e1a4977619 [2023-02-24T05:59:10.789Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-24T05:59:10.789Z] ---> Running in 46d6bb410338 [2023-02-24T05:59:11.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T05:59:11.048Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T05:59:11.308Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-24T05:59:11.308Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-24T05:59:11.308Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-24T05:59:11.586Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-24T05:59:11.586Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T05:59:11.586Z] OK: 216 MiB in 55 packages [2023-02-24T05:59:11.846Z] Removing intermediate container 46d6bb410338 [2023-02-24T05:59:11.846Z] ---> 5187fd37568d [2023-02-24T05:59:11.846Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-24T05:59:12.104Z] ---> 7bfe2efe2990 [2023-02-24T05:59:12.104Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T05:59:12.104Z] ---> Running in f998a20bb514 [2023-02-24T05:59:13.752Z] Still waiting to schedule task [2023-02-24T05:59:13.752Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-02-24T05:59:50.817Z] Removing intermediate container f998a20bb514 [2023-02-24T05:59:50.817Z] ---> 023df7acd106 [2023-02-24T05:59:50.817Z] Step 10/12 : COPY . . [2023-02-24T05:59:50.817Z] ---> 9f5185d5e4ab [2023-02-24T05:59:50.817Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-24T05:59:50.817Z] ---> Running in df60d38a44bf [2023-02-24T05:59:50.817Z] Removing intermediate container df60d38a44bf [2023-02-24T05:59:50.817Z] ---> 10cba89c73e8 [2023-02-24T05:59:50.817Z] Step 12/12 : RUN $MAKE [2023-02-24T05:59:50.817Z] ---> Running in 7ed69cd66be5 [2023-02-24T05:59:50.817Z] noop [2023-02-24T05:59:50.817Z] Removing intermediate container 7ed69cd66be5 [2023-02-24T05:59:50.817Z] ---> 8f8c458d3379 [2023-02-24T05:59:50.817Z] Successfully built 8f8c458d3379 [2023-02-24T05:59:50.817Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T05:59:51.262Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-24T05:59:51.262Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T05:59:51.405Z] prd-ubuntu20.04-docker-8c-8g-7338 does not seem to be running inside a container [2023-02-24T05:59:51.435Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-347 -v /w/workspace/foundry_device-virtual-go_PR-347:/w/workspace/foundry_device-virtual-go_PR-347:rw,z -v /w/workspace/foundry_device-virtual-go_PR-347@tmp:/w/workspace/foundry_device-virtual-go_PR-347@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-24T05:59:51.735Z] $ docker top f6d115df0520b3bcb2bc929e72c82c57e33e99b0d788bbdcdec3aaedac015bfd -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T05:59:52.120Z] + go version [2023-02-24T05:59:52.120Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-02-24T05:59:52.154Z] $ docker stop --time=1 f6d115df0520b3bcb2bc929e72c82c57e33e99b0d788bbdcdec3aaedac015bfd [2023-02-24T05:59:53.414Z] $ docker rm -f --volumes f6d115df0520b3bcb2bc929e72c82c57e33e99b0d788bbdcdec3aaedac015bfd [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T05:59:54.148Z] + docker inspect -f . ci-base-image-x86_64 [2023-02-24T05:59:54.148Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T05:59:54.313Z] prd-ubuntu20.04-docker-8c-8g-7338 does not seem to be running inside a container [2023-02-24T05:59:54.345Z] $ 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-347 -v /w/workspace/foundry_device-virtual-go_PR-347:/w/workspace/foundry_device-virtual-go_PR-347:rw,z -v /w/workspace/foundry_device-virtual-go_PR-347@tmp:/w/workspace/foundry_device-virtual-go_PR-347@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-02-24T05:59:54.701Z] $ docker top 1575b3465aff3102426eb8631f6e322b69d771f76e591a214253f784dbf284e5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T05:59:55.083Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-347 [Pipeline] fileExists [Pipeline] sh [2023-02-24T05:59:55.448Z] + make test [2023-02-24T05:59:55.448Z] go test ./... -coverprofile=coverage.out [2023-02-24T05:59:55.706Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-02-24T06:00:03.819Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-02-24T06:00:04.078Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.034s coverage: 65.6% of statements [2023-02-24T06:00:10.635Z] level=warning msg="[linters context] structcheck is disabled because of go1.18. You can track the evolution of the go1.18 support by following the https://github.com/golangci/golangci-lint/issues/2649." [2023-02-24T06:00:10.635Z] go vet ./... [2023-02-24T06:00:13.161Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-24T06:00:13.161Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-24T06:00:13.161Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-24T06:00:13.199Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-24T06:00:13.231Z] $ docker stop --time=1 1575b3465aff3102426eb8631f6e322b69d771f76e591a214253f784dbf284e5 [2023-02-24T06:00:15.027Z] $ docker rm -f --volumes 1575b3465aff3102426eb8631f6e322b69d771f76e591a214253f784dbf284e5 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T06:00:15.525Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-24T06:00:15.592Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-02-24T06:00:16.271Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-24T06:00:16.585Z] + ls -al . [2023-02-24T06:00:16.585Z] total 192 [2023-02-24T06:00:16.585Z] drwxrwxr-x 9 jenkins jenkins 4096 Feb 24 05:59 . [2023-02-24T06:00:16.585Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 05:58 .. [2023-02-24T06:00:16.585Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 06:00 .git [2023-02-24T06:00:16.585Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 05:58 .github [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 337 Feb 24 05:58 .gitignore [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 24 05:58 .golangci.yml [2023-02-24T06:00:16.585Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 24 05:58 .semver [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 8641 Feb 24 05:58 Attribution.txt [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 11367 Feb 24 05:58 CHANGELOG.md [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 1646 Feb 24 05:58 Dockerfile [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 24 05:58 GOVERNANCE.md [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 24 05:58 Jenkinsfile [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 24 05:58 LICENSE [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 1661 Feb 24 05:58 Makefile [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 24 05:58 OWNERS.md [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 3578 Feb 24 05:58 README.md [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 24 05:58 VERSION [2023-02-24T06:00:16.585Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 05:58 bin [2023-02-24T06:00:16.585Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 05:58 cmd [2023-02-24T06:00:16.585Z] -rw-r--r-- 1 jenkins jenkins 44128 Feb 24 06:00 coverage.out [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 3253 Feb 24 05:58 go.mod [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 32563 Feb 24 05:58 go.sum [2023-02-24T06:00:16.585Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 05:58 internal [2023-02-24T06:00:16.585Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 05:58 snap [2023-02-24T06:00:16.585Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 24 05:58 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:00:16.986Z] + 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=2d7e124016c932930f84283d3907604c8e287281 --label arch=amd64 --label version=0.0.0 . [2023-02-24T06:00:16.986Z] Sending build context to Docker daemon 23.4MB [2023-02-24T06:00:16.986Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T06:00:16.986Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-24T06:00:16.986Z] ---> 8f8c458d3379 [2023-02-24T06:00:16.986Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-24T06:00:17.246Z] ---> Running in f9eb9772ec95 [2023-02-24T06:00:17.246Z] Removing intermediate container f9eb9772ec95 [2023-02-24T06:00:17.246Z] ---> 1c85878687c1 [2023-02-24T06:00:17.246Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-24T06:00:17.246Z] ---> Running in d443d43a69da [2023-02-24T06:00:17.505Z] Removing intermediate container d443d43a69da [2023-02-24T06:00:17.505Z] ---> 17db0689a78b [2023-02-24T06:00:17.505Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-02-24T06:00:17.505Z] ---> Running in ad21cd2c8e47 [2023-02-24T06:00:17.505Z] Removing intermediate container ad21cd2c8e47 [2023-02-24T06:00:17.505Z] ---> 6ec0224d9e44 [2023-02-24T06:00:17.505Z] Step 6/25 : WORKDIR /device-virtual-go [2023-02-24T06:00:17.505Z] ---> Running in 07c22fce77be [2023-02-24T06:00:17.767Z] Removing intermediate container 07c22fce77be [2023-02-24T06:00:17.767Z] ---> 210e9fc1de30 [2023-02-24T06:00:17.767Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-24T06:00:17.767Z] ---> Running in 9edb7b25d771 [2023-02-24T06:00:18.026Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T06:00:18.027Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T06:00:18.593Z] OK: 216 MiB in 55 packages [2023-02-24T06:00:18.853Z] Removing intermediate container 9edb7b25d771 [2023-02-24T06:00:18.853Z] ---> e8ee4443a365 [2023-02-24T06:00:18.853Z] Step 8/25 : COPY go.mod vendor* ./ [2023-02-24T06:00:19.112Z] ---> 29f02c634857 [2023-02-24T06:00:19.112Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T06:00:19.112Z] ---> Running in a2bc68806745 [2023-02-24T06:00:20.049Z] Removing intermediate container a2bc68806745 [2023-02-24T06:00:20.049Z] ---> 657dee169270 [2023-02-24T06:00:20.049Z] Step 10/25 : COPY . . [2023-02-24T06:00:20.307Z] ---> 6b49ca288089 [2023-02-24T06:00:20.307Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-24T06:00:20.307Z] ---> Running in 75c81e2259df [2023-02-24T06:00:20.307Z] Removing intermediate container 75c81e2259df [2023-02-24T06:00:20.307Z] ---> dfdf8b1188b9 [2023-02-24T06:00:20.307Z] Step 12/25 : RUN $MAKE [2023-02-24T06:00:20.307Z] ---> Running in c0eda4df32c1 [2023-02-24T06:00:20.566Z] 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-02-24T06:00:38.642Z] Removing intermediate container c0eda4df32c1 [2023-02-24T06:00:38.642Z] ---> 93a4216e0e29 [2023-02-24T06:00:38.642Z] Step 13/25 : FROM alpine:3.16 [2023-02-24T06:00:38.642Z] 3.16: Pulling from library/alpine [2023-02-24T06:00:38.900Z] ef5531b6e74e: Pulling fs layer [2023-02-24T06:00:38.900Z] ef5531b6e74e: Download complete [2023-02-24T06:00:39.159Z] ef5531b6e74e: Pull complete [2023-02-24T06:00:39.159Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T06:00:39.159Z] Status: Downloaded newer image for alpine:3.16 [2023-02-24T06:00:39.159Z] ---> dfd21b5a31f5 [2023-02-24T06:00:39.159Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-02-24T06:00:39.159Z] ---> Running in 51d373edf29e [2023-02-24T06:00:39.159Z] Removing intermediate container 51d373edf29e [2023-02-24T06:00:39.159Z] ---> f3a0406d16c2 [2023-02-24T06:00:39.159Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-02-24T06:00:39.417Z] ---> Running in 540274237fec [2023-02-24T06:00:39.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-02-24T06:00:39.675Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-02-24T06:00:39.934Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T06:00:39.934Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T06:00:39.934Z] OK: 6 MiB in 15 packages [2023-02-24T06:00:40.501Z] Removing intermediate container 540274237fec [2023-02-24T06:00:40.501Z] ---> cb832aed6a77 [2023-02-24T06:00:40.501Z] Step 16/25 : WORKDIR / [2023-02-24T06:00:40.501Z] ---> Running in ce0d412d6bbe [2023-02-24T06:00:40.501Z] Removing intermediate container ce0d412d6bbe [2023-02-24T06:00:40.501Z] ---> ab18f28dd639 [2023-02-24T06:00:40.501Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-02-24T06:00:40.501Z] ---> 5ecb48d1a6e5 [2023-02-24T06:00:40.501Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-02-24T06:00:40.760Z] ---> dae9b6db5d2b [2023-02-24T06:00:40.760Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-02-24T06:00:40.765Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7339 in /w/workspace/foundry_device-virtual-go_PR-347 [Pipeline] { [Pipeline] ws [2023-02-24T06:00:40.838Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-02-24T06:00:40.920Z] The recommended git tool is: git [2023-02-24T06:00:41.326Z] ---> 7337cac0d304 [2023-02-24T06:00:41.326Z] Step 20/25 : EXPOSE 59900 [2023-02-24T06:00:41.326Z] ---> Running in afe569ccb823 [2023-02-24T06:00:41.326Z] Removing intermediate container afe569ccb823 [2023-02-24T06:00:41.326Z] ---> 5df825ec9def [2023-02-24T06:00:41.326Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-02-24T06:00:41.326Z] ---> Running in 3fdf8f59ca70 [2023-02-24T06:00:41.326Z] Removing intermediate container 3fdf8f59ca70 [2023-02-24T06:00:41.326Z] ---> e758de17d70f [2023-02-24T06:00:41.326Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T06:00:41.326Z] ---> Running in da0fe44904bd [2023-02-24T06:00:41.584Z] Removing intermediate container da0fe44904bd [2023-02-24T06:00:41.584Z] ---> 6a37eac0eba8 [2023-02-24T06:00:41.584Z] Step 23/25 : LABEL arch=amd64 [2023-02-24T06:00:41.584Z] ---> Running in bd6dd5997ef6 [2023-02-24T06:00:41.584Z] Removing intermediate container bd6dd5997ef6 [2023-02-24T06:00:41.584Z] ---> 37894cbd1bdb [2023-02-24T06:00:41.584Z] Step 24/25 : LABEL git_sha=2d7e124016c932930f84283d3907604c8e287281 [2023-02-24T06:00:41.584Z] ---> Running in 0fc2d2987357 [2023-02-24T06:00:41.847Z] Removing intermediate container 0fc2d2987357 [2023-02-24T06:00:41.847Z] ---> 81f02b1563c7 [2023-02-24T06:00:41.847Z] Step 25/25 : LABEL version=0.0.0 [2023-02-24T06:00:41.847Z] ---> Running in d8d553dc06c4 [2023-02-24T06:00:41.847Z] Removing intermediate container d8d553dc06c4 [2023-02-24T06:00:41.847Z] ---> e2a87ebdeb63 [2023-02-24T06:00:41.847Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-24T06:00:41.847Z] Successfully built e2a87ebdeb63 [2023-02-24T06:00:41.847Z] 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-02-24T06:00:42.747Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T06:00:42.747Z] [2023-02-24T06:00:42.747Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:00:43.128Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T06:00:43.128Z] latest: Pulling from edgex-lftools-log-publisher [2023-02-24T06:00:43.128Z] 5eb5b503b376: Pulling fs layer [2023-02-24T06:00:43.128Z] 5c69ac0246d0: Pulling fs layer [2023-02-24T06:00:43.128Z] ec43610c2a17: Pulling fs layer [2023-02-24T06:00:43.128Z] 3a2ae6a8a46f: Pulling fs layer [2023-02-24T06:00:43.128Z] 33b1e0a273af: Pulling fs layer [2023-02-24T06:00:43.128Z] 5d3b04190fa2: Pulling fs layer [2023-02-24T06:00:43.128Z] 2f39f015ded8: Pulling fs layer [2023-02-24T06:00:43.128Z] 33b1e0a273af: Waiting [2023-02-24T06:00:43.128Z] 5d3b04190fa2: Waiting [2023-02-24T06:00:43.128Z] 3a2ae6a8a46f: Waiting [2023-02-24T06:00:43.128Z] 2f39f015ded8: Waiting [2023-02-24T06:00:43.128Z] 5c69ac0246d0: Verifying Checksum [2023-02-24T06:00:43.128Z] 5c69ac0246d0: Download complete [2023-02-24T06:00:43.128Z] 3a2ae6a8a46f: Download complete [2023-02-24T06:00:43.390Z] 33b1e0a273af: Verifying Checksum [2023-02-24T06:00:43.390Z] 33b1e0a273af: Download complete [2023-02-24T06:00:43.390Z] 5d3b04190fa2: Verifying Checksum [2023-02-24T06:00:43.390Z] 5d3b04190fa2: Download complete [2023-02-24T06:00:43.390Z] ec43610c2a17: Verifying Checksum [2023-02-24T06:00:43.390Z] ec43610c2a17: Download complete [2023-02-24T06:00:43.390Z] 5eb5b503b376: Verifying Checksum [2023-02-24T06:00:43.390Z] 5eb5b503b376: Download complete [2023-02-24T06:00:43.958Z] 2f39f015ded8: Download complete [2023-02-24T06:00:44.892Z] 5eb5b503b376: Pull complete [2023-02-24T06:00:44.892Z] 5c69ac0246d0: Pull complete [2023-02-24T06:00:45.459Z] ec43610c2a17: Pull complete [2023-02-24T06:00:45.459Z] 3a2ae6a8a46f: Pull complete [2023-02-24T06:00:45.718Z] 33b1e0a273af: Pull complete [2023-02-24T06:00:45.718Z] 5d3b04190fa2: Pull complete [2023-02-24T06:00:45.830Z] using credential edgex-jenkins-ssh [2023-02-24T06:00:45.847Z] Cloning the remote Git repository [2023-02-24T06:00:45.893Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-02-24T06:00:45.962Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-02-24T06:00:46.089Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-02-24T06:00:46.090Z] > git --version # timeout=10 [2023-02-24T06:00:46.110Z] > git --version # 'git version 2.25.1' [2023-02-24T06:00:46.112Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-24T06:00:46.164Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-24T06:00:49.225Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-02-24T06:00:49.252Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-02-24T06:00:49.905Z] 2f39f015ded8: Pull complete [2023-02-24T06:00:49.905Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-02-24T06:00:49.905Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T06:00:49.905Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T06:00:50.136Z] prd-ubuntu20.04-docker-8c-8g-7338 does not seem to be running inside a container [2023-02-24T06:00:50.167Z] $ 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-347 -v /w/workspace/foundry_device-virtual-go_PR-347:/w/workspace/foundry_device-virtual-go_PR-347:rw,z -v /w/workspace/foundry_device-virtual-go_PR-347@tmp:/w/workspace/foundry_device-virtual-go_PR-347@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-24T06:00:50.702Z] Merging remotes/origin/main commit 668751ae10c747c3d9f58507713cbcf82909e340 into PR head commit 2d7e124016c932930f84283d3907604c8e287281 [2023-02-24T06:00:50.927Z] Merge succeeded, producing 2d7e124016c932930f84283d3907604c8e287281 [2023-02-24T06:00:50.928Z] Checking out Revision 2d7e124016c932930f84283d3907604c8e287281 (PR-347) [2023-02-24T06:00:50.034Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-02-24T06:00:50.075Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-02-24T06:00:50.075Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-24T06:00:50.089Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/347/head:refs/remotes/origin/PR-347 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-02-24T06:00:50.725Z] > git config core.sparsecheckout # timeout=10 [2023-02-24T06:00:50.742Z] > git checkout -f 2d7e124016c932930f84283d3907604c8e287281 # timeout=10 [2023-02-24T06:00:50.829Z] > git remote # timeout=10 [2023-02-24T06:00:50.847Z] > git config --get remote.origin.url # timeout=10 [2023-02-24T06:00:50.871Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-02-24T06:00:50.885Z] > git merge 668751ae10c747c3d9f58507713cbcf82909e340 # timeout=10 [2023-02-24T06:00:50.910Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-02-24T06:00:50.940Z] > git config core.sparsecheckout # timeout=10 [2023-02-24T06:00:50.955Z] > git checkout -f 2d7e124016c932930f84283d3907604c8e287281 # timeout=10 [2023-02-24T06:00:52.011Z] $ docker top 855595e18142c1e39bc7ccd540e2f45c1caf470629a29adb8b3343b02ce109fb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:00:52.460Z] ---> job-cost.sh [2023-02-24T06:00:52.460Z] lf-activate-venv: SKIPPING [2023-02-24T06:00:52.460Z] INFO: No Stack... [2023-02-24T06:00:52.718Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-24T06:00:53.284Z] INFO: Archiving Costs [Pipeline] sh [2023-02-24T06:00:53.600Z] + cat /w/workspace/foundry_device-virtual-go_PR-347/archives/cost.csv [2023-02-24T06:00:53.600Z] + cut -d, -f6 [Pipeline] lock [2023-02-24T06:00:53.656Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] [2023-02-24T06:00:53.661Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] did not exist. Created. [2023-02-24T06:00:53.661Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-24T06:00:54.047Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-02-24T06:00:54.092Z] Stashed 1 file(s) [Pipeline] } [2023-02-24T06:00:54.120Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-24T06:00:54.200Z] $ docker stop --time=1 855595e18142c1e39bc7ccd540e2f45c1caf470629a29adb8b3343b02ce109fb [2023-02-24T06:00:54.423Z] Commit message: "fix: Update deviceprofile resources for UpdateDevice" [2023-02-24T06:00:54.480Z] > git --version # timeout=10 [2023-02-24T06:00:54.493Z] > git --version # 'git version 2.25.1' [2023-02-24T06:00:54.508Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-02-24T06:00:54.860Z] [2023-02-24T06:00:54.860Z] GitHub has been notified of this commit’s build result [2023-02-24T06:00:54.860Z] [2023-02-24T06:00:55.344Z] $ docker rm -f --volumes 855595e18142c1e39bc7ccd540e2f45c1caf470629a29adb8b3343b02ce109fb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] withEnv [Pipeline] { [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T06:00:56.272Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-02-24T06:00:56.272Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T06:00:56.272Z] Dload Upload Total Spent Left Speed [2023-02-24T06:00:56.272Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 78226 0 --:--:-- --:--:-- --:--:-- 78226 [Pipeline] sh [2023-02-24T06:00:57.054Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-02-24T06:00:57.404Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-02-24T06:00:57.404Z] + sudo tee /etc/docker/daemon.new [2023-02-24T06:00:57.404Z] { [2023-02-24T06:00:57.404Z] "registry-mirrors": [ [2023-02-24T06:00:57.404Z] "https://nexus3.edgexfoundry.org:10001" [2023-02-24T06:00:57.404Z] ], [2023-02-24T06:00:57.404Z] "bip": "10.250.0.254/24", [2023-02-24T06:00:57.404Z] "hosts": [ [2023-02-24T06:00:57.404Z] "tcp://0.0.0.0:5555", [2023-02-24T06:00:57.404Z] "unix:///var/run/docker.sock" [2023-02-24T06:00:57.404Z] ], [2023-02-24T06:00:57.404Z] "mtu": 1458, [2023-02-24T06:00:57.404Z] "selinux-enabled": true, [2023-02-24T06:00:57.404Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-02-24T06:00:57.404Z] } [Pipeline] sh [2023-02-24T06:00:57.752Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-02-24T06:00:58.119Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T06:01:16.444Z] provisioning config files... [2023-02-24T06:01:16.470Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config7779714281990030029tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:01:16.852Z] ---> docker-login.sh [2023-02-24T06:01:16.853Z] nexus3.edgexfoundry.org:10001 [2023-02-24T06:01:17.123Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T06:01:17.393Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T06:01:17.393Z] Configure a credential helper to remove this warning. See [2023-02-24T06:01:17.393Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T06:01:17.393Z] [2023-02-24T06:01:17.393Z] Login Succeeded [2023-02-24T06:01:17.393Z] nexus3.edgexfoundry.org:10002 [2023-02-24T06:01:17.662Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T06:01:17.931Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T06:01:17.931Z] Configure a credential helper to remove this warning. See [2023-02-24T06:01:17.932Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T06:01:17.932Z] [2023-02-24T06:01:17.932Z] Login Succeeded [2023-02-24T06:01:17.932Z] nexus3.edgexfoundry.org:10003 [2023-02-24T06:01:18.200Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T06:01:18.200Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T06:01:18.200Z] Configure a credential helper to remove this warning. See [2023-02-24T06:01:18.200Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T06:01:18.200Z] [2023-02-24T06:01:18.200Z] Login Succeeded [2023-02-24T06:01:18.200Z] nexus3.edgexfoundry.org:10004 [2023-02-24T06:01:18.476Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T06:01:18.476Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T06:01:18.476Z] Configure a credential helper to remove this warning. See [2023-02-24T06:01:18.476Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T06:01:18.476Z] [2023-02-24T06:01:18.476Z] Login Succeeded [2023-02-24T06:01:18.747Z] docker.io [2023-02-24T06:01:18.747Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-02-24T06:01:19.022Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-02-24T06:01:19.022Z] Configure a credential helper to remove this warning. See [2023-02-24T06:01:19.022Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-02-24T06:01:19.022Z] [2023-02-24T06:01:19.022Z] Login Succeeded [2023-02-24T06:01:19.292Z] ---> docker-login.sh ends [Pipeline] } [2023-02-24T06:01:19.318Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-02-24T06:01:19.714Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T06:01:19.754Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-02-24T06:01:19.788Z] ========================================================= [2023-02-24T06:01:19.788Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-02-24T06:01:19.788Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:01:20.278Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-02-24T06:01:20.547Z] Sending build context to Docker daemon 11.83MB [2023-02-24T06:01:20.826Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T06:01:20.826Z] Step 2/12 : FROM ${BASE} AS builder [2023-02-24T06:01:20.826Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-02-24T06:01:20.826Z] 9b18e9b68314: Pulling fs layer [2023-02-24T06:01:20.826Z] 35d82f9e3411: Pulling fs layer [2023-02-24T06:01:20.826Z] e16973657156: Pulling fs layer [2023-02-24T06:01:20.826Z] fc693d55d65f: Pulling fs layer [2023-02-24T06:01:20.826Z] 7e9fc2657dce: Pulling fs layer [2023-02-24T06:01:20.826Z] dda99020689f: Pulling fs layer [2023-02-24T06:01:20.826Z] db1c61fa0a46: Pulling fs layer [2023-02-24T06:01:20.826Z] 891c053d2c06: Pulling fs layer [2023-02-24T06:01:20.826Z] fc693d55d65f: Waiting [2023-02-24T06:01:20.826Z] 7e9fc2657dce: Waiting [2023-02-24T06:01:20.826Z] db1c61fa0a46: Waiting [2023-02-24T06:01:20.826Z] 891c053d2c06: Waiting [2023-02-24T06:01:20.826Z] dda99020689f: Waiting [2023-02-24T06:01:20.826Z] e16973657156: Verifying Checksum [2023-02-24T06:01:20.826Z] e16973657156: Download complete [2023-02-24T06:01:20.826Z] 35d82f9e3411: Download complete [2023-02-24T06:01:20.826Z] 7e9fc2657dce: Verifying Checksum [2023-02-24T06:01:20.826Z] 7e9fc2657dce: Download complete [2023-02-24T06:01:21.100Z] dda99020689f: Verifying Checksum [2023-02-24T06:01:21.100Z] dda99020689f: Download complete [2023-02-24T06:01:21.100Z] 9b18e9b68314: Download complete [2023-02-24T06:01:22.077Z] 9b18e9b68314: Pull complete [2023-02-24T06:01:22.077Z] 891c053d2c06: Verifying Checksum [2023-02-24T06:01:22.077Z] 891c053d2c06: Download complete [2023-02-24T06:01:22.669Z] 35d82f9e3411: Pull complete [2023-02-24T06:01:22.669Z] e16973657156: Pull complete [2023-02-24T06:01:23.259Z] db1c61fa0a46: Verifying Checksum [2023-02-24T06:01:23.259Z] db1c61fa0a46: Download complete [2023-02-24T06:01:23.848Z] fc693d55d65f: Verifying Checksum [2023-02-24T06:01:23.848Z] fc693d55d65f: Download complete [2023-02-24T06:01:36.180Z] fc693d55d65f: Pull complete [2023-02-24T06:01:36.180Z] 7e9fc2657dce: Pull complete [2023-02-24T06:01:36.180Z] dda99020689f: Pull complete [2023-02-24T06:01:42.836Z] db1c61fa0a46: Pull complete [2023-02-24T06:01:43.801Z] 891c053d2c06: Pull complete [2023-02-24T06:01:43.801Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-02-24T06:01:43.801Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-02-24T06:01:43.801Z] ---> f96f9c87975a [2023-02-24T06:01:43.801Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-24T06:01:45.751Z] ---> Running in 43ba663e8943 [2023-02-24T06:01:46.024Z] Removing intermediate container 43ba663e8943 [2023-02-24T06:01:46.024Z] ---> 3c45567ee729 [2023-02-24T06:01:46.024Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-02-24T06:01:46.305Z] ---> Running in 948f57ea0521 [2023-02-24T06:01:46.574Z] Removing intermediate container 948f57ea0521 [2023-02-24T06:01:46.574Z] ---> f77676dd3fa6 [2023-02-24T06:01:46.574Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-02-24T06:01:46.574Z] ---> Running in f290a3f515d9 [2023-02-24T06:01:46.843Z] Removing intermediate container f290a3f515d9 [2023-02-24T06:01:46.843Z] ---> c8819302cf73 [2023-02-24T06:01:46.843Z] Step 6/12 : WORKDIR /device-virtual-go [2023-02-24T06:01:46.843Z] ---> Running in 595c9de3d653 [2023-02-24T06:01:47.108Z] Removing intermediate container 595c9de3d653 [2023-02-24T06:01:47.108Z] ---> c9e8abd56a3f [2023-02-24T06:01:47.108Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-24T06:01:47.374Z] ---> Running in 377ae1f5284f [2023-02-24T06:01:48.346Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T06:01:48.614Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T06:01:49.570Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-02-24T06:01:49.570Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-02-24T06:01:49.570Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-02-24T06:01:49.836Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-02-24T06:01:49.836Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T06:01:49.836Z] OK: 226 MiB in 55 packages [2023-02-24T06:01:50.797Z] Removing intermediate container 377ae1f5284f [2023-02-24T06:01:50.797Z] ---> 1f6ae7e5719e [2023-02-24T06:01:50.797Z] Step 8/12 : COPY go.mod vendor* ./ [2023-02-24T06:01:52.735Z] ---> c8846c8e0554 [2023-02-24T06:01:52.735Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T06:01:53.031Z] ---> Running in 2c513bae192d [2023-02-24T06:03:00.894Z] Removing intermediate container 2c513bae192d [2023-02-24T06:03:00.894Z] ---> 8af42d8c539b [2023-02-24T06:03:00.894Z] Step 10/12 : COPY . . [2023-02-24T06:03:00.894Z] ---> b33069664ecf [2023-02-24T06:03:00.894Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-24T06:03:00.894Z] ---> Running in b3e6b9f296f2 [2023-02-24T06:03:00.894Z] Removing intermediate container b3e6b9f296f2 [2023-02-24T06:03:00.894Z] ---> 452b03cc9893 [2023-02-24T06:03:00.894Z] Step 12/12 : RUN $MAKE [2023-02-24T06:03:00.894Z] ---> Running in 73d8239dff27 [2023-02-24T06:03:00.894Z] noop [2023-02-24T06:03:00.894Z] Removing intermediate container 73d8239dff27 [2023-02-24T06:03:00.894Z] ---> 44e70717aa38 [2023-02-24T06:03:00.894Z] Successfully built 44e70717aa38 [2023-02-24T06:03:00.894Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:03:01.443Z] + docker inspect -f . ci-base-image-arm64 [2023-02-24T06:03:01.443Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T06:03:01.701Z] prd-ubuntu20.04-docker-arm64-4c-16g-7339 does not seem to be running inside a container [2023-02-24T06:03:01.765Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-24T06:03:02.996Z] $ docker top 6c0f56bf5098c48e35670f8b8ed280fca81c27b68ad33c2ff0077361fcc2a7f2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T06:03:03.882Z] + go version [2023-02-24T06:03:03.882Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-02-24T06:03:03.912Z] $ docker stop --time=1 6c0f56bf5098c48e35670f8b8ed280fca81c27b68ad33c2ff0077361fcc2a7f2 [2023-02-24T06:03:05.555Z] $ docker rm -f --volumes 6c0f56bf5098c48e35670f8b8ed280fca81c27b68ad33c2ff0077361fcc2a7f2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:03:06.395Z] + docker inspect -f . ci-base-image-arm64 [2023-02-24T06:03:06.395Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T06:03:06.673Z] prd-ubuntu20.04-docker-arm64-4c-16g-7339 does not seem to be running inside a container [2023-02-24T06:03:06.731Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-02-24T06:03:09.564Z] $ docker top 57d6c109981719efbcc81cfd646fb1c81ed3ff6af3a977968b55c2bf30d37af2 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T06:03:10.469Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-02-24T06:03:11.161Z] + make test [2023-02-24T06:03:11.161Z] go test ./... -coverprofile=coverage.out [2023-02-24T06:03:12.566Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-02-24T06:04:34.207Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-02-24T06:04:34.207Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.124s coverage: 65.6% of statements [2023-02-24T06:04:34.207Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-02-24T06:04:34.207Z] go vet ./... [2023-02-24T06:04:46.521Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-02-24T06:04:46.521Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-02-24T06:04:46.521Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-02-24T06:04:46.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-02-24T06:04:46.845Z] $ docker stop --time=1 57d6c109981719efbcc81cfd646fb1c81ed3ff6af3a977968b55c2bf30d37af2 [2023-02-24T06:04:48.536Z] $ docker rm -f --volumes 57d6c109981719efbcc81cfd646fb1c81ed3ff6af3a977968b55c2bf30d37af2 [Pipeline] // withDockerContainer [Pipeline] sh [2023-02-24T06:04:49.469Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-02-24T06:04:49.506Z] Warning: overwriting stash ‘coverage-report’ [2023-02-24T06:04:49.947Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-02-24T06:04:50.534Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-02-24T06:04:50.869Z] + ls -al . [2023-02-24T06:04:50.869Z] total 188 [2023-02-24T06:04:50.869Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 06:03 . [2023-02-24T06:04:50.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 06:00 .. [2023-02-24T06:04:50.869Z] drwxrwxr-x 8 jenkins jenkins 4096 Feb 24 06:00 .git [2023-02-24T06:04:50.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 06:00 .github [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 337 Feb 24 06:00 .gitignore [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 41 Feb 24 06:00 .golangci.yml [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 8641 Feb 24 06:00 Attribution.txt [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 11367 Feb 24 06:00 CHANGELOG.md [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 1646 Feb 24 06:00 Dockerfile [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 677 Feb 24 06:00 GOVERNANCE.md [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 660 Feb 24 06:00 Jenkinsfile [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 11340 Feb 24 06:00 LICENSE [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 1661 Feb 24 06:00 Makefile [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 623 Feb 24 06:00 OWNERS.md [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 3578 Feb 24 06:00 README.md [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 5 Feb 24 05:58 VERSION [2023-02-24T06:04:50.869Z] drwxrwxr-x 2 jenkins jenkins 4096 Feb 24 06:00 bin [2023-02-24T06:04:50.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 06:00 cmd [2023-02-24T06:04:50.869Z] -rw-r--r-- 1 jenkins jenkins 44128 Feb 24 06:04 coverage.out [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 3253 Feb 24 06:00 go.mod [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 32563 Feb 24 06:00 go.sum [2023-02-24T06:04:50.869Z] drwxrwxr-x 3 jenkins jenkins 4096 Feb 24 06:00 internal [2023-02-24T06:04:50.869Z] drwxrwxr-x 4 jenkins jenkins 4096 Feb 24 06:00 snap [2023-02-24T06:04:50.869Z] -rw-rw-r-- 1 jenkins jenkins 235 Feb 24 06:00 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:04:51.265Z] + 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=2d7e124016c932930f84283d3907604c8e287281 --label arch=arm64 --label version=0.0.0 . [2023-02-24T06:04:51.533Z] Sending build context to Docker daemon 11.88MB [2023-02-24T06:04:51.533Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-02-24T06:04:51.533Z] Step 2/25 : FROM ${BASE} AS builder [2023-02-24T06:04:51.533Z] ---> 44e70717aa38 [2023-02-24T06:04:51.533Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-02-24T06:04:54.105Z] ---> Running in 3eb20c64152b [2023-02-24T06:04:54.371Z] Removing intermediate container 3eb20c64152b [2023-02-24T06:04:54.371Z] ---> 40ca9d03a417 [2023-02-24T06:04:54.371Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-02-24T06:04:54.371Z] ---> Running in 3daf70fd3ec7 [2023-02-24T06:04:54.638Z] Removing intermediate container 3daf70fd3ec7 [2023-02-24T06:04:54.638Z] ---> cce19b0e0565 [2023-02-24T06:04:54.638Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-02-24T06:04:54.638Z] ---> Running in 3b2a8f47b440 [2023-02-24T06:04:54.905Z] Removing intermediate container 3b2a8f47b440 [2023-02-24T06:04:54.905Z] ---> 05ce89c9c531 [2023-02-24T06:04:54.905Z] Step 6/25 : WORKDIR /device-virtual-go [2023-02-24T06:04:54.905Z] ---> Running in 66ab53f89c50 [2023-02-24T06:04:55.171Z] Removing intermediate container 66ab53f89c50 [2023-02-24T06:04:55.171Z] ---> 097934fbb7fe [2023-02-24T06:04:55.171Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-02-24T06:04:55.446Z] ---> Running in b360e5778a56 [2023-02-24T06:04:56.410Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T06:04:56.679Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T06:04:57.756Z] OK: 226 MiB in 55 packages [2023-02-24T06:04:58.348Z] Removing intermediate container b360e5778a56 [2023-02-24T06:04:58.348Z] ---> 54a8cdcbce82 [2023-02-24T06:04:58.348Z] Step 8/25 : COPY go.mod vendor* ./ [2023-02-24T06:04:58.969Z] ---> 8f27ac7482bc [2023-02-24T06:04:58.969Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-02-24T06:04:58.969Z] ---> Running in fc4cb228bde3 [2023-02-24T06:05:02.387Z] Removing intermediate container fc4cb228bde3 [2023-02-24T06:05:02.387Z] ---> bca187914de5 [2023-02-24T06:05:02.387Z] Step 10/25 : COPY . . [2023-02-24T06:05:03.347Z] ---> 59d43b31e7b5 [2023-02-24T06:05:03.347Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-02-24T06:05:03.347Z] ---> Running in 44dafd711cd2 [2023-02-24T06:05:04.306Z] Removing intermediate container 44dafd711cd2 [2023-02-24T06:05:04.306Z] ---> b026779e2170 [2023-02-24T06:05:04.306Z] Step 12/25 : RUN $MAKE [2023-02-24T06:05:04.306Z] ---> Running in a76f123ba9b3 [2023-02-24T06:05:05.267Z] 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-02-24T06:07:26.987Z] Removing intermediate container a76f123ba9b3 [2023-02-24T06:07:26.987Z] ---> 5a47eaf0abbe [2023-02-24T06:07:26.987Z] Step 13/25 : FROM alpine:3.16 [2023-02-24T06:07:26.987Z] 3.16: Pulling from library/alpine [2023-02-24T06:07:26.987Z] 3760b48202b3: Pulling fs layer [2023-02-24T06:07:26.987Z] 3760b48202b3: Verifying Checksum [2023-02-24T06:07:26.987Z] 3760b48202b3: Download complete [2023-02-24T06:07:26.987Z] 3760b48202b3: Pull complete [2023-02-24T06:07:26.987Z] Digest: sha256:1bd67c81e4ad4b8f4a5c1c914d7985336f130e5cefb3e323654fd09d6bcdbbe2 [2023-02-24T06:07:26.987Z] Status: Downloaded newer image for alpine:3.16 [2023-02-24T06:07:26.987Z] ---> 4c81e5bf8899 [2023-02-24T06:07:26.987Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-02-24T06:07:26.987Z] ---> Running in c1359286a3dc [2023-02-24T06:07:26.987Z] Removing intermediate container c1359286a3dc [2023-02-24T06:07:26.987Z] ---> 2c1f03bb6959 [2023-02-24T06:07:26.987Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-02-24T06:07:26.987Z] ---> Running in 1b4fb73366f6 [2023-02-24T06:07:26.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-02-24T06:07:26.987Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-02-24T06:07:26.987Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-02-24T06:07:26.987Z] Executing busybox-1.35.0-r17.trigger [2023-02-24T06:07:26.987Z] OK: 5 MiB in 15 packages [2023-02-24T06:07:26.987Z] Removing intermediate container 1b4fb73366f6 [2023-02-24T06:07:26.987Z] ---> 315566600d63 [2023-02-24T06:07:26.987Z] Step 16/25 : WORKDIR / [2023-02-24T06:07:26.987Z] ---> Running in 3399cb8e8476 [2023-02-24T06:07:26.987Z] Removing intermediate container 3399cb8e8476 [2023-02-24T06:07:26.987Z] ---> 354e06a71b98 [2023-02-24T06:07:26.987Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-02-24T06:07:26.987Z] ---> a522e63e6e68 [2023-02-24T06:07:26.987Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-02-24T06:07:26.987Z] ---> 0b86673072dc [2023-02-24T06:07:26.987Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-02-24T06:07:26.987Z] ---> 244c7d5a4f03 [2023-02-24T06:07:26.987Z] Step 20/25 : EXPOSE 59900 [2023-02-24T06:07:26.987Z] ---> Running in 4b99df8341c3 [2023-02-24T06:07:26.987Z] Removing intermediate container 4b99df8341c3 [2023-02-24T06:07:26.987Z] ---> 0fde05bec206 [2023-02-24T06:07:26.987Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-02-24T06:07:26.987Z] ---> Running in 76205fa7ecb6 [2023-02-24T06:07:26.987Z] Removing intermediate container 76205fa7ecb6 [2023-02-24T06:07:26.987Z] ---> 142e91b07792 [2023-02-24T06:07:26.987Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-02-24T06:07:26.987Z] ---> Running in f9045132a0ff [2023-02-24T06:07:26.987Z] Removing intermediate container f9045132a0ff [2023-02-24T06:07:26.987Z] ---> d4c654e283c2 [2023-02-24T06:07:26.987Z] Step 23/25 : LABEL arch=arm64 [2023-02-24T06:07:26.987Z] ---> Running in fa05076f6a4c [2023-02-24T06:07:26.987Z] Removing intermediate container fa05076f6a4c [2023-02-24T06:07:26.987Z] ---> ab17fc1dad19 [2023-02-24T06:07:26.987Z] Step 24/25 : LABEL git_sha=2d7e124016c932930f84283d3907604c8e287281 [2023-02-24T06:07:26.987Z] ---> Running in b18988ad30a3 [2023-02-24T06:07:26.987Z] Removing intermediate container b18988ad30a3 [2023-02-24T06:07:26.987Z] ---> 575dc44d87ef [2023-02-24T06:07:26.987Z] Step 25/25 : LABEL version=0.0.0 [2023-02-24T06:07:26.987Z] ---> Running in 7c288e39bfac [2023-02-24T06:07:26.987Z] Removing intermediate container 7c288e39bfac [2023-02-24T06:07:26.987Z] ---> 39715de5329a [2023-02-24T06:07:26.987Z] [Warning] One or more build-args [ARCH] were not consumed [2023-02-24T06:07:26.987Z] Successfully built 39715de5329a [2023-02-24T06:07:26.987Z] 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-02-24T06:07:27.804Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T06:07:27.804Z] [2023-02-24T06:07:27.804Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:07:28.199Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T06:07:28.199Z] arm64: Pulling from edgex-lftools-log-publisher [2023-02-24T06:07:28.199Z] 8998bd30e6a1: Pulling fs layer [2023-02-24T06:07:28.199Z] 04944245beec: Pulling fs layer [2023-02-24T06:07:28.199Z] 699f458cf7ca: Pulling fs layer [2023-02-24T06:07:28.199Z] 765212b225bb: Pulling fs layer [2023-02-24T06:07:28.199Z] f23df028b6ca: Pulling fs layer [2023-02-24T06:07:28.199Z] d65c8cfc05b1: Pulling fs layer [2023-02-24T06:07:28.199Z] 2437ff75d9bd: Pulling fs layer [2023-02-24T06:07:28.199Z] f23df028b6ca: Waiting [2023-02-24T06:07:28.199Z] d65c8cfc05b1: Waiting [2023-02-24T06:07:28.199Z] 2437ff75d9bd: Waiting [2023-02-24T06:07:28.199Z] 765212b225bb: Waiting [2023-02-24T06:07:28.467Z] 04944245beec: Verifying Checksum [2023-02-24T06:07:28.467Z] 04944245beec: Download complete [2023-02-24T06:07:28.467Z] 765212b225bb: Verifying Checksum [2023-02-24T06:07:28.467Z] 765212b225bb: Download complete [2023-02-24T06:07:28.467Z] f23df028b6ca: Download complete [2023-02-24T06:07:28.467Z] d65c8cfc05b1: Verifying Checksum [2023-02-24T06:07:28.467Z] d65c8cfc05b1: Download complete [2023-02-24T06:07:28.737Z] 699f458cf7ca: Verifying Checksum [2023-02-24T06:07:28.737Z] 699f458cf7ca: Download complete [2023-02-24T06:07:29.005Z] 8998bd30e6a1: Verifying Checksum [2023-02-24T06:07:29.006Z] 8998bd30e6a1: Download complete [2023-02-24T06:07:31.597Z] 2437ff75d9bd: Verifying Checksum [2023-02-24T06:07:31.597Z] 2437ff75d9bd: Download complete [2023-02-24T06:07:33.007Z] 8998bd30e6a1: Pull complete [2023-02-24T06:07:33.590Z] 04944245beec: Pull complete [2023-02-24T06:07:35.010Z] 699f458cf7ca: Pull complete [2023-02-24T06:07:35.010Z] 765212b225bb: Pull complete [2023-02-24T06:07:35.591Z] f23df028b6ca: Pull complete [2023-02-24T06:07:35.859Z] d65c8cfc05b1: Pull complete [2023-02-24T06:07:50.846Z] 2437ff75d9bd: Pull complete [2023-02-24T06:07:50.846Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-02-24T06:07:50.846Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-02-24T06:07:50.846Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T06:07:51.178Z] prd-ubuntu20.04-docker-arm64-4c-16g-7339 does not seem to be running inside a container [2023-02-24T06:07:51.234Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-virtual-go/1 -v /w/workspace/device-virtual-go/1:/w/workspace/device-virtual-go/1:rw,z -v /w/workspace/device-virtual-go/1@tmp:/w/workspace/device-virtual-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-02-24T06:07:55.355Z] $ docker top a98ce5c89401eca7061722483b8ad96d352054e21613ba06658c525dfd8e3017 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:07:55.938Z] ---> job-cost.sh [2023-02-24T06:07:56.222Z] lf-activate-venv: SKIPPING [2023-02-24T06:07:56.222Z] INFO: No Stack... [2023-02-24T06:07:56.489Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-02-24T06:07:57.448Z] INFO: Archiving Costs [Pipeline] sh [2023-02-24T06:07:57.799Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-02-24T06:07:57.799Z] + cut -d, -f6 [Pipeline] lock [2023-02-24T06:07:57.884Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] [2023-02-24T06:07:57.894Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] did not exist. Created. [2023-02-24T06:07:57.894Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-02-24T06:07:58.304Z] /w/workspace/device-virtual-go/1@tmp/durable-7eaba537/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-02-24T06:07:58.976Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-02-24T06:07:59.013Z] Warning: overwriting stash ‘stack-cost’ [2023-02-24T06:07:59.060Z] Stashed 1 file(s) [Pipeline] } [2023-02-24T06:07:59.074Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-347-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-02-24T06:07:59.141Z] $ docker stop --time=1 a98ce5c89401eca7061722483b8ad96d352054e21613ba06658c525dfd8e3017 [2023-02-24T06:08:00.688Z] $ docker rm -f --volumes a98ce5c89401eca7061722483b8ad96d352054e21613ba06658c525dfd8e3017 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-02-24T06:08:01.647Z] provisioning config files... [2023-02-24T06:08:01.653Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-347@tmp/config16364482050244667230tmp [Pipeline] { [Pipeline] sh [2023-02-24T06:08:01.987Z] + set +x [2023-02-24T06:08:01.987Z] + curl -s https://codecov.io/bash [2023-02-24T06:08:01.987Z] + bash -s -- [2023-02-24T06:08:01.987Z] [2023-02-24T06:08:01.987Z] _____ _ [2023-02-24T06:08:01.987Z] / ____| | | [2023-02-24T06:08:01.987Z] | | ___ __| | ___ ___ _____ __ [2023-02-24T06:08:01.987Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-02-24T06:08:01.987Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-02-24T06:08:01.987Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-02-24T06:08:01.987Z] Bash-1.0.6 [2023-02-24T06:08:01.987Z] [2023-02-24T06:08:01.987Z] [2023-02-24T06:08:01.987Z] ==> git version 2.25.1 found [2023-02-24T06:08:01.987Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-02-24T06:08:01.987Z] Release-Date: 2020-01-08 [2023-02-24T06:08:01.987Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-02-24T06:08:01.987Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-02-24T06:08:01.987Z] ==> Jenkins CI detected. [2023-02-24T06:08:01.987Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-347 [2023-02-24T06:08:01.987Z] project root: . [2023-02-24T06:08:01.987Z] --> token set from env [2023-02-24T06:08:01.987Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-02-24T06:08:01.987Z] ==> Running gcov in . (disable via -X gcov) [2023-02-24T06:08:01.987Z] ==> Python coveragepy not found [2023-02-24T06:08:01.987Z] ==> Searching for coverage reports in: [2023-02-24T06:08:01.987Z] + . [2023-02-24T06:08:01.987Z] -> Found 1 reports [2023-02-24T06:08:01.987Z] ==> Detecting git/mercurial file structure [2023-02-24T06:08:01.987Z] ==> Reading reports [2023-02-24T06:08:01.987Z] + ./coverage.out bytes=44128 [2023-02-24T06:08:02.246Z] ==> Appending adjustments [2023-02-24T06:08:02.246Z] https://docs.codecov.io/docs/fixing-reports [2023-02-24T06:08:02.246Z] + Found adjustments [2023-02-24T06:08:02.246Z] ==> Gzipping contents [2023-02-24T06:08:02.246Z] 8.0K /tmp/codecov.JRnzcd.gz [2023-02-24T06:08:02.246Z] ==> Uploading reports [2023-02-24T06:08:02.246Z] url: https://codecov.io [2023-02-24T06:08:02.246Z] query: branch=PR-347&commit=2d7e124016c932930f84283d3907604c8e287281&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-347%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=347&job=&cmd_args= [2023-02-24T06:08:02.246Z] -> Pinging Codecov [2023-02-24T06:08:02.246Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-347&commit=2d7e124016c932930f84283d3907604c8e287281&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-347%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=347&job=&cmd_args= [2023-02-24T06:08:02.246Z] -> Uploading to [2023-02-24T06:08:02.246Z] https://storage.googleapis.com/codecov/v4/raw/2023-02-24/5E52B4B073DB2E39498172D8E973AA87/2d7e124016c932930f84283d3907604c8e287281/51fc7da2-f70f-4b05-bbcc-194acc6db629.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230224%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230224T060802Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=5b44cd1e2f5ed2c720d30b30d43c3988ba5fe869b455ea9b6729c48256d3d79d [2023-02-24T06:08:02.246Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-02-24T06:08:02.505Z] Dload Upload Total Spent Left Speed [2023-02-24T06:08:02.505Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5473 0 0 100 5473 0 23590 --:--:-- --:--:-- --:--:-- 23590 [2023-02-24T06:08:02.505Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/2d7e124016c932930f84283d3907604c8e287281 [Pipeline] } [2023-02-24T06:08:02.530Z] 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-02-24T06:08:04.188Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-347/archives ] [2023-02-24T06:08:04.188Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-347/archives [2023-02-24T06:08:04.188Z] total 16 [2023-02-24T06:08:04.188Z] drwxr-xr-x 3 root root 4096 Feb 24 06:00 . [2023-02-24T06:08:04.188Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 06:00 .. [2023-02-24T06:08:04.188Z] drwxr-xr-x 2 root root 4096 Feb 24 06:00 cost [2023-02-24T06:08:04.188Z] -rw-r--r-- 1 root root 89 Feb 24 06:00 cost.csv [2023-02-24T06:08:04.188Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-347/archives [2023-02-24T06:08:04.188Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-347/archives [2023-02-24T06:08:04.188Z] total 16 [2023-02-24T06:08:04.188Z] drwxr-xr-x 3 jenkins jenkins 4096 Feb 24 06:00 . [2023-02-24T06:08:04.188Z] drwxrwxr-x 10 jenkins jenkins 4096 Feb 24 06:00 .. [2023-02-24T06:08:04.188Z] drwxr-xr-x 2 jenkins jenkins 4096 Feb 24 06:00 cost [2023-02-24T06:08:04.188Z] -rw-r--r-- 1 jenkins jenkins 89 Feb 24 06:00 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:04.520Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:05.409Z] ---> package-listing.sh [2023-02-24T06:08:05.409Z] ++ facter osfamily [2023-02-24T06:08:05.409Z] ++ tr '[:upper:]' '[:lower:]' [2023-02-24T06:08:05.409Z] + OS_FAMILY=debian [2023-02-24T06:08:05.409Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-347 [2023-02-24T06:08:05.409Z] + START_PACKAGES=/tmp/packages_start.txt [2023-02-24T06:08:05.409Z] + END_PACKAGES=/tmp/packages_end.txt [2023-02-24T06:08:05.409Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-02-24T06:08:05.409Z] + PACKAGES=/tmp/packages_start.txt [2023-02-24T06:08:05.409Z] + '[' /w/workspace/foundry_device-virtual-go_PR-347 ']' [2023-02-24T06:08:05.409Z] + PACKAGES=/tmp/packages_end.txt [2023-02-24T06:08:05.409Z] + case "${OS_FAMILY}" in [2023-02-24T06:08:05.409Z] + dpkg -l [2023-02-24T06:08:05.409Z] + grep '^ii' [2023-02-24T06:08:05.668Z] + '[' -f /tmp/packages_start.txt ']' [2023-02-24T06:08:05.668Z] + '[' -f /tmp/packages_end.txt ']' [2023-02-24T06:08:05.668Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-02-24T06:08:05.668Z] + '[' /w/workspace/foundry_device-virtual-go_PR-347 ']' [2023-02-24T06:08:05.668Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-347/archives/ [2023-02-24T06:08:05.668Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-347/archives/ [Pipeline] echo [2023-02-24T06:08:05.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-347/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-02-24T06:08:05.992Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-02-24T06:08:06.621Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-02-24T06:08:06.621Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-02-24T06:08:06.766Z] prd-ubuntu20.04-docker-8c-8g-7338 does not seem to be running inside a container [2023-02-24T06:08:06.795Z] $ 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-347/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-347 -v /w/workspace/foundry_device-virtual-go_PR-347:/w/workspace/foundry_device-virtual-go_PR-347:rw,z -v /w/workspace/foundry_device-virtual-go_PR-347@tmp:/w/workspace/foundry_device-virtual-go_PR-347@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-02-24T06:08:07.025Z] $ docker top 23686f21281236492248531926681198f6db545d415b9b9f50dc3f44b19b3f14 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-02-24T06:08:07.418Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-02-24T06:08:07.727Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-02-24T06:08:08.037Z] + ls /var/log/sa-host [2023-02-24T06:08:08.037Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-02-24T06:08:08.246Z] provisioning config files... [2023-02-24T06:08:08.254Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-347@tmp/config293179897239447615tmp [Pipeline] { [Pipeline] echo [2023-02-24T06:08:08.304Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:08.617Z] ---> create-netrc.sh [Pipeline] } [2023-02-24T06:08:08.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:09.050Z] ---> python-tools-install.sh [Pipeline] echo [2023-02-24T06:08:09.080Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:09.388Z] ---> sudo-logs.sh [2023-02-24T06:08:09.389Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-02-24T06:08:09.482Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:09.792Z] ---> job-cost.sh [2023-02-24T06:08:09.792Z] lf-activate-venv: SKIPPING [2023-02-24T06:08:09.792Z] DEBUG: total: 0.2199999988079071 [2023-02-24T06:08:09.792Z] INFO: Retrieving Stack Cost... [2023-02-24T06:08:10.050Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-02-24T06:08:10.619Z] INFO: Archiving Costs [Pipeline] echo [2023-02-24T06:08:10.664Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-02-24T06:08:10.985Z] ---> logs-deploy.sh [2023-02-24T06:08:10.985Z] lf-activate-venv: SKIPPING [2023-02-24T06:08:10.985Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-347/1 [2023-02-24T06:08:10.985Z] INFO: archiving workspace using pattern(s): [2023-02-24T06:08:11.919Z] Archives upload complete. [2023-02-24T06:08:11.919Z] INFO: archiving logs to Nexus [2023-02-24T06:08:12.487Z] ---> uname -a: [2023-02-24T06:08:12.487Z] Linux prd-ubuntu20-04-docker-8c-8g-7338 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-02-24T06:08:12.487Z] [2023-02-24T06:08:12.487Z] [2023-02-24T06:08:12.487Z] ---> lscpu: [2023-02-24T06:08:12.487Z] Architecture: x86_64 [2023-02-24T06:08:12.487Z] CPU op-mode(s): 32-bit, 64-bit [2023-02-24T06:08:12.487Z] Byte Order: Little Endian [2023-02-24T06:08:12.487Z] Address sizes: 40 bits physical, 48 bits virtual [2023-02-24T06:08:12.487Z] CPU(s): 8 [2023-02-24T06:08:12.487Z] On-line CPU(s) list: 0-7 [2023-02-24T06:08:12.487Z] Thread(s) per core: 1 [2023-02-24T06:08:12.487Z] Core(s) per socket: 1 [2023-02-24T06:08:12.487Z] Socket(s): 8 [2023-02-24T06:08:12.487Z] NUMA node(s): 1 [2023-02-24T06:08:12.487Z] Vendor ID: AuthenticAMD [2023-02-24T06:08:12.487Z] CPU family: 23 [2023-02-24T06:08:12.487Z] Model: 49 [2023-02-24T06:08:12.487Z] Model name: AMD EPYC-Rome Processor [2023-02-24T06:08:12.487Z] Stepping: 0 [2023-02-24T06:08:12.487Z] CPU MHz: 2800.002 [2023-02-24T06:08:12.487Z] BogoMIPS: 5600.00 [2023-02-24T06:08:12.487Z] Virtualization: AMD-V [2023-02-24T06:08:12.487Z] Hypervisor vendor: KVM [2023-02-24T06:08:12.487Z] Virtualization type: full [2023-02-24T06:08:12.487Z] L1d cache: 256 KiB [2023-02-24T06:08:12.487Z] L1i cache: 256 KiB [2023-02-24T06:08:12.487Z] L2 cache: 4 MiB [2023-02-24T06:08:12.487Z] L3 cache: 128 MiB [2023-02-24T06:08:12.487Z] NUMA node0 CPU(s): 0-7 [2023-02-24T06:08:12.487Z] Vulnerability Itlb multihit: Not affected [2023-02-24T06:08:12.487Z] Vulnerability L1tf: Not affected [2023-02-24T06:08:12.487Z] Vulnerability Mds: Not affected [2023-02-24T06:08:12.487Z] Vulnerability Meltdown: Not affected [2023-02-24T06:08:12.487Z] Vulnerability Mmio stale data: Not affected [2023-02-24T06:08:12.487Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-02-24T06:08:12.487Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-02-24T06:08:12.487Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-02-24T06:08:12.487Z] Vulnerability Srbds: Not affected [2023-02-24T06:08:12.487Z] Vulnerability Tsx async abort: Not affected [2023-02-24T06:08:12.487Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-02-24T06:08:12.487Z] [2023-02-24T06:08:12.487Z]