Pull request #448 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 cloudxxx8 for edgexfoundry/device-virtual-go Obtained Jenkinsfile from bcc5bf13c25d62ac0477704fc00e8193e07e672c+a4fb408bd6b294fc41552c8711cc9fe432fefed6 (26e1e874a269205596f9e09e6b9d01fda8124672) 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-ssh13313677248748126309.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-ssh13901709606540505924.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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-448/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-448/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh3326763501276616693.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-448/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh16635641650792782600.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6375147a0d0ca7a67a13085e8428bd7204efc6d4 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6375147a0d0ca7a67a13085e8428bd7204efc6d4 # timeout=10 Commit message: "Merge pull request #446 from ernestojeda/add-go-lts-image" > 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-ssh10934958036329586929.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-448/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-448/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh7125451373579288655.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 6375147a0d0ca7a67a13085e8428bd7204efc6d4 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.21 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 ‘prd-ubuntu20.04-docker-8c-8g-16863’ is offline Running on prd-ubuntu20.04-docker-8c-8g-16865 in /w/workspace/foundry_device-virtual-go_PR-448 [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-448 # 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/448/head:refs/remotes/origin/PR-448 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit a4fb408bd6b294fc41552c8711cc9fe432fefed6 into PR head commit bcc5bf13c25d62ac0477704fc00e8193e07e672c Merge succeeded, producing bcc5bf13c25d62ac0477704fc00e8193e07e672c Checking out Revision bcc5bf13c25d62ac0477704fc00e8193e07e672c (PR-448) > git config core.sparsecheckout # timeout=10 > git checkout -f bcc5bf13c25d62ac0477704fc00e8193e07e672c # 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 a4fb408bd6b294fc41552c8711cc9fe432fefed6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f bcc5bf13c25d62ac0477704fc00e8193e07e672c # timeout=10 Commit message: "docs: Update changelog for 3.1 release" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-11-07T15:38:10.059Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-11-07T15:38:10.274Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-11-07T15:38:10.379Z] ========================================================= [2023-11-07T15:38:10.379Z] EdgeX Global Pipelines Version Info [2023-11-07T15:38:10.379Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:38:11.149Z] ------------------- [2023-11-07T15:38:11.150Z] stable info: [2023-11-07T15:38:11.150Z] ------------------- [2023-11-07T15:38:11.150Z] Commited By: ad_eojeda ad_eojeda@nswe-ubuntu01.amr.corp.intel.com [2023-11-07T15:38:11.150Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-07T15:38:11.150Z] Message: update stable to v1.0.257 [2023-11-07T15:38:11.719Z] ------------------- [2023-11-07T15:38:11.719Z] experimental info: [2023-11-07T15:38:11.719Z] ------------------- [2023-11-07T15:38:11.719Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-11-07T15:38:11.719Z] Commit SHA: 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [2023-11-07T15:38:11.719Z] Message: update experimental to v1.0.257 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-11-07T15:38:12.022Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo [2023-11-07T15:38:12.073Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo [2023-11-07T15:38:12.124Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-11-07T15:38:12.171Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-11-07T15:38:12.216Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-11-07T15:38:12.259Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.21 [Pipeline] echo [2023-11-07T15:38:12.300Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-11-07T15:38:12.339Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-11-07T15:38:12.381Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-11-07T15:38:12.423Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-11-07T15:38:12.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-11-07T15:38:12.499Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-virtual [Pipeline] echo [2023-11-07T15:38:12.540Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-11-07T15:38:12.588Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-11-07T15:38:12.629Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-11-07T15:38:12.675Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-11-07T15:38:12.716Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-11-07T15:38:12.763Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-11-07T15:38:12.807Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-11-07T15:38:12.854Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-11-07T15:38:12.899Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-11-07T15:38:12.946Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-11-07T15:38:12.992Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-11-07T15:38:13.034Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-11-07T15:38:13.079Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-11-07T15:38:13.121Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-11-07T15:38:13.168Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-11-07T15:38:13.210Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-448 [Pipeline] echo [2023-11-07T15:38:13.258Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-448 [Pipeline] echo [2023-11-07T15:38:13.302Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-448 [Pipeline] echo [2023-11-07T15:38:13.346Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = bcc5bf13c25d62ac0477704fc00e8193e07e672c [Pipeline] echo [2023-11-07T15:38:13.387Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = bcc5bf1 [Pipeline] echo [2023-11-07T15:38:13.425Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-07T15:38:13.548Z] provisioning config files... [2023-11-07T15:38:13.562Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-448@tmp/config1200233648914943253tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:38:13.907Z] ---> docker-login.sh [2023-11-07T15:38:13.907Z] nexus3.edgexfoundry.org:10001 [2023-11-07T15:38:14.167Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:14.167Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:14.167Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:14.167Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:14.167Z] [2023-11-07T15:38:14.167Z] Login Succeeded [2023-11-07T15:38:14.167Z] nexus3.edgexfoundry.org:10002 [2023-11-07T15:38:14.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:14.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:14.427Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:14.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:14.427Z] [2023-11-07T15:38:14.427Z] Login Succeeded [2023-11-07T15:38:14.427Z] nexus3.edgexfoundry.org:10003 [2023-11-07T15:38:14.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:14.427Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:14.427Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:14.427Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:14.427Z] [2023-11-07T15:38:14.427Z] Login Succeeded [2023-11-07T15:38:14.427Z] nexus3.edgexfoundry.org:10004 [2023-11-07T15:38:14.427Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:14.688Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:14.688Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:14.688Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:14.688Z] [2023-11-07T15:38:14.688Z] Login Succeeded [2023-11-07T15:38:14.688Z] docker.io [2023-11-07T15:38:14.688Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:14.949Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:14.949Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:14.949Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:14.949Z] [2023-11-07T15:38:14.949Z] Login Succeeded [2023-11-07T15:38:14.949Z] ---> docker-login.sh ends [Pipeline] } [2023-11-07T15:38:14.976Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-11-07T15:38:15.622Z] + git rev-list -1 --merges bcc5bf13c25d62ac0477704fc00e8193e07e672c~1..bcc5bf13c25d62ac0477704fc00e8193e07e672c [Pipeline] echo [2023-11-07T15:38:15.689Z] -----------> git rev-list -1 --merges bcc5bf13c25d62ac0477704fc00e8193e07e672c~1..bcc5bf13c25d62ac0477704fc00e8193e07e672c bcc5bf13c25d62ac0477704fc00e8193e07e672c [false] [Pipeline] sh [2023-11-07T15:38:15.999Z] + git log --format=format:%s -1 bcc5bf13c25d62ac0477704fc00e8193e07e672c [Pipeline] echo [2023-11-07T15:38:16.029Z] ========================================================= [2023-11-07T15:38:16.029Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-11-07T15:38:16.029Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-07T15:38:16.463Z] + git log --format=format:%s -1 bcc5bf13c25d62ac0477704fc00e8193e07e672c [Pipeline] echo [2023-11-07T15:38:16.499Z] [semverPrep] GIT_COMMIT: bcc5bf13c25d62ac0477704fc00e8193e07e672c, Commit Message: docs: Update changelog for 3.1 release [Pipeline] echo [2023-11-07T15:38:16.530Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-11-07T15:38:16.967Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-11-07T15:38:16.967Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-11-07T15:38:16.967Z] + [ -e /tmp/ssh_known_hosts ] [2023-11-07T15:38:16.967Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-11-07T15:38:16.967Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-11-07T15:38:16.967Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-11-07T15:38:16.967Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:38:17.470Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-07T15:38:17.470Z] [2023-11-07T15:38:17.470Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:38:17.884Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-07T15:38:17.884Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-11-07T15:38:17.884Z] b85a868b505f: Pulling fs layer [2023-11-07T15:38:17.884Z] e2be974225ed: Pulling fs layer [2023-11-07T15:38:17.884Z] 339a4e72a1f5: Pulling fs layer [2023-11-07T15:38:17.884Z] 988bab9f4d93: Pulling fs layer [2023-11-07T15:38:17.884Z] 1469e6f7b9e6: Pulling fs layer [2023-11-07T15:38:17.884Z] eaf3925da568: Pulling fs layer [2023-11-07T15:38:17.884Z] bab4dde63d76: Pulling fs layer [2023-11-07T15:38:17.884Z] bde34c3a00c8: Pulling fs layer [2023-11-07T15:38:17.884Z] b352a97aabf1: Pulling fs layer [2023-11-07T15:38:17.884Z] 4872d77fe225: Pulling fs layer [2023-11-07T15:38:17.884Z] 5851b861e8e6: Pulling fs layer [2023-11-07T15:38:17.884Z] 1469e6f7b9e6: Waiting [2023-11-07T15:38:17.884Z] eaf3925da568: Waiting [2023-11-07T15:38:17.884Z] bab4dde63d76: Waiting [2023-11-07T15:38:17.884Z] 4872d77fe225: Waiting [2023-11-07T15:38:17.884Z] b352a97aabf1: Waiting [2023-11-07T15:38:17.884Z] 988bab9f4d93: Waiting [2023-11-07T15:38:17.884Z] bde34c3a00c8: Waiting [2023-11-07T15:38:17.884Z] e2be974225ed: Download complete [2023-11-07T15:38:17.884Z] 988bab9f4d93: Download complete [2023-11-07T15:38:18.148Z] 1469e6f7b9e6: Verifying Checksum [2023-11-07T15:38:18.149Z] 1469e6f7b9e6: Download complete [2023-11-07T15:38:18.149Z] eaf3925da568: Verifying Checksum [2023-11-07T15:38:18.149Z] eaf3925da568: Download complete [2023-11-07T15:38:18.149Z] 339a4e72a1f5: Verifying Checksum [2023-11-07T15:38:18.149Z] 339a4e72a1f5: Download complete [2023-11-07T15:38:18.149Z] bde34c3a00c8: Download complete [2023-11-07T15:38:18.149Z] b352a97aabf1: Download complete [2023-11-07T15:38:18.149Z] 4872d77fe225: Verifying Checksum [2023-11-07T15:38:18.149Z] 4872d77fe225: Download complete [2023-11-07T15:38:18.149Z] 5851b861e8e6: Verifying Checksum [2023-11-07T15:38:18.149Z] 5851b861e8e6: Download complete [2023-11-07T15:38:18.417Z] b85a868b505f: Verifying Checksum [2023-11-07T15:38:18.417Z] b85a868b505f: Download complete [2023-11-07T15:38:18.680Z] bab4dde63d76: Verifying Checksum [2023-11-07T15:38:18.680Z] bab4dde63d76: Download complete [2023-11-07T15:38:19.613Z] b85a868b505f: Pull complete [2023-11-07T15:38:19.613Z] e2be974225ed: Pull complete [2023-11-07T15:38:20.180Z] 339a4e72a1f5: Pull complete [2023-11-07T15:38:20.180Z] 988bab9f4d93: Pull complete [2023-11-07T15:38:20.439Z] 1469e6f7b9e6: Pull complete [2023-11-07T15:38:20.439Z] eaf3925da568: Pull complete [2023-11-07T15:38:22.341Z] bab4dde63d76: Pull complete [2023-11-07T15:38:22.605Z] bde34c3a00c8: Pull complete [2023-11-07T15:38:22.864Z] b352a97aabf1: Pull complete [2023-11-07T15:38:22.864Z] 4872d77fe225: Pull complete [2023-11-07T15:38:23.122Z] 5851b861e8e6: Pull complete [2023-11-07T15:38:23.122Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-11-07T15:38:23.122Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-11-07T15:38:23.122Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:38:23.367Z] prd-ubuntu20.04-docker-8c-8g-16865 does not seem to be running inside a container [2023-11-07T15:38:23.388Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-448 -v /w/workspace/foundry_device-virtual-go_PR-448:/w/workspace/foundry_device-virtual-go_PR-448:rw,z -v /w/workspace/foundry_device-virtual-go_PR-448@tmp:/w/workspace/foundry_device-virtual-go_PR-448@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-11-07T15:38:27.343Z] $ docker top b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 -eo pid,comm [2023-11-07T15:38:27.400Z] 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-11-07T15:38:27.400Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-11-07T15:38:27.526Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-07T15:38:27.526Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-07T15:38:27.639Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-07T15:38:27.636Z] $ docker exec b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 ssh-agent [2023-11-07T15:38:27.741Z] SSH_AUTH_SOCK=/tmp/ssh-dpAx38bUFSJk/agent.31 [2023-11-07T15:38:27.741Z] SSH_AGENT_PID=37 [2023-11-07T15:38:27.747Z] Running ssh-add (command line suppressed) [2023-11-07T15:38:27.852Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-448@tmp/private_key_6930188293872308957.key (/w/workspace/foundry_device-virtual-go_PR-448@tmp/private_key_6930188293872308957.key) [2023-11-07T15:38:27.872Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-07T15:38:28.208Z] + git tag --points-at HEAD [Pipeline] } [2023-11-07T15:38:28.227Z] $ docker exec --env ******** --env ******** b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 ssh-agent -k [2023-11-07T15:38:28.326Z] unset SSH_AUTH_SOCK; [2023-11-07T15:38:28.326Z] unset SSH_AGENT_PID; [2023-11-07T15:38:28.326Z] echo Agent pid 37 killed; [2023-11-07T15:38:28.341Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-11-07T15:38:28.435Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-11-07T15:38:28.436Z] [ssh-agent] Looking for ssh-agent implementation... [2023-11-07T15:38:28.535Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-11-07T15:38:28.532Z] $ docker exec b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 ssh-agent [2023-11-07T15:38:28.649Z] SSH_AUTH_SOCK=/tmp/ssh-M1zH51faeXBu/agent.69 [2023-11-07T15:38:28.649Z] SSH_AGENT_PID=75 [2023-11-07T15:38:28.654Z] Running ssh-add (command line suppressed) [2023-11-07T15:38:28.744Z] Identity added: /w/workspace/foundry_device-virtual-go_PR-448@tmp/private_key_9467557595904089993.key (/w/workspace/foundry_device-virtual-go_PR-448@tmp/private_key_9467557595904089993.key) [2023-11-07T15:38:28.764Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-11-07T15:38:29.091Z] + git semver init [2023-11-07T15:38:29.350Z] 2023-11-07 15:38:29,240 [run_init] DEBUG init version:0.0.0 force:False [2023-11-07T15:38:29.350Z] 2023-11-07 15:38:29,241 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/foundry_device-virtual-go_PR-448/.semver [2023-11-07T15:38:29.350Z] 2023-11-07 15:38:29,241 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-virtual-go.git /w/workspace/foundry_device-virtual-go_PR-448/.semver [2023-11-07T15:38:29.350Z] 2023-11-07 15:38:29,241 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-virtual-go.git', '/w/workspace/foundry_device-virtual-go_PR-448/.semver'], cwd=/w/workspace/foundry_device-virtual-go_PR-448, universal_newlines=False, shell=None, istream=None) [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,392 [append_file] DEBUG append to file:/w/workspace/foundry_device-virtual-go_PR-448/.git/info/exclude [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,392 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/foundry_device-virtual-go_PR-448/.semver/PR-448 with force:False [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,392 [write_file] DEBUG write to file:/w/workspace/foundry_device-virtual-go_PR-448/.semver/PR-448 [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,396 [execute] INFO git cat-file --batch-check [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,397 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/foundry_device-virtual-go_PR-448/.semver, universal_newlines=False, shell=None, istream=) [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,402 [execute] INFO git cat-file --batch [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,402 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/foundry_device-virtual-go_PR-448/.semver, universal_newlines=False, shell=None, istream=) [2023-11-07T15:38:30.729Z] 2023-11-07 15:38:30,407 [read_version] DEBUG read version from /w/workspace/foundry_device-virtual-go_PR-448/.semver/PR-448 [2023-11-07T15:38:30.729Z] 0.0.0 [Pipeline] } [2023-11-07T15:38:30.752Z] $ docker exec --env ******** --env ******** b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 ssh-agent -k [2023-11-07T15:38:30.843Z] unset SSH_AUTH_SOCK; [2023-11-07T15:38:30.843Z] unset SSH_AGENT_PID; [2023-11-07T15:38:30.843Z] echo Agent pid 75 killed; [2023-11-07T15:38:30.856Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-11-07T15:38:31.316Z] + git semver [Pipeline] } [2023-11-07T15:38:31.595Z] $ docker stop --time=1 b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 [2023-11-07T15:38:32.920Z] $ docker rm -f --volumes b34a412c6976658984b82f13be3ee9b433273a9af767b53823c1dc4d96ef3228 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-07T15:38:33.320Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-11-07T15:38:33.590Z] Stashed 1 file(s) [Pipeline] echo [2023-11-07T15:38:33.607Z] [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-11-07T15:38:34.187Z] provisioning config files... [2023-11-07T15:38:34.197Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-448@tmp/config739463425674177838tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:38:34.553Z] ---> docker-login.sh [2023-11-07T15:38:34.553Z] nexus3.edgexfoundry.org:10001 [2023-11-07T15:38:34.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:34.553Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:34.553Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:34.553Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:34.553Z] [2023-11-07T15:38:34.553Z] Login Succeeded [2023-11-07T15:38:34.553Z] nexus3.edgexfoundry.org:10002 [2023-11-07T15:38:34.553Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:34.554Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:34.554Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:34.554Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:34.554Z] [2023-11-07T15:38:34.554Z] Login Succeeded [2023-11-07T15:38:34.554Z] nexus3.edgexfoundry.org:10003 [2023-11-07T15:38:34.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:34.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:34.812Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:34.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:34.812Z] [2023-11-07T15:38:34.812Z] Login Succeeded [2023-11-07T15:38:34.812Z] nexus3.edgexfoundry.org:10004 [2023-11-07T15:38:34.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:34.812Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:34.812Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:34.812Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:34.812Z] [2023-11-07T15:38:34.812Z] Login Succeeded [2023-11-07T15:38:34.812Z] docker.io [2023-11-07T15:38:34.812Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:38:35.070Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:38:35.070Z] Configure a credential helper to remove this warning. See [2023-11-07T15:38:35.070Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:38:35.070Z] [2023-11-07T15:38:35.070Z] Login Succeeded [2023-11-07T15:38:35.070Z] ---> docker-login.sh ends [Pipeline] } [2023-11-07T15:38:35.101Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-07T15:38:35.310Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-07T15:38:35.344Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-07T15:38:35.372Z] ========================================================= [2023-11-07T15:38:35.372Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine] [2023-11-07T15:38:35.372Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:38:35.837Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-07T15:38:35.837Z] Sending build context to Docker daemon 23.71MB [2023-11-07T15:38:35.837Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-07T15:38:35.837Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-07T15:38:36.096Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base [2023-11-07T15:38:36.097Z] 7264a8db6415: Pulling fs layer [2023-11-07T15:38:36.097Z] c4d48a809fc2: Pulling fs layer [2023-11-07T15:38:36.097Z] 4f1c88b9dad5: Pulling fs layer [2023-11-07T15:38:36.097Z] ad3a456e5733: Pulling fs layer [2023-11-07T15:38:36.097Z] 33e27b845d1e: Pulling fs layer [2023-11-07T15:38:36.097Z] c68163c4e522: Pulling fs layer [2023-11-07T15:38:36.097Z] 50da416c3ac9: Pulling fs layer [2023-11-07T15:38:36.097Z] 23d2d4c4bb30: Pulling fs layer [2023-11-07T15:38:36.097Z] ad3a456e5733: Waiting [2023-11-07T15:38:36.097Z] 33e27b845d1e: Waiting [2023-11-07T15:38:36.097Z] c68163c4e522: Waiting [2023-11-07T15:38:36.097Z] 23d2d4c4bb30: Waiting [2023-11-07T15:38:36.097Z] 50da416c3ac9: Waiting [2023-11-07T15:38:36.097Z] c4d48a809fc2: Verifying Checksum [2023-11-07T15:38:36.097Z] c4d48a809fc2: Download complete [2023-11-07T15:38:36.097Z] ad3a456e5733: Download complete [2023-11-07T15:38:36.097Z] 33e27b845d1e: Download complete [2023-11-07T15:38:36.097Z] 7264a8db6415: Verifying Checksum [2023-11-07T15:38:36.097Z] 7264a8db6415: Download complete [2023-11-07T15:38:36.363Z] c68163c4e522: Verifying Checksum [2023-11-07T15:38:36.363Z] c68163c4e522: Download complete [2023-11-07T15:38:36.363Z] 7264a8db6415: Pull complete [2023-11-07T15:38:36.623Z] c4d48a809fc2: Pull complete [2023-11-07T15:38:36.623Z] 23d2d4c4bb30: Verifying Checksum [2023-11-07T15:38:36.623Z] 23d2d4c4bb30: Download complete [2023-11-07T15:38:36.882Z] 4f1c88b9dad5: Verifying Checksum [2023-11-07T15:38:36.882Z] 4f1c88b9dad5: Download complete [2023-11-07T15:38:37.140Z] 50da416c3ac9: Verifying Checksum [2023-11-07T15:38:37.140Z] 50da416c3ac9: Download complete [2023-11-07T15:38:40.423Z] 4f1c88b9dad5: Pull complete [2023-11-07T15:38:40.423Z] ad3a456e5733: Pull complete [2023-11-07T15:38:40.423Z] 33e27b845d1e: Pull complete [2023-11-07T15:38:40.423Z] c68163c4e522: Pull complete [2023-11-07T15:38:42.322Z] 50da416c3ac9: Pull complete [2023-11-07T15:38:42.888Z] 23d2d4c4bb30: Pull complete [2023-11-07T15:38:42.888Z] Digest: sha256:869f8081a9cc57a47d9be3c92245bb8518e7edea9beab93563b77b0fbed5fa8c [2023-11-07T15:38:42.888Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.21-alpine [2023-11-07T15:38:42.888Z] ---> 0786185ac409 [2023-11-07T15:38:42.888Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-07T15:38:47.078Z] ---> Running in 8a42cdcabeb4 [2023-11-07T15:38:47.079Z] Removing intermediate container 8a42cdcabeb4 [2023-11-07T15:38:47.079Z] ---> ae218fd3ed72 [2023-11-07T15:38:47.079Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-07T15:38:47.079Z] ---> Running in 86540f8f05b6 [2023-11-07T15:38:47.339Z] Removing intermediate container 86540f8f05b6 [2023-11-07T15:38:47.339Z] ---> 10fa3ce31662 [2023-11-07T15:38:47.339Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-11-07T15:38:47.339Z] ---> Running in 86a275b07c95 [2023-11-07T15:38:47.339Z] Removing intermediate container 86a275b07c95 [2023-11-07T15:38:47.339Z] ---> 7421cc2aa1ff [2023-11-07T15:38:47.339Z] Step 6/12 : WORKDIR /device-virtual-go [2023-11-07T15:38:47.339Z] ---> Running in 9320bf4a8e9c [2023-11-07T15:38:47.597Z] Removing intermediate container 9320bf4a8e9c [2023-11-07T15:38:47.597Z] ---> 05e8c5ed682f [2023-11-07T15:38:47.597Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-07T15:38:47.597Z] ---> Running in de41984d6a04 [2023-11-07T15:38:47.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-07T15:38:47.856Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-07T15:38:48.426Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-07T15:38:48.426Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-07T15:38:48.426Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-07T15:38:48.426Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-07T15:38:48.426Z] Executing busybox-1.36.1-r2.trigger [2023-11-07T15:38:48.426Z] OK: 268 MiB in 56 packages [2023-11-07T15:38:48.685Z] Removing intermediate container de41984d6a04 [2023-11-07T15:38:48.685Z] ---> d8dc5bdb3526 [2023-11-07T15:38:48.685Z] Step 8/12 : COPY go.mod vendor* ./ [2023-11-07T15:38:48.685Z] ---> e50fcf284518 [2023-11-07T15:38:48.685Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-07T15:38:48.944Z] ---> Running in 89e6c82c7a55 [2023-11-07T15:38:48.994Z] Still waiting to schedule task [2023-11-07T15:38:48.994Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-16864’ [2023-11-07T15:39:27.662Z] Removing intermediate container 89e6c82c7a55 [2023-11-07T15:39:27.662Z] ---> 6231c83af4ae [2023-11-07T15:39:27.662Z] Step 10/12 : COPY . . [2023-11-07T15:39:27.662Z] ---> 00ebeec77f53 [2023-11-07T15:39:27.662Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-07T15:39:27.662Z] ---> Running in 20a6cfed472d [2023-11-07T15:39:27.662Z] Removing intermediate container 20a6cfed472d [2023-11-07T15:39:27.662Z] ---> f3f3eedfec78 [2023-11-07T15:39:27.662Z] Step 12/12 : RUN $MAKE [2023-11-07T15:39:27.662Z] ---> Running in eb45b08c88b2 [2023-11-07T15:39:27.662Z] noop [2023-11-07T15:39:27.662Z] Removing intermediate container eb45b08c88b2 [2023-11-07T15:39:27.662Z] ---> a6ea67b7a84f [2023-11-07T15:39:27.662Z] Successfully built a6ea67b7a84f [2023-11-07T15:39:27.662Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:39:28.118Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-07T15:39:28.118Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:39:28.269Z] prd-ubuntu20.04-docker-8c-8g-16865 does not seem to be running inside a container [2023-11-07T15:39:28.305Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/foundry_device-virtual-go_PR-448 -v /w/workspace/foundry_device-virtual-go_PR-448:/w/workspace/foundry_device-virtual-go_PR-448:rw,z -v /w/workspace/foundry_device-virtual-go_PR-448@tmp:/w/workspace/foundry_device-virtual-go_PR-448@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-11-07T15:39:28.643Z] $ docker top 38a83b4573ae63e071a79a06227cffb40210c3b6dbb1f79c21ec53d146494da5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-07T15:39:29.023Z] + go version [2023-11-07T15:39:29.023Z] go version go1.21.0 linux/amd64 [Pipeline] } [2023-11-07T15:39:29.060Z] $ docker stop --time=1 38a83b4573ae63e071a79a06227cffb40210c3b6dbb1f79c21ec53d146494da5 [2023-11-07T15:39:30.331Z] $ docker rm -f --volumes 38a83b4573ae63e071a79a06227cffb40210c3b6dbb1f79c21ec53d146494da5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:39:31.029Z] + docker inspect -f . ci-base-image-x86_64 [2023-11-07T15:39:31.029Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:39:31.177Z] prd-ubuntu20.04-docker-8c-8g-16865 does not seem to be running inside a container [2023-11-07T15:39:31.213Z] $ 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-448 -v /w/workspace/foundry_device-virtual-go_PR-448:/w/workspace/foundry_device-virtual-go_PR-448:rw,z -v /w/workspace/foundry_device-virtual-go_PR-448@tmp:/w/workspace/foundry_device-virtual-go_PR-448@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-11-07T15:39:31.538Z] $ docker top e361cafaff35128dddca0c1d4b0a0274847bbb4bdcc73c954b0d15fabc9e3106 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-07T15:39:31.911Z] + git config --global --add safe.directory /w/workspace/foundry_device-virtual-go_PR-448 [Pipeline] fileExists [Pipeline] sh [2023-11-07T15:39:32.269Z] + make test [2023-11-07T15:39:32.269Z] go test ./... -coverprofile=coverage.out [2023-11-07T15:39:33.203Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-11-07T15:39:43.170Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-11-07T15:39:43.170Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.016s coverage: 58.6% of statements [2023-11-07T15:39:48.426Z] go vet ./... [2023-11-07T15:39:50.955Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-07T15:39:50.955Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-07T15:39:50.955Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-07T15:39:50.998Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-07T15:39:51.035Z] $ docker stop --time=1 e361cafaff35128dddca0c1d4b0a0274847bbb4bdcc73c954b0d15fabc9e3106 [2023-11-07T15:39:53.006Z] $ docker rm -f --volumes e361cafaff35128dddca0c1d4b0a0274847bbb4bdcc73c954b0d15fabc9e3106 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-07T15:39:53.518Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-07T15:39:53.591Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-11-07T15:39:54.362Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-07T15:39:54.671Z] + ls -al . [2023-11-07T15:39:54.671Z] total 200 [2023-11-07T15:39:54.671Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 15:39 . [2023-11-07T15:39:54.671Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 15:38 .. [2023-11-07T15:39:54.671Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 15:39 .git [2023-11-07T15:39:54.671Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 15:38 .github [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 272 Nov 7 15:38 .gitignore [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 7 15:38 .golangci.yml [2023-11-07T15:39:54.671Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 15:38 .semver [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 9708 Nov 7 15:38 Attribution.txt [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 15941 Nov 7 15:38 CHANGELOG.md [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 1646 Nov 7 15:38 Dockerfile [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 7 15:38 GOVERNANCE.md [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 7 15:38 Jenkinsfile [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 7 15:38 LICENSE [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 1947 Nov 7 15:38 Makefile [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 623 Nov 7 15:38 OWNERS.md [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 4103 Nov 7 15:38 README.md [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 7 15:38 VERSION [2023-11-07T15:39:54.671Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 7 15:38 bin [2023-11-07T15:39:54.671Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 15:38 cmd [2023-11-07T15:39:54.671Z] -rw-r--r-- 1 jenkins jenkins 43063 Nov 7 15:39 coverage.out [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 3638 Nov 7 15:38 go.mod [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 34490 Nov 7 15:38 go.sum [2023-11-07T15:39:54.671Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 15:38 internal [2023-11-07T15:39:54.671Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 7 15:38 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:39:55.065Z] + 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=bcc5bf13c25d62ac0477704fc00e8193e07e672c --label arch=amd64 --label version=0.0.0 . [2023-11-07T15:39:55.065Z] Sending build context to Docker daemon 23.76MB [2023-11-07T15:39:55.065Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-07T15:39:55.065Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-07T15:39:55.065Z] ---> a6ea67b7a84f [2023-11-07T15:39:55.065Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-07T15:39:55.324Z] ---> Running in 04f6f768a217 [2023-11-07T15:39:55.324Z] Removing intermediate container 04f6f768a217 [2023-11-07T15:39:55.324Z] ---> b80625722368 [2023-11-07T15:39:55.324Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-07T15:39:55.324Z] ---> Running in 122e3a4d401e [2023-11-07T15:39:55.324Z] Removing intermediate container 122e3a4d401e [2023-11-07T15:39:55.324Z] ---> b87f9b52773c [2023-11-07T15:39:55.324Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-11-07T15:39:55.324Z] ---> Running in 2387273f6148 [2023-11-07T15:39:55.583Z] Removing intermediate container 2387273f6148 [2023-11-07T15:39:55.583Z] ---> e140200b8ef0 [2023-11-07T15:39:55.583Z] Step 6/25 : WORKDIR /device-virtual-go [2023-11-07T15:39:55.583Z] ---> Running in 340f886b9f34 [2023-11-07T15:39:55.583Z] Removing intermediate container 340f886b9f34 [2023-11-07T15:39:55.583Z] ---> 16c9184ee841 [2023-11-07T15:39:55.583Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-07T15:39:55.583Z] ---> Running in 75812e449ee4 [2023-11-07T15:39:55.841Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-07T15:39:56.099Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-07T15:39:56.099Z] OK: 268 MiB in 56 packages [2023-11-07T15:39:56.669Z] Removing intermediate container 75812e449ee4 [2023-11-07T15:39:56.669Z] ---> 670271338c30 [2023-11-07T15:39:56.669Z] Step 8/25 : COPY go.mod vendor* ./ [2023-11-07T15:39:56.669Z] ---> d13d99537fe3 [2023-11-07T15:39:56.669Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-07T15:39:56.669Z] ---> Running in 990145c93607 [2023-11-07T15:39:57.235Z] Removing intermediate container 990145c93607 [2023-11-07T15:39:57.235Z] ---> 3a8bbc2ad992 [2023-11-07T15:39:57.235Z] Step 10/25 : COPY . . [2023-11-07T15:39:57.800Z] ---> 9b3b7c204f71 [2023-11-07T15:39:57.800Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-07T15:39:57.800Z] ---> Running in 9b88b2ae1d95 [2023-11-07T15:39:57.800Z] Removing intermediate container 9b88b2ae1d95 [2023-11-07T15:39:57.800Z] ---> e5d622da3bb4 [2023-11-07T15:39:57.800Z] Step 12/25 : RUN $MAKE [2023-11-07T15:39:57.800Z] ---> Running in 259fc189f56c [2023-11-07T15:39:58.059Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.37" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-11-07T15:40:20.148Z] Removing intermediate container 259fc189f56c [2023-11-07T15:40:20.148Z] ---> 06e1d67c566a [2023-11-07T15:40:20.148Z] Step 13/25 : FROM alpine:3.18 [2023-11-07T15:40:20.148Z] 3.18: Pulling from library/alpine [2023-11-07T15:40:20.148Z] 96526aa774ef: Pulling fs layer [2023-11-07T15:40:20.148Z] 96526aa774ef: Verifying Checksum [2023-11-07T15:40:20.148Z] 96526aa774ef: Download complete [2023-11-07T15:40:20.148Z] 96526aa774ef: Pull complete [2023-11-07T15:40:20.148Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-07T15:40:20.148Z] Status: Downloaded newer image for alpine:3.18 [2023-11-07T15:40:20.148Z] ---> 8ca4688f4f35 [2023-11-07T15:40:20.148Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-11-07T15:40:20.148Z] ---> Running in d8a658df1830 [2023-11-07T15:40:20.148Z] Removing intermediate container d8a658df1830 [2023-11-07T15:40:20.148Z] ---> d07e76858253 [2023-11-07T15:40:20.148Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-11-07T15:40:20.148Z] ---> Running in f730856fb248 [2023-11-07T15:40:20.148Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/x86_64/APKINDEX.tar.gz [2023-11-07T15:40:20.148Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/x86_64/APKINDEX.tar.gz [2023-11-07T15:40:20.148Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-07T15:40:20.148Z] Executing busybox-1.36.1-r2.trigger [2023-11-07T15:40:20.148Z] OK: 7 MiB in 16 packages [2023-11-07T15:40:20.148Z] Removing intermediate container f730856fb248 [2023-11-07T15:40:20.148Z] ---> 5617db25d723 [2023-11-07T15:40:20.148Z] Step 16/25 : WORKDIR / [2023-11-07T15:40:20.148Z] ---> Running in ca4ba801dd83 [2023-11-07T15:40:20.148Z] Removing intermediate container ca4ba801dd83 [2023-11-07T15:40:20.148Z] ---> bc022617c1e6 [2023-11-07T15:40:20.148Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-11-07T15:40:20.148Z] ---> e28107e64e1c [2023-11-07T15:40:20.149Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-11-07T15:40:20.149Z] ---> fdf60653bc5e [2023-11-07T15:40:20.149Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-11-07T15:40:20.407Z] ---> 5838a1efc644 [2023-11-07T15:40:20.407Z] Step 20/25 : EXPOSE 59900 [2023-11-07T15:40:20.407Z] ---> Running in 08e9d9e27989 [2023-11-07T15:40:20.665Z] Removing intermediate container 08e9d9e27989 [2023-11-07T15:40:20.665Z] ---> 4831127511a2 [2023-11-07T15:40:20.665Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-11-07T15:40:20.665Z] ---> Running in dc80cc7ac666 [2023-11-07T15:40:20.923Z] Removing intermediate container dc80cc7ac666 [2023-11-07T15:40:20.923Z] ---> c37a53487a32 [2023-11-07T15:40:20.924Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-07T15:40:20.924Z] ---> Running in a3967115efbe [2023-11-07T15:40:21.183Z] Removing intermediate container a3967115efbe [2023-11-07T15:40:21.183Z] ---> 39ffa015c580 [2023-11-07T15:40:21.183Z] Step 23/25 : LABEL arch=amd64 [2023-11-07T15:40:21.183Z] ---> Running in 07f71aa93fbe [2023-11-07T15:40:21.442Z] Removing intermediate container 07f71aa93fbe [2023-11-07T15:40:21.442Z] ---> ac5f363d7172 [2023-11-07T15:40:21.442Z] Step 24/25 : LABEL git_sha=bcc5bf13c25d62ac0477704fc00e8193e07e672c [2023-11-07T15:40:21.442Z] ---> Running in 7f8eae8c32f7 [2023-11-07T15:40:21.701Z] Removing intermediate container 7f8eae8c32f7 [2023-11-07T15:40:21.701Z] ---> f30775f5b5ad [2023-11-07T15:40:21.701Z] Step 25/25 : LABEL version=0.0.0 [2023-11-07T15:40:21.701Z] ---> Running in de1aba734b13 [2023-11-07T15:40:21.960Z] Removing intermediate container de1aba734b13 [2023-11-07T15:40:21.960Z] ---> f9000610fa2c [2023-11-07T15:40:21.960Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-07T15:40:21.960Z] Successfully built f9000610fa2c [2023-11-07T15:40:21.961Z] 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-11-07T15:40:22.787Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-07T15:40:22.787Z] [2023-11-07T15:40:22.787Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:40:23.156Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-07T15:40:23.156Z] latest: Pulling from edgex-lftools-log-publisher [2023-11-07T15:40:23.156Z] 5eb5b503b376: Pulling fs layer [2023-11-07T15:40:23.156Z] 5c69ac0246d0: Pulling fs layer [2023-11-07T15:40:23.156Z] ec43610c2a17: Pulling fs layer [2023-11-07T15:40:23.157Z] 3a2ae6a8a46f: Pulling fs layer [2023-11-07T15:40:23.157Z] 33b1e0a273af: Pulling fs layer [2023-11-07T15:40:23.157Z] 5d3b04190fa2: Pulling fs layer [2023-11-07T15:40:23.157Z] 2f39f015ded8: Pulling fs layer [2023-11-07T15:40:23.157Z] 33b1e0a273af: Waiting [2023-11-07T15:40:23.157Z] 3a2ae6a8a46f: Waiting [2023-11-07T15:40:23.157Z] 5d3b04190fa2: Waiting [2023-11-07T15:40:23.157Z] 2f39f015ded8: Waiting [2023-11-07T15:40:23.157Z] 5c69ac0246d0: Verifying Checksum [2023-11-07T15:40:23.157Z] 5c69ac0246d0: Download complete [2023-11-07T15:40:23.157Z] 3a2ae6a8a46f: Verifying Checksum [2023-11-07T15:40:23.157Z] 3a2ae6a8a46f: Download complete [2023-11-07T15:40:23.157Z] 33b1e0a273af: Verifying Checksum [2023-11-07T15:40:23.157Z] 33b1e0a273af: Download complete [2023-11-07T15:40:23.157Z] 5d3b04190fa2: Verifying Checksum [2023-11-07T15:40:23.157Z] 5d3b04190fa2: Download complete [2023-11-07T15:40:23.157Z] ec43610c2a17: Verifying Checksum [2023-11-07T15:40:23.157Z] ec43610c2a17: Download complete [2023-11-07T15:40:23.419Z] 5eb5b503b376: Verifying Checksum [2023-11-07T15:40:23.419Z] 5eb5b503b376: Download complete [2023-11-07T15:40:23.985Z] 2f39f015ded8: Download complete [2023-11-07T15:40:24.552Z] 5eb5b503b376: Pull complete [2023-11-07T15:40:24.811Z] 5c69ac0246d0: Pull complete [2023-11-07T15:40:25.070Z] ec43610c2a17: Pull complete [2023-11-07T15:40:25.638Z] 3a2ae6a8a46f: Pull complete [2023-11-07T15:40:25.896Z] 33b1e0a273af: Pull complete [2023-11-07T15:40:25.896Z] 5d3b04190fa2: Pull complete [2023-11-07T15:40:30.081Z] 2f39f015ded8: Pull complete [2023-11-07T15:40:30.081Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-11-07T15:40:30.081Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-07T15:40:30.081Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:40:30.307Z] prd-ubuntu20.04-docker-8c-8g-16865 does not seem to be running inside a container [2023-11-07T15:40:30.342Z] $ 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-448 -v /w/workspace/foundry_device-virtual-go_PR-448:/w/workspace/foundry_device-virtual-go_PR-448:rw,z -v /w/workspace/foundry_device-virtual-go_PR-448@tmp:/w/workspace/foundry_device-virtual-go_PR-448@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-11-07T15:40:37.355Z] $ docker top e7c30202dc51c9701321b88a954bbe06eff1fa60565d6cd3c60dc9a643a97950 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:40:39.413Z] ---> job-cost.sh [2023-11-07T15:40:39.413Z] lf-activate-venv: SKIPPING [2023-11-07T15:40:39.413Z] INFO: No Stack... [2023-11-07T15:40:39.671Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-07T15:40:40.239Z] INFO: Archiving Costs [Pipeline] sh [2023-11-07T15:40:40.545Z] + cat /w/workspace/foundry_device-virtual-go_PR-448/archives/cost.csv [2023-11-07T15:40:40.546Z] + cut -d, -f6 [Pipeline] lock [2023-11-07T15:40:40.589Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] [2023-11-07T15:40:40.594Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] did not exist. Created. [2023-11-07T15:40:40.594Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-07T15:40:40.992Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-11-07T15:40:41.043Z] Stashed 1 file(s) [Pipeline] } [2023-11-07T15:40:41.070Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-07T15:40:41.150Z] $ docker stop --time=1 e7c30202dc51c9701321b88a954bbe06eff1fa60565d6cd3c60dc9a643a97950 [2023-11-07T15:40:42.389Z] $ docker rm -f --volumes e7c30202dc51c9701321b88a954bbe06eff1fa60565d6cd3c60dc9a643a97950 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-11-07T15:41:47.775Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-16866 in /w/workspace/foundry_device-virtual-go_PR-448 [Pipeline] { [Pipeline] ws [2023-11-07T15:41:47.839Z] Running in /w/workspace/device-virtual-go/1 [Pipeline] { [Pipeline] checkout [2023-11-07T15:41:47.920Z] The recommended git tool is: git [2023-11-07T15:41:57.672Z] using credential edgex-jenkins-ssh [2023-11-07T15:41:57.688Z] Cloning the remote Git repository [2023-11-07T15:41:57.759Z] Cloning repository git@github.com:edgexfoundry/device-virtual-go.git [2023-11-07T15:41:57.871Z] > git init /w/workspace/device-virtual-go/1 # timeout=10 [2023-11-07T15:41:58.047Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-11-07T15:41:58.049Z] > git --version # timeout=10 [2023-11-07T15:41:58.080Z] > git --version # 'git version 2.25.1' [2023-11-07T15:41:58.083Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-07T15:41:58.255Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-07T15:42:00.698Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-11-07T15:42:00.767Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-11-07T15:42:03.148Z] Merging remotes/origin/main commit a4fb408bd6b294fc41552c8711cc9fe432fefed6 into PR head commit bcc5bf13c25d62ac0477704fc00e8193e07e672c [2023-11-07T15:42:03.498Z] Merge succeeded, producing bcc5bf13c25d62ac0477704fc00e8193e07e672c [2023-11-07T15:42:03.499Z] Checking out Revision bcc5bf13c25d62ac0477704fc00e8193e07e672c (PR-448) [2023-11-07T15:42:02.315Z] > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 [2023-11-07T15:42:02.440Z] Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git [2023-11-07T15:42:02.440Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-07T15:42:02.483Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/448/head:refs/remotes/origin/PR-448 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-11-07T15:42:03.176Z] > git config core.sparsecheckout # timeout=10 [2023-11-07T15:42:03.290Z] > git checkout -f bcc5bf13c25d62ac0477704fc00e8193e07e672c # timeout=10 [2023-11-07T15:42:03.387Z] > git remote # timeout=10 [2023-11-07T15:42:03.412Z] > git config --get remote.origin.url # timeout=10 [2023-11-07T15:42:03.435Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-11-07T15:42:03.448Z] > git merge a4fb408bd6b294fc41552c8711cc9fe432fefed6 # timeout=10 [2023-11-07T15:42:03.482Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-11-07T15:42:03.506Z] > git config core.sparsecheckout # timeout=10 [2023-11-07T15:42:03.522Z] > git checkout -f bcc5bf13c25d62ac0477704fc00e8193e07e672c # timeout=10 [2023-11-07T15:42:07.052Z] Commit message: "docs: Update changelog for 3.1 release" [2023-11-07T15:42:07.112Z] > git --version # timeout=10 [2023-11-07T15:42:07.123Z] > git --version # 'git version 2.25.1' [2023-11-07T15:42:07.147Z] fatal: bad object 6375147a0d0ca7a67a13085e8428bd7204efc6d4 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-07T15:42:08.309Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-11-07T15:42:08.309Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-07T15:42:08.309Z] Dload Upload Total Spent Left Speed [2023-11-07T15:42:08.309Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 83 12682 83 10471 0 0 162k 0 --:--:-- --:--:-- --:--:-- 159k 100 12682 100 12682 0 0 190k 0 --:--:-- --:--:-- --:--:-- 190k [Pipeline] sh [2023-11-07T15:42:09.225Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-11-07T15:42:09.583Z] + sudo tee /etc/docker/daemon.new [2023-11-07T15:42:09.583Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-11-07T15:42:09.583Z] { [2023-11-07T15:42:09.583Z] "registry-mirrors": [ [2023-11-07T15:42:09.583Z] "https://nexus3.edgexfoundry.org:10001" [2023-11-07T15:42:09.583Z] ], [2023-11-07T15:42:09.583Z] "bip": "10.250.0.254/24", [2023-11-07T15:42:09.583Z] "hosts": [ [2023-11-07T15:42:09.583Z] "tcp://0.0.0.0:5555", [2023-11-07T15:42:09.583Z] "unix:///var/run/docker.sock" [2023-11-07T15:42:09.583Z] ], [2023-11-07T15:42:09.583Z] "mtu": 1458, [2023-11-07T15:42:09.583Z] "selinux-enabled": true, [2023-11-07T15:42:09.583Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-11-07T15:42:09.583Z] } [Pipeline] sh [2023-11-07T15:42:09.932Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-11-07T15:42:10.277Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-07T15:42:28.594Z] provisioning config files... [2023-11-07T15:42:28.636Z] copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/1@tmp/config17140234969238524329tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:42:29.015Z] ---> docker-login.sh [2023-11-07T15:42:29.016Z] nexus3.edgexfoundry.org:10001 [2023-11-07T15:42:29.294Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:42:29.885Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:42:29.885Z] Configure a credential helper to remove this warning. See [2023-11-07T15:42:29.885Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:42:29.885Z] [2023-11-07T15:42:29.885Z] Login Succeeded [2023-11-07T15:42:29.885Z] nexus3.edgexfoundry.org:10002 [2023-11-07T15:42:29.885Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:42:30.154Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:42:30.154Z] Configure a credential helper to remove this warning. See [2023-11-07T15:42:30.154Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:42:30.154Z] [2023-11-07T15:42:30.154Z] Login Succeeded [2023-11-07T15:42:30.154Z] nexus3.edgexfoundry.org:10003 [2023-11-07T15:42:30.426Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:42:30.426Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:42:30.426Z] Configure a credential helper to remove this warning. See [2023-11-07T15:42:30.426Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:42:30.426Z] [2023-11-07T15:42:30.426Z] Login Succeeded [2023-11-07T15:42:30.426Z] nexus3.edgexfoundry.org:10004 [2023-11-07T15:42:30.695Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:42:30.695Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:42:30.695Z] Configure a credential helper to remove this warning. See [2023-11-07T15:42:30.695Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:42:30.695Z] [2023-11-07T15:42:30.695Z] Login Succeeded [2023-11-07T15:42:30.695Z] docker.io [2023-11-07T15:42:30.964Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-11-07T15:42:31.237Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-11-07T15:42:31.238Z] Configure a credential helper to remove this warning. See [2023-11-07T15:42:31.238Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-11-07T15:42:31.238Z] [2023-11-07T15:42:31.238Z] Login Succeeded [2023-11-07T15:42:31.238Z] ---> docker-login.sh ends [Pipeline] } [2023-11-07T15:42:31.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-11-07T15:42:31.655Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-07T15:42:31.690Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] echo [2023-11-07T15:42:31.723Z] ========================================================= [2023-11-07T15:42:31.723Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine] [2023-11-07T15:42:31.723Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:42:32.235Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine --build-arg MAKE=echo noop --target=builder . [2023-11-07T15:42:32.834Z] Sending build context to Docker daemon 12MB [2023-11-07T15:42:32.834Z] Step 1/12 : ARG BASE=golang:1.21-alpine3.18 [2023-11-07T15:42:32.834Z] Step 2/12 : FROM ${BASE} AS builder [2023-11-07T15:42:32.834Z] 1.21-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-11-07T15:42:32.834Z] 9fda8d8052c6: Pulling fs layer [2023-11-07T15:42:32.834Z] 5d54e960e981: Pulling fs layer [2023-11-07T15:42:32.834Z] c4a7e357bf2a: Pulling fs layer [2023-11-07T15:42:32.834Z] f0e02332f6b5: Pulling fs layer [2023-11-07T15:42:32.834Z] cefa15bbcfad: Pulling fs layer [2023-11-07T15:42:32.834Z] 17808c966233: Pulling fs layer [2023-11-07T15:42:32.834Z] f4c1fc716caa: Pulling fs layer [2023-11-07T15:42:32.834Z] f0e02332f6b5: Waiting [2023-11-07T15:42:32.834Z] cefa15bbcfad: Waiting [2023-11-07T15:42:32.834Z] 17808c966233: Waiting [2023-11-07T15:42:32.834Z] f4c1fc716caa: Waiting [2023-11-07T15:42:32.834Z] 5d54e960e981: Verifying Checksum [2023-11-07T15:42:32.834Z] 5d54e960e981: Download complete [2023-11-07T15:42:32.834Z] f0e02332f6b5: Verifying Checksum [2023-11-07T15:42:32.834Z] f0e02332f6b5: Download complete [2023-11-07T15:42:33.105Z] cefa15bbcfad: Verifying Checksum [2023-11-07T15:42:33.105Z] cefa15bbcfad: Download complete [2023-11-07T15:42:33.105Z] 9fda8d8052c6: Verifying Checksum [2023-11-07T15:42:33.105Z] 9fda8d8052c6: Download complete [2023-11-07T15:42:33.380Z] f4c1fc716caa: Verifying Checksum [2023-11-07T15:42:33.380Z] f4c1fc716caa: Download complete [2023-11-07T15:42:33.971Z] 9fda8d8052c6: Pull complete [2023-11-07T15:42:34.567Z] 5d54e960e981: Pull complete [2023-11-07T15:42:34.835Z] c4a7e357bf2a: Verifying Checksum [2023-11-07T15:42:34.835Z] c4a7e357bf2a: Download complete [2023-11-07T15:42:35.800Z] 17808c966233: Verifying Checksum [2023-11-07T15:42:35.800Z] 17808c966233: Download complete [2023-11-07T15:42:48.124Z] c4a7e357bf2a: Pull complete [2023-11-07T15:42:48.124Z] f0e02332f6b5: Pull complete [2023-11-07T15:42:48.124Z] cefa15bbcfad: Pull complete [2023-11-07T15:42:56.346Z] 17808c966233: Pull complete [2023-11-07T15:42:58.296Z] f4c1fc716caa: Pull complete [2023-11-07T15:42:58.296Z] Digest: sha256:f9b5da702465edd0a2564459334de068a24595700ad6c8d0b85b07445f0b3000 [2023-11-07T15:42:58.296Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.21-alpine [2023-11-07T15:42:58.296Z] ---> ea914061e18c [2023-11-07T15:42:58.296Z] Step 3/12 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-07T15:42:59.720Z] ---> Running in ede7d48c7284 [2023-11-07T15:42:59.990Z] Removing intermediate container ede7d48c7284 [2023-11-07T15:42:59.990Z] ---> 645ca7255ed8 [2023-11-07T15:42:59.990Z] Step 4/12 : ARG ALPINE_PKG_EXTRA="" [2023-11-07T15:43:00.260Z] ---> Running in 07a6634eda7c [2023-11-07T15:43:00.528Z] Removing intermediate container 07a6634eda7c [2023-11-07T15:43:00.528Z] ---> df53f94b2db1 [2023-11-07T15:43:00.528Z] Step 5/12 : ARG ADD_BUILD_TAGS="" [2023-11-07T15:43:00.528Z] ---> Running in c9e621cd570b [2023-11-07T15:43:00.807Z] Removing intermediate container c9e621cd570b [2023-11-07T15:43:00.807Z] ---> b0adabc5a4a6 [2023-11-07T15:43:00.807Z] Step 6/12 : WORKDIR /device-virtual-go [2023-11-07T15:43:00.807Z] ---> Running in ef3001570b6d [2023-11-07T15:43:01.083Z] Removing intermediate container ef3001570b6d [2023-11-07T15:43:01.083Z] ---> 5d2ac762b924 [2023-11-07T15:43:01.083Z] Step 7/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-07T15:43:01.354Z] ---> Running in 4ae5910738dd [2023-11-07T15:43:02.321Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-07T15:43:02.905Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-07T15:43:03.883Z] (1/4) Installing openssh-keygen (9.3_p2-r0) [2023-11-07T15:43:03.883Z] (2/4) Installing libedit (20221030.3.1-r1) [2023-11-07T15:43:03.883Z] (3/4) Installing openssh-client-common (9.3_p2-r0) [2023-11-07T15:43:04.153Z] (4/4) Installing openssh-client-default (9.3_p2-r0) [2023-11-07T15:43:04.153Z] Executing busybox-1.36.1-r2.trigger [2023-11-07T15:43:04.153Z] OK: 270 MiB in 56 packages [2023-11-07T15:43:08.417Z] Removing intermediate container 4ae5910738dd [2023-11-07T15:43:08.417Z] ---> ee31c8f94f02 [2023-11-07T15:43:08.417Z] Step 8/12 : COPY go.mod vendor* ./ [2023-11-07T15:43:09.003Z] ---> 4727f6ed050b [2023-11-07T15:43:09.003Z] Step 9/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-07T15:43:09.003Z] ---> Running in 1466ca865bdf [2023-11-07T15:44:30.631Z] Removing intermediate container 1466ca865bdf [2023-11-07T15:44:30.631Z] ---> fe0023771848 [2023-11-07T15:44:30.631Z] Step 10/12 : COPY . . [2023-11-07T15:44:30.631Z] ---> 5a36331ecf70 [2023-11-07T15:44:30.631Z] Step 11/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-07T15:44:30.631Z] ---> Running in 3abf11dc95ba [2023-11-07T15:44:30.631Z] Removing intermediate container 3abf11dc95ba [2023-11-07T15:44:30.631Z] ---> 663f41add939 [2023-11-07T15:44:30.631Z] Step 12/12 : RUN $MAKE [2023-11-07T15:44:30.631Z] ---> Running in f1eb2328a9e9 [2023-11-07T15:44:30.631Z] noop [2023-11-07T15:44:30.631Z] Removing intermediate container f1eb2328a9e9 [2023-11-07T15:44:30.631Z] ---> a4325ffd455d [2023-11-07T15:44:30.631Z] Successfully built a4325ffd455d [2023-11-07T15:44:30.631Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:44:31.110Z] + docker inspect -f . ci-base-image-arm64 [2023-11-07T15:44:31.110Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:44:31.405Z] prd-ubuntu20.04-docker-arm64-4c-16g-16866 does not seem to be running inside a container [2023-11-07T15:44:31.473Z] $ 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-11-07T15:44:32.634Z] $ docker top 848a43d4c32b42d316da76e341c891cc6cc930a09897ec2e995528261d4313c8 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-07T15:44:33.491Z] + go version [2023-11-07T15:44:33.491Z] go version go1.21.0 linux/arm64 [Pipeline] } [2023-11-07T15:44:33.528Z] $ docker stop --time=1 848a43d4c32b42d316da76e341c891cc6cc930a09897ec2e995528261d4313c8 [2023-11-07T15:44:35.108Z] $ docker rm -f --volumes 848a43d4c32b42d316da76e341c891cc6cc930a09897ec2e995528261d4313c8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:44:35.957Z] + docker inspect -f . ci-base-image-arm64 [2023-11-07T15:44:35.957Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:44:36.193Z] prd-ubuntu20.04-docker-arm64-4c-16g-16866 does not seem to be running inside a container [2023-11-07T15:44:36.257Z] $ 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-11-07T15:44:37.389Z] $ docker top dae4c114b42c40328dce24a2b85f062b4e87361e3c2c78a47fffceb2fb5eb826 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-07T15:44:37.938Z] + git config --global --add safe.directory /w/workspace/device-virtual-go/1 [Pipeline] fileExists [Pipeline] sh [2023-11-07T15:44:38.903Z] + make test [2023-11-07T15:44:38.903Z] go test ./... -coverprofile=coverage.out [2023-11-07T15:44:43.147Z] ? github.com/edgexfoundry/device-virtual-go [no test files] [2023-11-07T15:46:19.801Z] ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] [2023-11-07T15:46:19.801Z] ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.070s coverage: 58.4% of statements [2023-11-07T15:46:19.801Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-11-07T15:46:19.801Z] go vet ./... [2023-11-07T15:46:29.856Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-11-07T15:46:29.856Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-11-07T15:46:29.856Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-11-07T15:46:29.900Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^napa$, ^lts-test$]] [Pipeline] } [2023-11-07T15:46:29.937Z] $ docker stop --time=1 dae4c114b42c40328dce24a2b85f062b4e87361e3c2c78a47fffceb2fb5eb826 [2023-11-07T15:46:31.775Z] $ docker rm -f --volumes dae4c114b42c40328dce24a2b85f062b4e87361e3c2c78a47fffceb2fb5eb826 [Pipeline] // withDockerContainer [Pipeline] sh [2023-11-07T15:46:33.023Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-11-07T15:46:33.058Z] Warning: overwriting stash ‘coverage-report’ [2023-11-07T15:46:33.503Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-11-07T15:46:34.119Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-11-07T15:46:34.462Z] + ls -al . [2023-11-07T15:46:34.462Z] total 196 [2023-11-07T15:46:34.462Z] drwxrwxr-x 7 jenkins jenkins 4096 Nov 7 15:44 . [2023-11-07T15:46:34.462Z] drwxrwxr-x 4 jenkins jenkins 4096 Nov 7 15:41 .. [2023-11-07T15:46:34.462Z] drwxrwxr-x 8 jenkins jenkins 4096 Nov 7 15:42 .git [2023-11-07T15:46:34.462Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 15:42 .github [2023-11-07T15:46:34.462Z] -rw-rw-r-- 1 jenkins jenkins 272 Nov 7 15:42 .gitignore [2023-11-07T15:46:34.462Z] -rw-rw-r-- 1 jenkins jenkins 41 Nov 7 15:42 .golangci.yml [2023-11-07T15:46:34.462Z] -rw-rw-r-- 1 jenkins jenkins 9708 Nov 7 15:42 Attribution.txt [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 15941 Nov 7 15:42 CHANGELOG.md [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 1646 Nov 7 15:42 Dockerfile [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 677 Nov 7 15:42 GOVERNANCE.md [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 660 Nov 7 15:42 Jenkinsfile [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 11340 Nov 7 15:42 LICENSE [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 1947 Nov 7 15:42 Makefile [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 623 Nov 7 15:42 OWNERS.md [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 4103 Nov 7 15:42 README.md [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 5 Nov 7 15:38 VERSION [2023-11-07T15:46:34.463Z] drwxrwxr-x 2 jenkins jenkins 4096 Nov 7 15:42 bin [2023-11-07T15:46:34.463Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 15:42 cmd [2023-11-07T15:46:34.463Z] -rw-r--r-- 1 jenkins jenkins 43063 Nov 7 15:46 coverage.out [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 3638 Nov 7 15:42 go.mod [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 34490 Nov 7 15:42 go.sum [2023-11-07T15:46:34.463Z] drwxrwxr-x 3 jenkins jenkins 4096 Nov 7 15:42 internal [2023-11-07T15:46:34.463Z] -rw-rw-r-- 1 jenkins jenkins 235 Nov 7 15:42 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:46:34.894Z] + 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=bcc5bf13c25d62ac0477704fc00e8193e07e672c --label arch=arm64 --label version=0.0.0 . [2023-11-07T15:46:35.162Z] Sending build context to Docker daemon 12.04MB [2023-11-07T15:46:35.556Z] Step 1/25 : ARG BASE=golang:1.21-alpine3.18 [2023-11-07T15:46:35.556Z] Step 2/25 : FROM ${BASE} AS builder [2023-11-07T15:46:35.556Z] ---> a4325ffd455d [2023-11-07T15:46:35.556Z] Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client" [2023-11-07T15:46:35.556Z] ---> Running in 67bbdb09e983 [2023-11-07T15:46:35.822Z] Removing intermediate container 67bbdb09e983 [2023-11-07T15:46:35.823Z] ---> 4f4c93469ce4 [2023-11-07T15:46:35.823Z] Step 4/25 : ARG ALPINE_PKG_EXTRA="" [2023-11-07T15:46:35.823Z] ---> Running in 96ad4e28c884 [2023-11-07T15:46:36.090Z] Removing intermediate container 96ad4e28c884 [2023-11-07T15:46:36.090Z] ---> 57de3042a3af [2023-11-07T15:46:36.090Z] Step 5/25 : ARG ADD_BUILD_TAGS="" [2023-11-07T15:46:36.359Z] ---> Running in 70b7967e9a03 [2023-11-07T15:46:36.626Z] Removing intermediate container 70b7967e9a03 [2023-11-07T15:46:36.626Z] ---> 64624d95cb85 [2023-11-07T15:46:36.626Z] Step 6/25 : WORKDIR /device-virtual-go [2023-11-07T15:46:36.626Z] ---> Running in c4ef21e58097 [2023-11-07T15:46:36.893Z] Removing intermediate container c4ef21e58097 [2023-11-07T15:46:36.894Z] ---> 5e354e0b8290 [2023-11-07T15:46:36.894Z] Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-11-07T15:46:36.894Z] ---> Running in 72c61b6540fe [2023-11-07T15:46:38.320Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-07T15:46:38.320Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-07T15:46:39.725Z] OK: 270 MiB in 56 packages [2023-11-07T15:46:40.306Z] Removing intermediate container 72c61b6540fe [2023-11-07T15:46:40.306Z] ---> 94d79da818eb [2023-11-07T15:46:40.306Z] Step 8/25 : COPY go.mod vendor* ./ [2023-11-07T15:46:40.889Z] ---> 00b4daf32aa1 [2023-11-07T15:46:40.889Z] Step 9/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-11-07T15:46:40.889Z] ---> Running in 1e4c47178fb1 [2023-11-07T15:46:43.467Z] Removing intermediate container 1e4c47178fb1 [2023-11-07T15:46:43.467Z] ---> 3c908e694015 [2023-11-07T15:46:43.467Z] Step 10/25 : COPY . . [2023-11-07T15:46:44.528Z] ---> 5ffa6e2f7998 [2023-11-07T15:46:44.528Z] Step 11/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-11-07T15:46:44.814Z] ---> Running in 18f6a57c5c3e [2023-11-07T15:46:45.086Z] Removing intermediate container 18f6a57c5c3e [2023-11-07T15:46:45.086Z] ---> cf66b93e64d5 [2023-11-07T15:46:45.086Z] Step 12/25 : RUN $MAKE [2023-11-07T15:46:45.086Z] ---> Running in c3909d427688 [2023-11-07T15:46:46.066Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0 -X github.com/edgexfoundry/device-sdk-go/v3/internal/common.SDKVersion=v3.1.0-dev.37" -trimpath -mod=readonly -o cmd/device-virtual ./cmd [2023-11-07T15:48:38.034Z] Removing intermediate container c3909d427688 [2023-11-07T15:48:38.034Z] ---> 68bb6b3a8a62 [2023-11-07T15:48:38.034Z] Step 13/25 : FROM alpine:3.18 [2023-11-07T15:48:38.034Z] 3.18: Pulling from library/alpine [2023-11-07T15:48:38.034Z] 579b34f0a95b: Pulling fs layer [2023-11-07T15:48:38.034Z] 579b34f0a95b: Verifying Checksum [2023-11-07T15:48:38.034Z] 579b34f0a95b: Download complete [2023-11-07T15:48:38.034Z] 579b34f0a95b: Pull complete [2023-11-07T15:48:38.034Z] Digest: sha256:eece025e432126ce23f223450a0326fbebde39cdf496a85d8c016293fc851978 [2023-11-07T15:48:38.034Z] Status: Downloaded newer image for alpine:3.18 [2023-11-07T15:48:38.034Z] ---> 3cc203321400 [2023-11-07T15:48:38.034Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' [2023-11-07T15:48:38.034Z] ---> Running in f0239e40218d [2023-11-07T15:48:38.034Z] Removing intermediate container f0239e40218d [2023-11-07T15:48:38.034Z] ---> 1e7df09ea6e8 [2023-11-07T15:48:38.034Z] Step 15/25 : RUN apk add --update --no-cache dumb-init [2023-11-07T15:48:38.034Z] ---> Running in 232ebc4c1724 [2023-11-07T15:48:38.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/main/aarch64/APKINDEX.tar.gz [2023-11-07T15:48:38.034Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.18/community/aarch64/APKINDEX.tar.gz [2023-11-07T15:48:38.034Z] (1/1) Installing dumb-init (1.2.5-r2) [2023-11-07T15:48:38.034Z] Executing busybox-1.36.1-r2.trigger [2023-11-07T15:48:38.034Z] OK: 8 MiB in 16 packages [2023-11-07T15:48:38.034Z] Removing intermediate container 232ebc4c1724 [2023-11-07T15:48:38.034Z] ---> ec9777aa6f14 [2023-11-07T15:48:38.034Z] Step 16/25 : WORKDIR / [2023-11-07T15:48:38.034Z] ---> Running in 08ca68b6893c [2023-11-07T15:48:38.034Z] Removing intermediate container 08ca68b6893c [2023-11-07T15:48:38.034Z] ---> 0de6c84c2ab3 [2023-11-07T15:48:38.034Z] Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / [2023-11-07T15:48:38.034Z] ---> 9dab47298a0b [2023-11-07T15:48:38.034Z] Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / [2023-11-07T15:48:38.034Z] ---> 1be8518e5a3c [2023-11-07T15:48:38.034Z] Step 19/25 : COPY --from=builder /device-virtual-go/cmd / [2023-11-07T15:48:38.034Z] ---> 820077c0a30f [2023-11-07T15:48:38.034Z] Step 20/25 : EXPOSE 59900 [2023-11-07T15:48:38.034Z] ---> Running in 329d37a87cb0 [2023-11-07T15:48:38.034Z] Removing intermediate container 329d37a87cb0 [2023-11-07T15:48:38.034Z] ---> 96395c0e5277 [2023-11-07T15:48:38.034Z] Step 21/25 : ENTRYPOINT ["/device-virtual"] [2023-11-07T15:48:38.034Z] ---> Running in 8a5daf9d9ead [2023-11-07T15:48:38.034Z] Removing intermediate container 8a5daf9d9ead [2023-11-07T15:48:38.034Z] ---> b3ceacc29b75 [2023-11-07T15:48:38.034Z] Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-11-07T15:48:38.034Z] ---> Running in 96a93e0e27b6 [2023-11-07T15:48:38.300Z] Removing intermediate container 96a93e0e27b6 [2023-11-07T15:48:38.300Z] ---> 654b118d3612 [2023-11-07T15:48:38.300Z] Step 23/25 : LABEL arch=arm64 [2023-11-07T15:48:38.300Z] ---> Running in f21018edd9a8 [2023-11-07T15:48:38.573Z] Removing intermediate container f21018edd9a8 [2023-11-07T15:48:38.573Z] ---> 213054e824b4 [2023-11-07T15:48:38.573Z] Step 24/25 : LABEL git_sha=bcc5bf13c25d62ac0477704fc00e8193e07e672c [2023-11-07T15:48:38.841Z] ---> Running in f8b0e32a4546 [2023-11-07T15:48:39.110Z] Removing intermediate container f8b0e32a4546 [2023-11-07T15:48:39.110Z] ---> 5fc2c51b54b5 [2023-11-07T15:48:39.110Z] Step 25/25 : LABEL version=0.0.0 [2023-11-07T15:48:39.110Z] ---> Running in ca85088b907a [2023-11-07T15:48:39.377Z] Removing intermediate container ca85088b907a [2023-11-07T15:48:39.377Z] ---> dd6e58baa540 [2023-11-07T15:48:39.377Z] [Warning] One or more build-args [ARCH] were not consumed [2023-11-07T15:48:39.377Z] Successfully built dd6e58baa540 [2023-11-07T15:48:39.377Z] 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-11-07T15:48:40.196Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-07T15:48:40.196Z] [2023-11-07T15:48:40.196Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:48:40.602Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-07T15:48:40.602Z] arm64: Pulling from edgex-lftools-log-publisher [2023-11-07T15:48:40.602Z] 8998bd30e6a1: Pulling fs layer [2023-11-07T15:48:40.602Z] 04944245beec: Pulling fs layer [2023-11-07T15:48:40.602Z] 699f458cf7ca: Pulling fs layer [2023-11-07T15:48:40.602Z] 765212b225bb: Pulling fs layer [2023-11-07T15:48:40.602Z] f23df028b6ca: Pulling fs layer [2023-11-07T15:48:40.602Z] 765212b225bb: Waiting [2023-11-07T15:48:40.602Z] d65c8cfc05b1: Pulling fs layer [2023-11-07T15:48:40.602Z] 2437ff75d9bd: Pulling fs layer [2023-11-07T15:48:40.602Z] d65c8cfc05b1: Waiting [2023-11-07T15:48:40.602Z] 2437ff75d9bd: Waiting [2023-11-07T15:48:40.872Z] 04944245beec: Verifying Checksum [2023-11-07T15:48:40.872Z] 04944245beec: Download complete [2023-11-07T15:48:40.872Z] 765212b225bb: Verifying Checksum [2023-11-07T15:48:40.872Z] 765212b225bb: Download complete [2023-11-07T15:48:40.872Z] f23df028b6ca: Verifying Checksum [2023-11-07T15:48:40.872Z] f23df028b6ca: Download complete [2023-11-07T15:48:40.872Z] d65c8cfc05b1: Verifying Checksum [2023-11-07T15:48:40.872Z] d65c8cfc05b1: Download complete [2023-11-07T15:48:41.143Z] 699f458cf7ca: Verifying Checksum [2023-11-07T15:48:41.143Z] 699f458cf7ca: Download complete [2023-11-07T15:48:41.412Z] 8998bd30e6a1: Verifying Checksum [2023-11-07T15:48:41.412Z] 8998bd30e6a1: Download complete [2023-11-07T15:48:43.995Z] 2437ff75d9bd: Verifying Checksum [2023-11-07T15:48:43.995Z] 2437ff75d9bd: Download complete [2023-11-07T15:48:45.945Z] 8998bd30e6a1: Pull complete [2023-11-07T15:48:46.527Z] 04944245beec: Pull complete [2023-11-07T15:48:47.934Z] 699f458cf7ca: Pull complete [2023-11-07T15:48:48.200Z] 765212b225bb: Pull complete [2023-11-07T15:48:49.158Z] f23df028b6ca: Pull complete [2023-11-07T15:48:49.158Z] d65c8cfc05b1: Pull complete [2023-11-07T15:49:07.358Z] 2437ff75d9bd: Pull complete [2023-11-07T15:49:07.358Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-11-07T15:49:07.358Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-11-07T15:49:07.358Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:49:07.686Z] prd-ubuntu20.04-docker-arm64-4c-16g-16866 does not seem to be running inside a container [2023-11-07T15:49:07.749Z] $ 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-11-07T15:49:10.338Z] $ docker top 088091c27f18e8b44ace3aa4374da9437cdfcac11abee0b118f5b19a188b1378 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:11.238Z] ---> job-cost.sh [2023-11-07T15:49:11.238Z] lf-activate-venv: SKIPPING [2023-11-07T15:49:11.238Z] INFO: No Stack... [2023-11-07T15:49:11.503Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-11-07T15:49:12.458Z] INFO: Archiving Costs [Pipeline] sh [2023-11-07T15:49:12.810Z] + cut -d, -f6 [2023-11-07T15:49:12.811Z] + cat /w/workspace/device-virtual-go/1/archives/cost.csv [Pipeline] lock [2023-11-07T15:49:12.894Z] Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] [2023-11-07T15:49:12.899Z] Resource [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] did not exist. Created. [2023-11-07T15:49:12.899Z] Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-11-07T15:49:13.309Z] /w/workspace/device-virtual-go/1@tmp/durable-8bb82071/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-11-07T15:49:13.659Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-11-07T15:49:13.696Z] Warning: overwriting stash ‘stack-cost’ [2023-11-07T15:49:13.766Z] Stashed 1 file(s) [Pipeline] } [2023-11-07T15:49:13.781Z] Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-448-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-11-07T15:49:13.869Z] $ docker stop --time=1 088091c27f18e8b44ace3aa4374da9437cdfcac11abee0b118f5b19a188b1378 [2023-11-07T15:49:15.325Z] $ docker rm -f --volumes 088091c27f18e8b44ace3aa4374da9437cdfcac11abee0b118f5b19a188b1378 [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-11-07T15:49:16.347Z] provisioning config files... [2023-11-07T15:49:16.354Z] copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-448@tmp/config5061441175006412744tmp [Pipeline] { [Pipeline] sh [2023-11-07T15:49:16.699Z] + set +x [2023-11-07T15:49:16.699Z] + curl -s https://codecov.io/bash [2023-11-07T15:49:16.699Z] + bash -s -- [2023-11-07T15:49:16.699Z] [2023-11-07T15:49:16.699Z] _____ _ [2023-11-07T15:49:16.699Z] / ____| | | [2023-11-07T15:49:16.699Z] | | ___ __| | ___ ___ _____ __ [2023-11-07T15:49:16.699Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-11-07T15:49:16.699Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-11-07T15:49:16.699Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-11-07T15:49:16.699Z] Bash-1.0.6 [2023-11-07T15:49:16.699Z] [2023-11-07T15:49:16.699Z] [2023-11-07T15:49:16.699Z] ==> git version 2.25.1 found [2023-11-07T15:49:16.699Z] ==> 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-11-07T15:49:16.699Z] Release-Date: 2020-01-08 [2023-11-07T15:49:16.699Z] 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-11-07T15:49:16.699Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-11-07T15:49:16.699Z] ==> Jenkins CI detected. [2023-11-07T15:49:16.699Z] current dir:  /w/workspace/foundry_device-virtual-go_PR-448 [2023-11-07T15:49:16.699Z] project root: . [2023-11-07T15:49:16.699Z] --> token set from env [2023-11-07T15:49:16.699Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-11-07T15:49:16.959Z] ==> Running gcov in . (disable via -X gcov) [2023-11-07T15:49:16.959Z] ==> Python coveragepy not found [2023-11-07T15:49:16.959Z] ==> Searching for coverage reports in: [2023-11-07T15:49:16.959Z] + . [2023-11-07T15:49:16.959Z] -> Found 1 reports [2023-11-07T15:49:16.959Z] ==> Detecting git/mercurial file structure [2023-11-07T15:49:16.959Z] ==> Reading reports [2023-11-07T15:49:16.959Z] + ./coverage.out bytes=43063 [2023-11-07T15:49:16.959Z] ==> Appending adjustments [2023-11-07T15:49:16.959Z] https://docs.codecov.io/docs/fixing-reports [2023-11-07T15:49:16.959Z] + Found adjustments [2023-11-07T15:49:16.959Z] ==> Gzipping contents [2023-11-07T15:49:16.959Z] 8.0K /tmp/codecov.Q82Cxd.gz [2023-11-07T15:49:16.959Z] ==> Uploading reports [2023-11-07T15:49:16.959Z] url: https://codecov.io [2023-11-07T15:49:16.959Z] query: branch=PR-448&commit=bcc5bf13c25d62ac0477704fc00e8193e07e672c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-448%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=448&job=&cmd_args= [2023-11-07T15:49:16.959Z] -> Pinging Codecov [2023-11-07T15:49:16.959Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=a35e349c-7876-4d48-9269-e9fc36774240&branch=PR-448&commit=bcc5bf13c25d62ac0477704fc00e8193e07e672c&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-448%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=448&job=&cmd_args= [2023-11-07T15:49:17.219Z] -> Uploading to [2023-11-07T15:49:17.219Z] https://storage.googleapis.com/codecov/v4/raw/2023-11-07/5E52B4B073DB2E39498172D8E973AA87/bcc5bf13c25d62ac0477704fc00e8193e07e672c/0666d87a-909e-4bf1-a27f-c2b8b25aa44a.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20231107%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20231107T154916Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1cae6e294c851baafe01cfaecd0e7cda6fc3dd4cc97251e9e2655d6c7eaa079e [2023-11-07T15:49:17.219Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-11-07T15:49:17.219Z] Dload Upload Total Spent Left Speed [2023-11-07T15:49:17.534Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 4998 0 0 100 4998 0 17850 --:--:-- --:--:-- --:--:-- 17850 [2023-11-07T15:49:17.534Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-virtual-go/commit/bcc5bf13c25d62ac0477704fc00e8193e07e672c [Pipeline] } [2023-11-07T15:49:17.556Z] 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-11-07T15:49:19.389Z] + [ -d /w/workspace/foundry_device-virtual-go_PR-448/archives ] [2023-11-07T15:49:19.389Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-448/archives [2023-11-07T15:49:19.389Z] total 16 [2023-11-07T15:49:19.389Z] drwxr-xr-x 3 root root 4096 Nov 7 15:40 . [2023-11-07T15:49:19.389Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 7 15:40 .. [2023-11-07T15:49:19.389Z] drwxr-xr-x 2 root root 4096 Nov 7 15:40 cost [2023-11-07T15:49:19.389Z] -rw-r--r-- 1 root root 89 Nov 7 15:40 cost.csv [2023-11-07T15:49:19.389Z] + sudo chown -R jenkins:jenkins /w/workspace/foundry_device-virtual-go_PR-448/archives [2023-11-07T15:49:19.389Z] + ls -al /w/workspace/foundry_device-virtual-go_PR-448/archives [2023-11-07T15:49:19.389Z] total 16 [2023-11-07T15:49:19.389Z] drwxr-xr-x 3 jenkins jenkins 4096 Nov 7 15:40 . [2023-11-07T15:49:19.389Z] drwxrwxr-x 9 jenkins jenkins 4096 Nov 7 15:40 .. [2023-11-07T15:49:19.389Z] drwxr-xr-x 2 jenkins jenkins 4096 Nov 7 15:40 cost [2023-11-07T15:49:19.389Z] -rw-r--r-- 1 jenkins jenkins 89 Nov 7 15:40 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:19.722Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:20.610Z] ---> package-listing.sh [2023-11-07T15:49:20.610Z] ++ facter osfamily [2023-11-07T15:49:20.610Z] ++ tr '[:upper:]' '[:lower:]' [2023-11-07T15:49:20.870Z] + OS_FAMILY=debian [2023-11-07T15:49:20.870Z] + workspace=/w/workspace/foundry_device-virtual-go_PR-448 [2023-11-07T15:49:20.870Z] + START_PACKAGES=/tmp/packages_start.txt [2023-11-07T15:49:20.870Z] + END_PACKAGES=/tmp/packages_end.txt [2023-11-07T15:49:20.870Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-11-07T15:49:20.870Z] + PACKAGES=/tmp/packages_start.txt [2023-11-07T15:49:20.870Z] + '[' /w/workspace/foundry_device-virtual-go_PR-448 ']' [2023-11-07T15:49:20.870Z] + PACKAGES=/tmp/packages_end.txt [2023-11-07T15:49:20.870Z] + case "${OS_FAMILY}" in [2023-11-07T15:49:20.870Z] + dpkg -l [2023-11-07T15:49:20.870Z] + grep '^ii' [2023-11-07T15:49:20.870Z] + '[' -f /tmp/packages_start.txt ']' [2023-11-07T15:49:20.870Z] + '[' -f /tmp/packages_end.txt ']' [2023-11-07T15:49:20.870Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-11-07T15:49:20.870Z] + '[' /w/workspace/foundry_device-virtual-go_PR-448 ']' [2023-11-07T15:49:20.870Z] + mkdir -p /w/workspace/foundry_device-virtual-go_PR-448/archives/ [2023-11-07T15:49:20.870Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-448/archives/ [Pipeline] echo [2023-11-07T15:49:20.906Z] 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-448/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-11-07T15:49:21.198Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-11-07T15:49:21.818Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-11-07T15:49:21.819Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-11-07T15:49:21.975Z] prd-ubuntu20.04-docker-8c-8g-16865 does not seem to be running inside a container [2023-11-07T15:49:22.018Z] $ 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-448/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-448 -v /w/workspace/foundry_device-virtual-go_PR-448:/w/workspace/foundry_device-virtual-go_PR-448:rw,z -v /w/workspace/foundry_device-virtual-go_PR-448@tmp:/w/workspace/foundry_device-virtual-go_PR-448@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-11-07T15:49:22.220Z] $ docker top a66b11efdaf3c0e77b3563a6e7dd7f647deb5decbb3882a68ad8836cc5645a0a -eo pid,comm [Pipeline] { [Pipeline] sh [2023-11-07T15:49:22.600Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-11-07T15:49:22.908Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-11-07T15:49:23.219Z] + ls /var/log/sa-host [2023-11-07T15:49:23.219Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-11-07T15:49:23.434Z] provisioning config files... [2023-11-07T15:49:23.445Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-448@tmp/config2370601859576841257tmp [Pipeline] { [Pipeline] echo [2023-11-07T15:49:23.497Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:23.808Z] ---> create-netrc.sh [Pipeline] } [2023-11-07T15:49:23.836Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:24.244Z] ---> python-tools-install.sh [Pipeline] echo [2023-11-07T15:49:24.276Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:24.586Z] ---> sudo-logs.sh [2023-11-07T15:49:24.586Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-11-07T15:49:24.672Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:24.983Z] ---> job-cost.sh [2023-11-07T15:49:24.983Z] lf-activate-venv: SKIPPING [2023-11-07T15:49:24.983Z] DEBUG: total: 0.2199999988079071 [2023-11-07T15:49:24.983Z] INFO: Retrieving Stack Cost... [2023-11-07T15:49:25.551Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-11-07T15:49:25.810Z] INFO: Archiving Costs [Pipeline] echo [2023-11-07T15:49:25.854Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-11-07T15:49:26.163Z] ---> logs-deploy.sh [2023-11-07T15:49:26.163Z] lf-activate-venv: SKIPPING [2023-11-07T15:49:26.163Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-448/1 [2023-11-07T15:49:26.163Z] INFO: archiving workspace using pattern(s): [2023-11-07T15:49:27.101Z] Archives upload complete. [2023-11-07T15:49:27.101Z] INFO: archiving logs to Nexus