Pull request #1439 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9+cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 (63f12ca8ad850acb0d810a9f5c4e8653b727f5f5) 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-ssh9606985924419003049.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-ssh9910720090698284376.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-sdk-go/branches/PR-1439/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-sdk-go/branches/PR-1439/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh7151517080096022189.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-sdk-go/branches/PR-1439/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh6091619506114829526.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 # timeout=10 Commit message: "fix: bug with isLTS relying on env.GIT_BRANCH inside cd-management repo (#429)" > 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-ssh4948001850198965355.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-sdk-go/branches/PR-1439/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-sdk-go/branches/PR-1439/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh6088735628405688620.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 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 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-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v3]] ========================================================= [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-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v3 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task All nodes of label ‘ubuntu20.04-docker-8c-8g’ are offline Running on prd-ubuntu20.04-docker-8c-8g-11990 in /w/workspace/gexfoundry_device-sdk-go_PR-1439 [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-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1439 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-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-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-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-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1439/head:refs/remotes/origin/PR-1439 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 into PR head commit 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 Merge succeeded, producing 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 Checking out Revision 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 (PR-1439) Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-28T04:59:17.656Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # 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 cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-28T04:59:17.847Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-28T04:59:17.962Z] ========================================================= [2023-04-28T04:59:17.962Z] EdgeX Global Pipelines Version Info [2023-04-28T04:59:17.962Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-28T04:59:18.696Z] ------------------- [2023-04-28T04:59:18.696Z] stable info: [2023-04-28T04:59:18.696Z] ------------------- [2023-04-28T04:59:18.696Z] Commited By: Bill Mahoney bill.mahoney@intel.com [2023-04-28T04:59:18.696Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-28T04:59:18.696Z] Message: update stable to v1.0.248 [2023-04-28T04:59:19.266Z] ------------------- [2023-04-28T04:59:19.266Z] experimental info: [2023-04-28T04:59:19.266Z] ------------------- [2023-04-28T04:59:19.266Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-28T04:59:19.266Z] Commit SHA: 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-28T04:59:19.266Z] Message: update experimental to v1.0.248 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-28T04:59:19.569Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-04-28T04:59:19.617Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-04-28T04:59:19.662Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-28T04:59:19.705Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-28T04:59:19.747Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-28T04:59:19.783Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-28T04:59:19.823Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-28T04:59:19.881Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-04-28T04:59:19.924Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-28T04:59:19.965Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-28T04:59:20.011Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-28T04:59:20.059Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-04-28T04:59:20.100Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-28T04:59:20.143Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-28T04:59:20.206Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-28T04:59:20.258Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-04-28T04:59:20.308Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-28T04:59:20.368Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-28T04:59:20.423Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-28T04:59:20.468Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-28T04:59:20.527Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-04-28T04:59:20.572Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v3 [Pipeline] echo [2023-04-28T04:59:20.612Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-28T04:59:20.649Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-28T04:59:20.704Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-28T04:59:20.741Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-28T04:59:20.783Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-28T04:59:20.832Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1439 [Pipeline] echo [2023-04-28T04:59:20.874Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1439 [Pipeline] echo [2023-04-28T04:59:20.916Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1439 [Pipeline] echo [2023-04-28T04:59:20.958Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo [2023-04-28T04:59:21.001Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 4bb31c6 [Pipeline] echo [2023-04-28T04:59:21.048Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-28T04:59:21.174Z] provisioning config files... [2023-04-28T04:59:21.202Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config2746085256236936667tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T04:59:21.546Z] ---> docker-login.sh [2023-04-28T04:59:21.546Z] nexus3.edgexfoundry.org:10001 [2023-04-28T04:59:21.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:21.809Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:21.809Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:21.809Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:21.809Z] [2023-04-28T04:59:21.809Z] Login Succeeded [2023-04-28T04:59:21.809Z] nexus3.edgexfoundry.org:10002 [2023-04-28T04:59:21.809Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:22.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:22.073Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:22.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:22.073Z] [2023-04-28T04:59:22.073Z] Login Succeeded [2023-04-28T04:59:22.073Z] nexus3.edgexfoundry.org:10003 [2023-04-28T04:59:22.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:22.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:22.073Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:22.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:22.073Z] [2023-04-28T04:59:22.073Z] Login Succeeded [2023-04-28T04:59:22.073Z] nexus3.edgexfoundry.org:10004 [2023-04-28T04:59:22.073Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:22.073Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:22.073Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:22.073Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:22.073Z] [2023-04-28T04:59:22.073Z] Login Succeeded [2023-04-28T04:59:22.339Z] docker.io [2023-04-28T04:59:22.339Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:22.599Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:22.599Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:22.599Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:22.599Z] [2023-04-28T04:59:22.599Z] Login Succeeded [2023-04-28T04:59:22.599Z] ---> docker-login.sh ends [Pipeline] } [2023-04-28T04:59:22.628Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-28T04:59:23.249Z] + git rev-list -1 --merges 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9~1..4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo [2023-04-28T04:59:23.321Z] -----------> git rev-list -1 --merges 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9~1..4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [false] [Pipeline] sh [2023-04-28T04:59:23.632Z] + git log --format=format:%s -1 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo [2023-04-28T04:59:23.666Z] ========================================================= [2023-04-28T04:59:23.666Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-28T04:59:23.666Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-28T04:59:24.083Z] + git log --format=format:%s -1 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] echo [2023-04-28T04:59:24.120Z] [semverPrep] GIT_COMMIT: 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3 [Pipeline] echo [2023-04-28T04:59:24.154Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-28T04:59:24.626Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-28T04:59:24.627Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-28T04:59:24.627Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-28T04:59:24.627Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-28T04:59:24.627Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-28T04:59:24.627Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-28T04:59:24.627Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T04:59:25.063Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-28T04:59:25.063Z] [2023-04-28T04:59:25.063Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T04:59:25.439Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-28T04:59:25.439Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-28T04:59:25.439Z] b85a868b505f: Pulling fs layer [2023-04-28T04:59:25.439Z] e2be974225ed: Pulling fs layer [2023-04-28T04:59:25.439Z] 339a4e72a1f5: Pulling fs layer [2023-04-28T04:59:25.439Z] 988bab9f4d93: Pulling fs layer [2023-04-28T04:59:25.439Z] 1469e6f7b9e6: Pulling fs layer [2023-04-28T04:59:25.439Z] eaf3925da568: Pulling fs layer [2023-04-28T04:59:25.439Z] bab4dde63d76: Pulling fs layer [2023-04-28T04:59:25.439Z] bde34c3a00c8: Pulling fs layer [2023-04-28T04:59:25.439Z] b352a97aabf1: Pulling fs layer [2023-04-28T04:59:25.439Z] 4872d77fe225: Pulling fs layer [2023-04-28T04:59:25.439Z] 5851b861e8e6: Pulling fs layer [2023-04-28T04:59:25.439Z] bde34c3a00c8: Waiting [2023-04-28T04:59:25.439Z] b352a97aabf1: Waiting [2023-04-28T04:59:25.439Z] 4872d77fe225: Waiting [2023-04-28T04:59:25.439Z] 5851b861e8e6: Waiting [2023-04-28T04:59:25.439Z] 988bab9f4d93: Waiting [2023-04-28T04:59:25.439Z] eaf3925da568: Waiting [2023-04-28T04:59:25.439Z] bab4dde63d76: Waiting [2023-04-28T04:59:25.439Z] 1469e6f7b9e6: Waiting [2023-04-28T04:59:25.439Z] e2be974225ed: Verifying Checksum [2023-04-28T04:59:25.439Z] e2be974225ed: Download complete [2023-04-28T04:59:25.439Z] 988bab9f4d93: Verifying Checksum [2023-04-28T04:59:25.439Z] 988bab9f4d93: Download complete [2023-04-28T04:59:25.439Z] 1469e6f7b9e6: Verifying Checksum [2023-04-28T04:59:25.439Z] 1469e6f7b9e6: Download complete [2023-04-28T04:59:25.439Z] 339a4e72a1f5: Verifying Checksum [2023-04-28T04:59:25.439Z] 339a4e72a1f5: Download complete [2023-04-28T04:59:25.439Z] eaf3925da568: Verifying Checksum [2023-04-28T04:59:25.439Z] eaf3925da568: Download complete [2023-04-28T04:59:25.439Z] bde34c3a00c8: Download complete [2023-04-28T04:59:25.703Z] b352a97aabf1: Verifying Checksum [2023-04-28T04:59:25.703Z] b352a97aabf1: Download complete [2023-04-28T04:59:25.703Z] 4872d77fe225: Verifying Checksum [2023-04-28T04:59:25.703Z] 4872d77fe225: Download complete [2023-04-28T04:59:25.703Z] 5851b861e8e6: Verifying Checksum [2023-04-28T04:59:25.703Z] 5851b861e8e6: Download complete [2023-04-28T04:59:25.703Z] b85a868b505f: Verifying Checksum [2023-04-28T04:59:25.703Z] b85a868b505f: Download complete [2023-04-28T04:59:25.968Z] bab4dde63d76: Download complete [2023-04-28T04:59:26.904Z] b85a868b505f: Pull complete [2023-04-28T04:59:26.904Z] e2be974225ed: Pull complete [2023-04-28T04:59:27.473Z] 339a4e72a1f5: Pull complete [2023-04-28T04:59:27.473Z] 988bab9f4d93: Pull complete [2023-04-28T04:59:27.733Z] 1469e6f7b9e6: Pull complete [2023-04-28T04:59:27.733Z] eaf3925da568: Pull complete [2023-04-28T04:59:29.637Z] bab4dde63d76: Pull complete [2023-04-28T04:59:29.637Z] bde34c3a00c8: Pull complete [2023-04-28T04:59:29.637Z] b352a97aabf1: Pull complete [2023-04-28T04:59:29.637Z] 4872d77fe225: Pull complete [2023-04-28T04:59:29.637Z] 5851b861e8e6: Pull complete [2023-04-28T04:59:29.637Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-28T04:59:29.637Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-28T04:59:29.637Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T04:59:29.879Z] prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container [2023-04-28T04:59:29.912Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-28T04:59:32.825Z] $ docker top 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 -eo pid,comm [2023-04-28T04:59:32.880Z] 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-04-28T04:59:32.881Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-28T04:59:33.002Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-28T04:59:33.002Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-28T04:59:33.116Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-28T04:59:33.121Z] $ docker exec 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent [2023-04-28T04:59:33.220Z] SSH_AUTH_SOCK=/tmp/ssh-J8imT8h54plM/agent.32 [2023-04-28T04:59:33.220Z] SSH_AGENT_PID=38 [2023-04-28T04:59:33.227Z] Running ssh-add (command line suppressed) [2023-04-28T04:59:33.321Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_8419254460608566875.key (/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_8419254460608566875.key) [2023-04-28T04:59:33.334Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-28T04:59:33.667Z] + git tag --points-at HEAD [Pipeline] } [2023-04-28T04:59:33.700Z] $ docker exec --env ******** --env ******** 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent -k [2023-04-28T04:59:33.798Z] unset SSH_AUTH_SOCK; [2023-04-28T04:59:33.798Z] unset SSH_AGENT_PID; [2023-04-28T04:59:33.799Z] echo Agent pid 38 killed; [2023-04-28T04:59:33.805Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-28T04:59:33.937Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-28T04:59:33.938Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-28T04:59:34.045Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-28T04:59:34.051Z] $ docker exec 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent [2023-04-28T04:59:34.162Z] SSH_AUTH_SOCK=/tmp/ssh-VY27dzwGMzyI/agent.70 [2023-04-28T04:59:34.162Z] SSH_AGENT_PID=76 [2023-04-28T04:59:34.167Z] Running ssh-add (command line suppressed) [2023-04-28T04:59:34.275Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_12099982221783842673.key (/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/private_key_12099982221783842673.key) [2023-04-28T04:59:34.287Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-28T04:59:34.613Z] + git semver init [2023-04-28T04:59:34.873Z] 2023-04-28 04:59:34,797 [run_init] DEBUG init version:0.0.0 force:False [2023-04-28T04:59:34.874Z] 2023-04-28 04:59:34,798 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver [2023-04-28T04:59:34.874Z] 2023-04-28 04:59:34,798 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver [2023-04-28T04:59:34.874Z] 2023-04-28 04:59:34,799 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1439, universal_newlines=False, shell=None, istream=None) [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,668 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.git/info/exclude [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,670 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver/PR-1439 with force:False [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,670 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver/PR-1439 [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,675 [execute] INFO git cat-file --batch-check [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,675 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver, universal_newlines=False, shell=None, istream=) [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,681 [execute] INFO git cat-file --batch [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,681 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver, universal_newlines=False, shell=None, istream=) [2023-04-28T04:59:35.823Z] 2023-04-28 04:59:35,685 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1439/.semver/PR-1439 [2023-04-28T04:59:35.823Z] 0.0.0 [Pipeline] } [2023-04-28T04:59:35.849Z] $ docker exec --env ******** --env ******** 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 ssh-agent -k [2023-04-28T04:59:35.939Z] unset SSH_AUTH_SOCK; [2023-04-28T04:59:35.939Z] unset SSH_AGENT_PID; [2023-04-28T04:59:35.940Z] echo Agent pid 76 killed; [2023-04-28T04:59:35.944Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-28T04:59:36.370Z] + git semver [Pipeline] } [2023-04-28T04:59:36.655Z] $ docker stop --time=1 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 [2023-04-28T04:59:37.941Z] $ docker rm -f --volumes 058c99fcf693e1f2e8acc814497fe380afe15dc61f32200a249b9720802ea001 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-28T04:59:38.358Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-28T04:59:38.643Z] Stashed 1 file(s) [Pipeline] echo [2023-04-28T04:59:38.658Z] [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-04-28T04:59:39.286Z] provisioning config files... [2023-04-28T04:59:39.295Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config14297942221002268699tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T04:59:39.656Z] ---> docker-login.sh [2023-04-28T04:59:39.656Z] nexus3.edgexfoundry.org:10001 [2023-04-28T04:59:39.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:39.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:39.656Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:39.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:39.656Z] [2023-04-28T04:59:39.656Z] Login Succeeded [2023-04-28T04:59:39.656Z] nexus3.edgexfoundry.org:10002 [2023-04-28T04:59:39.656Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:39.656Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:39.656Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:39.656Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:39.656Z] [2023-04-28T04:59:39.656Z] Login Succeeded [2023-04-28T04:59:39.656Z] nexus3.edgexfoundry.org:10003 [2023-04-28T04:59:39.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:39.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:39.916Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:39.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:39.916Z] [2023-04-28T04:59:39.916Z] Login Succeeded [2023-04-28T04:59:39.916Z] nexus3.edgexfoundry.org:10004 [2023-04-28T04:59:39.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:39.916Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:39.916Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:39.916Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:39.916Z] [2023-04-28T04:59:39.916Z] Login Succeeded [2023-04-28T04:59:39.916Z] docker.io [2023-04-28T04:59:39.916Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T04:59:40.178Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T04:59:40.178Z] Configure a credential helper to remove this warning. See [2023-04-28T04:59:40.178Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T04:59:40.178Z] [2023-04-28T04:59:40.178Z] Login Succeeded [2023-04-28T04:59:40.178Z] ---> docker-login.sh ends [Pipeline] } [2023-04-28T04:59:40.207Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-28T04:59:40.413Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T04:59:40.448Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T04:59:40.486Z] ========================================================= [2023-04-28T04:59:40.486Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-28T04:59:40.486Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T04:59:40.961Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-28T04:59:40.962Z] Sending build context to Docker daemon 11.04MB [2023-04-28T04:59:40.962Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-04-28T04:59:40.962Z] Step 2/10 : FROM ${BASE} AS builder [2023-04-28T04:59:40.962Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-28T04:59:40.962Z] f56be85fc22e: Pulling fs layer [2023-04-28T04:59:40.962Z] 85791d961cd3: Pulling fs layer [2023-04-28T04:59:40.962Z] d694b5ae8c79: Pulling fs layer [2023-04-28T04:59:40.962Z] 9f32a84ed3da: Pulling fs layer [2023-04-28T04:59:40.962Z] 4d19c01a9841: Pulling fs layer [2023-04-28T04:59:40.962Z] 9325e15d5711: Pulling fs layer [2023-04-28T04:59:40.962Z] 556b6ee489ea: Pulling fs layer [2023-04-28T04:59:40.962Z] c5a4b2cf53e6: Pulling fs layer [2023-04-28T04:59:40.962Z] 9f32a84ed3da: Waiting [2023-04-28T04:59:40.962Z] 9325e15d5711: Waiting [2023-04-28T04:59:40.962Z] 556b6ee489ea: Waiting [2023-04-28T04:59:40.962Z] c5a4b2cf53e6: Waiting [2023-04-28T04:59:40.962Z] 4d19c01a9841: Waiting [2023-04-28T04:59:41.221Z] 85791d961cd3: Download complete [2023-04-28T04:59:41.221Z] 9f32a84ed3da: Verifying Checksum [2023-04-28T04:59:41.221Z] 9f32a84ed3da: Download complete [2023-04-28T04:59:41.221Z] f56be85fc22e: Verifying Checksum [2023-04-28T04:59:41.221Z] f56be85fc22e: Download complete [2023-04-28T04:59:41.221Z] 4d19c01a9841: Verifying Checksum [2023-04-28T04:59:41.221Z] 4d19c01a9841: Download complete [2023-04-28T04:59:41.221Z] 9325e15d5711: Verifying Checksum [2023-04-28T04:59:41.221Z] 9325e15d5711: Download complete [2023-04-28T04:59:41.221Z] f56be85fc22e: Pull complete [2023-04-28T04:59:41.480Z] 85791d961cd3: Pull complete [2023-04-28T04:59:41.739Z] c5a4b2cf53e6: Verifying Checksum [2023-04-28T04:59:41.739Z] c5a4b2cf53e6: Download complete [2023-04-28T04:59:41.739Z] d694b5ae8c79: Download complete [2023-04-28T04:59:41.997Z] 556b6ee489ea: Verifying Checksum [2023-04-28T04:59:41.997Z] 556b6ee489ea: Download complete [2023-04-28T04:59:45.280Z] d694b5ae8c79: Pull complete [2023-04-28T04:59:45.280Z] 9f32a84ed3da: Pull complete [2023-04-28T04:59:45.280Z] 4d19c01a9841: Pull complete [2023-04-28T04:59:45.280Z] 9325e15d5711: Pull complete [2023-04-28T04:59:47.813Z] 556b6ee489ea: Pull complete [2023-04-28T04:59:48.751Z] c5a4b2cf53e6: Pull complete [2023-04-28T04:59:48.751Z] Digest: sha256:cdb650785bd12602035d3ff87499385c169773a4d12d6eaf394b34464d3a0f2b [2023-04-28T04:59:48.751Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-28T04:59:48.751Z] ---> c4be618373d6 [2023-04-28T04:59:48.751Z] Step 3/10 : ARG MAKE=make build [2023-04-28T04:59:54.101Z] Still waiting to schedule task [2023-04-28T04:59:54.101Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-04-28T04:59:55.343Z] ---> Running in 90439ec8997d [2023-04-28T04:59:55.344Z] Removing intermediate container 90439ec8997d [2023-04-28T04:59:55.344Z] ---> 86300f21e63f [2023-04-28T04:59:55.344Z] Step 4/10 : WORKDIR /device-sdk-go [2023-04-28T04:59:55.344Z] ---> Running in e537725c1787 [2023-04-28T04:59:55.344Z] Removing intermediate container e537725c1787 [2023-04-28T04:59:55.344Z] ---> 05a98937a21b [2023-04-28T04:59:55.344Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-28T04:59:55.344Z] ---> Running in 2e71a72fa314 [2023-04-28T04:59:55.344Z] Removing intermediate container 2e71a72fa314 [2023-04-28T04:59:55.344Z] ---> ee8e6aaf9e83 [2023-04-28T04:59:55.344Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-04-28T04:59:55.344Z] ---> Running in 31eb12fde0a8 [2023-04-28T04:59:55.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T04:59:55.344Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T04:59:55.344Z] OK: 265 MiB in 53 packages [2023-04-28T04:59:55.604Z] Removing intermediate container 31eb12fde0a8 [2023-04-28T04:59:55.604Z] ---> 25019e7bf8cc [2023-04-28T04:59:55.605Z] Step 7/10 : COPY go.mod vendor* ./ [2023-04-28T04:59:55.863Z] ---> 49f74a7fc584 [2023-04-28T04:59:55.863Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T04:59:55.863Z] ---> Running in dce547311f17 [2023-04-28T05:00:35.061Z] Removing intermediate container dce547311f17 [2023-04-28T05:00:35.061Z] ---> 3c854f3481ff [2023-04-28T05:00:35.061Z] Step 9/10 : COPY . . [2023-04-28T05:00:35.061Z] ---> c1662eaf41ff [2023-04-28T05:00:35.061Z] Step 10/10 : RUN ${MAKE} [2023-04-28T05:00:35.061Z] ---> Running in 9f1bed90703d [2023-04-28T05:00:35.061Z] noop [2023-04-28T05:00:35.061Z] Removing intermediate container 9f1bed90703d [2023-04-28T05:00:35.061Z] ---> edf02e6c54a3 [2023-04-28T05:00:35.061Z] Successfully built edf02e6c54a3 [2023-04-28T05:00:35.061Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:00:35.500Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-28T05:00:35.500Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:00:35.653Z] prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container [2023-04-28T05:00:35.684Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-28T05:00:36.013Z] $ docker top c0abd9e9937415631c6197e6b5df639f2a10d9b35e5e3345c7f80b717bb7b006 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T05:00:36.406Z] + go version [2023-04-28T05:00:36.406Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-28T05:00:36.443Z] $ docker stop --time=1 c0abd9e9937415631c6197e6b5df639f2a10d9b35e5e3345c7f80b717bb7b006 [2023-04-28T05:00:37.774Z] $ docker rm -f --volumes c0abd9e9937415631c6197e6b5df639f2a10d9b35e5e3345c7f80b717bb7b006 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:00:38.481Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-28T05:00:38.481Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:00:38.629Z] prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container [2023-04-28T05:00:38.670Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-04-28T05:00:38.978Z] $ docker top 2d0da3c401f4f6c5ada53b40f56d2343aeb68774d801fb6f78e77bd1ced60240 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T05:00:39.373Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1439 [Pipeline] fileExists [Pipeline] sh [2023-04-28T05:00:39.734Z] + make test [2023-04-28T05:00:39.734Z] go test -race -coverprofile=coverage.out ./... [2023-04-28T05:00:46.298Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-04-28T05:01:01.213Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.059s coverage: 27.6% of statements [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-04-28T05:01:01.213Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-04-28T05:01:01.213Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.060s coverage: 80.2% of statements [2023-04-28T05:01:01.213Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.082s coverage: 86.0% of statements [2023-04-28T05:01:01.502Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-04-28T05:01:01.502Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-04-28T05:01:01.502Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.101s coverage: 77.5% of statements [2023-04-28T05:01:01.502Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-04-28T05:01:01.502Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-04-28T05:01:02.476Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-04-28T05:01:04.386Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.075s coverage: 14.6% of statements [2023-04-28T05:01:04.386Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.067s coverage: 68.5% of statements [2023-04-28T05:01:04.386Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.126s coverage: 89.2% of statements [2023-04-28T05:01:04.386Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.051s coverage: 5.5% of statements [2023-04-28T05:01:26.466Z] GO111MODULE=on go vet ./... [2023-04-28T05:01:26.724Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-28T05:01:26.724Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-28T05:01:26.983Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-28T05:01:27.023Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-28T05:01:27.059Z] $ docker stop --time=1 2d0da3c401f4f6c5ada53b40f56d2343aeb68774d801fb6f78e77bd1ced60240 [2023-04-28T05:01:31.612Z] $ docker rm -f --volumes 2d0da3c401f4f6c5ada53b40f56d2343aeb68774d801fb6f78e77bd1ced60240 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-28T05:01:32.182Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-28T05:01:32.265Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-28T05:01:32.924Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-28T05:01:33.239Z] + ls -al . [2023-04-28T05:01:33.239Z] total 272 [2023-04-28T05:01:33.239Z] drwxrwxr-x 11 jenkins jenkins 4096 Apr 28 05:00 . [2023-04-28T05:01:33.239Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 04:59 .. [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 28 04:59 .dockerignore [2023-04-28T05:01:33.239Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 04:59 .git [2023-04-28T05:01:33.239Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 04:59 .github [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 28 04:59 .gitignore [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 28 04:59 .golangci.yml [2023-04-28T05:01:33.239Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 28 04:59 .semver [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 31677 Apr 28 04:59 CHANGELOG.md [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 28 04:59 GOVERNANCE.md [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 885 Apr 28 04:59 Jenkinsfile [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 28 04:59 LICENSE [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 1714 Apr 28 04:59 Makefile [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 28 04:59 OWNERS.md [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 4891 Apr 28 04:59 README.md [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 04:59 VERSION [2023-04-28T05:01:33.239Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 04:59 bin [2023-04-28T05:01:33.239Z] -rw-r--r-- 1 jenkins jenkins 106119 Apr 28 05:01 coverage.out [2023-04-28T05:01:33.239Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 28 04:59 example [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 3246 Apr 28 04:59 go.mod [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 30896 Apr 28 04:59 go.sum [2023-04-28T05:01:33.239Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 04:59 internal [2023-04-28T05:01:33.239Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 04:59 openapi [2023-04-28T05:01:33.239Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 28 04:59 pkg [2023-04-28T05:01:33.239Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 04:59 snap [2023-04-28T05:01:33.239Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 28 04:59 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:01:33.629Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 --label arch=amd64 --label version=0.0.0 . [2023-04-28T05:01:33.629Z] Sending build context to Docker daemon 11.14MB [2023-04-28T05:01:33.629Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-04-28T05:01:33.629Z] Step 2/23 : FROM ${BASE} AS builder [2023-04-28T05:01:33.629Z] ---> edf02e6c54a3 [2023-04-28T05:01:33.629Z] Step 3/23 : ARG MAKE=make build [2023-04-28T05:01:34.195Z] ---> Running in 7b436ca6dd42 [2023-04-28T05:01:34.195Z] Removing intermediate container 7b436ca6dd42 [2023-04-28T05:01:34.195Z] ---> b2a08d3fc515 [2023-04-28T05:01:34.195Z] Step 4/23 : WORKDIR /device-sdk-go [2023-04-28T05:01:34.195Z] ---> Running in af610b1f6deb [2023-04-28T05:01:34.195Z] Removing intermediate container af610b1f6deb [2023-04-28T05:01:34.195Z] ---> 6cd37b03de5e [2023-04-28T05:01:34.195Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-28T05:01:34.195Z] ---> Running in 6a2a74ab5414 [2023-04-28T05:01:34.195Z] Removing intermediate container 6a2a74ab5414 [2023-04-28T05:01:34.195Z] ---> e9440a8bf6dc [2023-04-28T05:01:34.195Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-04-28T05:01:34.195Z] ---> Running in cceefc10b6cd [2023-04-28T05:01:34.453Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T05:01:34.712Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T05:01:34.972Z] OK: 265 MiB in 53 packages [2023-04-28T05:01:35.231Z] Removing intermediate container cceefc10b6cd [2023-04-28T05:01:35.231Z] ---> c89daa8b5409 [2023-04-28T05:01:35.231Z] Step 7/23 : COPY go.mod vendor* ./ [2023-04-28T05:01:35.493Z] ---> f004cc617c8e [2023-04-28T05:01:35.493Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T05:01:35.493Z] ---> Running in 0f181751c977 [2023-04-28T05:01:36.427Z] Removing intermediate container 0f181751c977 [2023-04-28T05:01:36.427Z] ---> 0ddac19ca281 [2023-04-28T05:01:36.427Z] Step 9/23 : COPY . . [2023-04-28T05:01:36.689Z] ---> bcd3b1a48feb [2023-04-28T05:01:36.689Z] Step 10/23 : RUN ${MAKE} [2023-04-28T05:01:36.689Z] ---> Running in 024e65368cb1 [2023-04-28T05:01:36.947Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-04-28T05:01:58.880Z] Removing intermediate container 024e65368cb1 [2023-04-28T05:01:58.881Z] ---> 55cd3d826d96 [2023-04-28T05:01:58.881Z] Step 11/23 : FROM alpine:3.17 [2023-04-28T05:01:58.881Z] 3.17: Pulling from library/alpine [2023-04-28T05:01:59.139Z] f56be85fc22e: Already exists [2023-04-28T05:01:59.139Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-28T05:01:59.398Z] Status: Downloaded newer image for alpine:3.17 [2023-04-28T05:01:59.398Z] ---> 9ed4aefc74f6 [2023-04-28T05:01:59.398Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-28T05:01:59.658Z] ---> Running in 68c321fc1a28 [2023-04-28T05:02:00.225Z] Removing intermediate container 68c321fc1a28 [2023-04-28T05:02:00.225Z] ---> 81c39bed0aff [2023-04-28T05:02:00.225Z] Step 13/23 : RUN apk add --update --no-cache [2023-04-28T05:02:00.225Z] ---> Running in eae6e8e4cc2c [2023-04-28T05:02:00.849Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-28T05:02:01.115Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-28T05:02:01.375Z] OK: 7 MiB in 15 packages [2023-04-28T05:02:02.750Z] Removing intermediate container eae6e8e4cc2c [2023-04-28T05:02:02.750Z] ---> 6ee3d87e0996 [2023-04-28T05:02:02.750Z] Step 14/23 : WORKDIR / [2023-04-28T05:02:02.750Z] ---> Running in 40a16796e478 [2023-04-28T05:02:03.724Z] Removing intermediate container 40a16796e478 [2023-04-28T05:02:03.724Z] ---> 50d73dab055f [2023-04-28T05:02:03.724Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-04-28T05:02:04.306Z] ---> 57c8b7e50761 [2023-04-28T05:02:04.306Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-04-28T05:02:05.739Z] ---> abe9ceaedf28 [2023-04-28T05:02:05.739Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-04-28T05:02:05.998Z] ---> 94c2d85465b5 [2023-04-28T05:02:05.998Z] Step 18/23 : EXPOSE 59999 [2023-04-28T05:02:06.255Z] ---> Running in ec8322d9f462 [2023-04-28T05:02:06.521Z] Removing intermediate container ec8322d9f462 [2023-04-28T05:02:06.521Z] ---> add383a8c209 [2023-04-28T05:02:06.521Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-04-28T05:02:06.780Z] ---> Running in f464319da5b3 [2023-04-28T05:02:07.346Z] Removing intermediate container f464319da5b3 [2023-04-28T05:02:07.346Z] ---> 293ad197b94c [2023-04-28T05:02:07.346Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T05:02:07.346Z] ---> Running in 87942de87a6a [2023-04-28T05:02:07.913Z] Removing intermediate container 87942de87a6a [2023-04-28T05:02:07.913Z] ---> f7178474a68b [2023-04-28T05:02:07.913Z] Step 21/23 : LABEL arch=amd64 [2023-04-28T05:02:08.172Z] ---> Running in cc3fc13d3dd8 [2023-04-28T05:02:10.704Z] Removing intermediate container cc3fc13d3dd8 [2023-04-28T05:02:10.704Z] ---> 5f09b3745b5e [2023-04-28T05:02:10.704Z] Step 22/23 : LABEL git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [2023-04-28T05:02:12.080Z] ---> Running in d4c601ed3419 [2023-04-28T05:02:12.342Z] Removing intermediate container d4c601ed3419 [2023-04-28T05:02:12.342Z] ---> 0138157eedc7 [2023-04-28T05:02:12.342Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T05:02:12.601Z] ---> Running in 310d704cd875 [2023-04-28T05:02:12.860Z] Removing intermediate container 310d704cd875 [2023-04-28T05:02:12.860Z] ---> 080e60d53db7 [2023-04-28T05:02:12.860Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-28T05:02:12.860Z] Successfully built 080e60d53db7 [2023-04-28T05:02:12.860Z] Successfully tagged device-sdk-simple: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-04-28T05:02:13.699Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-11994 in /w/workspace/gexfoundry_device-sdk-go_PR-1439 [Pipeline] { [2023-04-28T05:02:13.723Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T05:02:13.723Z] [2023-04-28T05:02:13.723Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] ws [2023-04-28T05:02:13.774Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] checkout [Pipeline] sh [2023-04-28T05:02:13.876Z] The recommended git tool is: git [2023-04-28T05:02:14.154Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T05:02:14.742Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-28T05:02:14.742Z] 5eb5b503b376: Pulling fs layer [2023-04-28T05:02:14.742Z] 5c69ac0246d0: Pulling fs layer [2023-04-28T05:02:14.742Z] ec43610c2a17: Pulling fs layer [2023-04-28T05:02:14.742Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-28T05:02:14.742Z] 33b1e0a273af: Pulling fs layer [2023-04-28T05:02:14.742Z] 5d3b04190fa2: Pulling fs layer [2023-04-28T05:02:14.742Z] 2f39f015ded8: Pulling fs layer [2023-04-28T05:02:14.742Z] 33b1e0a273af: Waiting [2023-04-28T05:02:14.742Z] 3a2ae6a8a46f: Waiting [2023-04-28T05:02:14.742Z] 5d3b04190fa2: Waiting [2023-04-28T05:02:14.742Z] 2f39f015ded8: Waiting [2023-04-28T05:02:14.742Z] 5c69ac0246d0: Verifying Checksum [2023-04-28T05:02:14.742Z] 5c69ac0246d0: Download complete [2023-04-28T05:02:14.742Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-28T05:02:14.742Z] 3a2ae6a8a46f: Download complete [2023-04-28T05:02:14.742Z] 33b1e0a273af: Verifying Checksum [2023-04-28T05:02:14.742Z] 33b1e0a273af: Download complete [2023-04-28T05:02:14.742Z] 5d3b04190fa2: Download complete [2023-04-28T05:02:14.742Z] ec43610c2a17: Verifying Checksum [2023-04-28T05:02:15.000Z] 5eb5b503b376: Verifying Checksum [2023-04-28T05:02:15.000Z] 5eb5b503b376: Download complete [2023-04-28T05:02:16.450Z] 5eb5b503b376: Pull complete [2023-04-28T05:02:16.450Z] 5c69ac0246d0: Pull complete [2023-04-28T05:02:18.981Z] ec43610c2a17: Pull complete [2023-04-28T05:02:20.362Z] 3a2ae6a8a46f: Pull complete [2023-04-28T05:02:20.620Z] 33b1e0a273af: Pull complete [2023-04-28T05:02:20.877Z] 5d3b04190fa2: Pull complete [2023-04-28T05:02:22.266Z] using credential edgex-jenkins-ssh [2023-04-28T05:02:22.291Z] Cloning the remote Git repository [2023-04-28T05:02:22.383Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-04-28T05:02:22.538Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2023-04-28T05:02:22.867Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-04-28T05:02:22.868Z] > git --version # timeout=10 [2023-04-28T05:02:22.914Z] > git --version # 'git version 2.25.1' [2023-04-28T05:02:22.918Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-28T05:02:23.226Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-28T05:02:25.058Z] 2f39f015ded8: Pull complete [2023-04-28T05:02:25.058Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-28T05:02:25.058Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T05:02:25.058Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:02:25.293Z] prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container [2023-04-28T05:02:25.327Z] $ 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/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-28T05:02:25.393Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-04-28T05:02:25.465Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-28T05:02:27.642Z] Merging remotes/origin/main commit cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 into PR head commit 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [2023-04-28T05:02:26.859Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-04-28T05:02:26.934Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-04-28T05:02:26.936Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-28T05:02:26.978Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1439/head:refs/remotes/origin/PR-1439 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-04-28T05:02:27.667Z] > git config core.sparsecheckout # timeout=10 [2023-04-28T05:02:28.470Z] Merge succeeded, producing 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [2023-04-28T05:02:28.471Z] Checking out Revision 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 (PR-1439) [2023-04-28T05:02:27.841Z] > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # timeout=10 [2023-04-28T05:02:28.082Z] > git remote # timeout=10 [2023-04-28T05:02:28.142Z] > git config --get remote.origin.url # timeout=10 [2023-04-28T05:02:28.209Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-28T05:02:28.262Z] > git merge cc1c191f7136a36b2a7f5a8b6d3c5c2ccaccd9b2 # timeout=10 [2023-04-28T05:02:28.374Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-04-28T05:02:28.483Z] > git config core.sparsecheckout # timeout=10 [2023-04-28T05:02:28.590Z] > git checkout -f 4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 # timeout=10 [2023-04-28T05:02:29.667Z] Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-messaging/v3" [2023-04-28T05:02:29.747Z] > git --version # timeout=10 [2023-04-28T05:02:29.810Z] > git --version # 'git version 2.25.1' [2023-04-28T05:02:29.917Z] fatal: bad object 8d11186b4ecddd371e5d69e8bc5262dee0d7f4a1 [2023-04-28T05:02:30.307Z] [2023-04-28T05:02:30.307Z] GitHub has been notified of this commit’s build result [2023-04-28T05:02:30.307Z] [2023-04-28T05:02:32.827Z] $ docker top 97ec81b5d438e53332c2b4b0ecefe4acb803fcf423f1b9b8e5ceb245ab98d8a2 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-28T05:02:33.286Z] ---> job-cost.sh [2023-04-28T05:02:33.286Z] lf-activate-venv: SKIPPING [2023-04-28T05:02:33.286Z] INFO: No Stack... [2023-04-28T05:02:33.544Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-28T05:02:33.803Z] INFO: Archiving Costs [2023-04-28T05:02:33.826Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-28T05:02:33.826Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-28T05:02:33.826Z] Dload Upload Total Spent Left Speed [2023-04-28T05:02:33.826Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 194k 0 --:--:-- --:--:-- --:--:-- 197k [Pipeline] sh [2023-04-28T05:02:34.117Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives/cost.csv [2023-04-28T05:02:34.117Z] + cut -d, -f6 [Pipeline] lock [2023-04-28T05:02:34.162Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [2023-04-28T05:02:34.170Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] did not exist. Created. [2023-04-28T05:02:34.170Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [Pipeline] sh [2023-04-28T05:02:34.566Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-28T05:02:34.616Z] Stashed 1 file(s) [Pipeline] } [2023-04-28T05:02:34.649Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] // lock [2023-04-28T05:02:34.714Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] } [2023-04-28T05:02:34.739Z] $ docker stop --time=1 97ec81b5d438e53332c2b4b0ecefe4acb803fcf423f1b9b8e5ceb245ab98d8a2 [2023-04-28T05:02:35.903Z] $ docker rm -f --volumes 97ec81b5d438e53332c2b4b0ecefe4acb803fcf423f1b9b8e5ceb245ab98d8a2 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] sh [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-28T05:02:36.363Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-28T05:02:36.363Z] + sudo tee /etc/docker/daemon.new [2023-04-28T05:02:36.363Z] { [2023-04-28T05:02:36.363Z] "registry-mirrors": [ [2023-04-28T05:02:36.363Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-28T05:02:36.363Z] ], [2023-04-28T05:02:36.363Z] "bip": "10.250.0.254/24", [2023-04-28T05:02:36.363Z] "hosts": [ [2023-04-28T05:02:36.363Z] "tcp://0.0.0.0:5555", [2023-04-28T05:02:36.363Z] "unix:///var/run/docker.sock" [2023-04-28T05:02:36.363Z] ], [2023-04-28T05:02:36.363Z] "mtu": 1458, [2023-04-28T05:02:36.363Z] "selinux-enabled": true, [2023-04-28T05:02:36.363Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-28T05:02:36.363Z] } [Pipeline] sh [2023-04-28T05:02:36.823Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-28T05:02:37.205Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-28T05:02:55.624Z] provisioning config files... [2023-04-28T05:02:55.659Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config16942415612807023007tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:02:56.062Z] ---> docker-login.sh [2023-04-28T05:02:56.062Z] nexus3.edgexfoundry.org:10001 [2023-04-28T05:02:56.655Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T05:02:56.926Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T05:02:56.926Z] Configure a credential helper to remove this warning. See [2023-04-28T05:02:56.926Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T05:02:56.926Z] [2023-04-28T05:02:56.926Z] Login Succeeded [2023-04-28T05:02:56.926Z] nexus3.edgexfoundry.org:10002 [2023-04-28T05:02:57.201Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T05:02:57.201Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T05:02:57.201Z] Configure a credential helper to remove this warning. See [2023-04-28T05:02:57.201Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T05:02:57.201Z] [2023-04-28T05:02:57.201Z] Login Succeeded [2023-04-28T05:02:57.201Z] nexus3.edgexfoundry.org:10003 [2023-04-28T05:02:57.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T05:02:57.746Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T05:02:57.746Z] Configure a credential helper to remove this warning. See [2023-04-28T05:02:57.746Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T05:02:57.746Z] [2023-04-28T05:02:57.746Z] Login Succeeded [2023-04-28T05:02:57.746Z] nexus3.edgexfoundry.org:10004 [2023-04-28T05:02:58.018Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T05:02:58.018Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T05:02:58.018Z] Configure a credential helper to remove this warning. See [2023-04-28T05:02:58.018Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T05:02:58.018Z] [2023-04-28T05:02:58.018Z] Login Succeeded [2023-04-28T05:02:58.018Z] docker.io [2023-04-28T05:02:58.291Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-28T05:02:58.561Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-28T05:02:58.561Z] Configure a credential helper to remove this warning. See [2023-04-28T05:02:58.561Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-28T05:02:58.561Z] [2023-04-28T05:02:58.561Z] Login Succeeded [2023-04-28T05:02:58.561Z] ---> docker-login.sh ends [Pipeline] } [2023-04-28T05:02:58.591Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-28T05:02:58.994Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T05:02:59.031Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-28T05:02:59.066Z] ========================================================= [2023-04-28T05:02:59.066Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-28T05:02:59.066Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:02:59.585Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-28T05:03:00.187Z] Sending build context to Docker daemon 5.927MB [2023-04-28T05:03:00.187Z] Step 1/10 : ARG BASE=golang:1.20-alpine3.17 [2023-04-28T05:03:00.187Z] Step 2/10 : FROM ${BASE} AS builder [2023-04-28T05:03:00.187Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-28T05:03:00.187Z] c41833b44d91: Pulling fs layer [2023-04-28T05:03:00.187Z] ed15518f5707: Pulling fs layer [2023-04-28T05:03:00.187Z] feae8fd75edb: Pulling fs layer [2023-04-28T05:03:00.187Z] 242c74f7c9fa: Pulling fs layer [2023-04-28T05:03:00.187Z] 3cdef696dda3: Pulling fs layer [2023-04-28T05:03:00.187Z] 2ced38df9373: Pulling fs layer [2023-04-28T05:03:00.187Z] 58f1dce35555: Pulling fs layer [2023-04-28T05:03:00.187Z] 242c74f7c9fa: Waiting [2023-04-28T05:03:00.187Z] 3cdef696dda3: Waiting [2023-04-28T05:03:00.187Z] 2ced38df9373: Waiting [2023-04-28T05:03:00.187Z] 58f1dce35555: Waiting [2023-04-28T05:03:00.187Z] ed15518f5707: Download complete [2023-04-28T05:03:00.187Z] 242c74f7c9fa: Verifying Checksum [2023-04-28T05:03:00.187Z] 242c74f7c9fa: Download complete [2023-04-28T05:03:00.458Z] 3cdef696dda3: Verifying Checksum [2023-04-28T05:03:00.458Z] 3cdef696dda3: Download complete [2023-04-28T05:03:00.458Z] c41833b44d91: Verifying Checksum [2023-04-28T05:03:01.434Z] c41833b44d91: Pull complete [2023-04-28T05:03:01.707Z] 58f1dce35555: Verifying Checksum [2023-04-28T05:03:01.707Z] 58f1dce35555: Download complete [2023-04-28T05:03:01.980Z] ed15518f5707: Pull complete [2023-04-28T05:03:02.968Z] feae8fd75edb: Download complete [2023-04-28T05:03:02.968Z] 2ced38df9373: Verifying Checksum [2023-04-28T05:03:02.968Z] 2ced38df9373: Download complete [2023-04-28T05:03:15.465Z] feae8fd75edb: Pull complete [2023-04-28T05:03:15.465Z] 242c74f7c9fa: Pull complete [2023-04-28T05:03:15.465Z] 3cdef696dda3: Pull complete [2023-04-28T05:03:20.829Z] 2ced38df9373: Pull complete [2023-04-28T05:03:22.254Z] 58f1dce35555: Pull complete [2023-04-28T05:03:22.254Z] Digest: sha256:3b55595e96c696ae732e8cb20cde5b1ff7282a1fe1423a8de67617af8d15ea1e [2023-04-28T05:03:22.254Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-28T05:03:22.254Z] ---> fadd8f120f05 [2023-04-28T05:03:22.254Z] Step 3/10 : ARG MAKE=make build [2023-04-28T05:03:24.231Z] ---> Running in c3e5543e9810 [2023-04-28T05:03:24.502Z] Removing intermediate container c3e5543e9810 [2023-04-28T05:03:24.502Z] ---> 6603882a0067 [2023-04-28T05:03:24.502Z] Step 4/10 : WORKDIR /device-sdk-go [2023-04-28T05:03:24.502Z] ---> Running in 29fec9a05c5a [2023-04-28T05:03:24.774Z] Removing intermediate container 29fec9a05c5a [2023-04-28T05:03:24.774Z] ---> de06e0c1699c [2023-04-28T05:03:24.774Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-28T05:03:24.774Z] ---> Running in 580fcf681fb6 [2023-04-28T05:03:25.045Z] Removing intermediate container 580fcf681fb6 [2023-04-28T05:03:25.045Z] ---> a4e0179cbbb5 [2023-04-28T05:03:25.045Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-04-28T05:03:25.313Z] ---> Running in 01f5257f8398 [2023-04-28T05:03:26.734Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T05:03:27.020Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T05:03:28.439Z] OK: 263 MiB in 53 packages [2023-04-28T05:03:29.029Z] Removing intermediate container 01f5257f8398 [2023-04-28T05:03:29.029Z] ---> 5954279d0e8c [2023-04-28T05:03:29.029Z] Step 7/10 : COPY go.mod vendor* ./ [2023-04-28T05:03:29.619Z] ---> dfc4eab81783 [2023-04-28T05:03:29.619Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T05:03:29.891Z] ---> Running in 54c536b80701 [2023-04-28T05:04:37.828Z] Removing intermediate container 54c536b80701 [2023-04-28T05:04:37.828Z] ---> be88a66948f0 [2023-04-28T05:04:37.828Z] Step 9/10 : COPY . . [2023-04-28T05:04:37.828Z] ---> f9cce3af8abb [2023-04-28T05:04:37.828Z] Step 10/10 : RUN ${MAKE} [2023-04-28T05:04:37.828Z] ---> Running in 771afa7c9b82 [2023-04-28T05:04:37.828Z] noop [2023-04-28T05:04:37.828Z] Removing intermediate container 771afa7c9b82 [2023-04-28T05:04:37.828Z] ---> 4474f1537e8f [2023-04-28T05:04:37.828Z] Successfully built 4474f1537e8f [2023-04-28T05:04:37.828Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:04:38.310Z] + docker inspect -f . ci-base-image-arm64 [2023-04-28T05:04:38.311Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:04:38.617Z] prd-ubuntu20.04-docker-arm64-4c-16g-11994 does not seem to be running inside a container [2023-04-28T05:04:38.688Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-28T05:04:40.021Z] $ docker top 6c1ab36f99cf72dc7339f26c4f535a3e4b2f38aec4ca5b14392bb7aa13b4cdc9 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T05:04:40.948Z] + go version [2023-04-28T05:04:40.948Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-28T05:04:40.993Z] $ docker stop --time=1 6c1ab36f99cf72dc7339f26c4f535a3e4b2f38aec4ca5b14392bb7aa13b4cdc9 [2023-04-28T05:04:42.702Z] $ docker rm -f --volumes 6c1ab36f99cf72dc7339f26c4f535a3e4b2f38aec4ca5b14392bb7aa13b4cdc9 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:04:43.575Z] + docker inspect -f . ci-base-image-arm64 [2023-04-28T05:04:43.575Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:04:43.853Z] prd-ubuntu20.04-docker-arm64-4c-16g-11994 does not seem to be running inside a container [2023-04-28T05:04:43.930Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-04-28T05:04:45.223Z] $ docker top 0627891a7b0dc0d9f36c819169d90f2de000b717c6bfd1a04696a075823496d7 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T05:04:46.143Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2023-04-28T05:04:46.870Z] + make test [2023-04-28T05:04:46.870Z] go test -race -coverprofile=coverage.out ./... [2023-04-28T05:05:33.783Z] ? github.com/edgexfoundry/device-sdk-go/v3 [no test files] [2023-04-28T05:07:40.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/cmd/device-simple [no test files] [2023-04-28T05:07:40.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/config [no test files] [2023-04-28T05:07:40.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/example/driver [no test files] [2023-04-28T05:07:40.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/application [no test files] [2023-04-28T05:07:40.512Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/autodiscovery [no test files] [2023-04-28T05:07:48.768Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/autoevent 0.256s coverage: 27.6% of statements [2023-04-28T05:07:51.359Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/cache 0.305s coverage: 80.2% of statements [2023-04-28T05:08:01.478Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/config [no test files] [2023-04-28T05:08:01.478Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/container [no test files] [2023-04-28T05:08:02.066Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/common 0.404s coverage: 86.0% of statements [2023-04-28T05:08:07.430Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http/correlation [no test files] [2023-04-28T05:08:07.430Z] ? github.com/edgexfoundry/device-sdk-go/v3/internal/provision [no test files] [2023-04-28T05:08:07.700Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/http 0.515s coverage: 77.5% of statements [2023-04-28T05:08:11.072Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/controller/messaging 3.306s coverage: 14.6% of statements [2023-04-28T05:08:13.672Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces [no test files] [2023-04-28T05:08:13.672Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/interfaces/mocks [no test files] [2023-04-28T05:08:13.943Z] ok github.com/edgexfoundry/device-sdk-go/v3/internal/transformer 0.490s coverage: 68.5% of statements [2023-04-28T05:08:15.913Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/models 0.490s coverage: 89.2% of statements [2023-04-28T05:08:19.283Z] ? github.com/edgexfoundry/device-sdk-go/v3/pkg/startup [no test files] [2023-04-28T05:08:19.555Z] ok github.com/edgexfoundry/device-sdk-go/v3/pkg/service 0.278s coverage: 5.5% of statements [2023-04-28T05:08:20.526Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-28T05:08:20.526Z] GO111MODULE=on go vet ./... [2023-04-28T05:11:12.433Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-28T05:11:12.433Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-28T05:11:12.433Z] ./bin/test-attribution-txt.sh [Pipeline] echo [2023-04-28T05:11:12.476Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-28T05:11:12.522Z] $ docker stop --time=1 0627891a7b0dc0d9f36c819169d90f2de000b717c6bfd1a04696a075823496d7 [2023-04-28T05:11:16.447Z] $ docker rm -f --volumes 0627891a7b0dc0d9f36c819169d90f2de000b717c6bfd1a04696a075823496d7 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-28T05:11:18.342Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-28T05:11:18.379Z] Warning: overwriting stash ‘coverage-report’ [2023-04-28T05:11:19.077Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-28T05:11:19.690Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-28T05:11:20.043Z] + ls -al . [2023-04-28T05:11:20.043Z] total 268 [2023-04-28T05:11:20.043Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 28 05:04 . [2023-04-28T05:11:20.043Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 05:02 .. [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 140 Apr 28 05:02 .dockerignore [2023-04-28T05:11:20.043Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 28 05:02 .git [2023-04-28T05:11:20.043Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 05:02 .github [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 131 Apr 28 05:02 .gitignore [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 42 Apr 28 05:02 .golangci.yml [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 31677 Apr 28 05:02 CHANGELOG.md [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 28 05:02 GOVERNANCE.md [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 885 Apr 28 05:02 Jenkinsfile [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 11341 Apr 28 05:02 LICENSE [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 1714 Apr 28 05:02 Makefile [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 619 Apr 28 05:02 OWNERS.md [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 4891 Apr 28 05:02 README.md [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 5 Apr 28 04:59 VERSION [2023-04-28T05:11:20.043Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 28 05:02 bin [2023-04-28T05:11:20.043Z] -rw-r--r-- 1 jenkins jenkins 106119 Apr 28 05:08 coverage.out [2023-04-28T05:11:20.043Z] drwxrwxr-x 5 jenkins jenkins 4096 Apr 28 05:02 example [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 3246 Apr 28 05:02 go.mod [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 30896 Apr 28 05:02 go.sum [2023-04-28T05:11:20.043Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 05:02 internal [2023-04-28T05:11:20.043Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 28 05:02 openapi [2023-04-28T05:11:20.043Z] drwxrwxr-x 6 jenkins jenkins 4096 Apr 28 05:02 pkg [2023-04-28T05:11:20.043Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 28 05:02 snap [2023-04-28T05:11:20.043Z] -rw-rw-r-- 1 jenkins jenkins 222 Apr 28 05:02 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:11:20.484Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 --label arch=arm64 --label version=0.0.0 . [2023-04-28T05:11:21.072Z] Sending build context to Docker daemon 6.034MB [2023-04-28T05:11:21.072Z] Step 1/23 : ARG BASE=golang:1.20-alpine3.17 [2023-04-28T05:11:21.072Z] Step 2/23 : FROM ${BASE} AS builder [2023-04-28T05:11:21.072Z] ---> 4474f1537e8f [2023-04-28T05:11:21.072Z] Step 3/23 : ARG MAKE=make build [2023-04-28T05:11:21.072Z] ---> Running in 8a7e85f1cb43 [2023-04-28T05:11:21.759Z] Removing intermediate container 8a7e85f1cb43 [2023-04-28T05:11:21.759Z] ---> 6ae6efcfdec2 [2023-04-28T05:11:21.759Z] Step 4/23 : WORKDIR /device-sdk-go [2023-04-28T05:11:21.759Z] ---> Running in 61f2397d526c [2023-04-28T05:11:22.049Z] Removing intermediate container 61f2397d526c [2023-04-28T05:11:22.049Z] ---> 0cacd436954d [2023-04-28T05:11:22.049Z] Step 5/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-04-28T05:11:22.049Z] ---> Running in d67b14fed6f2 [2023-04-28T05:11:22.644Z] Removing intermediate container d67b14fed6f2 [2023-04-28T05:11:22.644Z] ---> 6e7a57faf783 [2023-04-28T05:11:22.644Z] Step 6/23 : RUN apk add --update --no-cache make git [2023-04-28T05:11:22.644Z] ---> Running in b01c0c498771 [2023-04-28T05:11:23.638Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T05:11:24.232Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T05:11:25.651Z] OK: 263 MiB in 53 packages [2023-04-28T05:11:26.624Z] Removing intermediate container b01c0c498771 [2023-04-28T05:11:26.624Z] ---> 8809cd5daaa5 [2023-04-28T05:11:26.624Z] Step 7/23 : COPY go.mod vendor* ./ [2023-04-28T05:11:30.896Z] ---> 23e5f0b654ce [2023-04-28T05:11:30.896Z] Step 8/23 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-28T05:11:30.896Z] ---> Running in 3e89666b0686 [2023-04-28T05:11:33.486Z] Removing intermediate container 3e89666b0686 [2023-04-28T05:11:33.486Z] ---> a5da53a63cef [2023-04-28T05:11:33.486Z] Step 9/23 : COPY . . [2023-04-28T05:11:34.912Z] ---> 7d100ca4a5bb [2023-04-28T05:11:34.912Z] Step 10/23 : RUN ${MAKE} [2023-04-28T05:11:34.912Z] ---> Running in 5512fdda37b2 [2023-04-28T05:11:35.882Z] CGO_ENABLED=0 go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v3.Version=0.0.0" -trimpath -mod=readonly -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2023-04-28T05:14:12.650Z] Removing intermediate container 5512fdda37b2 [2023-04-28T05:14:12.650Z] ---> 90b07407ebbe [2023-04-28T05:14:12.650Z] Step 11/23 : FROM alpine:3.17 [2023-04-28T05:14:12.650Z] 3.17: Pulling from library/alpine [2023-04-28T05:14:12.650Z] c41833b44d91: Already exists [2023-04-28T05:14:12.650Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-28T05:14:12.650Z] Status: Downloaded newer image for alpine:3.17 [2023-04-28T05:14:12.650Z] ---> 51e60588ff2c [2023-04-28T05:14:12.650Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2022: Intel' [2023-04-28T05:14:12.650Z] ---> Running in d1a6640a5e9f [2023-04-28T05:14:12.650Z] Removing intermediate container d1a6640a5e9f [2023-04-28T05:14:12.650Z] ---> 908260f8f324 [2023-04-28T05:14:12.650Z] Step 13/23 : RUN apk add --update --no-cache [2023-04-28T05:14:12.650Z] ---> Running in e2b8673b90ad [2023-04-28T05:14:12.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-28T05:14:12.650Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-28T05:14:12.650Z] OK: 7 MiB in 15 packages [2023-04-28T05:14:12.650Z] Removing intermediate container e2b8673b90ad [2023-04-28T05:14:12.650Z] ---> af8dd36e87dc [2023-04-28T05:14:12.650Z] Step 14/23 : WORKDIR / [2023-04-28T05:14:12.650Z] ---> Running in 1b7b5f82d0f3 [2023-04-28T05:14:12.650Z] Removing intermediate container 1b7b5f82d0f3 [2023-04-28T05:14:12.650Z] ---> ba429ab40ff5 [2023-04-28T05:14:12.650Z] Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2023-04-28T05:14:12.650Z] ---> f548715e1897 [2023-04-28T05:14:12.650Z] Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2023-04-28T05:14:12.650Z] ---> f16cec17844b [2023-04-28T05:14:12.650Z] Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2023-04-28T05:14:12.650Z] ---> 866d4fb0f7d9 [2023-04-28T05:14:12.650Z] Step 18/23 : EXPOSE 59999 [2023-04-28T05:14:12.650Z] ---> Running in 11817be1bc5a [2023-04-28T05:14:12.650Z] Removing intermediate container 11817be1bc5a [2023-04-28T05:14:12.650Z] ---> 2e1d71d9c231 [2023-04-28T05:14:12.650Z] Step 19/23 : ENTRYPOINT ["/device-simple"] [2023-04-28T05:14:12.650Z] ---> Running in 20cfa1c1eb6a [2023-04-28T05:14:12.650Z] Removing intermediate container 20cfa1c1eb6a [2023-04-28T05:14:12.650Z] ---> 346f15cd6e46 [2023-04-28T05:14:12.650Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-28T05:14:12.650Z] ---> Running in d9eea7395eb8 [2023-04-28T05:14:12.650Z] Removing intermediate container d9eea7395eb8 [2023-04-28T05:14:12.650Z] ---> 62724bf2bae1 [2023-04-28T05:14:12.650Z] Step 21/23 : LABEL arch=arm64 [2023-04-28T05:14:12.650Z] ---> Running in b3850a28eef0 [2023-04-28T05:14:12.650Z] Removing intermediate container b3850a28eef0 [2023-04-28T05:14:12.650Z] ---> 71e8101df8c8 [2023-04-28T05:14:12.650Z] Step 22/23 : LABEL git_sha=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [2023-04-28T05:14:12.650Z] ---> Running in 892052dc86e1 [2023-04-28T05:14:12.650Z] Removing intermediate container 892052dc86e1 [2023-04-28T05:14:12.650Z] ---> 749f6741768f [2023-04-28T05:14:12.650Z] Step 23/23 : LABEL version=0.0.0 [2023-04-28T05:14:12.650Z] ---> Running in 9afddcbe72d3 [2023-04-28T05:14:12.650Z] Removing intermediate container 9afddcbe72d3 [2023-04-28T05:14:12.650Z] ---> e6604615d9a6 [2023-04-28T05:14:12.650Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-28T05:14:12.650Z] Successfully built e6604615d9a6 [2023-04-28T05:14:12.650Z] Successfully tagged device-sdk-simple-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-04-28T05:14:13.472Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-28T05:14:13.472Z] [2023-04-28T05:14:13.472Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:14:13.882Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-28T05:14:13.882Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-28T05:14:13.882Z] 8998bd30e6a1: Pulling fs layer [2023-04-28T05:14:13.882Z] 04944245beec: Pulling fs layer [2023-04-28T05:14:13.882Z] 699f458cf7ca: Pulling fs layer [2023-04-28T05:14:13.882Z] 765212b225bb: Pulling fs layer [2023-04-28T05:14:13.882Z] f23df028b6ca: Pulling fs layer [2023-04-28T05:14:13.882Z] d65c8cfc05b1: Pulling fs layer [2023-04-28T05:14:13.882Z] 2437ff75d9bd: Pulling fs layer [2023-04-28T05:14:13.882Z] 765212b225bb: Waiting [2023-04-28T05:14:13.882Z] f23df028b6ca: Waiting [2023-04-28T05:14:13.882Z] 2437ff75d9bd: Waiting [2023-04-28T05:14:13.882Z] d65c8cfc05b1: Waiting [2023-04-28T05:14:14.156Z] 04944245beec: Verifying Checksum [2023-04-28T05:14:14.156Z] 04944245beec: Download complete [2023-04-28T05:14:14.156Z] 765212b225bb: Verifying Checksum [2023-04-28T05:14:14.156Z] 765212b225bb: Download complete [2023-04-28T05:14:14.156Z] f23df028b6ca: Verifying Checksum [2023-04-28T05:14:14.156Z] f23df028b6ca: Download complete [2023-04-28T05:14:14.156Z] d65c8cfc05b1: Verifying Checksum [2023-04-28T05:14:14.156Z] d65c8cfc05b1: Download complete [2023-04-28T05:14:14.428Z] 699f458cf7ca: Verifying Checksum [2023-04-28T05:14:14.428Z] 699f458cf7ca: Download complete [2023-04-28T05:14:14.708Z] 8998bd30e6a1: Verifying Checksum [2023-04-28T05:14:14.708Z] 8998bd30e6a1: Download complete [2023-04-28T05:14:17.309Z] 2437ff75d9bd: Verifying Checksum [2023-04-28T05:14:17.309Z] 2437ff75d9bd: Download complete [2023-04-28T05:14:18.732Z] 8998bd30e6a1: Pull complete [2023-04-28T05:14:19.319Z] 04944245beec: Pull complete [2023-04-28T05:14:20.739Z] 699f458cf7ca: Pull complete [2023-04-28T05:14:21.006Z] 765212b225bb: Pull complete [2023-04-28T05:14:24.352Z] f23df028b6ca: Pull complete [2023-04-28T05:14:24.352Z] d65c8cfc05b1: Pull complete [2023-04-28T05:14:39.363Z] 2437ff75d9bd: Pull complete [2023-04-28T05:14:39.363Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-28T05:14:39.363Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-28T05:14:39.363Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:14:39.708Z] prd-ubuntu20.04-docker-arm64-4c-16g-11994 does not seem to be running inside a container [2023-04-28T05:14:39.786Z] $ 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-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-28T05:14:42.478Z] $ docker top 02692166044ddfa6cf027969c7f2b3b2f26e2932ffa079d9c458ccb6f11a1961 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:14:43.419Z] ---> job-cost.sh [2023-04-28T05:14:43.419Z] lf-activate-venv: SKIPPING [2023-04-28T05:14:43.419Z] INFO: No Stack... [2023-04-28T05:14:44.006Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-28T05:14:44.599Z] INFO: Archiving Costs [Pipeline] sh [2023-04-28T05:14:45.527Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2023-04-28T05:14:45.527Z] + cut -d, -f6 [Pipeline] lock [2023-04-28T05:14:45.608Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [2023-04-28T05:14:45.613Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] did not exist. Created. [2023-04-28T05:14:45.613Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-28T05:14:46.030Z] /w/workspace/device-sdk-go/1@tmp/durable-349bf08e/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-28T05:14:46.713Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-28T05:14:46.749Z] Warning: overwriting stash ‘stack-cost’ [2023-04-28T05:14:46.823Z] Stashed 1 file(s) [Pipeline] } [2023-04-28T05:14:46.840Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1439-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-28T05:14:46.931Z] $ docker stop --time=1 02692166044ddfa6cf027969c7f2b3b2f26e2932ffa079d9c458ccb6f11a1961 [2023-04-28T05:14:48.468Z] $ docker rm -f --volumes 02692166044ddfa6cf027969c7f2b3b2f26e2932ffa079d9c458ccb6f11a1961 [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-04-28T05:14:49.495Z] provisioning config files... [2023-04-28T05:14:49.502Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config16653146984506387477tmp [Pipeline] { [Pipeline] sh [2023-04-28T05:14:49.857Z] + set +x [2023-04-28T05:14:49.857Z] + curl -s https://codecov.io/bash [2023-04-28T05:14:49.857Z] + bash -s -- [2023-04-28T05:14:49.857Z] [2023-04-28T05:14:49.857Z] _____ _ [2023-04-28T05:14:49.857Z] / ____| | | [2023-04-28T05:14:49.857Z] | | ___ __| | ___ ___ _____ __ [2023-04-28T05:14:49.857Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-28T05:14:49.857Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-28T05:14:49.857Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-28T05:14:49.857Z] Bash-1.0.6 [2023-04-28T05:14:49.857Z] [2023-04-28T05:14:49.857Z] [2023-04-28T05:14:49.857Z] ==> git version 2.25.1 found [2023-04-28T05:14:49.857Z] ==> 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-04-28T05:14:49.857Z] Release-Date: 2020-01-08 [2023-04-28T05:14:49.857Z] 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-04-28T05:14:49.857Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-28T05:14:49.857Z] ==> Jenkins CI detected. [2023-04-28T05:14:49.857Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1439 [2023-04-28T05:14:49.857Z] project root: . [2023-04-28T05:14:49.857Z] --> token set from env [2023-04-28T05:14:49.857Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-28T05:14:49.857Z] ==> Running gcov in . (disable via -X gcov) [2023-04-28T05:14:49.857Z] ==> Python coveragepy not found [2023-04-28T05:14:49.857Z] ==> Searching for coverage reports in: [2023-04-28T05:14:49.857Z] + . [2023-04-28T05:14:49.857Z] -> Found 1 reports [2023-04-28T05:14:49.857Z] ==> Detecting git/mercurial file structure [2023-04-28T05:14:49.857Z] ==> Reading reports [2023-04-28T05:14:49.857Z] + ./coverage.out bytes=106119 [2023-04-28T05:14:49.857Z] ==> Appending adjustments [2023-04-28T05:14:49.857Z] https://docs.codecov.io/docs/fixing-reports [2023-04-28T05:14:50.117Z] + Found adjustments [2023-04-28T05:14:50.117Z] ==> Gzipping contents [2023-04-28T05:14:50.117Z] 16K /tmp/codecov.JoCF1d.gz [2023-04-28T05:14:50.117Z] ==> Uploading reports [2023-04-28T05:14:50.117Z] url: https://codecov.io [2023-04-28T05:14:50.118Z] query: branch=PR-1439&commit=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1439%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1439&job=&cmd_args= [2023-04-28T05:14:50.118Z] -> Pinging Codecov [2023-04-28T05:14:50.118Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1439&commit=4bb31c679f83b7b1c2d8baca883e9dc3baba52d9&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1439%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1439&job=&cmd_args= [2023-04-28T05:14:50.377Z] -> Uploading to [2023-04-28T05:14:50.377Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-28/7E55EF52A471D76F132DFD9A03CDDE97/4bb31c679f83b7b1c2d8baca883e9dc3baba52d9/2e7f0d31-0f8f-46c6-ab23-77e352904036.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230428%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230428T051450Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ed186fc373d6df03bea22f163b8f27a11eb4c05f7118d4f393fc11a293268a17 [2023-04-28T05:14:50.377Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-28T05:14:50.377Z] Dload Upload Total Spent Left Speed [2023-04-28T05:14:50.637Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 14992 0 0 100 14992 0 71390 --:--:-- --:--:-- --:--:-- 71390 [2023-04-28T05:14:50.637Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-sdk-go/commit/4bb31c679f83b7b1c2d8baca883e9dc3baba52d9 [Pipeline] } [2023-04-28T05:14:50.665Z] 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-04-28T05:14:54.566Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives ] [2023-04-28T05:14:54.566Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives [2023-04-28T05:14:54.566Z] total 16 [2023-04-28T05:14:54.566Z] drwxr-xr-x 3 root root 4096 Apr 28 05:02 . [2023-04-28T05:14:54.566Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 05:02 .. [2023-04-28T05:14:54.566Z] drwxr-xr-x 2 root root 4096 Apr 28 05:02 cost [2023-04-28T05:14:54.566Z] -rw-r--r-- 1 root root 86 Apr 28 05:02 cost.csv [2023-04-28T05:14:54.566Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives [2023-04-28T05:14:54.566Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives [2023-04-28T05:14:54.566Z] total 16 [2023-04-28T05:14:54.566Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 28 05:02 . [2023-04-28T05:14:54.566Z] drwxrwxr-x 12 jenkins jenkins 4096 Apr 28 05:02 .. [2023-04-28T05:14:54.566Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 28 05:02 cost [2023-04-28T05:14:54.566Z] -rw-r--r-- 1 jenkins jenkins 86 Apr 28 05:02 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:14:54.901Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:14:55.786Z] ---> package-listing.sh [2023-04-28T05:14:55.786Z] ++ facter osfamily [2023-04-28T05:14:55.786Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-28T05:14:56.045Z] + OS_FAMILY=debian [2023-04-28T05:14:56.045Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1439 [2023-04-28T05:14:56.045Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-28T05:14:56.045Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-28T05:14:56.045Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-28T05:14:56.045Z] + PACKAGES=/tmp/packages_start.txt [2023-04-28T05:14:56.045Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1439 ']' [2023-04-28T05:14:56.045Z] + PACKAGES=/tmp/packages_end.txt [2023-04-28T05:14:56.045Z] + case "${OS_FAMILY}" in [2023-04-28T05:14:56.045Z] + dpkg -l [2023-04-28T05:14:56.045Z] + grep '^ii' [2023-04-28T05:14:56.045Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-28T05:14:56.045Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-28T05:14:56.045Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-28T05:14:56.045Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1439 ']' [2023-04-28T05:14:56.045Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives/ [2023-04-28T05:14:56.045Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1439/archives/ [Pipeline] echo [2023-04-28T05:14:56.082Z] 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/gexfoundry_device-sdk-go_PR-1439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-28T05:14:56.378Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-28T05:14:57.009Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-28T05:14:57.010Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-28T05:14:57.166Z] prd-ubuntu20.04-docker-8c-8g-11990 does not seem to be running inside a container [2023-04-28T05:14:57.200Z] $ 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/gexfoundry_device-sdk-go_PR-1439/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1439 -v /w/workspace/gexfoundry_device-sdk-go_PR-1439:/w/workspace/gexfoundry_device-sdk-go_PR-1439:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-28T05:14:57.398Z] $ docker top e7dd0b5c65a9f2864ab1dbae97976c1210cdca3b46caaf6ab9cf8facb09a7d21 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-28T05:14:57.777Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-28T05:14:58.088Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-28T05:14:58.402Z] + ls /var/log/sa-host [2023-04-28T05:14:58.402Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-28T05:14:58.535Z] provisioning config files... [2023-04-28T05:14:58.543Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1439@tmp/config2378769474494373583tmp [Pipeline] { [Pipeline] echo [2023-04-28T05:14:58.593Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:14:58.904Z] ---> create-netrc.sh [Pipeline] } [2023-04-28T05:14:58.932Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:14:59.315Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-28T05:14:59.345Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:14:59.670Z] ---> sudo-logs.sh [2023-04-28T05:14:59.670Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-28T05:14:59.762Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:15:00.074Z] ---> job-cost.sh [2023-04-28T05:15:00.074Z] lf-activate-venv: SKIPPING [2023-04-28T05:15:00.074Z] DEBUG: total: 0.2199999988079071 [2023-04-28T05:15:00.074Z] INFO: Retrieving Stack Cost... [2023-04-28T05:15:00.646Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-28T05:15:00.906Z] INFO: Archiving Costs [Pipeline] echo [2023-04-28T05:15:00.939Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-28T05:15:01.256Z] ---> logs-deploy.sh [2023-04-28T05:15:01.256Z] lf-activate-venv: SKIPPING [2023-04-28T05:15:01.256Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1439/1 [2023-04-28T05:15:01.256Z] INFO: archiving workspace using pattern(s): [2023-04-28T05:15:02.206Z] Archives upload complete. [2023-04-28T05:15:02.206Z] INFO: archiving logs to Nexus [2023-04-28T05:15:02.786Z] ---> uname -a: [2023-04-28T05:15:02.786Z] Linux prd-ubuntu20-04-docker-8c-8g-11990 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-28T05:15:02.786Z] [2023-04-28T05:15:02.786Z] [2023-04-28T05:15:02.786Z] ---> lscpu: [2023-04-28T05:15:02.786Z] Architecture: x86_64 [2023-04-28T05:15:02.786Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-28T05:15:02.786Z] Byte Order: Little Endian [2023-04-28T05:15:02.786Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-28T05:15:02.786Z] CPU(s): 8 [2023-04-28T05:15:02.786Z] On-line CPU(s) list: 0-7 [2023-04-28T05:15:02.786Z] Thread(s) per core: 1 [2023-04-28T05:15:02.786Z] Core(s) per socket: 1 [2023-04-28T05:15:02.786Z] Socket(s): 8 [2023-04-28T05:15:02.786Z] NUMA node(s): 1 [2023-04-28T05:15:02.786Z] Vendor ID: AuthenticAMD [2023-04-28T05:15:02.786Z] CPU family: 23 [2023-04-28T05:15:02.786Z] Model: 49 [2023-04-28T05:15:02.786Z] Model name: AMD EPYC-Rome Processor [2023-04-28T05:15:02.786Z] Stepping: 0 [2023-04-28T05:15:02.786Z] CPU MHz: 2799.998 [2023-04-28T05:15:02.786Z] BogoMIPS: 5599.99 [2023-04-28T05:15:02.786Z] Virtualization: AMD-V [2023-04-28T05:15:02.786Z] Hypervisor vendor: KVM [2023-04-28T05:15:02.786Z] Virtualization type: full [2023-04-28T05:15:02.786Z] L1d cache: 256 KiB [2023-04-28T05:15:02.786Z] L1i cache: 256 KiB [2023-04-28T05:15:02.786Z] L2 cache: 4 MiB [2023-04-28T05:15:02.786Z] L3 cache: 128 MiB [2023-04-28T05:15:02.786Z] NUMA node0 CPU(s): 0-7 [2023-04-28T05:15:02.786Z] Vulnerability Itlb multihit: Not affected [2023-04-28T05:15:02.786Z] Vulnerability L1tf: Not affected [2023-04-28T05:15:02.786Z] Vulnerability Mds: Not affected [2023-04-28T05:15:02.786Z] Vulnerability Meltdown: Not affected [2023-04-28T05:15:02.786Z] Vulnerability Mmio stale data: Not affected [2023-04-28T05:15:02.786Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-28T05:15:02.786Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-28T05:15:02.786Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-28T05:15:02.786Z] Vulnerability Srbds: Not affected [2023-04-28T05:15:02.786Z] Vulnerability Tsx async abort: Not affected [2023-04-28T05:15:02.786Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-28T05:15:02.786Z] [2023-04-28T05:15:02.786Z] [2023-04-28T05:15:02.786Z] ---> nproc: [2023-04-28T05:15:02.786Z] 8 [2023-04-28T05:15:02.786Z] [2023-04-28T05:15:02.786Z]