Pull request #330 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of hahattan for edgexfoundry/device-virtual-go Obtained Jenkinsfile from 7b778363b5e6f5bd44260dda054e65a84ccb7ba8+ade53ffbe9877a40e1a039c5ff5b29a5fd4a0d80 (f927655d4a63bac329a1e6585f4db1e13bdeedbb) 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-ssh11653540326005360156.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-ssh8821141786373342687.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-330/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-330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16081687635319310948.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-330/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh10322880737714406864.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-ssh17884160071822192773.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-330/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-330/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh3098901191887074050.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-virtual-go] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-virtual DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-3052 in /w/workspace/foundry_device-virtual-go_PR-330 [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-330 # 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/330/head:refs/remotes/origin/PR-330 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit ade53ffbe9877a40e1a039c5ff5b29a5fd4a0d80 into PR head commit 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 Merge succeeded, producing 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 Checking out Revision 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 (PR-330) > git config core.sparsecheckout # timeout=10 > git checkout -f 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 # 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 ade53ffbe9877a40e1a039c5ff5b29a5fd4a0d80 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 # timeout=10 Commit message: "build(deps): bump device-sdk-go version" 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-01-19T02:22:53.349Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-19T02:22:53.529Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-19T02:22:53.635Z] ========================================================= [2023-01-19T02:22:53.635Z] EdgeX Global Pipelines Version Info [2023-01-19T02:22:53.635Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:22:54.428Z] ------------------- [2023-01-19T02:22:54.428Z] stable info: [2023-01-19T02:22:54.428Z] ------------------- [2023-01-19T02:22:54.428Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-19T02:22:54.428Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-19T02:22:54.428Z] Message: update stable to v1.0.244 [2023-01-19T02:22:55.002Z] ------------------- [2023-01-19T02:22:55.002Z] experimental info: [2023-01-19T02:22:55.002Z] ------------------- [2023-01-19T02:22:55.002Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-19T02:22:55.002Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-19T02:22:55.002Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-19T02:22:55.293Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-01-19T02:22:55.336Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-01-19T02:22:55.375Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-19T02:22:55.415Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-19T02:22:55.450Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-19T02:22:55.487Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-19T02:22:55.528Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-19T02:22:55.563Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-01-19T02:22:55.604Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-19T02:22:55.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-19T02:22:55.689Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-19T02:22:55.733Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-01-19T02:22:55.780Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-19T02:22:55.819Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-19T02:22:55.859Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-19T02:22:55.899Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-01-19T02:22:55.938Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-19T02:22:55.975Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-19T02:22:56.021Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-19T02:22:56.061Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-19T02:22:56.100Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-01-19T02:22:56.137Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-01-19T02:22:56.174Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-19T02:22:56.215Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-19T02:22:56.250Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-19T02:22:56.293Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-19T02:22:56.338Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-19T02:22:56.377Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-330 [Pipeline] echo [2023-01-19T02:22:56.424Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-330 [Pipeline] echo [2023-01-19T02:22:56.465Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-330 [Pipeline] echo [2023-01-19T02:22:56.511Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [Pipeline] echo [2023-01-19T02:22:56.555Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 7b77836 [Pipeline] echo [2023-01-19T02:22:56.599Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T02:22:56.714Z] provisioning config files... [2023-01-19T02:22:56.727Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-330@tmp/config4122421510666216176tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:22:57.076Z] ---> docker-login.sh [2023-01-19T02:22:57.076Z] nexus3.edgexfoundry.org:10001 [2023-01-19T02:22:57.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:22:57.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:22:57.336Z] Configure a credential helper to remove this warning. See [2023-01-19T02:22:57.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:22:57.336Z] [2023-01-19T02:22:57.336Z] Login Succeeded [2023-01-19T02:22:57.336Z] nexus3.edgexfoundry.org:10002 [2023-01-19T02:22:57.336Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:22:57.336Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:22:57.336Z] Configure a credential helper to remove this warning. See [2023-01-19T02:22:57.336Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:22:57.336Z] [2023-01-19T02:22:57.336Z] Login Succeeded [2023-01-19T02:22:57.336Z] nexus3.edgexfoundry.org:10003 [2023-01-19T02:22:57.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:22:57.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:22:57.596Z] Configure a credential helper to remove this warning. See [2023-01-19T02:22:57.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:22:57.596Z] [2023-01-19T02:22:57.596Z] Login Succeeded [2023-01-19T02:22:57.596Z] nexus3.edgexfoundry.org:10004 [2023-01-19T02:22:57.596Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:22:57.596Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:22:57.596Z] Configure a credential helper to remove this warning. See [2023-01-19T02:22:57.596Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:22:57.596Z] [2023-01-19T02:22:57.596Z] Login Succeeded [2023-01-19T02:22:57.596Z] docker.io [2023-01-19T02:22:57.855Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:22:57.855Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:22:57.855Z] Configure a credential helper to remove this warning. See [2023-01-19T02:22:57.855Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:22:57.855Z] [2023-01-19T02:22:57.855Z] Login Succeeded [2023-01-19T02:22:57.855Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T02:22:57.880Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-19T02:22:58.506Z] + git rev-list -1 --merges 7b778363b5e6f5bd44260dda054e65a84ccb7ba8~1..7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [Pipeline] echo [2023-01-19T02:22:58.566Z] -----------> git rev-list -1 --merges 7b778363b5e6f5bd44260dda054e65a84ccb7ba8~1..7b778363b5e6f5bd44260dda054e65a84ccb7ba8 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [false] [Pipeline] sh [2023-01-19T02:22:58.874Z] + git log --format=format:%s -1 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [Pipeline] echo [2023-01-19T02:22:58.912Z] ========================================================= [2023-01-19T02:22:58.912Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-19T02:22:58.912Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-19T02:22:59.328Z] + git log --format=format:%s -1 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [Pipeline] echo [2023-01-19T02:22:59.361Z] [semverPrep] GIT_COMMIT: 7b778363b5e6f5bd44260dda054e65a84ccb7ba8, Commit Message: build(deps): bump device-sdk-go version [Pipeline] echo [2023-01-19T02:22:59.385Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-19T02:22:59.773Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-19T02:22:59.773Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-19T02:22:59.773Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-19T02:22:59.773Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-19T02:22:59.773Z] + + sudoecho tee github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= -a [2023-01-19T02:22:59.773Z] /etc/ssh/ssh_known_hosts [2023-01-19T02:22:59.773Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:23:00.248Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T02:23:00.248Z] [2023-01-19T02:23:00.248Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:23:00.625Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T02:23:00.625Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-19T02:23:00.625Z] b85a868b505f: Pulling fs layer [2023-01-19T02:23:00.625Z] e2be974225ed: Pulling fs layer [2023-01-19T02:23:00.625Z] 339a4e72a1f5: Pulling fs layer [2023-01-19T02:23:00.625Z] 988bab9f4d93: Pulling fs layer [2023-01-19T02:23:00.625Z] 1469e6f7b9e6: Pulling fs layer [2023-01-19T02:23:00.625Z] eaf3925da568: Pulling fs layer [2023-01-19T02:23:00.625Z] bab4dde63d76: Pulling fs layer [2023-01-19T02:23:00.625Z] bde34c3a00c8: Pulling fs layer [2023-01-19T02:23:00.625Z] b352a97aabf1: Pulling fs layer [2023-01-19T02:23:00.625Z] 4872d77fe225: Pulling fs layer [2023-01-19T02:23:00.625Z] 5851b861e8e6: Pulling fs layer [2023-01-19T02:23:00.625Z] 988bab9f4d93: Waiting [2023-01-19T02:23:00.625Z] b352a97aabf1: Waiting [2023-01-19T02:23:00.625Z] 1469e6f7b9e6: Waiting [2023-01-19T02:23:00.625Z] eaf3925da568: Waiting [2023-01-19T02:23:00.625Z] bab4dde63d76: Waiting [2023-01-19T02:23:00.625Z] bde34c3a00c8: Waiting [2023-01-19T02:23:00.625Z] 4872d77fe225: Waiting [2023-01-19T02:23:00.625Z] e2be974225ed: Verifying Checksum [2023-01-19T02:23:00.625Z] e2be974225ed: Download complete [2023-01-19T02:23:00.625Z] 988bab9f4d93: Verifying Checksum [2023-01-19T02:23:00.625Z] 988bab9f4d93: Download complete [2023-01-19T02:23:00.889Z] 1469e6f7b9e6: Verifying Checksum [2023-01-19T02:23:00.889Z] 1469e6f7b9e6: Download complete [2023-01-19T02:23:00.889Z] eaf3925da568: Verifying Checksum [2023-01-19T02:23:00.889Z] eaf3925da568: Download complete [2023-01-19T02:23:00.889Z] 339a4e72a1f5: Verifying Checksum [2023-01-19T02:23:00.889Z] 339a4e72a1f5: Download complete [2023-01-19T02:23:00.889Z] bde34c3a00c8: Verifying Checksum [2023-01-19T02:23:00.889Z] bde34c3a00c8: Download complete [2023-01-19T02:23:00.889Z] b352a97aabf1: Verifying Checksum [2023-01-19T02:23:00.889Z] b352a97aabf1: Download complete [2023-01-19T02:23:01.151Z] 4872d77fe225: Verifying Checksum [2023-01-19T02:23:01.151Z] 4872d77fe225: Download complete [2023-01-19T02:23:01.151Z] 5851b861e8e6: Verifying Checksum [2023-01-19T02:23:01.151Z] b85a868b505f: Verifying Checksum [2023-01-19T02:23:01.151Z] b85a868b505f: Download complete [2023-01-19T02:23:01.412Z] bab4dde63d76: Verifying Checksum [2023-01-19T02:23:01.412Z] bab4dde63d76: Download complete [2023-01-19T02:23:02.348Z] b85a868b505f: Pull complete [2023-01-19T02:23:02.348Z] e2be974225ed: Pull complete [2023-01-19T02:23:02.917Z] 339a4e72a1f5: Pull complete [2023-01-19T02:23:02.917Z] 988bab9f4d93: Pull complete [2023-01-19T02:23:03.500Z] 1469e6f7b9e6: Pull complete [2023-01-19T02:23:03.500Z] eaf3925da568: Pull complete [2023-01-19T02:23:05.407Z] bab4dde63d76: Pull complete [2023-01-19T02:23:05.407Z] bde34c3a00c8: Pull complete [2023-01-19T02:23:05.407Z] b352a97aabf1: Pull complete [2023-01-19T02:23:05.407Z] 4872d77fe225: Pull complete [2023-01-19T02:23:05.666Z] 5851b861e8e6: Pull complete [2023-01-19T02:23:05.666Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-19T02:23:05.666Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-19T02:23:05.666Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:23:06.066Z] prd-ubuntu20.04-docker-8c-8g-3052 does not seem to be running inside a container [2023-01-19T02:23:06.314Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-330 -v /w/workspace/foundry_device-virtual-go_PR-330:/w/workspace/foundry_device-virtual-go_PR-330:rw,z -v /w/workspace/foundry_device-virtual-go_PR-330@tmp:/w/workspace/foundry_device-virtual-go_PR-330@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-01-19T02:23:09.930Z] $ docker top 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b -eo pid,comm [2023-01-19T02:23:09.987Z] 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-01-19T02:23:09.987Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-19T02:23:10.108Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T02:23:10.108Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T02:23:10.220Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T02:23:10.223Z] $ docker exec 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b ssh-agent [2023-01-19T02:23:10.343Z] SSH_AUTH_SOCK=/tmp/ssh-qJoJuAHaJR2v/agent.31 [2023-01-19T02:23:10.344Z] SSH_AGENT_PID=37 [2023-01-19T02:23:10.351Z] Running ssh-add (command line suppressed) [2023-01-19T02:23:10.467Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-330@tmp/private_key_9248703421353633393.key (/w/workspace/foundry_device-virtual-go_PR-330@tmp/private_key_9248703421353633393.key) [2023-01-19T02:23:10.483Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T02:23:10.825Z] + git tag --points-at HEAD [Pipeline] } [2023-01-19T02:23:10.854Z] $ docker exec --env ******** --env ******** 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b ssh-agent -k [2023-01-19T02:23:10.962Z] unset SSH_AUTH_SOCK; [2023-01-19T02:23:10.962Z] unset SSH_AGENT_PID; [2023-01-19T02:23:10.963Z] echo Agent pid 37 killed; [2023-01-19T02:23:10.972Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-19T02:23:11.061Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-19T02:23:11.061Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-19T02:23:11.187Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-19T02:23:11.189Z] $ docker exec 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b ssh-agent [2023-01-19T02:23:11.298Z] SSH_AUTH_SOCK=/tmp/ssh-bRhPkXROOv3w/agent.68 [2023-01-19T02:23:11.298Z] SSH_AGENT_PID=74 [2023-01-19T02:23:11.303Z] Running ssh-add (command line suppressed) [2023-01-19T02:23:11.400Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-330@tmp/private_key_5024258525549340635.key (/w/workspace/foundry_device-virtual-go_PR-330@tmp/private_key_5024258525549340635.key) [2023-01-19T02:23:11.413Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-19T02:23:11.740Z] + git semver init [2023-01-19T02:23:11.999Z] 2023-01-19 02:23:11,917 [run_init] DEBUG init version:0.0.0 force:False [2023-01-19T02:23:11.999Z] 2023-01-19 02:23:11,918 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-330/.semver [2023-01-19T02:23:11.999Z] 2023-01-19 02:23:11,918 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-330/.semver [2023-01-19T02:23:11.999Z] 2023-01-19 02:23:11,919 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-330/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-330, universal_newlines=False, shell=None, istream=None) [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,186 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-330/.git/info/exclude [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,187 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-330/.semver/PR-330 with force:False [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,187 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-330/.semver/PR-330 [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,190 [execute] INFO git cat-file --batch-check [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,191 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-330/.semver, universal_newlines=False, shell=None, istream=) [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,198 [execute] INFO git cat-file --batch [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,198 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-330/.semver, universal_newlines=False, shell=None, istream=) [2023-01-19T02:23:13.378Z] 2023-01-19 02:23:13,204 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-330/.semver/PR-330 [2023-01-19T02:23:13.378Z] 0.0.0 [Pipeline] } [2023-01-19T02:23:13.405Z] $ docker exec --env ******** --env ******** 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b ssh-agent -k [2023-01-19T02:23:13.508Z] unset SSH_AUTH_SOCK; [2023-01-19T02:23:13.508Z] unset SSH_AGENT_PID; [2023-01-19T02:23:13.509Z] echo Agent pid 74 killed; [2023-01-19T02:23:13.518Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-19T02:23:13.928Z] + git semver [Pipeline] } [2023-01-19T02:23:14.213Z] $ docker stop --time=1 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b [2023-01-19T02:23:15.521Z] $ docker rm -f --volumes 3af625eb98666a7c988190bde96408a93fa9796faa6461ca9c3babb4b77c467b [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T02:23:15.916Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-19T02:23:16.199Z] Stashed 1 file(s) [Pipeline] echo [2023-01-19T02:23:16.223Z] [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-01-19T02:23:16.813Z] provisioning config files... [2023-01-19T02:23:16.822Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-330@tmp/config10422955934999232374tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:23:17.165Z] ---> docker-login.sh [2023-01-19T02:23:17.165Z] nexus3.edgexfoundry.org:10001 [2023-01-19T02:23:17.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:23:17.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:23:17.165Z] Configure a credential helper to remove this warning. See [2023-01-19T02:23:17.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:23:17.165Z] [2023-01-19T02:23:17.165Z] Login Succeeded [2023-01-19T02:23:17.165Z] nexus3.edgexfoundry.org:10002 [2023-01-19T02:23:17.165Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:23:17.165Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:23:17.165Z] Configure a credential helper to remove this warning. See [2023-01-19T02:23:17.165Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:23:17.165Z] [2023-01-19T02:23:17.165Z] Login Succeeded [2023-01-19T02:23:17.165Z] nexus3.edgexfoundry.org:10003 [2023-01-19T02:23:17.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:23:17.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:23:17.425Z] Configure a credential helper to remove this warning. See [2023-01-19T02:23:17.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:23:17.425Z] [2023-01-19T02:23:17.425Z] Login Succeeded [2023-01-19T02:23:17.425Z] nexus3.edgexfoundry.org:10004 [2023-01-19T02:23:17.425Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:23:17.425Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:23:17.425Z] Configure a credential helper to remove this warning. See [2023-01-19T02:23:17.425Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:23:17.425Z] [2023-01-19T02:23:17.425Z] Login Succeeded [2023-01-19T02:23:17.425Z] docker.io [2023-01-19T02:23:17.685Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:23:17.945Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:23:17.945Z] Configure a credential helper to remove this warning. See [2023-01-19T02:23:17.945Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:23:17.945Z] [2023-01-19T02:23:17.945Z] Login Succeeded [2023-01-19T02:23:17.945Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T02:23:17.977Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-19T02:23:18.149Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T02:23:18.190Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T02:23:18.227Z] ========================================================= [2023-01-19T02:23:18.227Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-19T02:23:18.227Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:23:18.672Z] + 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-01-19T02:23:18.672Z] Sending build context to Docker daemon 23.36MB [2023-01-19T02:23:18.672Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-19T02:23:18.672Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-19T02:23:18.935Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-19T02:23:18.935Z] 213ec9aee27d: Pulling fs layer [2023-01-19T02:23:18.935Z] 4583459ba037: Pulling fs layer [2023-01-19T02:23:18.935Z] 93c1e223e6f2: Pulling fs layer [2023-01-19T02:23:18.935Z] 53926ce57604: Pulling fs layer [2023-01-19T02:23:18.935Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-19T02:23:18.935Z] 22ff95d597cd: Pulling fs layer [2023-01-19T02:23:18.935Z] 12d6caf4c0d1: Pulling fs layer [2023-01-19T02:23:18.935Z] 96b7cbca73a9: Pulling fs layer [2023-01-19T02:23:18.935Z] a7acece74701: Pulling fs layer [2023-01-19T02:23:18.935Z] 53926ce57604: Waiting [2023-01-19T02:23:18.935Z] 12d6caf4c0d1: Waiting [2023-01-19T02:23:18.935Z] 96b7cbca73a9: Waiting [2023-01-19T02:23:18.935Z] 22ff95d597cd: Waiting [2023-01-19T02:23:18.935Z] 21b2b0c7a3f4: Waiting [2023-01-19T02:23:18.935Z] 4583459ba037: Verifying Checksum [2023-01-19T02:23:18.935Z] 4583459ba037: Download complete [2023-01-19T02:23:18.935Z] 93c1e223e6f2: Verifying Checksum [2023-01-19T02:23:18.935Z] 93c1e223e6f2: Download complete [2023-01-19T02:23:18.935Z] 21b2b0c7a3f4: Verifying Checksum [2023-01-19T02:23:18.935Z] 21b2b0c7a3f4: Download complete [2023-01-19T02:23:18.935Z] 22ff95d597cd: Verifying Checksum [2023-01-19T02:23:18.935Z] 22ff95d597cd: Download complete [2023-01-19T02:23:18.935Z] 213ec9aee27d: Verifying Checksum [2023-01-19T02:23:18.935Z] 213ec9aee27d: Download complete [2023-01-19T02:23:18.935Z] 12d6caf4c0d1: Download complete [2023-01-19T02:23:19.200Z] 213ec9aee27d: Pull complete [2023-01-19T02:23:19.200Z] 4583459ba037: Pull complete [2023-01-19T02:23:19.484Z] 93c1e223e6f2: Pull complete [2023-01-19T02:23:19.753Z] a7acece74701: Verifying Checksum [2023-01-19T02:23:19.753Z] a7acece74701: Download complete [2023-01-19T02:23:20.013Z] 53926ce57604: Verifying Checksum [2023-01-19T02:23:20.013Z] 53926ce57604: Download complete [2023-01-19T02:23:20.272Z] 96b7cbca73a9: Verifying Checksum [2023-01-19T02:23:20.272Z] 96b7cbca73a9: Download complete [2023-01-19T02:23:24.461Z] 53926ce57604: Pull complete [2023-01-19T02:23:24.461Z] 21b2b0c7a3f4: Pull complete [2023-01-19T02:23:24.461Z] 22ff95d597cd: Pull complete [2023-01-19T02:23:24.461Z] 12d6caf4c0d1: Pull complete [2023-01-19T02:23:26.994Z] 96b7cbca73a9: Pull complete [2023-01-19T02:23:27.571Z] a7acece74701: Pull complete [2023-01-19T02:23:27.571Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-19T02:23:27.571Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-19T02:23:27.571Z] ---> db6d94c90886 [2023-01-19T02:23:27.571Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-19T02:23:31.628Z] Still waiting to schedule task [2023-01-19T02:23:31.628Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-01-19T02:23:34.243Z] ---> Running in 66d3812b7135 [2023-01-19T02:23:34.243Z] Removing intermediate container 66d3812b7135 [2023-01-19T02:23:34.243Z] ---> e736522c4081 [2023-01-19T02:23:34.243Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-19T02:23:34.243Z] ---> Running in 638e7e1e5b22 [2023-01-19T02:23:34.243Z] Removing intermediate container 638e7e1e5b22 [2023-01-19T02:23:34.243Z] ---> 46303fecff50 [2023-01-19T02:23:34.243Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-19T02:23:34.243Z] ---> Running in a06299d36766 [2023-01-19T02:23:34.243Z] Removing intermediate container a06299d36766 [2023-01-19T02:23:34.243Z] ---> 5a94078e0287 [2023-01-19T02:23:34.243Z] Step 6/12 : WORKDIR /device-virtual-go [2023-01-19T02:23:34.243Z] ---> Running in 33d36f4cc91d [2023-01-19T02:23:34.243Z] Removing intermediate container 33d36f4cc91d [2023-01-19T02:23:34.243Z] ---> 862c810b4a63 [2023-01-19T02:23:34.243Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-19T02:23:34.243Z] ---> Running in 4ba70baa2e23 [2023-01-19T02:23:34.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T02:23:34.243Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T02:23:34.243Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-19T02:23:34.243Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-19T02:23:34.243Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-19T02:23:34.243Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-19T02:23:34.243Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T02:23:34.514Z] OK: 216 MiB in 55 packages [2023-01-19T02:23:35.083Z] Removing intermediate container 4ba70baa2e23 [2023-01-19T02:23:35.083Z] ---> ed6631791d04 [2023-01-19T02:23:35.083Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-19T02:23:35.083Z] ---> ad8e9d25c0cf [2023-01-19T02:23:35.083Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T02:23:35.083Z] ---> Running in 30ac04444f7d [2023-01-19T02:24:13.847Z] Removing intermediate container 30ac04444f7d [2023-01-19T02:24:13.847Z] ---> 423db1bf4880 [2023-01-19T02:24:13.847Z] Step 10/12 : COPY . . [2023-01-19T02:24:13.847Z] ---> 6de26a66658f [2023-01-19T02:24:13.847Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-19T02:24:13.847Z] ---> Running in 4253442a12ec [2023-01-19T02:24:13.847Z] Removing intermediate container 4253442a12ec [2023-01-19T02:24:13.847Z] ---> bf6850d0e8db [2023-01-19T02:24:13.847Z] Step 12/12 : RUN $MAKE [2023-01-19T02:24:13.847Z] ---> Running in efc984549aa3 [2023-01-19T02:24:13.847Z] noop [2023-01-19T02:24:13.847Z] Removing intermediate container efc984549aa3 [2023-01-19T02:24:13.847Z] ---> f010bb6a31ae [2023-01-19T02:24:13.847Z] Successfully built f010bb6a31ae [2023-01-19T02:24:13.847Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:24:14.316Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-19T02:24:14.316Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:24:14.471Z] prd-ubuntu20.04-docker-8c-8g-3052 does not seem to be running inside a container [2023-01-19T02:24:14.513Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-330 -v /w/workspace/foundry_device-virtual-go_PR-330:/w/workspace/foundry_device-virtual-go_PR-330:rw,z -v /w/workspace/foundry_device-virtual-go_PR-330@tmp:/w/workspace/foundry_device-virtual-go_PR-330@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-01-19T02:24:14.901Z] $ docker top 2d966105ad784e517e55db1ca66cd8ff4722f9e9348c4a23346c0a1ea4142d08 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T02:24:15.310Z] + go version [2023-01-19T02:24:15.310Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-19T02:24:15.347Z] $ docker stop --time=1 2d966105ad784e517e55db1ca66cd8ff4722f9e9348c4a23346c0a1ea4142d08 [2023-01-19T02:24:16.615Z] $ docker rm -f --volumes 2d966105ad784e517e55db1ca66cd8ff4722f9e9348c4a23346c0a1ea4142d08 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:24:17.310Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-19T02:24:17.310Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:24:17.460Z] prd-ubuntu20.04-docker-8c-8g-3052 does not seem to be running inside a container [2023-01-19T02:24:17.496Z] $ 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-330 -v /w/workspace/foundry_device-virtual-go_PR-330:/w/workspace/foundry_device-virtual-go_PR-330:rw,z -v /w/workspace/foundry_device-virtual-go_PR-330@tmp:/w/workspace/foundry_device-virtual-go_PR-330@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-01-19T02:24:17.830Z] $ docker top 75a1e02f4637f821725581703fa109ffede8d86e41bc1b3dc9336138e4eb5108 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T02:24:18.226Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-330 [Pipeline] fileExists [Pipeline] sh [2023-01-19T02:24:18.589Z] + make test [2023-01-19T02:24:18.589Z] go test ./... -coverprofile=coverage.out [2023-01-19T02:24:18.846Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-01-19T02:24:28.816Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-01-19T02:24:28.816Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.042s coverage: 65.7% of statements [2023-01-19T02:24:34.074Z] 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-01-19T02:24:34.074Z] go vet ./... [2023-01-19T02:24:37.357Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-19T02:24:37.357Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-19T02:24:37.357Z] ./bin/test-attribution-txt.sh [2023-01-19T02:24:37.357Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-19T02:24:37.357Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-19T02:24:37.396Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-19T02:24:37.435Z] $ docker stop --time=1 75a1e02f4637f821725581703fa109ffede8d86e41bc1b3dc9336138e4eb5108 [2023-01-19T02:24:40.015Z] $ docker rm -f --volumes 75a1e02f4637f821725581703fa109ffede8d86e41bc1b3dc9336138e4eb5108 [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T02:24:40.536Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-19T02:24:40.614Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-01-19T02:24:41.272Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-19T02:24:41.583Z] + ls -al . [2023-01-19T02:24:41.583Z] total 196 [2023-01-19T02:24:41.583Z] drwxrwxr-x 9 jenkins jenkins 4096 Jan 19 02:24 . [2023-01-19T02:24:41.583Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:22 .. [2023-01-19T02:24:41.583Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:24 .git [2023-01-19T02:24:41.583Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:22 .github [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 337 Jan 19 02:22 .gitignore [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 19 02:22 .golangci.yml [2023-01-19T02:24:41.583Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 19 02:23 .semver [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 8423 Jan 19 02:22 Attribution.txt [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jan 19 02:22 CHANGELOG.md [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 1646 Jan 19 02:22 Dockerfile [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 19 02:22 GOVERNANCE.md [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 19 02:22 Jenkinsfile [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 19 02:22 LICENSE [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 1661 Jan 19 02:22 Makefile [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 623 Jan 19 02:22 OWNERS.md [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 3578 Jan 19 02:22 README.md [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:23 VERSION [2023-01-19T02:24:41.583Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:22 bin [2023-01-19T02:24:41.583Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:22 cmd [2023-01-19T02:24:41.583Z] -rw-r--r-- 1 jenkins jenkins 44128 Jan 19 02:24 coverage.out [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 3306 Jan 19 02:22 go.mod [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 34165 Jan 19 02:22 go.sum [2023-01-19T02:24:41.583Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:22 internal [2023-01-19T02:24:41.583Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:22 snap [2023-01-19T02:24:41.583Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 19 02:22 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:24:42.105Z] + 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=7b778363b5e6f5bd44260dda054e65a84ccb7ba8 --label arch=amd64 --label version=0.0.0 . [2023-01-19T02:24:42.105Z] Sending build context to Docker daemon 23.4MB [2023-01-19T02:24:42.105Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-01-19T02:24:42.105Z] Step 2/25 : FROM ${BASE} AS builder [2023-01-19T02:24:42.105Z] ---> f010bb6a31ae [2023-01-19T02:24:42.105Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-19T02:24:42.367Z] ---> Running in 21f031932cd0 [2023-01-19T02:24:42.625Z] Removing intermediate container 21f031932cd0 [2023-01-19T02:24:42.626Z] ---> 9844c68e1a5c [2023-01-19T02:24:42.626Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-01-19T02:24:42.626Z] ---> Running in 1ca8a9bd9be2 [2023-01-19T02:24:42.626Z] Removing intermediate container 1ca8a9bd9be2 [2023-01-19T02:24:42.626Z] ---> d7eadbb8ffb8 [2023-01-19T02:24:42.626Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-01-19T02:24:42.626Z] ---> Running in ef2427fefad8 [2023-01-19T02:24:42.626Z] Removing intermediate container ef2427fefad8 [2023-01-19T02:24:42.626Z] ---> 645b3e1e001c [2023-01-19T02:24:42.626Z] Step 6/25 : WORKDIR /device-virtual-go [2023-01-19T02:24:42.626Z] ---> Running in 7074999c7c84 [2023-01-19T02:24:42.884Z] Removing intermediate container 7074999c7c84 [2023-01-19T02:24:42.884Z] ---> 76b3ebdbd11f [2023-01-19T02:24:42.884Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-19T02:24:42.884Z] ---> Running in a6b94e44655d [2023-01-19T02:24:43.144Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T02:24:43.403Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T02:24:43.662Z] OK: 216 MiB in 55 packages [2023-01-19T02:24:43.923Z] Removing intermediate container a6b94e44655d [2023-01-19T02:24:43.923Z] ---> 3046f1da1bde [2023-01-19T02:24:43.923Z] Step 8/25 : COPY go.mod vendor* ./ [2023-01-19T02:24:43.923Z] ---> fa1fe1f46434 [2023-01-19T02:24:43.923Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T02:24:44.182Z] ---> Running in 2319c6c59be7 [2023-01-19T02:24:44.752Z] Removing intermediate container 2319c6c59be7 [2023-01-19T02:24:44.752Z] ---> aaa2d89a3413 [2023-01-19T02:24:44.752Z] Step 10/25 : COPY . . [2023-01-19T02:24:45.695Z] ---> 22ab08ac599d [2023-01-19T02:24:45.695Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-19T02:24:45.695Z] ---> Running in 29170dca9e55 [2023-01-19T02:24:45.954Z] Removing intermediate container 29170dca9e55 [2023-01-19T02:24:45.954Z] ---> 8ffbfdf96806 [2023-01-19T02:24:45.954Z] Step 12/25 : RUN $MAKE [2023-01-19T02:24:45.954Z] ---> Running in ba844cdc51f0 [2023-01-19T02:24:46.219Z] 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-01-19T02:25:08.221Z] Removing intermediate container ba844cdc51f0 [2023-01-19T02:25:08.221Z] ---> fb7d215c6619 [2023-01-19T02:25:08.221Z] Step 13/25 : FROM alpine:3.16 [2023-01-19T02:25:08.221Z] 3.16: Pulling from library/alpine [2023-01-19T02:25:08.221Z] ca7dd9ec2225: Pulling fs layer [2023-01-19T02:25:08.221Z] ca7dd9ec2225: Verifying Checksum [2023-01-19T02:25:08.221Z] ca7dd9ec2225: Download complete [2023-01-19T02:25:08.221Z] ca7dd9ec2225: Pull complete [2023-01-19T02:25:08.221Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T02:25:08.221Z] Status: Downloaded newer image for alpine:3.16 [2023-01-19T02:25:08.221Z] ---> bfe296a52501 [2023-01-19T02:25:08.221Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-01-19T02:25:08.480Z] ---> Running in 4a54b4ae904f [2023-01-19T02:25:08.480Z] Removing intermediate container 4a54b4ae904f [2023-01-19T02:25:08.480Z] ---> c596a16b4d41 [2023-01-19T02:25:08.480Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-01-19T02:25:08.480Z] ---> Running in cfb297e94a29 [2023-01-19T02:25:08.739Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-19T02:25:08.999Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-19T02:25:09.257Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-19T02:25:09.257Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T02:25:09.257Z] OK: 6 MiB in 15 packages [2023-01-19T02:25:09.515Z] Removing intermediate container cfb297e94a29 [2023-01-19T02:25:09.515Z] ---> 03033fb270ab [2023-01-19T02:25:09.515Z] Step 16/25 : WORKDIR / [2023-01-19T02:25:09.515Z] ---> Running in 95113f58725b [2023-01-19T02:25:09.774Z] Removing intermediate container 95113f58725b [2023-01-19T02:25:09.774Z] ---> f0d2d6f87259 [2023-01-19T02:25:09.774Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-01-19T02:25:09.774Z] ---> 1f69028ad4b1 [2023-01-19T02:25:09.774Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-01-19T02:25:10.032Z] ---> 2e3d8d31a27f [2023-01-19T02:25:10.032Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-01-19T02:25:10.971Z] ---> b9fe722014bc [2023-01-19T02:25:10.971Z] Step 20/25 : EXPOSE 59900 [2023-01-19T02:25:10.971Z] ---> Running in bcea08e5bdb1 [2023-01-19T02:25:10.971Z] Removing intermediate container bcea08e5bdb1 [2023-01-19T02:25:10.971Z] ---> d488e245c63a [2023-01-19T02:25:10.971Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-01-19T02:25:10.971Z] ---> Running in c37b1f41e232 [2023-01-19T02:25:10.971Z] Removing intermediate container c37b1f41e232 [2023-01-19T02:25:10.971Z] ---> b87f1f46a204 [2023-01-19T02:25:10.971Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T02:25:10.971Z] ---> Running in 122779057c14 [2023-01-19T02:25:10.971Z] Removing intermediate container 122779057c14 [2023-01-19T02:25:10.971Z] ---> 453ee016cbaa [2023-01-19T02:25:10.971Z] Step 23/25 : LABEL arch=amd64 [2023-01-19T02:25:10.971Z] ---> Running in aaa9c1be3240 [2023-01-19T02:25:11.231Z] Removing intermediate container aaa9c1be3240 [2023-01-19T02:25:11.231Z] ---> 100ad0f9c6c9 [2023-01-19T02:25:11.231Z] Step 24/25 : LABEL git_sha=7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [2023-01-19T02:25:11.231Z] ---> Running in fad12afb674c [2023-01-19T02:25:11.231Z] Removing intermediate container fad12afb674c [2023-01-19T02:25:11.231Z] ---> 7073b70064f8 [2023-01-19T02:25:11.231Z] Step 25/25 : LABEL version=0.0.0 [2023-01-19T02:25:11.231Z] ---> Running in 5ee1484d21e2 [2023-01-19T02:25:11.231Z] Removing intermediate container 5ee1484d21e2 [2023-01-19T02:25:11.231Z] ---> 4fee977aeed9 [2023-01-19T02:25:11.231Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-19T02:25:11.231Z] Successfully built 4fee977aeed9 [2023-01-19T02:25:11.231Z] 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-01-19T02:25:12.101Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T02:25:12.101Z] [2023-01-19T02:25:12.101Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:25:12.469Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T02:25:12.469Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-19T02:25:12.469Z] 5eb5b503b376: Pulling fs layer [2023-01-19T02:25:12.469Z] 5c69ac0246d0: Pulling fs layer [2023-01-19T02:25:12.469Z] ec43610c2a17: Pulling fs layer [2023-01-19T02:25:12.469Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-19T02:25:12.469Z] 33b1e0a273af: Pulling fs layer [2023-01-19T02:25:12.469Z] 5d3b04190fa2: Pulling fs layer [2023-01-19T02:25:12.469Z] 2f39f015ded8: Pulling fs layer [2023-01-19T02:25:12.469Z] 3a2ae6a8a46f: Waiting [2023-01-19T02:25:12.469Z] 33b1e0a273af: Waiting [2023-01-19T02:25:12.469Z] 2f39f015ded8: Waiting [2023-01-19T02:25:12.469Z] 5d3b04190fa2: Waiting [2023-01-19T02:25:12.469Z] 5c69ac0246d0: Download complete [2023-01-19T02:25:12.469Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-19T02:25:12.469Z] 3a2ae6a8a46f: Download complete [2023-01-19T02:25:12.730Z] 33b1e0a273af: Verifying Checksum [2023-01-19T02:25:12.730Z] 33b1e0a273af: Download complete [2023-01-19T02:25:12.730Z] 5d3b04190fa2: Verifying Checksum [2023-01-19T02:25:12.730Z] 5d3b04190fa2: Download complete [2023-01-19T02:25:12.730Z] ec43610c2a17: Verifying Checksum [2023-01-19T02:25:12.730Z] ec43610c2a17: Download complete [2023-01-19T02:25:13.001Z] 5eb5b503b376: Verifying Checksum [2023-01-19T02:25:13.001Z] 5eb5b503b376: Download complete [2023-01-19T02:25:13.569Z] 2f39f015ded8: Verifying Checksum [2023-01-19T02:25:13.569Z] 2f39f015ded8: Download complete [2023-01-19T02:25:14.136Z] 5eb5b503b376: Pull complete [2023-01-19T02:25:14.136Z] 5c69ac0246d0: Pull complete [2023-01-19T02:25:14.702Z] ec43610c2a17: Pull complete [2023-01-19T02:25:14.702Z] 3a2ae6a8a46f: Pull complete [2023-01-19T02:25:14.960Z] 33b1e0a273af: Pull complete [2023-01-19T02:25:14.960Z] 5d3b04190fa2: Pull complete [2023-01-19T02:25:19.146Z] 2f39f015ded8: Pull complete [2023-01-19T02:25:19.146Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-19T02:25:19.146Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T02:25:19.146Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:25:19.354Z] prd-ubuntu20.04-docker-8c-8g-3052 does not seem to be running inside a container [2023-01-19T02:25:19.390Z] $ 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-330 -v /w/workspace/foundry_device-virtual-go_PR-330:/w/workspace/foundry_device-virtual-go_PR-330:rw,z -v /w/workspace/foundry_device-virtual-go_PR-330@tmp:/w/workspace/foundry_device-virtual-go_PR-330@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-01-19T02:25:23.927Z] $ docker top 56451748b00fdd1665e7b5ac2e56f7887e6346dffc5920868ab0e0454348f111 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:25:24.373Z] ---> job-cost.sh [2023-01-19T02:25:24.373Z] lf-activate-venv: SKIPPING [2023-01-19T02:25:24.373Z] INFO: No Stack... [2023-01-19T02:25:24.631Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-19T02:25:25.568Z] INFO: Archiving Costs [Pipeline] sh [2023-01-19T02:25:25.887Z] + + cat /w/workspace/foundry_device-virtual-go_PR-330/archives/cost.csv [2023-01-19T02:25:25.887Z] cut -d, -f6 [Pipeline] lock [2023-01-19T02:25:25.927Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] [2023-01-19T02:25:25.931Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] did not exist. Created. [2023-01-19T02:25:25.931Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-19T02:25:26.316Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-19T02:25:26.369Z] Stashed 1 file(s) [Pipeline] } [2023-01-19T02:25:26.394Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-19T02:25:26.474Z] $ docker stop --time=1 56451748b00fdd1665e7b5ac2e56f7887e6346dffc5920868ab0e0454348f111 [2023-01-19T02:25:27.625Z] $ docker rm -f --volumes 56451748b00fdd1665e7b5ac2e56f7887e6346dffc5920868ab0e0454348f111 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-19T02:26:56.017Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-3053 in /w/workspace/foundry_device-virtual-go_PR-330 [Pipeline] { [Pipeline] ws [2023-01-19T02:26:56.079Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-01-19T02:26:56.158Z] The recommended git tool is: git [2023-01-19T02:27:01.941Z] using credential edgex-jenkins-ssh [2023-01-19T02:27:01.962Z] Cloning the remote Git repository [2023-01-19T02:27:02.035Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-01-19T02:27:02.124Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-01-19T02:27:02.298Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-01-19T02:27:02.299Z] > git --version # timeout=10 [2023-01-19T02:27:02.326Z] > git --version # 'git version 2.25.1' [2023-01-19T02:27:02.328Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-19T02:27:02.400Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-19T02:27:04.718Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-01-19T02:27:04.741Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-19T02:27:05.742Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-01-19T02:27:05.788Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-01-19T02:27:05.789Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-19T02:27:05.805Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/330/head:refs/remotes/origin/PR-330 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-19T02:27:06.429Z] Merging remotes/origin/main commit ade53ffbe9877a40e1a039c5ff5b29a5fd4a0d80 into PR head commit 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [2023-01-19T02:27:06.694Z] Merge succeeded, producing 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [2023-01-19T02:27:06.694Z] Checking out Revision 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 (PR-330) [2023-01-19T02:27:06.457Z] > git config core.sparsecheckout # timeout=10 [2023-01-19T02:27:06.484Z] > git checkout -f 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 # timeout=10 [2023-01-19T02:27:06.579Z] > git remote # timeout=10 [2023-01-19T02:27:06.601Z] > git config --get remote.origin.url # timeout=10 [2023-01-19T02:27:06.627Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-19T02:27:06.643Z] > git merge ade53ffbe9877a40e1a039c5ff5b29a5fd4a0d80 # timeout=10 [2023-01-19T02:27:06.673Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-19T02:27:06.701Z] > git config core.sparsecheckout # timeout=10 [2023-01-19T02:27:06.720Z] > git checkout -f 7b778363b5e6f5bd44260dda054e65a84ccb7ba8 # timeout=10 [2023-01-19T02:27:10.279Z] Commit message: "build(deps): bump device-sdk-go version" [2023-01-19T02:27:10.333Z] > git --version # timeout=10 [2023-01-19T02:27:10.346Z] > git --version # 'git version 2.25.1' [2023-01-19T02:27:10.363Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-19T02:27:11.455Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-19T02:27:11.455Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T02:27:11.455Z] Dload Upload Total Spent Left Speed [2023-01-19T02:27:11.455Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 97 12751 97 12393 0 0 59581 0 --:--:-- --:--:-- --:--:-- 59581 100 12751 100 12751 0 0 61009 0 --:--:-- --:--:-- --:--:-- 60719 [Pipeline] sh [2023-01-19T02:27:12.212Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-19T02:27:12.574Z] + sudo tee /etc/docker/daemon.new+ [2023-01-19T02:27:12.574Z] sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-19T02:27:12.574Z] { [2023-01-19T02:27:12.574Z] "registry-mirrors": [ [2023-01-19T02:27:12.574Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-19T02:27:12.574Z] ], [2023-01-19T02:27:12.574Z] "bip": "10.250.0.254/24", [2023-01-19T02:27:12.574Z] "hosts": [ [2023-01-19T02:27:12.574Z] "tcp://0.0.0.0:5555", [2023-01-19T02:27:12.574Z] "unix:///var/run/docker.sock" [2023-01-19T02:27:12.574Z] ], [2023-01-19T02:27:12.574Z] "mtu": 1458, [2023-01-19T02:27:12.574Z] "selinux-enabled": true, [2023-01-19T02:27:12.574Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-19T02:27:12.574Z] } [Pipeline] sh [2023-01-19T02:27:12.936Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-19T02:27:13.303Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T02:27:31.719Z] provisioning config files... [2023-01-19T02:27:31.748Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config16921625186259636841tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:27:32.145Z] ---> docker-login.sh [2023-01-19T02:27:32.145Z] nexus3.edgexfoundry.org:10001 [2023-01-19T02:27:32.734Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:27:32.734Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:27:32.734Z] Configure a credential helper to remove this warning. See [2023-01-19T02:27:32.734Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:27:32.734Z] [2023-01-19T02:27:32.734Z] Login Succeeded [2023-01-19T02:27:32.734Z] nexus3.edgexfoundry.org:10002 [2023-01-19T02:27:33.003Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:27:33.275Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:27:33.275Z] Configure a credential helper to remove this warning. See [2023-01-19T02:27:33.275Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:27:33.275Z] [2023-01-19T02:27:33.275Z] Login Succeeded [2023-01-19T02:27:33.275Z] nexus3.edgexfoundry.org:10003 [2023-01-19T02:27:33.547Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:27:33.547Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:27:33.547Z] Configure a credential helper to remove this warning. See [2023-01-19T02:27:33.547Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:27:33.547Z] [2023-01-19T02:27:33.547Z] Login Succeeded [2023-01-19T02:27:33.547Z] nexus3.edgexfoundry.org:10004 [2023-01-19T02:27:33.818Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:27:33.818Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:27:33.818Z] Configure a credential helper to remove this warning. See [2023-01-19T02:27:33.818Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:27:33.818Z] [2023-01-19T02:27:33.818Z] Login Succeeded [2023-01-19T02:27:33.818Z] docker.io [2023-01-19T02:27:34.088Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-19T02:27:34.356Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-19T02:27:34.356Z] Configure a credential helper to remove this warning. See [2023-01-19T02:27:34.356Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-19T02:27:34.356Z] [2023-01-19T02:27:34.356Z] Login Succeeded [2023-01-19T02:27:34.356Z] ---> docker-login.sh ends [Pipeline] } [2023-01-19T02:27:34.384Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-19T02:27:34.768Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T02:27:34.800Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-19T02:27:34.835Z] ========================================================= [2023-01-19T02:27:34.835Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-19T02:27:34.835Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:27:35.334Z] + 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-01-19T02:27:35.603Z] Sending build context to Docker daemon 11.84MB [2023-01-19T02:27:35.877Z] Step 1/12 : ARG BASE=golang:1.18-alpine3.16 [2023-01-19T02:27:35.877Z] Step 2/12 : FROM ${BASE} AS builder [2023-01-19T02:27:35.877Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-19T02:27:35.877Z] 9b18e9b68314: Pulling fs layer [2023-01-19T02:27:35.877Z] 35d82f9e3411: Pulling fs layer [2023-01-19T02:27:35.877Z] e16973657156: Pulling fs layer [2023-01-19T02:27:35.877Z] fc693d55d65f: Pulling fs layer [2023-01-19T02:27:35.877Z] 7e9fc2657dce: Pulling fs layer [2023-01-19T02:27:35.877Z] dda99020689f: Pulling fs layer [2023-01-19T02:27:35.877Z] db1c61fa0a46: Pulling fs layer [2023-01-19T02:27:35.877Z] 891c053d2c06: Pulling fs layer [2023-01-19T02:27:35.877Z] 7e9fc2657dce: Waiting [2023-01-19T02:27:35.877Z] fc693d55d65f: Waiting [2023-01-19T02:27:35.877Z] dda99020689f: Waiting [2023-01-19T02:27:35.877Z] db1c61fa0a46: Waiting [2023-01-19T02:27:35.877Z] 891c053d2c06: Waiting [2023-01-19T02:27:35.877Z] e16973657156: Download complete [2023-01-19T02:27:35.877Z] 35d82f9e3411: Verifying Checksum [2023-01-19T02:27:35.877Z] 35d82f9e3411: Download complete [2023-01-19T02:27:35.877Z] 7e9fc2657dce: Verifying Checksum [2023-01-19T02:27:35.877Z] 7e9fc2657dce: Download complete [2023-01-19T02:27:36.151Z] dda99020689f: Verifying Checksum [2023-01-19T02:27:36.151Z] dda99020689f: Download complete [2023-01-19T02:27:36.151Z] 9b18e9b68314: Verifying Checksum [2023-01-19T02:27:36.151Z] 9b18e9b68314: Download complete [2023-01-19T02:27:37.126Z] 9b18e9b68314: Pull complete [2023-01-19T02:27:37.126Z] 891c053d2c06: Verifying Checksum [2023-01-19T02:27:37.126Z] 891c053d2c06: Download complete [2023-01-19T02:27:37.714Z] 35d82f9e3411: Pull complete [2023-01-19T02:27:38.004Z] e16973657156: Pull complete [2023-01-19T02:27:38.273Z] db1c61fa0a46: Download complete [2023-01-19T02:27:38.858Z] fc693d55d65f: Verifying Checksum [2023-01-19T02:27:38.858Z] fc693d55d65f: Download complete [2023-01-19T02:27:51.220Z] fc693d55d65f: Pull complete [2023-01-19T02:27:51.220Z] 7e9fc2657dce: Pull complete [2023-01-19T02:27:51.220Z] dda99020689f: Pull complete [2023-01-19T02:27:56.577Z] db1c61fa0a46: Pull complete [2023-01-19T02:27:57.997Z] 891c053d2c06: Pull complete [2023-01-19T02:27:58.263Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-19T02:27:58.263Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-19T02:27:58.263Z] ---> f96f9c87975a [2023-01-19T02:27:58.263Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-19T02:28:00.303Z] ---> Running in 3a98f541a44c [2023-01-19T02:28:00.303Z] Removing intermediate container 3a98f541a44c [2023-01-19T02:28:00.303Z] ---> 10d11a78de06 [2023-01-19T02:28:00.303Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-01-19T02:28:00.303Z] ---> Running in 974b0cb4f93b [2023-01-19T02:28:00.571Z] Removing intermediate container 974b0cb4f93b [2023-01-19T02:28:00.571Z] ---> 06993d9bb777 [2023-01-19T02:28:00.571Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-01-19T02:28:00.848Z] ---> Running in dc46c7ee4a58 [2023-01-19T02:28:01.115Z] Removing intermediate container dc46c7ee4a58 [2023-01-19T02:28:01.115Z] ---> 432d9df04487 [2023-01-19T02:28:01.115Z] Step 6/12 : WORKDIR /device-virtual-go [2023-01-19T02:28:01.115Z] ---> Running in 9ca58d574dc1 [2023-01-19T02:28:01.382Z] Removing intermediate container 9ca58d574dc1 [2023-01-19T02:28:01.382Z] ---> 4cd3bcea3057 [2023-01-19T02:28:01.382Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-19T02:28:01.650Z] ---> Running in 384617d54d46 [2023-01-19T02:28:02.617Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T02:28:02.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T02:28:03.860Z] (1/4) Installing openssh-keygen (9.0_p1-r2) [2023-01-19T02:28:04.135Z] (2/4) Installing libedit (20210910.3.1-r0) [2023-01-19T02:28:04.135Z] (3/4) Installing openssh-client-common (9.0_p1-r2) [2023-01-19T02:28:04.135Z] (4/4) Installing openssh-client-default (9.0_p1-r2) [2023-01-19T02:28:04.135Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T02:28:04.135Z] OK: 226 MiB in 55 packages [2023-01-19T02:28:05.116Z] Removing intermediate container 384617d54d46 [2023-01-19T02:28:05.116Z] ---> 64cddfc342ee [2023-01-19T02:28:05.116Z] Step 8/12 : COPY go.mod vendor* ./ [2023-01-19T02:28:05.714Z] ---> 36168f56901e [2023-01-19T02:28:05.714Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T02:28:05.714Z] ---> Running in ea8d40526a6f [2023-01-19T02:29:13.601Z] Removing intermediate container ea8d40526a6f [2023-01-19T02:29:13.601Z] ---> 45f9eef24408 [2023-01-19T02:29:13.601Z] Step 10/12 : COPY . . [2023-01-19T02:29:13.601Z] ---> a46083ad7e13 [2023-01-19T02:29:13.601Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-19T02:29:13.601Z] ---> Running in 994e08953cf2 [2023-01-19T02:29:13.601Z] Removing intermediate container 994e08953cf2 [2023-01-19T02:29:13.601Z] ---> 1266066fd818 [2023-01-19T02:29:13.601Z] Step 12/12 : RUN $MAKE [2023-01-19T02:29:13.601Z] ---> Running in 0417061859b4 [2023-01-19T02:29:13.601Z] noop [2023-01-19T02:29:13.601Z] Removing intermediate container 0417061859b4 [2023-01-19T02:29:13.601Z] ---> b921b73b8b48 [2023-01-19T02:29:13.601Z] Successfully built b921b73b8b48 [2023-01-19T02:29:13.601Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:29:14.075Z] + docker inspect -f . ci-base-image-arm64 [2023-01-19T02:29:14.075Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:29:14.320Z] prd-ubuntu20.04-docker-arm64-4c-16g-3053 does not seem to be running inside a container [2023-01-19T02:29:14.375Z] $ 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-01-19T02:29:15.485Z] $ docker top db383a4df40b4e71a0fbd46e3d6a621b09c28f53aaec1e7e490b9dafed453d88 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T02:29:16.332Z] + go version [2023-01-19T02:29:16.332Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-19T02:29:16.363Z] $ docker stop --time=1 db383a4df40b4e71a0fbd46e3d6a621b09c28f53aaec1e7e490b9dafed453d88 [2023-01-19T02:29:17.940Z] $ docker rm -f --volumes db383a4df40b4e71a0fbd46e3d6a621b09c28f53aaec1e7e490b9dafed453d88 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:29:18.787Z] + docker inspect -f . ci-base-image-arm64 [2023-01-19T02:29:18.787Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:29:19.038Z] prd-ubuntu20.04-docker-arm64-4c-16g-3053 does not seem to be running inside a container [2023-01-19T02:29:19.092Z] $ 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-01-19T02:29:20.581Z] $ docker top 47ae809c45f72cd3851aac903fa7f78da8dd7a44145723490dfb270d5b5de6db -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T02:29:21.118Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-19T02:29:21.502Z] + make test [2023-01-19T02:29:21.502Z] go test ./... -coverprofile=coverage.out [2023-01-19T02:29:23.444Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-01-19T02:30:45.048Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-01-19T02:30:45.048Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.123s coverage: 65.7% of statements [2023-01-19T02:30:45.048Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-01-19T02:30:45.048Z] go vet ./... [2023-01-19T02:31:00.051Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-01-19T02:31:00.051Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-01-19T02:31:00.051Z] ./bin/test-attribution-txt.sh [2023-01-19T02:31:00.051Z] An attribution for golang.org/x/mod is missing from Attribution.txt, please add [2023-01-19T02:31:00.051Z] An attribution for golang.org/x/tools is missing from Attribution.txt, please add [Pipeline] echo [2023-01-19T02:31:00.089Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-01-19T02:31:00.117Z] $ docker stop --time=1 47ae809c45f72cd3851aac903fa7f78da8dd7a44145723490dfb270d5b5de6db [2023-01-19T02:31:01.858Z] $ docker rm -f --volumes 47ae809c45f72cd3851aac903fa7f78da8dd7a44145723490dfb270d5b5de6db [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-19T02:31:02.801Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-01-19T02:31:02.835Z] Warning: overwriting stash ‘coverage-report’ [2023-01-19T02:31:03.281Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-19T02:31:03.994Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-01-19T02:31:04.328Z] + ls -al . [2023-01-19T02:31:04.328Z] total 192 [2023-01-19T02:31:04.328Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:29 . [2023-01-19T02:31:04.328Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:27 .. [2023-01-19T02:31:04.328Z] drwxrwxr-x 8 jenkins jenkins 4096 Jan 19 02:27 .git [2023-01-19T02:31:04.328Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:27 .github [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 337 Jan 19 02:27 .gitignore [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 41 Jan 19 02:27 .golangci.yml [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 8423 Jan 19 02:27 Attribution.txt [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 11367 Jan 19 02:27 CHANGELOG.md [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 1646 Jan 19 02:27 Dockerfile [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 677 Jan 19 02:27 GOVERNANCE.md [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 660 Jan 19 02:27 Jenkinsfile [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 11340 Jan 19 02:27 LICENSE [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 1661 Jan 19 02:27 Makefile [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 623 Jan 19 02:27 OWNERS.md [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 3578 Jan 19 02:27 README.md [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 5 Jan 19 02:23 VERSION [2023-01-19T02:31:04.328Z] drwxrwxr-x 2 jenkins jenkins 4096 Jan 19 02:27 bin [2023-01-19T02:31:04.328Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:27 cmd [2023-01-19T02:31:04.328Z] -rw-r--r-- 1 jenkins jenkins 44128 Jan 19 02:30 coverage.out [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 3306 Jan 19 02:27 go.mod [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 34165 Jan 19 02:27 go.sum [2023-01-19T02:31:04.328Z] drwxrwxr-x 3 jenkins jenkins 4096 Jan 19 02:27 internal [2023-01-19T02:31:04.328Z] drwxrwxr-x 4 jenkins jenkins 4096 Jan 19 02:27 snap [2023-01-19T02:31:04.328Z] -rw-rw-r-- 1 jenkins jenkins 235 Jan 19 02:27 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:31:04.752Z] + 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=7b778363b5e6f5bd44260dda054e65a84ccb7ba8 --label arch=arm64 --label version=0.0.0 . [2023-01-19T02:31:05.016Z] Sending build context to Docker daemon 11.89MB [2023-01-19T02:31:05.016Z] Step 1/25 : ARG BASE=golang:1.18-alpine3.16 [2023-01-19T02:31:05.016Z] Step 2/25 : FROM ${BASE} AS builder [2023-01-19T02:31:05.016Z] ---> b921b73b8b48 [2023-01-19T02:31:05.016Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-01-19T02:31:05.283Z] ---> Running in bd29a48d9f89 [2023-01-19T02:31:05.549Z] Removing intermediate container bd29a48d9f89 [2023-01-19T02:31:05.549Z] ---> 9a7f871f72cc [2023-01-19T02:31:05.549Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-01-19T02:31:05.549Z] ---> Running in 97bdda72ce88 [2023-01-19T02:31:05.814Z] Removing intermediate container 97bdda72ce88 [2023-01-19T02:31:05.814Z] ---> 7689fbff3c97 [2023-01-19T02:31:05.815Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-01-19T02:31:06.080Z] ---> Running in a74c4178bbef [2023-01-19T02:31:06.080Z] Removing intermediate container a74c4178bbef [2023-01-19T02:31:06.080Z] ---> e78d6181626d [2023-01-19T02:31:06.080Z] Step 6/25 : WORKDIR /device-virtual-go [2023-01-19T02:31:06.345Z] ---> Running in 6135f567e7d5 [2023-01-19T02:31:06.611Z] Removing intermediate container 6135f567e7d5 [2023-01-19T02:31:06.611Z] ---> b3d53ef9a263 [2023-01-19T02:31:06.611Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-01-19T02:31:06.611Z] ---> Running in eeb7b18215fb [2023-01-19T02:31:07.566Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T02:31:07.832Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T02:31:08.793Z] OK: 226 MiB in 55 packages [2023-01-19T02:31:09.784Z] Removing intermediate container eeb7b18215fb [2023-01-19T02:31:09.784Z] ---> 5480ff2691f0 [2023-01-19T02:31:09.784Z] Step 8/25 : COPY go.mod vendor* ./ [2023-01-19T02:31:12.423Z] ---> 37304f5cb310 [2023-01-19T02:31:12.423Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-19T02:31:12.423Z] ---> Running in 79e70d2427fd [2023-01-19T02:31:16.800Z] Removing intermediate container 79e70d2427fd [2023-01-19T02:31:16.800Z] ---> 67008dffb1b0 [2023-01-19T02:31:16.800Z] Step 10/25 : COPY . . [2023-01-19T02:31:17.769Z] ---> 5e24f88a0879 [2023-01-19T02:31:17.769Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-01-19T02:31:17.769Z] ---> Running in 8df3d42e94c1 [2023-01-19T02:31:18.049Z] Removing intermediate container 8df3d42e94c1 [2023-01-19T02:31:18.049Z] ---> b867a697edea [2023-01-19T02:31:18.049Z] Step 12/25 : RUN $MAKE [2023-01-19T02:31:18.049Z] ---> Running in e2b9bad9ac14 [2023-01-19T02:31:19.007Z] 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-01-19T02:33:40.731Z] Removing intermediate container e2b9bad9ac14 [2023-01-19T02:33:40.731Z] ---> fb885c4cdc44 [2023-01-19T02:33:40.731Z] Step 13/25 : FROM alpine:3.16 [2023-01-19T02:33:40.731Z] 3.16: Pulling from library/alpine [2023-01-19T02:33:40.731Z] 6875df1f5354: Pulling fs layer [2023-01-19T02:33:40.731Z] 6875df1f5354: Download complete [2023-01-19T02:33:40.731Z] 6875df1f5354: Pull complete [2023-01-19T02:33:40.731Z] Digest: sha256:b95359c2505145f16c6aa384f9cc74eeff78eb36d308ca4fd902eeeb0a0b161b [2023-01-19T02:33:40.731Z] Status: Downloaded newer image for alpine:3.16 [2023-01-19T02:33:40.731Z] ---> 2b4661558fb8 [2023-01-19T02:33:40.731Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-01-19T02:33:40.731Z] ---> Running in 3b7efeffc069 [2023-01-19T02:33:40.731Z] Removing intermediate container 3b7efeffc069 [2023-01-19T02:33:40.731Z] ---> 6a841f143b50 [2023-01-19T02:33:40.731Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-01-19T02:33:40.731Z] ---> Running in b5a7e6767820 [2023-01-19T02:33:40.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-19T02:33:40.731Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-19T02:33:40.731Z] (1/1) Installing dumb-init (1.2.5-r1) [2023-01-19T02:33:40.731Z] Executing busybox-1.35.0-r17.trigger [2023-01-19T02:33:40.731Z] OK: 5 MiB in 15 packages [2023-01-19T02:33:40.731Z] Removing intermediate container b5a7e6767820 [2023-01-19T02:33:40.731Z] ---> 8d95f55ae3da [2023-01-19T02:33:40.731Z] Step 16/25 : WORKDIR / [2023-01-19T02:33:40.731Z] ---> Running in e9fbe4f21e88 [2023-01-19T02:33:40.731Z] Removing intermediate container e9fbe4f21e88 [2023-01-19T02:33:40.731Z] ---> dc04969f5650 [2023-01-19T02:33:40.731Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-01-19T02:33:40.731Z] ---> 49892a88c34e [2023-01-19T02:33:40.731Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-01-19T02:33:40.731Z] ---> 373de9241ca9 [2023-01-19T02:33:40.731Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-01-19T02:33:40.731Z] ---> 938ba4bc4ceb [2023-01-19T02:33:40.731Z] Step 20/25 : EXPOSE 59900 [2023-01-19T02:33:40.731Z] ---> Running in 3bb9347bb5af [2023-01-19T02:33:40.731Z] Removing intermediate container 3bb9347bb5af [2023-01-19T02:33:40.731Z] ---> 6660245fdabb [2023-01-19T02:33:40.731Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-01-19T02:33:40.731Z] ---> Running in 4c16ce22d374 [2023-01-19T02:33:40.731Z] Removing intermediate container 4c16ce22d374 [2023-01-19T02:33:40.731Z] ---> 8e9683bff691 [2023-01-19T02:33:40.731Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-01-19T02:33:40.731Z] ---> Running in 5b0067d32892 [2023-01-19T02:33:40.731Z] Removing intermediate container 5b0067d32892 [2023-01-19T02:33:40.731Z] ---> 3a5cc36dd1bc [2023-01-19T02:33:40.731Z] Step 23/25 : LABEL arch=arm64 [2023-01-19T02:33:40.731Z] ---> Running in 23e3e959697c [2023-01-19T02:33:40.731Z] Removing intermediate container 23e3e959697c [2023-01-19T02:33:40.731Z] ---> cd0d0f5585ee [2023-01-19T02:33:40.731Z] Step 24/25 : LABEL git_sha=7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [2023-01-19T02:33:40.731Z] ---> Running in 4b21dee2cabc [2023-01-19T02:33:40.731Z] Removing intermediate container 4b21dee2cabc [2023-01-19T02:33:40.731Z] ---> a0ca9c93a602 [2023-01-19T02:33:40.731Z] Step 25/25 : LABEL version=0.0.0 [2023-01-19T02:33:40.731Z] ---> Running in ae614e701032 [2023-01-19T02:33:40.731Z] Removing intermediate container ae614e701032 [2023-01-19T02:33:40.731Z] ---> f380f2bc589a [2023-01-19T02:33:40.731Z] [Warning] One or more build-args [ARCH] were not consumed [2023-01-19T02:33:40.731Z] Successfully built f380f2bc589a [2023-01-19T02:33:40.731Z] 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-01-19T02:33:41.548Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-19T02:33:41.549Z] [2023-01-19T02:33:41.549Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:33:41.948Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-19T02:33:41.948Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-19T02:33:41.948Z] 8998bd30e6a1: Pulling fs layer [2023-01-19T02:33:41.948Z] 04944245beec: Pulling fs layer [2023-01-19T02:33:41.948Z] 699f458cf7ca: Pulling fs layer [2023-01-19T02:33:41.948Z] 765212b225bb: Pulling fs layer [2023-01-19T02:33:41.948Z] f23df028b6ca: Pulling fs layer [2023-01-19T02:33:41.948Z] d65c8cfc05b1: Pulling fs layer [2023-01-19T02:33:41.948Z] 2437ff75d9bd: Pulling fs layer [2023-01-19T02:33:41.948Z] f23df028b6ca: Waiting [2023-01-19T02:33:41.948Z] d65c8cfc05b1: Waiting [2023-01-19T02:33:41.948Z] 2437ff75d9bd: Waiting [2023-01-19T02:33:41.948Z] 765212b225bb: Waiting [2023-01-19T02:33:42.218Z] 04944245beec: Verifying Checksum [2023-01-19T02:33:42.218Z] 04944245beec: Download complete [2023-01-19T02:33:42.218Z] 765212b225bb: Verifying Checksum [2023-01-19T02:33:42.218Z] 765212b225bb: Download complete [2023-01-19T02:33:42.218Z] f23df028b6ca: Download complete [2023-01-19T02:33:42.218Z] d65c8cfc05b1: Verifying Checksum [2023-01-19T02:33:42.218Z] d65c8cfc05b1: Download complete [2023-01-19T02:33:42.487Z] 699f458cf7ca: Verifying Checksum [2023-01-19T02:33:42.487Z] 699f458cf7ca: Download complete [2023-01-19T02:33:42.755Z] 8998bd30e6a1: Verifying Checksum [2023-01-19T02:33:42.755Z] 8998bd30e6a1: Download complete [2023-01-19T02:33:45.343Z] 2437ff75d9bd: Verifying Checksum [2023-01-19T02:33:45.343Z] 2437ff75d9bd: Download complete [2023-01-19T02:33:46.756Z] 8998bd30e6a1: Pull complete [2023-01-19T02:33:47.341Z] 04944245beec: Pull complete [2023-01-19T02:33:48.753Z] 699f458cf7ca: Pull complete [2023-01-19T02:33:48.753Z] 765212b225bb: Pull complete [2023-01-19T02:33:49.337Z] f23df028b6ca: Pull complete [2023-01-19T02:33:49.603Z] d65c8cfc05b1: Pull complete [2023-01-19T02:34:04.591Z] 2437ff75d9bd: Pull complete [2023-01-19T02:34:04.591Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-19T02:34:04.591Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-19T02:34:04.591Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:34:04.932Z] prd-ubuntu20.04-docker-arm64-4c-16g-3053 does not seem to be running inside a container [2023-01-19T02:34:04.996Z] $ 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-01-19T02:34:09.174Z] $ docker top db3c4c284db8e7c8d285bc432442387cb4dd105a6c2bd01504fd0ba47d0ad1b3 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:10.064Z] ---> job-cost.sh [2023-01-19T02:34:10.064Z] lf-activate-venv: SKIPPING [2023-01-19T02:34:10.064Z] INFO: No Stack... [2023-01-19T02:34:10.642Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-19T02:34:11.222Z] INFO: Archiving Costs [Pipeline] sh [2023-01-19T02:34:11.561Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [2023-01-19T02:34:11.561Z] + cut -d, -f6 [Pipeline] lock [2023-01-19T02:34:11.917Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] [2023-01-19T02:34:11.922Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] did not exist. Created. [2023-01-19T02:34:11.922Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-19T02:34:12.655Z] /w/workspace/device-virtual-go/1@tmp/durable-955b91e1/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-19T02:34:13.009Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-19T02:34:13.047Z] Warning: overwriting stash ‘stack-cost’ [2023-01-19T02:34:13.095Z] Stashed 1 file(s) [Pipeline] } [2023-01-19T02:34:13.109Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-330-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-19T02:34:13.179Z] $ docker stop --time=1 db3c4c284db8e7c8d285bc432442387cb4dd105a6c2bd01504fd0ba47d0ad1b3 [2023-01-19T02:34:14.685Z] $ docker rm -f --volumes db3c4c284db8e7c8d285bc432442387cb4dd105a6c2bd01504fd0ba47d0ad1b3 [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-01-19T02:34:15.697Z] provisioning config files... [2023-01-19T02:34:15.705Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-330@tmp/config7245460150218380866tmp [Pipeline] { [Pipeline] sh [2023-01-19T02:34:16.042Z] + set +x [2023-01-19T02:34:16.042Z] + curl -s https://codecov.io/bash [2023-01-19T02:34:16.042Z] + bash -s -- [2023-01-19T02:34:16.042Z] [2023-01-19T02:34:16.042Z] _____ _ [2023-01-19T02:34:16.042Z] / ____| | | [2023-01-19T02:34:16.042Z] | | ___ __| | ___ ___ _____ __ [2023-01-19T02:34:16.042Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-01-19T02:34:16.042Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-01-19T02:34:16.042Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-01-19T02:34:16.042Z] Bash-1.0.6 [2023-01-19T02:34:16.042Z] [2023-01-19T02:34:16.042Z] [2023-01-19T02:34:16.042Z] ==> git version 2.25.1 found [2023-01-19T02:34:16.042Z] ==> 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-01-19T02:34:16.042Z] Release-Date: 2020-01-08 [2023-01-19T02:34:16.042Z] 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-01-19T02:34:16.042Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-01-19T02:34:16.042Z] ==> Jenkins CI detected. [2023-01-19T02:34:16.042Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-330 [2023-01-19T02:34:16.042Z] project root: . [2023-01-19T02:34:16.042Z] --> token set from env [2023-01-19T02:34:16.042Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-01-19T02:34:16.042Z] ==> Running gcov in . (disable via -X gcov) [2023-01-19T02:34:16.042Z] ==> Python coveragepy not found [2023-01-19T02:34:16.042Z] ==> Searching for coverage reports in: [2023-01-19T02:34:16.042Z] + . [2023-01-19T02:34:16.042Z] -> Found 1 reports [2023-01-19T02:34:16.042Z] ==> Detecting git/mercurial file structure [2023-01-19T02:34:16.301Z] ==> Reading reports [2023-01-19T02:34:16.301Z] + ./coverage.out bytes=44128 [2023-01-19T02:34:16.301Z] ==> Appending adjustments [2023-01-19T02:34:16.301Z] https://docs.codecov.io/docs/fixing-reports [2023-01-19T02:34:16.301Z] + Found adjustments [2023-01-19T02:34:16.301Z] ==> Gzipping contents [2023-01-19T02:34:16.301Z] 8.0K /tmp/codecov.NELx1H.gz [2023-01-19T02:34:16.301Z] ==> Uploading reports [2023-01-19T02:34:16.301Z] url: https://codecov.io [2023-01-19T02:34:16.301Z] query: branch=PR-330&commit=7b778363b5e6f5bd44260dda054e65a84ccb7ba8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=330&job=&cmd_args= [2023-01-19T02:34:16.301Z] -> Pinging Codecov [2023-01-19T02:34:16.301Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-330&commit=7b778363b5e6f5bd44260dda054e65a84ccb7ba8&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-330%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=330&job=&cmd_args= [2023-01-19T02:34:16.868Z] -> Uploading to [2023-01-19T02:34:16.868Z] https://storage.googleapis.com/codecov/v4/raw/2023-01-19/5E52B4B073DB2E39498172D8E973AA87/7b778363b5e6f5bd44260dda054e65a84ccb7ba8/d506ff07-f47c-46c2-a890-f0d5bfadfe0b.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230119%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230119T023416Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=789d3e53653e633144f6ee9366d19fd797f1e9549d2d19ea7da541ab1863e472 [2023-01-19T02:34:16.868Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-19T02:34:16.868Z] Dload Upload Total Spent Left Speed [2023-01-19T02:34:16.868Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5481 0 0 100 5481 0 21836 --:--:-- --:--:-- --:--:-- 21836 [2023-01-19T02:34:16.868Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/7b778363b5e6f5bd44260dda054e65a84ccb7ba8 [Pipeline] } [2023-01-19T02:34:16.897Z] 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-01-19T02:34:18.664Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-330/archives ] [2023-01-19T02:34:18.664Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-330/archives [2023-01-19T02:34:18.664Z] total 16 [2023-01-19T02:34:18.664Z] drwxr-xr-x 3 root root 4096 Jan 19 02:25 . [2023-01-19T02:34:18.664Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:25 .. [2023-01-19T02:34:18.664Z] drwxr-xr-x 2 root root 4096 Jan 19 02:25 cost [2023-01-19T02:34:18.664Z] -rw-r--r-- 1 root root 89 Jan 19 02:25 cost.csv [2023-01-19T02:34:18.664Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-330/archives [2023-01-19T02:34:18.664Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-330/archives [2023-01-19T02:34:18.664Z] total 16 [2023-01-19T02:34:18.664Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 19 02:25 . [2023-01-19T02:34:18.664Z] drwxrwxr-x 10 jenkins jenkins 4096 Jan 19 02:25 .. [2023-01-19T02:34:18.664Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 19 02:25 cost [2023-01-19T02:34:18.664Z] -rw-r--r-- 1 jenkins jenkins 89 Jan 19 02:25 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:18.990Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:19.881Z] ---> package-listing.sh [2023-01-19T02:34:19.881Z] ++ facter osfamily [2023-01-19T02:34:19.881Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-19T02:34:20.143Z] + OS_FAMILY=debian [2023-01-19T02:34:20.143Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-330 [2023-01-19T02:34:20.143Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-19T02:34:20.143Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-19T02:34:20.143Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-19T02:34:20.143Z] + PACKAGES=/tmp/packages_start.txt [2023-01-19T02:34:20.143Z] + '[' /w/workspace/foundry_device-virtual-go_PR-330 ']' [2023-01-19T02:34:20.143Z] + PACKAGES=/tmp/packages_end.txt [2023-01-19T02:34:20.143Z] + case "${OS_FAMILY}" in [2023-01-19T02:34:20.143Z] + dpkg -l [2023-01-19T02:34:20.143Z] + grep '^ii' [2023-01-19T02:34:20.143Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-19T02:34:20.143Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-19T02:34:20.143Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-19T02:34:20.143Z] + '[' /w/workspace/foundry_device-virtual-go_PR-330 ']' [2023-01-19T02:34:20.143Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-330/archives/ [2023-01-19T02:34:20.143Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-330/archives/ [Pipeline] echo [2023-01-19T02:34:20.175Z] 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-330/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-19T02:34:20.466Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-19T02:34:21.104Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-19T02:34:21.104Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-19T02:34:21.266Z] prd-ubuntu20.04-docker-8c-8g-3052 does not seem to be running inside a container [2023-01-19T02:34:21.307Z] $ 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-330/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-330 -v /w/workspace/foundry_device-virtual-go_PR-330:/w/workspace/foundry_device-virtual-go_PR-330:rw,z -v /w/workspace/foundry_device-virtual-go_PR-330@tmp:/w/workspace/foundry_device-virtual-go_PR-330@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-01-19T02:34:22.110Z] $ docker top 4fbb645bf3b59cafce656244078856eec1932f53133fc3a14fd54715f404610e -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-19T02:34:22.493Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-19T02:34:22.809Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-19T02:34:23.116Z] + ls /var/log/sa-host [2023-01-19T02:34:23.116Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-19T02:34:23.259Z] provisioning config files... [2023-01-19T02:34:23.266Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-330@tmp/config11887211027693600151tmp [Pipeline] { [Pipeline] echo [2023-01-19T02:34:23.320Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:23.626Z] ---> create-netrc.sh [Pipeline] } [2023-01-19T02:34:23.651Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:24.033Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-19T02:34:24.065Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:24.376Z] ---> sudo-logs.sh [2023-01-19T02:34:24.376Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-19T02:34:24.460Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:24.776Z] ---> job-cost.sh [2023-01-19T02:34:24.776Z] lf-activate-venv: SKIPPING [2023-01-19T02:34:24.776Z] DEBUG: total: 0.2199999988079071 [2023-01-19T02:34:24.776Z] INFO: Retrieving Stack Cost... [2023-01-19T02:34:25.346Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-19T02:34:25.914Z] INFO: Archiving Costs [Pipeline] echo [2023-01-19T02:34:25.957Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-19T02:34:26.276Z] ---> logs-deploy.sh [2023-01-19T02:34:26.276Z] lf-activate-venv: SKIPPING [2023-01-19T02:34:26.276Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-330/1 [2023-01-19T02:34:26.276Z] INFO: archiving workspace using pattern(s): [2023-01-19T02:34:27.216Z] Archives upload complete. [2023-01-19T02:34:27.216Z] INFO: archiving logs to Nexus [2023-01-19T02:34:28.156Z] ---> uname -a: [2023-01-19T02:34:28.156Z] Linux prd-ubuntu20-04-docker-8c-8g-3052 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] ---> lscpu: [2023-01-19T02:34:28.156Z] Architecture: x86_64 [2023-01-19T02:34:28.156Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-19T02:34:28.156Z] Byte Order: Little Endian [2023-01-19T02:34:28.156Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-19T02:34:28.156Z] CPU(s): 8 [2023-01-19T02:34:28.156Z] On-line CPU(s) list: 0-7 [2023-01-19T02:34:28.156Z] Thread(s) per core: 1 [2023-01-19T02:34:28.156Z] Core(s) per socket: 1 [2023-01-19T02:34:28.156Z] Socket(s): 8 [2023-01-19T02:34:28.156Z] NUMA node(s): 1 [2023-01-19T02:34:28.156Z] Vendor ID: AuthenticAMD [2023-01-19T02:34:28.156Z] CPU family: 23 [2023-01-19T02:34:28.156Z] Model: 49 [2023-01-19T02:34:28.156Z] Model name: AMD EPYC-Rome Processor [2023-01-19T02:34:28.156Z] Stepping: 0 [2023-01-19T02:34:28.156Z] CPU MHz: 2799.998 [2023-01-19T02:34:28.156Z] BogoMIPS: 5599.99 [2023-01-19T02:34:28.156Z] Virtualization: AMD-V [2023-01-19T02:34:28.156Z] Hypervisor vendor: KVM [2023-01-19T02:34:28.156Z] Virtualization type: full [2023-01-19T02:34:28.156Z] L1d cache: 256 KiB [2023-01-19T02:34:28.156Z] L1i cache: 256 KiB [2023-01-19T02:34:28.156Z] L2 cache: 4 MiB [2023-01-19T02:34:28.156Z] L3 cache: 128 MiB [2023-01-19T02:34:28.156Z] NUMA node0 CPU(s): 0-7 [2023-01-19T02:34:28.156Z] Vulnerability Itlb multihit: Not affected [2023-01-19T02:34:28.156Z] Vulnerability L1tf: Not affected [2023-01-19T02:34:28.156Z] Vulnerability Mds: Not affected [2023-01-19T02:34:28.156Z] Vulnerability Meltdown: Not affected [2023-01-19T02:34:28.156Z] Vulnerability Mmio stale data: Not affected [2023-01-19T02:34:28.156Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-19T02:34:28.156Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-19T02:34:28.156Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-19T02:34:28.156Z] Vulnerability Srbds: Not affected [2023-01-19T02:34:28.156Z] Vulnerability Tsx async abort: Not affected [2023-01-19T02:34:28.156Z] 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-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] ---> nproc: [2023-01-19T02:34:28.156Z] 8 [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] ---> df -h: [2023-01-19T02:34:28.156Z] Filesystem Size Used Avail Use% Mounted on [2023-01-19T02:34:28.156Z] overlay 155G 12G 144G 8% / [2023-01-19T02:34:28.156Z] tmpfs 64M 0 64M 0% /dev [2023-01-19T02:34:28.156Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-19T02:34:28.156Z] shm 64M 0 64M 0% /dev/shm [2023-01-19T02:34:28.156Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] ---> sar -b -r -n DEV: [2023-01-19T02:34:28.156Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3052) 01/19/23 _x86_64_ (8 CPU) [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] 02:22:12 LINUX RESTART (8 CPU) [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] 02:23:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-19T02:34:28.156Z] 02:24:01 165.31 4.08 161.22 0.00 432.86 62653.69 0.00 [2023-01-19T02:34:28.156Z] 02:25:01 129.21 0.32 128.89 0.00 29.19 29962.55 0.00 [2023-01-19T02:34:28.156Z] 02:26:01 111.78 0.05 111.73 0.00 5.47 32701.77 0.00 [2023-01-19T02:34:28.156Z] 02:27:01 1.95 0.00 1.95 0.00 0.00 20.53 0.00 [2023-01-19T02:34:28.156Z] 02:28:01 58.06 11.61 46.45 0.00 5176.01 8824.93 0.00 [2023-01-19T02:34:28.156Z] 02:29:01 4.45 0.02 4.43 0.00 0.13 101.05 0.00 [2023-01-19T02:34:28.156Z] 02:30:01 3.35 0.63 2.72 0.00 70.52 30.39 0.00 [2023-01-19T02:34:28.156Z] 02:31:01 2.10 0.00 2.10 0.00 0.00 23.19 0.00 [2023-01-19T02:34:28.156Z] 02:32:01 1.33 0.00 1.33 0.00 0.00 15.20 0.00 [2023-01-19T02:34:28.156Z] 02:33:01 2.08 0.00 2.08 0.00 0.00 22.53 0.00 [2023-01-19T02:34:28.156Z] 02:34:01 1.42 0.00 1.42 0.00 0.00 15.33 0.00 [2023-01-19T02:34:28.156Z] Average: 43.73 1.52 42.21 0.00 519.52 12215.41 0.00 [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] 02:23:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-19T02:34:28.156Z] 02:24:01 27778648 31558420 748220 2.28 143308 3785660 1864820 5.50 1194184 3414576 562048 [2023-01-19T02:34:28.156Z] 02:25:01 28101284 31528400 771672 2.35 148880 3457500 1960684 5.78 1263176 3046820 195972 [2023-01-19T02:34:28.156Z] 02:26:01 27630212 31562932 738320 2.25 158700 3916092 1747228 5.15 1251096 3491052 104 [2023-01-19T02:34:28.156Z] 02:27:01 27629300 31562132 738864 2.25 158764 3916092 1747228 5.15 1251188 3491056 16 [2023-01-19T02:34:28.156Z] 02:28:01 27113332 31548984 733768 2.23 192216 4371736 1820292 5.36 1566612 3657268 172 [2023-01-19T02:34:28.156Z] 02:29:01 27118464 31549216 733776 2.23 190800 4368480 1797572 5.30 1565352 3654016 8 [2023-01-19T02:34:28.156Z] 02:30:01 27117876 31551000 731848 2.23 190904 4370572 1806376 5.32 1563528 3655728 0 [2023-01-19T02:34:28.156Z] 02:31:01 27118428 31551640 731140 2.22 190988 4370584 1806376 5.32 1563600 3655740 8 [2023-01-19T02:34:28.156Z] 02:32:01 27118704 31552008 730824 2.22 191068 4370592 1806376 5.32 1563612 3655744 8 [2023-01-19T02:34:28.156Z] 02:33:01 27118728 31552116 730668 2.22 191136 4370588 1806376 5.32 1563708 3655740 16 [2023-01-19T02:34:28.156Z] 02:34:01 27118892 31552532 730300 2.22 191228 4370592 1806376 5.32 1563632 3655880 12 [2023-01-19T02:34:28.156Z] Average: 27360352 31551762 738127 2.24 177090 4151681 1815428 5.35 1446335 3548511 68942 [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] 02:23:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-19T02:34:28.156Z] 02:24:01 docker0 193.12 271.79 15.63 2109.28 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:24:01 lo 2.67 2.67 0.26 0.26 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:24:01 ens3 443.09 324.51 6146.08 69.25 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:25:01 docker0 1.63 4.03 0.10 40.57 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:25:01 veth214451f 0.00 0.17 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:25:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:25:01 ens3 40.64 26.46 78.73 16.40 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:26:01 docker0 1.77 4.12 0.11 41.06 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:26:01 lo 1.60 1.60 0.16 0.16 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:26:01 ens3 107.38 75.20 2612.62 13.52 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:27:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:27:01 ens3 1.30 1.02 0.62 0.51 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:28:01 lo 0.60 0.60 0.06 0.06 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:28:01 ens3 163.53 94.17 2753.45 6.67 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:29:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:29:01 ens3 0.28 0.20 0.02 0.02 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:30:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:31:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:31:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:32:01 ens3 2.63 1.50 6.86 0.10 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:33:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:33:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:33:01 ens3 0.23 0.23 0.08 0.07 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:34:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:34:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] 02:34:01 ens3 0.03 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] Average: docker0 17.86 25.45 1.44 199.16 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] Average: lo 0.56 0.56 0.05 0.05 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] Average: ens3 69.03 47.58 1054.39 9.69 0.00 0.00 0.00 0.00 [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] ---> sar -P ALL: [2023-01-19T02:34:28.156Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-3052) 01/19/23 _x86_64_ (8 CPU) [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] 02:22:12 LINUX RESTART (8 CPU) [2023-01-19T02:34:28.156Z] [2023-01-19T02:34:28.156Z] 02:23:01 CPU %user %nice %system %iowait %steal %idle [2023-01-19T02:34:28.156Z] 02:24:01 all 9.90 0.00 4.49 4.29 0.08 81.24 [2023-01-19T02:34:28.156Z] 02:24:01 0 9.80 0.00 4.33 1.58 0.07 84.21 [2023-01-19T02:34:28.156Z] 02:24:01 1 11.43 0.00 3.66 0.55 0.07 84.29 [2023-01-19T02:34:28.156Z] 02:24:01 2 10.05 0.00 4.47 3.37 0.07 82.05 [2023-01-19T02:34:28.156Z] 02:24:01 3 8.40 0.00 3.26 0.59 0.07 87.68 [2023-01-19T02:34:28.156Z] 02:24:01 4 8.85 0.00 5.31 2.41 0.08 83.35 [2023-01-19T02:34:28.156Z] 02:24:01 5 10.15 0.00 4.99 0.93 0.07 83.86 [2023-01-19T02:34:28.156Z] 02:24:01 6 9.76 0.00 5.02 14.79 0.08 70.34 [2023-01-19T02:34:28.156Z] 02:24:01 7 10.75 0.00 4.92 10.20 0.10 74.02 [2023-01-19T02:34:28.156Z] 02:25:01 all 34.81 0.00 5.71 2.53 0.10 56.85 [2023-01-19T02:34:28.156Z] 02:25:01 0 35.02 0.00 5.93 0.20 0.10 58.75 [2023-01-19T02:34:28.157Z] 02:25:01 1 32.13 0.00 5.86 2.53 0.08 59.39 [2023-01-19T02:34:28.157Z] 02:25:01 2 34.49 0.00 5.56 0.39 0.10 59.46 [2023-01-19T02:34:28.157Z] 02:25:01 3 34.82 0.00 5.68 0.02 0.08 59.40 [2023-01-19T02:34:28.157Z] 02:25:01 4 35.86 0.00 6.14 10.32 0.12 47.56 [2023-01-19T02:34:28.157Z] 02:25:01 5 35.37 0.00 5.33 2.48 0.08 56.73 [2023-01-19T02:34:28.157Z] 02:25:01 6 34.93 0.00 5.59 4.01 0.08 55.39 [2023-01-19T02:34:28.157Z] 02:25:01 7 35.87 0.00 5.60 0.25 0.12 58.15 [2023-01-19T02:34:28.157Z] 02:26:01 all 3.46 0.00 1.57 2.18 0.03 92.77 [2023-01-19T02:34:28.157Z] 02:26:01 0 2.73 0.00 1.64 0.03 0.02 95.58 [2023-01-19T02:34:28.157Z] 02:26:01 1 3.08 0.00 0.99 0.72 0.02 95.19 [2023-01-19T02:34:28.157Z] 02:26:01 2 4.12 0.00 2.20 7.21 0.05 86.43 [2023-01-19T02:34:28.157Z] 02:26:01 3 2.42 0.00 1.50 1.23 0.03 94.82 [2023-01-19T02:34:28.157Z] 02:26:01 4 3.52 0.00 1.54 0.37 0.03 94.53 [2023-01-19T02:34:28.157Z] 02:26:01 5 3.93 0.00 1.51 0.02 0.03 94.51 [2023-01-19T02:34:28.157Z] 02:26:01 6 4.14 0.00 1.29 0.75 0.03 93.79 [2023-01-19T02:34:28.157Z] 02:26:01 7 3.70 0.00 1.89 7.10 0.03 87.27 [2023-01-19T02:34:28.157Z] 02:27:01 all 0.17 0.00 0.01 0.00 0.00 99.82 [2023-01-19T02:34:28.157Z] 02:27:01 0 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-19T02:34:28.157Z] 02:27:01 1 0.03 0.00 0.00 0.02 0.00 99.95 [2023-01-19T02:34:28.157Z] 02:27:01 2 1.06 0.00 0.00 0.00 0.00 98.94 [2023-01-19T02:34:28.157Z] 02:27:01 3 0.02 0.00 0.00 0.02 0.00 99.97 [2023-01-19T02:34:28.157Z] 02:27:01 4 0.07 0.00 0.02 0.00 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:27:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:27:01 6 0.05 0.00 0.02 0.00 0.02 99.92 [2023-01-19T02:34:28.157Z] 02:27:01 7 0.05 0.00 0.02 0.00 0.00 99.93 [2023-01-19T02:34:28.157Z] 02:28:01 all 2.45 0.00 1.50 0.77 0.03 95.25 [2023-01-19T02:34:28.157Z] 02:28:01 0 3.07 0.00 0.88 0.05 0.03 95.96 [2023-01-19T02:34:28.157Z] 02:28:01 1 2.69 0.00 2.40 0.61 0.03 94.26 [2023-01-19T02:34:28.157Z] 02:28:01 2 2.98 0.00 1.14 0.15 0.03 95.70 [2023-01-19T02:34:28.157Z] 02:28:01 3 1.07 0.00 2.34 1.97 0.03 94.59 [2023-01-19T02:34:28.157Z] 02:28:01 4 2.30 0.00 1.34 1.08 0.02 95.26 [2023-01-19T02:34:28.157Z] 02:28:01 5 2.25 0.00 1.32 1.25 0.02 95.16 [2023-01-19T02:34:28.157Z] 02:28:01 6 2.11 0.00 1.37 0.99 0.02 95.52 [2023-01-19T02:34:28.157Z] 02:28:01 7 3.15 0.00 1.17 0.08 0.03 95.56 [2023-01-19T02:34:28.157Z] 02:29:01 all 0.33 0.00 0.07 0.02 0.00 99.58 [2023-01-19T02:34:28.157Z] 02:29:01 0 0.28 0.00 0.13 0.02 0.00 99.57 [2023-01-19T02:34:28.157Z] 02:29:01 1 2.07 0.00 0.07 0.10 0.02 97.75 [2023-01-19T02:34:28.157Z] 02:29:01 2 0.05 0.00 0.07 0.00 0.00 99.88 [2023-01-19T02:34:28.157Z] 02:29:01 3 0.03 0.00 0.08 0.00 0.00 99.88 [2023-01-19T02:34:28.157Z] 02:29:01 4 0.05 0.00 0.05 0.00 0.00 99.90 [2023-01-19T02:34:28.157Z] 02:29:01 5 0.07 0.00 0.07 0.00 0.00 99.87 [2023-01-19T02:34:28.157Z] 02:29:01 6 0.03 0.00 0.05 0.00 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:29:01 7 0.02 0.00 0.05 0.02 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:30:01 all 0.28 0.00 0.04 0.09 0.01 99.59 [2023-01-19T02:34:28.157Z] 02:30:01 0 0.12 0.00 0.05 0.00 0.02 99.82 [2023-01-19T02:34:28.157Z] 02:30:01 1 1.84 0.00 0.10 0.46 0.00 97.60 [2023-01-19T02:34:28.157Z] 02:30:01 2 0.05 0.00 0.03 0.02 0.00 99.90 [2023-01-19T02:34:28.157Z] 02:30:01 3 0.02 0.00 0.03 0.02 0.02 99.92 [2023-01-19T02:34:28.157Z] 02:30:01 4 0.10 0.00 0.05 0.00 0.02 99.83 [2023-01-19T02:34:28.157Z] 02:30:01 5 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-19T02:34:28.157Z] 02:30:01 6 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-19T02:34:28.157Z] 02:30:01 7 0.05 0.00 0.03 0.18 0.02 99.72 [2023-01-19T02:34:28.157Z] 02:31:01 all 0.05 0.00 0.05 0.07 0.00 99.84 [2023-01-19T02:34:28.157Z] 02:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-19T02:34:28.157Z] 02:31:01 1 0.08 0.00 0.03 0.30 0.00 99.58 [2023-01-19T02:34:28.157Z] 02:31:01 2 0.08 0.00 0.17 0.00 0.00 99.75 [2023-01-19T02:34:28.157Z] 02:31:01 3 0.02 0.00 0.00 0.12 0.00 99.87 [2023-01-19T02:34:28.157Z] 02:31:01 4 0.05 0.00 0.07 0.00 0.00 99.88 [2023-01-19T02:34:28.157Z] 02:31:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:31:01 6 0.03 0.00 0.03 0.00 0.00 99.93 [2023-01-19T02:34:28.157Z] 02:31:01 7 0.02 0.00 0.03 0.15 0.00 99.80 [2023-01-19T02:34:28.157Z] 02:32:01 all 0.04 0.00 0.01 0.01 0.00 99.94 [2023-01-19T02:34:28.157Z] 02:32:01 0 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:32:01 1 0.03 0.00 0.00 0.05 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:32:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-19T02:34:28.157Z] 02:32:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:32:01 4 0.10 0.00 0.03 0.00 0.02 99.85 [2023-01-19T02:34:28.157Z] 02:32:01 5 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:32:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:32:01 7 0.10 0.00 0.02 0.02 0.00 99.87 [2023-01-19T02:34:28.157Z] 02:33:01 all 0.01 0.00 0.01 0.01 0.01 99.95 [2023-01-19T02:34:28.157Z] 02:33:01 0 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-19T02:34:28.157Z] 02:33:01 1 0.00 0.00 0.02 0.08 0.02 99.88 [2023-01-19T02:34:28.157Z] 02:33:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:33:01 3 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-19T02:34:28.157Z] 02:33:01 4 0.08 0.00 0.02 0.00 0.02 99.88 [2023-01-19T02:34:28.157Z] 02:33:01 5 0.00 0.00 0.02 0.00 0.00 99.98 [2023-01-19T02:34:28.157Z] 02:33:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-19T02:34:28.157Z] 02:33:01 7 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-19T02:34:28.157Z] 02:34:01 all 0.03 0.00 0.00 0.01 0.00 99.95 [2023-01-19T02:34:28.157Z] 02:34:01 0 0.07 0.00 0.00 0.00 0.00 99.93 [2023-01-19T02:34:28.157Z] 02:34:01 1 0.02 0.00 0.00 0.07 0.00 99.92 [2023-01-19T02:34:28.157Z] 02:34:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-19T02:34:28.157Z] 02:34:01 3 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:34:01 4 0.07 0.00 0.03 0.00 0.00 99.90 [2023-01-19T02:34:28.157Z] 02:34:01 5 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-19T02:34:28.157Z] 02:34:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-19T02:34:28.157Z] 02:34:01 7 0.08 0.00 0.00 0.02 0.00 99.90 [2023-01-19T02:34:28.157Z] [2023-01-19T02:34:28.157Z] Average: CPU %user %nice %system %iowait %steal %idle [2023-01-19T02:34:28.157Z] Average: all 4.65 0.00 1.21 0.90 0.02 93.22 [2023-01-19T02:34:28.157Z] Average: 0 4.63 0.00 1.18 0.17 0.02 94.00 [2023-01-19T02:34:28.157Z] Average: 1 4.82 0.00 1.19 0.50 0.02 93.48 [2023-01-19T02:34:28.157Z] Average: 2 4.77 0.00 1.23 1.01 0.02 92.97 [2023-01-19T02:34:28.157Z] Average: 3 4.22 0.00 1.16 0.36 0.02 94.23 [2023-01-19T02:34:28.157Z] Average: 4 4.61 0.00 1.32 1.28 0.03 92.76 [2023-01-19T02:34:28.157Z] Average: 5 4.67 0.00 1.20 0.42 0.02 93.69 [2023-01-19T02:34:28.157Z] Average: 6 4.61 0.00 1.21 1.84 0.02 92.32 [2023-01-19T02:34:28.157Z] Average: 7 4.85 0.00 1.24 1.62 0.03 92.27 [2023-01-19T02:34:28.157Z] [2023-01-19T02:34:28.157Z] [2023-01-19T02:34:28.157Z]