Pull request #1284 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 105ad4e9fc30416fca8392263e84564a1ed17eaa+7610f6dc338b87754f939bb9ede04e880837a002 (04996b6d8f80f4c5a2984a7b9d4008f877f910ab) 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-ssh12338888016750490263.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh17858704194672262736.key > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1284/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-1284/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh730401500317183052.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-1284/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh1910040694931726578.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 # timeout=10 Commit message: "Merge pull request #420 from bill-mahoney/levski-update" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh11268677890853910615.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-1284/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-1284/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh12743004310754875386.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 65355178549468b165f8106641c96c3190b1d843 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 65355178549468b165f8106641c96c3190b1d843 # timeout=10 Commit message: "Fix: Add S3 URL in href to ship logs" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [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.18 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/v2 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-2735 in /w/workspace/gexfoundry_device-sdk-go_PR-1284 [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-1284 # 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/1284/head:refs/remotes/origin/PR-1284 +refs/heads/main:refs/remotes/origin/main # timeout=10 Merging remotes/origin/main commit 7610f6dc338b87754f939bb9ede04e880837a002 into PR head commit 105ad4e9fc30416fca8392263e84564a1ed17eaa Merge succeeded, producing 105ad4e9fc30416fca8392263e84564a1ed17eaa Checking out Revision 105ad4e9fc30416fca8392263e84564a1ed17eaa (PR-1284) > git config core.sparsecheckout # timeout=10 > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # 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 7610f6dc338b87754f939bb9ede04e880837a002 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 Commit message: "refactor!: Update config for removal of SecretStore from services' configuration file" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-01-17T16:55:47.098Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-01-17T16:55:47.296Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-01-17T16:55:47.481Z] ========================================================= [2023-01-17T16:55:47.481Z] EdgeX Global Pipelines Version Info [2023-01-17T16:55:47.481Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-01-17T16:55:49.787Z] ------------------- [2023-01-17T16:55:49.787Z] stable info: [2023-01-17T16:55:49.787Z] ------------------- [2023-01-17T16:55:49.787Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-01-17T16:55:49.787Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T16:55:49.787Z] Message: update stable to v1.0.244 [2023-01-17T16:55:50.356Z] ------------------- [2023-01-17T16:55:50.356Z] experimental info: [2023-01-17T16:55:50.356Z] ------------------- [2023-01-17T16:55:50.356Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-01-17T16:55:50.356Z] Commit SHA: cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [2023-01-17T16:55:50.356Z] Message: update experimental to v1.0.244 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-01-17T16:55:50.697Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2023-01-17T16:55:50.742Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2023-01-17T16:55:50.782Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-01-17T16:55:50.821Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-01-17T16:55:50.858Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-01-17T16:55:50.897Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2023-01-17T16:55:50.936Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-01-17T16:55:50.975Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2023-01-17T16:55:51.007Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-01-17T16:55:51.042Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-01-17T16:55:51.083Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-01-17T16:55:51.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2023-01-17T16:55:51.158Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-01-17T16:55:51.199Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-01-17T16:55:51.248Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-01-17T16:55:51.288Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2023-01-17T16:55:51.323Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-01-17T16:55:51.363Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-01-17T16:55:51.403Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-01-17T16:55:51.440Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-01-17T16:55:51.486Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2023-01-17T16:55:51.530Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2023-01-17T16:55:51.572Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-01-17T16:55:51.612Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-01-17T16:55:51.661Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-01-17T16:55:51.708Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-01-17T16:55:51.749Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-01-17T16:55:51.791Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1284 [Pipeline] echo [2023-01-17T16:55:51.832Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1284 [Pipeline] echo [2023-01-17T16:55:51.879Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1284 [Pipeline] echo [2023-01-17T16:55:51.923Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo [2023-01-17T16:55:51.968Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 105ad4e [Pipeline] echo [2023-01-17T16:55:52.009Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T16:55:52.171Z] provisioning config files... [2023-01-17T16:55:52.183Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/config17778240054528451690tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T16:55:52.626Z] ---> docker-login.sh [2023-01-17T16:55:52.626Z] nexus3.edgexfoundry.org:10001 [2023-01-17T16:55:52.886Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:55:52.886Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:55:52.886Z] Configure a credential helper to remove this warning. See [2023-01-17T16:55:52.886Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:55:52.886Z] [2023-01-17T16:55:52.886Z] Login Succeeded [2023-01-17T16:55:52.886Z] nexus3.edgexfoundry.org:10002 [2023-01-17T16:55:53.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:55:53.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:55:53.146Z] Configure a credential helper to remove this warning. See [2023-01-17T16:55:53.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:55:53.146Z] [2023-01-17T16:55:53.146Z] Login Succeeded [2023-01-17T16:55:53.146Z] nexus3.edgexfoundry.org:10003 [2023-01-17T16:55:53.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:55:53.146Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:55:53.146Z] Configure a credential helper to remove this warning. See [2023-01-17T16:55:53.146Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:55:53.146Z] [2023-01-17T16:55:53.146Z] Login Succeeded [2023-01-17T16:55:53.146Z] nexus3.edgexfoundry.org:10004 [2023-01-17T16:55:53.146Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:55:53.407Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:55:53.407Z] Configure a credential helper to remove this warning. See [2023-01-17T16:55:53.407Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:55:53.407Z] [2023-01-17T16:55:53.407Z] Login Succeeded [2023-01-17T16:55:53.407Z] docker.io [2023-01-17T16:55:53.407Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:55:53.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:55:53.669Z] Configure a credential helper to remove this warning. See [2023-01-17T16:55:53.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:55:53.669Z] [2023-01-17T16:55:53.669Z] Login Succeeded [2023-01-17T16:55:53.669Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T16:55:53.799Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-01-17T16:55:54.417Z] + git rev-list -1 --merges 105ad4e9fc30416fca8392263e84564a1ed17eaa~1..105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo [2023-01-17T16:55:54.483Z] -----------> git rev-list -1 --merges 105ad4e9fc30416fca8392263e84564a1ed17eaa~1..105ad4e9fc30416fca8392263e84564a1ed17eaa 105ad4e9fc30416fca8392263e84564a1ed17eaa [false] [Pipeline] sh [2023-01-17T16:55:54.790Z] + git log --format=format:%s -1 105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo [2023-01-17T16:55:54.821Z] ========================================================= [2023-01-17T16:55:54.821Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-01-17T16:55:54.821Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-17T16:55:55.235Z] + git log --format=format:%s -1 105ad4e9fc30416fca8392263e84564a1ed17eaa [Pipeline] echo [2023-01-17T16:55:55.268Z] [semverPrep] GIT_COMMIT: 105ad4e9fc30416fca8392263e84564a1ed17eaa, Commit Message: refactor!: Update config for removal of SecretStore from services' configuration file [Pipeline] echo [2023-01-17T16:55:55.302Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-01-17T16:55:55.687Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-01-17T16:55:55.687Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-01-17T16:55:55.687Z] + [ -e /tmp/ssh_known_hosts ] [2023-01-17T16:55:55.687Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-01-17T16:55:55.687Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-01-17T16:55:55.687Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-01-17T16:55:55.687Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:55:56.180Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T16:55:56.181Z] [2023-01-17T16:55:56.181Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:55:56.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T16:55:56.551Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-01-17T16:55:56.551Z] b85a868b505f: Pulling fs layer [2023-01-17T16:55:56.552Z] e2be974225ed: Pulling fs layer [2023-01-17T16:55:56.552Z] 339a4e72a1f5: Pulling fs layer [2023-01-17T16:55:56.552Z] 988bab9f4d93: Pulling fs layer [2023-01-17T16:55:56.552Z] 1469e6f7b9e6: Pulling fs layer [2023-01-17T16:55:56.552Z] eaf3925da568: Pulling fs layer [2023-01-17T16:55:56.552Z] bab4dde63d76: Pulling fs layer [2023-01-17T16:55:56.552Z] bde34c3a00c8: Pulling fs layer [2023-01-17T16:55:56.552Z] b352a97aabf1: Pulling fs layer [2023-01-17T16:55:56.552Z] 4872d77fe225: Pulling fs layer [2023-01-17T16:55:56.552Z] 5851b861e8e6: Pulling fs layer [2023-01-17T16:55:56.552Z] 1469e6f7b9e6: Waiting [2023-01-17T16:55:56.552Z] bde34c3a00c8: Waiting [2023-01-17T16:55:56.552Z] b352a97aabf1: Waiting [2023-01-17T16:55:56.552Z] eaf3925da568: Waiting [2023-01-17T16:55:56.552Z] bab4dde63d76: Waiting [2023-01-17T16:55:56.552Z] 5851b861e8e6: Waiting [2023-01-17T16:55:56.552Z] 4872d77fe225: Waiting [2023-01-17T16:55:56.552Z] 988bab9f4d93: Waiting [2023-01-17T16:55:56.552Z] e2be974225ed: Download complete [2023-01-17T16:55:56.818Z] 988bab9f4d93: Verifying Checksum [2023-01-17T16:55:56.818Z] 988bab9f4d93: Download complete [2023-01-17T16:55:56.818Z] 1469e6f7b9e6: Verifying Checksum [2023-01-17T16:55:56.818Z] 1469e6f7b9e6: Download complete [2023-01-17T16:55:56.818Z] 339a4e72a1f5: Verifying Checksum [2023-01-17T16:55:56.818Z] 339a4e72a1f5: Download complete [2023-01-17T16:55:56.818Z] eaf3925da568: Verifying Checksum [2023-01-17T16:55:56.818Z] eaf3925da568: Download complete [2023-01-17T16:55:56.818Z] bde34c3a00c8: Download complete [2023-01-17T16:55:57.080Z] b352a97aabf1: Verifying Checksum [2023-01-17T16:55:57.080Z] b352a97aabf1: Download complete [2023-01-17T16:55:57.080Z] 4872d77fe225: Verifying Checksum [2023-01-17T16:55:57.080Z] 4872d77fe225: Download complete [2023-01-17T16:55:57.080Z] 5851b861e8e6: Verifying Checksum [2023-01-17T16:55:57.080Z] 5851b861e8e6: Download complete [2023-01-17T16:55:57.080Z] b85a868b505f: Verifying Checksum [2023-01-17T16:55:57.080Z] b85a868b505f: Download complete [2023-01-17T16:55:57.338Z] bab4dde63d76: Verifying Checksum [2023-01-17T16:55:57.338Z] bab4dde63d76: Download complete [2023-01-17T16:55:58.277Z] b85a868b505f: Pull complete [2023-01-17T16:55:58.536Z] e2be974225ed: Pull complete [2023-01-17T16:55:59.104Z] 339a4e72a1f5: Pull complete [2023-01-17T16:55:59.104Z] 988bab9f4d93: Pull complete [2023-01-17T16:55:59.363Z] 1469e6f7b9e6: Pull complete [2023-01-17T16:55:59.363Z] eaf3925da568: Pull complete [2023-01-17T16:56:01.295Z] bab4dde63d76: Pull complete [2023-01-17T16:56:01.295Z] bde34c3a00c8: Pull complete [2023-01-17T16:56:01.557Z] b352a97aabf1: Pull complete [2023-01-17T16:56:01.557Z] 4872d77fe225: Pull complete [2023-01-17T16:56:01.557Z] 5851b861e8e6: Pull complete [2023-01-17T16:56:01.557Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-01-17T16:56:01.816Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-01-17T16:56:01.816Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T16:56:02.040Z] prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container [2023-01-17T16:56:02.077Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@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-devops/py-git-semver:0.1.4 cat [2023-01-17T16:56:04.188Z] $ docker top 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f -eo pid,comm [2023-01-17T16:56:04.243Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-01-17T16:56:04.243Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-01-17T16:56:04.366Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T16:56:04.366Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T16:56:04.471Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T16:56:04.477Z] $ docker exec 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent [2023-01-17T16:56:04.600Z] SSH_AUTH_SOCK=/tmp/ssh-ykBZDcJK9rWQ/agent.31 [2023-01-17T16:56:04.600Z] SSH_AGENT_PID=37 [2023-01-17T16:56:04.617Z] Running ssh-add (command line suppressed) [2023-01-17T16:56:04.732Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_17824829855310795768.key (/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_17824829855310795768.key) [2023-01-17T16:56:04.741Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T16:56:05.068Z] + git tag --points-at HEAD [Pipeline] } [2023-01-17T16:56:05.097Z] $ docker exec --env ******** --env ******** 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent -k [2023-01-17T16:56:05.201Z] unset SSH_AUTH_SOCK; [2023-01-17T16:56:05.201Z] unset SSH_AGENT_PID; [2023-01-17T16:56:05.202Z] echo Agent pid 37 killed; [2023-01-17T16:56:05.207Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-01-17T16:56:05.283Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-01-17T16:56:05.283Z] [ssh-agent] Looking for ssh-agent implementation... [2023-01-17T16:56:05.400Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-01-17T16:56:05.406Z] $ docker exec 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent [2023-01-17T16:56:05.505Z] SSH_AUTH_SOCK=/tmp/ssh-S6kbmQeHf7qU/agent.70 [2023-01-17T16:56:05.505Z] SSH_AGENT_PID=76 [2023-01-17T16:56:05.511Z] Running ssh-add (command line suppressed) [2023-01-17T16:56:05.617Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_8071131190077693224.key (/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/private_key_8071131190077693224.key) [2023-01-17T16:56:05.627Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-01-17T16:56:05.948Z] + git semver init [2023-01-17T16:56:06.207Z] 2023-01-17 16:56:06,153 [run_init] DEBUG init version:0.0.0 force:False [2023-01-17T16:56:06.207Z] 2023-01-17 16:56:06,153 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver [2023-01-17T16:56:06.207Z] 2023-01-17 16:56:06,154 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver [2023-01-17T16:56:06.207Z] 2023-01-17 16:56:06,154 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1284, universal_newlines=False, shell=None, istream=None) [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,117 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.git/info/exclude [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,118 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver/PR-1284 with force:False [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,118 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver/PR-1284 [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,127 [execute] INFO git cat-file --batch-check [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,127 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,135 [execute] INFO git cat-file --batch [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,135 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver, universal_newlines=False, shell=None, istream=) [2023-01-17T16:56:07.146Z] 2023-01-17 16:56:07,142 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1284/.semver/PR-1284 [2023-01-17T16:56:07.146Z] 0.0.0 [Pipeline] } [2023-01-17T16:56:07.427Z] $ docker exec --env ******** --env ******** 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f ssh-agent -k [2023-01-17T16:56:07.533Z] unset SSH_AUTH_SOCK; [2023-01-17T16:56:07.534Z] unset SSH_AGENT_PID; [2023-01-17T16:56:07.534Z] echo Agent pid 76 killed; [2023-01-17T16:56:07.540Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-01-17T16:56:07.948Z] + git semver [Pipeline] } [2023-01-17T16:56:08.235Z] $ docker stop --time=1 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f [2023-01-17T16:56:09.523Z] $ docker rm -f --volumes 1f3bfdbd116294ed01209eaf8444cdb2c3c2df4ad103fa57a92891116882611f [Pipeline] // withDockerContainer [Pipeline] sh [2023-01-17T16:56:09.911Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-01-17T16:56:10.195Z] Stashed 1 file(s) [Pipeline] echo [2023-01-17T16:56:10.227Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T16:56:10.996Z] provisioning config files... [2023-01-17T16:56:11.004Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/config6599959861949134504tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T16:56:11.349Z] ---> docker-login.sh [2023-01-17T16:56:11.349Z] nexus3.edgexfoundry.org:10001 [2023-01-17T16:56:11.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:56:11.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:56:11.349Z] Configure a credential helper to remove this warning. See [2023-01-17T16:56:11.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:56:11.349Z] [2023-01-17T16:56:11.349Z] Login Succeeded [2023-01-17T16:56:11.349Z] nexus3.edgexfoundry.org:10002 [2023-01-17T16:56:11.349Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:56:11.349Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:56:11.349Z] Configure a credential helper to remove this warning. See [2023-01-17T16:56:11.349Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:56:11.349Z] [2023-01-17T16:56:11.349Z] Login Succeeded [2023-01-17T16:56:11.349Z] nexus3.edgexfoundry.org:10003 [2023-01-17T16:56:11.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:56:11.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:56:11.611Z] Configure a credential helper to remove this warning. See [2023-01-17T16:56:11.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:56:11.611Z] [2023-01-17T16:56:11.611Z] Login Succeeded [2023-01-17T16:56:11.611Z] nexus3.edgexfoundry.org:10004 [2023-01-17T16:56:11.611Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:56:11.611Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:56:11.611Z] Configure a credential helper to remove this warning. See [2023-01-17T16:56:11.611Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:56:11.611Z] [2023-01-17T16:56:11.611Z] Login Succeeded [2023-01-17T16:56:11.611Z] docker.io [2023-01-17T16:56:11.872Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:56:11.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:56:11.872Z] Configure a credential helper to remove this warning. See [2023-01-17T16:56:11.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:56:11.872Z] [2023-01-17T16:56:11.872Z] Login Succeeded [2023-01-17T16:56:11.872Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T16:56:11.902Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-17T16:56:12.078Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T16:56:12.116Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T16:56:12.148Z] ========================================================= [2023-01-17T16:56:12.148Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine] [2023-01-17T16:56:12.148Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:56:12.619Z] + 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.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-17T16:56:12.619Z] Sending build context to Docker daemon 10.48MB [2023-01-17T16:56:12.619Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-17T16:56:12.619Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-17T16:56:12.619Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base [2023-01-17T16:56:12.619Z] 213ec9aee27d: Pulling fs layer [2023-01-17T16:56:12.619Z] 4583459ba037: Pulling fs layer [2023-01-17T16:56:12.619Z] 93c1e223e6f2: Pulling fs layer [2023-01-17T16:56:12.619Z] 53926ce57604: Pulling fs layer [2023-01-17T16:56:12.619Z] 21b2b0c7a3f4: Pulling fs layer [2023-01-17T16:56:12.619Z] 22ff95d597cd: Pulling fs layer [2023-01-17T16:56:12.619Z] 12d6caf4c0d1: Pulling fs layer [2023-01-17T16:56:12.619Z] 96b7cbca73a9: Pulling fs layer [2023-01-17T16:56:12.619Z] a7acece74701: Pulling fs layer [2023-01-17T16:56:12.619Z] 53926ce57604: Waiting [2023-01-17T16:56:12.619Z] 21b2b0c7a3f4: Waiting [2023-01-17T16:56:12.619Z] 96b7cbca73a9: Waiting [2023-01-17T16:56:12.619Z] 22ff95d597cd: Waiting [2023-01-17T16:56:12.619Z] 12d6caf4c0d1: Waiting [2023-01-17T16:56:12.619Z] a7acece74701: Waiting [2023-01-17T16:56:12.886Z] 93c1e223e6f2: Verifying Checksum [2023-01-17T16:56:12.886Z] 93c1e223e6f2: Download complete [2023-01-17T16:56:12.886Z] 4583459ba037: Verifying Checksum [2023-01-17T16:56:12.886Z] 4583459ba037: Download complete [2023-01-17T16:56:12.886Z] 21b2b0c7a3f4: Download complete [2023-01-17T16:56:12.886Z] 22ff95d597cd: Verifying Checksum [2023-01-17T16:56:12.886Z] 22ff95d597cd: Download complete [2023-01-17T16:56:12.886Z] 213ec9aee27d: Verifying Checksum [2023-01-17T16:56:12.886Z] 213ec9aee27d: Download complete [2023-01-17T16:56:12.886Z] 12d6caf4c0d1: Verifying Checksum [2023-01-17T16:56:12.886Z] 12d6caf4c0d1: Download complete [2023-01-17T16:56:13.154Z] 213ec9aee27d: Pull complete [2023-01-17T16:56:13.154Z] 4583459ba037: Pull complete [2023-01-17T16:56:13.154Z] 93c1e223e6f2: Pull complete [2023-01-17T16:56:13.740Z] a7acece74701: Verifying Checksum [2023-01-17T16:56:13.740Z] a7acece74701: Download complete [2023-01-17T16:56:14.325Z] 96b7cbca73a9: Verifying Checksum [2023-01-17T16:56:14.325Z] 96b7cbca73a9: Download complete [2023-01-17T16:56:14.586Z] 53926ce57604: Verifying Checksum [2023-01-17T16:56:14.586Z] 53926ce57604: Download complete [2023-01-17T16:56:18.790Z] 53926ce57604: Pull complete [2023-01-17T16:56:18.790Z] 21b2b0c7a3f4: Pull complete [2023-01-17T16:56:18.790Z] 22ff95d597cd: Pull complete [2023-01-17T16:56:18.790Z] 12d6caf4c0d1: Pull complete [2023-01-17T16:56:20.691Z] 96b7cbca73a9: Pull complete [2023-01-17T16:56:21.626Z] a7acece74701: Pull complete [2023-01-17T16:56:21.626Z] Digest: sha256:f6a9ef70c52da88a2ff63a0c6767b24654f9f5185d1d85ca6cc3004fb48f6c2d [2023-01-17T16:56:21.626Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.18-alpine [2023-01-17T16:56:21.626Z] ---> db6d94c90886 [2023-01-17T16:56:21.626Z] Step 3/10 : ARG MAKE=make build [2023-01-17T16:56:24.916Z] ---> Running in ca10adae8eea [2023-01-17T16:56:24.916Z] Removing intermediate container ca10adae8eea [2023-01-17T16:56:24.916Z] ---> 424962c30d36 [2023-01-17T16:56:24.916Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-17T16:56:24.916Z] ---> Running in 670f2538b972 [2023-01-17T16:56:24.916Z] Removing intermediate container 670f2538b972 [2023-01-17T16:56:24.916Z] ---> 110a4dd1c52c [2023-01-17T16:56:24.916Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-17T16:56:24.916Z] ---> Running in 0f89ddb1e61e [2023-01-17T16:56:24.916Z] Removing intermediate container 0f89ddb1e61e [2023-01-17T16:56:24.916Z] ---> ef21b779e9ee [2023-01-17T16:56:24.916Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-01-17T16:56:24.916Z] ---> Running in 7090195cb8b5 [2023-01-17T16:56:25.177Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/x86_64/APKINDEX.tar.gz [2023-01-17T16:56:25.438Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/x86_64/APKINDEX.tar.gz [2023-01-17T16:56:25.697Z] OK: 211 MiB in 51 packages [2023-01-17T16:56:25.736Z] Still waiting to schedule task [2023-01-17T16:56:25.737Z] All nodes of label ‘ubuntu20.04-docker-arm64-4c-16g’ are offline [2023-01-17T16:56:25.957Z] Removing intermediate container 7090195cb8b5 [2023-01-17T16:56:25.957Z] ---> ba3498f0216c [2023-01-17T16:56:25.957Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-17T16:56:26.216Z] ---> 147008d89ebf [2023-01-17T16:56:26.216Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T16:56:26.216Z] ---> Running in 7877e669ae43 [2023-01-17T16:56:41.120Z] go: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory [2023-01-17T16:56:41.120Z] skipping... [2023-01-17T16:56:59.206Z] Removing intermediate container 7877e669ae43 [2023-01-17T16:56:59.206Z] ---> 6238f79e6c06 [2023-01-17T16:56:59.206Z] Step 9/10 : COPY . . [2023-01-17T16:56:59.206Z] ---> 0c2ea78a52ea [2023-01-17T16:56:59.206Z] Step 10/10 : RUN ${MAKE} [2023-01-17T16:56:59.206Z] ---> Running in ccd0ff389d2b [2023-01-17T16:56:59.206Z] noop [2023-01-17T16:56:59.206Z] Removing intermediate container ccd0ff389d2b [2023-01-17T16:56:59.206Z] ---> 3579d46a1f29 [2023-01-17T16:56:59.206Z] Successfully built 3579d46a1f29 [2023-01-17T16:56:59.206Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:56:59.648Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T16:56:59.648Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T16:56:59.808Z] prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container [2023-01-17T16:56:59.839Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-17T16:57:00.179Z] $ docker top 7e8747d024378f15652a8a8941d338bf146e4c5054e56916b0f2c3b6fbbc5c46 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T16:57:00.593Z] + go version [2023-01-17T16:57:00.593Z] go version go1.18.7 linux/amd64 [Pipeline] } [2023-01-17T16:57:00.629Z] $ docker stop --time=1 7e8747d024378f15652a8a8941d338bf146e4c5054e56916b0f2c3b6fbbc5c46 [2023-01-17T16:57:01.891Z] $ docker rm -f --volumes 7e8747d024378f15652a8a8941d338bf146e4c5054e56916b0f2c3b6fbbc5c46 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:57:02.614Z] + docker inspect -f . ci-base-image-x86_64 [2023-01-17T16:57:02.614Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T16:57:02.815Z] prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container [2023-01-17T16:57:02.847Z] $ 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-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2023-01-17T16:57:03.190Z] $ docker top 6bc811ff52f5e75809b46e7a9c50c22c8b756efc25c63dead79bfe3f7b775426 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T16:57:04.230Z] + git config --global --add safe.directory /w/workspace/gexfoundry_device-sdk-go_PR-1284 [Pipeline] fileExists [Pipeline] sh [2023-01-17T16:57:04.589Z] + make test [2023-01-17T16:57:04.589Z] go test -race -coverprofile=coverage.out ./... [2023-01-17T16:57:04.589Z] pkg/service/main.go:14:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.589Z] pkg/service/service.go:29:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.589Z] internal/autodiscovery/autodiscovery.go:15:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.589Z] pkg/service/main.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.589Z] pkg/service/main.go:17:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.589Z] internal/common/utils.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.589Z] internal/autodiscovery/autodiscovery.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.590Z] internal/config/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.590Z] internal/container/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T16:57:04.590Z] make: *** [Makefile:35: unittest] Error 1 [Pipeline] } [2023-01-17T16:57:04.720Z] $ docker stop --time=1 6bc811ff52f5e75809b46e7a9c50c22c8b756efc25c63dead79bfe3f7b775426 [2023-01-17T16:57:05.972Z] $ docker rm -f --volumes 6bc811ff52f5e75809b46e7a9c50c22c8b756efc25c63dead79bfe3f7b775426 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:57:07.132Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T16:57:07.132Z] [2023-01-17T16:57:07.132Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:57:07.501Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T16:57:07.501Z] latest: Pulling from edgex-lftools-log-publisher [2023-01-17T16:57:07.501Z] 5eb5b503b376: Pulling fs layer [2023-01-17T16:57:07.501Z] 5c69ac0246d0: Pulling fs layer [2023-01-17T16:57:07.501Z] ec43610c2a17: Pulling fs layer [2023-01-17T16:57:07.501Z] 3a2ae6a8a46f: Pulling fs layer [2023-01-17T16:57:07.501Z] 33b1e0a273af: Pulling fs layer [2023-01-17T16:57:07.501Z] 5d3b04190fa2: Pulling fs layer [2023-01-17T16:57:07.501Z] 3a2ae6a8a46f: Waiting [2023-01-17T16:57:07.501Z] 33b1e0a273af: Waiting [2023-01-17T16:57:07.501Z] 2f39f015ded8: Pulling fs layer [2023-01-17T16:57:07.501Z] 2f39f015ded8: Waiting [2023-01-17T16:57:07.501Z] 5d3b04190fa2: Waiting [2023-01-17T16:57:07.501Z] 5c69ac0246d0: Verifying Checksum [2023-01-17T16:57:07.501Z] 5c69ac0246d0: Download complete [2023-01-17T16:57:07.501Z] 3a2ae6a8a46f: Verifying Checksum [2023-01-17T16:57:07.501Z] 3a2ae6a8a46f: Download complete [2023-01-17T16:57:07.761Z] 33b1e0a273af: Download complete [2023-01-17T16:57:07.761Z] 5d3b04190fa2: Download complete [2023-01-17T16:57:07.761Z] ec43610c2a17: Verifying Checksum [2023-01-17T16:57:07.761Z] ec43610c2a17: Download complete [2023-01-17T16:57:07.761Z] 5eb5b503b376: Verifying Checksum [2023-01-17T16:57:07.761Z] 5eb5b503b376: Download complete [2023-01-17T16:57:08.697Z] 2f39f015ded8: Download complete [2023-01-17T16:57:08.955Z] 5eb5b503b376: Pull complete [2023-01-17T16:57:09.214Z] 5c69ac0246d0: Pull complete [2023-01-17T16:57:09.780Z] ec43610c2a17: Pull complete [2023-01-17T16:57:09.780Z] 3a2ae6a8a46f: Pull complete [2023-01-17T16:57:10.039Z] 33b1e0a273af: Pull complete [2023-01-17T16:57:10.039Z] 5d3b04190fa2: Pull complete [2023-01-17T16:57:14.225Z] 2f39f015ded8: Pull complete [2023-01-17T16:57:14.225Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-01-17T16:57:14.225Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T16:57:14.225Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T16:57:14.450Z] prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container [2023-01-17T16:57:14.478Z] $ 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-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-17T16:57:18.139Z] $ docker top 184239859a58971b9292b5c25624f4ded61a01c3a6d3496ffdcbdb6eb73de1eb -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T16:57:18.594Z] ---> job-cost.sh [2023-01-17T16:57:18.594Z] lf-activate-venv: SKIPPING [2023-01-17T16:57:18.594Z] INFO: No Stack... [2023-01-17T16:57:18.856Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-17T16:57:19.424Z] INFO: Archiving Costs [Pipeline] sh [2023-01-17T16:57:19.743Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives/cost.csv [2023-01-17T16:57:19.743Z] + cut -d, -f6 [Pipeline] lock [2023-01-17T16:57:19.782Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [2023-01-17T16:57:19.787Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] did not exist. Created. [2023-01-17T16:57:19.788Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-17T16:57:20.177Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-01-17T16:57:20.261Z] Stashed 1 file(s) [Pipeline] } [2023-01-17T16:57:20.274Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-17T16:57:20.352Z] $ docker stop --time=1 184239859a58971b9292b5c25624f4ded61a01c3a6d3496ffdcbdb6eb73de1eb [2023-01-17T16:57:21.493Z] $ docker rm -f --volumes 184239859a58971b9292b5c25624f4ded61a01c3a6d3496ffdcbdb6eb73de1eb [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-17T16:57:21.842Z] Failed in branch amd64 [2023-01-17T16:58:03.573Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-2736 in /w/workspace/gexfoundry_device-sdk-go_PR-1284 [Pipeline] { [Pipeline] ws [2023-01-17T16:58:03.630Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2023-01-17T16:58:03.712Z] The recommended git tool is: git [2023-01-17T16:58:08.751Z] using credential edgex-jenkins-ssh [2023-01-17T16:58:08.766Z] Cloning the remote Git repository [2023-01-17T16:58:08.806Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2023-01-17T16:58:08.875Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2023-01-17T16:58:09.024Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-01-17T16:58:09.026Z] > git --version # timeout=10 [2023-01-17T16:58:09.047Z] > git --version # 'git version 2.25.1' [2023-01-17T16:58:09.050Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T16:58:09.118Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T16:58:10.643Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-01-17T16:58:10.666Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-01-17T16:58:12.280Z] Merging remotes/origin/main commit 7610f6dc338b87754f939bb9ede04e880837a002 into PR head commit 105ad4e9fc30416fca8392263e84564a1ed17eaa [2023-01-17T16:58:11.556Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2023-01-17T16:58:11.598Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2023-01-17T16:58:11.599Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T16:58:11.617Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1284/head:refs/remotes/origin/PR-1284 +refs/heads/main:refs/remotes/origin/main # timeout=10 [2023-01-17T16:58:12.299Z] > git config core.sparsecheckout # timeout=10 [2023-01-17T16:58:12.330Z] > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 [2023-01-17T16:58:12.530Z] Merge succeeded, producing 105ad4e9fc30416fca8392263e84564a1ed17eaa [2023-01-17T16:58:12.530Z] Checking out Revision 105ad4e9fc30416fca8392263e84564a1ed17eaa (PR-1284) [2023-01-17T16:58:12.435Z] > git remote # timeout=10 [2023-01-17T16:58:12.455Z] > git config --get remote.origin.url # timeout=10 [2023-01-17T16:58:12.476Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-01-17T16:58:12.489Z] > git merge 7610f6dc338b87754f939bb9ede04e880837a002 # timeout=10 [2023-01-17T16:58:12.513Z] > git rev-parse HEAD^{commit} # timeout=10 [2023-01-17T16:58:12.539Z] > git config core.sparsecheckout # timeout=10 [2023-01-17T16:58:12.559Z] > git checkout -f 105ad4e9fc30416fca8392263e84564a1ed17eaa # timeout=10 [2023-01-17T16:58:16.044Z] Commit message: "refactor!: Update config for removal of SecretStore from services' configuration file" [2023-01-17T16:58:16.098Z] > git --version # timeout=10 [2023-01-17T16:58:16.107Z] > git --version # 'git version 2.25.1' [2023-01-17T16:58:16.122Z] fatal: bad object cb30d0c83a18e50222bc0bb3e81aa3df0103a8e3 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-01-17T16:58:17.189Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-01-17T16:58:17.189Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-01-17T16:58:17.189Z] Dload Upload Total Spent Left Speed [2023-01-17T16:58:17.189Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 86155 0 --:--:-- --:--:-- --:--:-- 86741 [Pipeline] sh [2023-01-17T16:58:17.911Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-01-17T16:58:18.254Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-01-17T16:58:18.254Z] + sudo tee /etc/docker/daemon.new [2023-01-17T16:58:18.254Z] { [2023-01-17T16:58:18.254Z] "registry-mirrors": [ [2023-01-17T16:58:18.254Z] "https://nexus3.edgexfoundry.org:10001" [2023-01-17T16:58:18.254Z] ], [2023-01-17T16:58:18.254Z] "bip": "10.250.0.254/24", [2023-01-17T16:58:18.254Z] "hosts": [ [2023-01-17T16:58:18.254Z] "tcp://0.0.0.0:5555", [2023-01-17T16:58:18.254Z] "unix:///var/run/docker.sock" [2023-01-17T16:58:18.254Z] ], [2023-01-17T16:58:18.254Z] "mtu": 1458, [2023-01-17T16:58:18.254Z] "selinux-enabled": true, [2023-01-17T16:58:18.254Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-01-17T16:58:18.254Z] } [Pipeline] sh [2023-01-17T16:58:18.597Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-01-17T16:58:18.940Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T16:58:37.277Z] provisioning config files... [2023-01-17T16:58:37.305Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config11156113396406789562tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T16:58:37.702Z] ---> docker-login.sh [2023-01-17T16:58:37.703Z] nexus3.edgexfoundry.org:10001 [2023-01-17T16:58:37.981Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:58:38.264Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:58:38.264Z] Configure a credential helper to remove this warning. See [2023-01-17T16:58:38.264Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:58:38.264Z] [2023-01-17T16:58:38.264Z] Login Succeeded [2023-01-17T16:58:38.264Z] nexus3.edgexfoundry.org:10002 [2023-01-17T16:58:38.530Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:58:38.797Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:58:38.797Z] Configure a credential helper to remove this warning. See [2023-01-17T16:58:38.797Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:58:38.797Z] [2023-01-17T16:58:38.797Z] Login Succeeded [2023-01-17T16:58:38.797Z] nexus3.edgexfoundry.org:10003 [2023-01-17T16:58:39.068Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:58:39.068Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:58:39.068Z] Configure a credential helper to remove this warning. See [2023-01-17T16:58:39.068Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:58:39.068Z] [2023-01-17T16:58:39.068Z] Login Succeeded [2023-01-17T16:58:39.068Z] nexus3.edgexfoundry.org:10004 [2023-01-17T16:58:39.337Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:58:39.337Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:58:39.337Z] Configure a credential helper to remove this warning. See [2023-01-17T16:58:39.337Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:58:39.337Z] [2023-01-17T16:58:39.337Z] Login Succeeded [2023-01-17T16:58:39.337Z] docker.io [2023-01-17T16:58:39.602Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-01-17T16:58:39.872Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-01-17T16:58:39.872Z] Configure a credential helper to remove this warning. See [2023-01-17T16:58:39.872Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-01-17T16:58:39.872Z] [2023-01-17T16:58:39.872Z] Login Succeeded [2023-01-17T16:58:39.872Z] ---> docker-login.sh ends [Pipeline] } [2023-01-17T16:58:39.901Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-01-17T16:58:40.257Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T16:58:40.296Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-01-17T16:58:40.332Z] ========================================================= [2023-01-17T16:58:40.332Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine] [2023-01-17T16:58:40.332Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T16:58:40.844Z] + 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.18-alpine --build-arg MAKE=echo noop --target=builder . [2023-01-17T16:58:41.117Z] Sending build context to Docker daemon 5.65MB [2023-01-17T16:58:41.117Z] Step 1/10 : ARG BASE=golang:1.18-alpine3.16 [2023-01-17T16:58:41.117Z] Step 2/10 : FROM ${BASE} AS builder [2023-01-17T16:58:41.391Z] 1.18-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-01-17T16:58:41.391Z] 9b18e9b68314: Pulling fs layer [2023-01-17T16:58:41.391Z] 35d82f9e3411: Pulling fs layer [2023-01-17T16:58:41.391Z] e16973657156: Pulling fs layer [2023-01-17T16:58:41.391Z] fc693d55d65f: Pulling fs layer [2023-01-17T16:58:41.391Z] 7e9fc2657dce: Pulling fs layer [2023-01-17T16:58:41.391Z] dda99020689f: Pulling fs layer [2023-01-17T16:58:41.391Z] db1c61fa0a46: Pulling fs layer [2023-01-17T16:58:41.391Z] 891c053d2c06: Pulling fs layer [2023-01-17T16:58:41.391Z] 7e9fc2657dce: Waiting [2023-01-17T16:58:41.391Z] dda99020689f: Waiting [2023-01-17T16:58:41.391Z] db1c61fa0a46: Waiting [2023-01-17T16:58:41.391Z] 891c053d2c06: Waiting [2023-01-17T16:58:41.391Z] fc693d55d65f: Waiting [2023-01-17T16:58:41.391Z] e16973657156: Download complete [2023-01-17T16:58:41.391Z] 35d82f9e3411: Verifying Checksum [2023-01-17T16:58:41.391Z] 35d82f9e3411: Download complete [2023-01-17T16:58:41.391Z] 7e9fc2657dce: Verifying Checksum [2023-01-17T16:58:41.391Z] 7e9fc2657dce: Download complete [2023-01-17T16:58:41.391Z] dda99020689f: Verifying Checksum [2023-01-17T16:58:41.391Z] dda99020689f: Download complete [2023-01-17T16:58:41.391Z] 9b18e9b68314: Verifying Checksum [2023-01-17T16:58:42.378Z] 9b18e9b68314: Pull complete [2023-01-17T16:58:42.650Z] 891c053d2c06: Verifying Checksum [2023-01-17T16:58:42.650Z] 891c053d2c06: Download complete [2023-01-17T16:58:42.921Z] 35d82f9e3411: Pull complete [2023-01-17T16:58:43.193Z] e16973657156: Pull complete [2023-01-17T16:58:43.783Z] db1c61fa0a46: Verifying Checksum [2023-01-17T16:58:43.783Z] db1c61fa0a46: Download complete [2023-01-17T16:58:44.367Z] fc693d55d65f: Verifying Checksum [2023-01-17T16:58:44.367Z] fc693d55d65f: Download complete [2023-01-17T16:58:54.435Z] fc693d55d65f: Pull complete [2023-01-17T16:58:54.701Z] 7e9fc2657dce: Pull complete [2023-01-17T16:58:54.701Z] dda99020689f: Pull complete [2023-01-17T16:59:01.365Z] db1c61fa0a46: Pull complete [2023-01-17T16:59:02.797Z] 891c053d2c06: Pull complete [2023-01-17T16:59:02.797Z] Digest: sha256:2cacf8bfc28650abd52610e42dcfc04852e818eb73900ea96edaef96a54d0b45 [2023-01-17T16:59:02.797Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.18-alpine [2023-01-17T16:59:02.797Z] ---> f96f9c87975a [2023-01-17T16:59:02.797Z] Step 3/10 : ARG MAKE=make build [2023-01-17T16:59:04.755Z] ---> Running in 12a0920d21e8 [2023-01-17T16:59:04.755Z] Removing intermediate container 12a0920d21e8 [2023-01-17T16:59:04.755Z] ---> 75168b10fadd [2023-01-17T16:59:04.755Z] Step 4/10 : WORKDIR /device-sdk-go [2023-01-17T16:59:04.755Z] ---> Running in 864791c77a04 [2023-01-17T16:59:05.022Z] Removing intermediate container 864791c77a04 [2023-01-17T16:59:05.022Z] ---> 478415e10bce [2023-01-17T16:59:05.022Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2023: Intel' [2023-01-17T16:59:05.290Z] ---> Running in 5cd247f33f74 [2023-01-17T16:59:05.559Z] Removing intermediate container 5cd247f33f74 [2023-01-17T16:59:05.559Z] ---> 0973ea52df4e [2023-01-17T16:59:05.559Z] Step 6/10 : RUN apk add --update --no-cache make git [2023-01-17T16:59:05.559Z] ---> Running in fe47fc777d17 [2023-01-17T16:59:06.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/main/aarch64/APKINDEX.tar.gz [2023-01-17T16:59:06.978Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.16/community/aarch64/APKINDEX.tar.gz [2023-01-17T16:59:07.936Z] OK: 221 MiB in 51 packages [2023-01-17T16:59:08.897Z] Removing intermediate container fe47fc777d17 [2023-01-17T16:59:08.897Z] ---> 18bb61388379 [2023-01-17T16:59:08.898Z] Step 7/10 : COPY go.mod vendor* ./ [2023-01-17T16:59:09.483Z] ---> 7b3dcdca8b71 [2023-01-17T16:59:09.483Z] Step 8/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-01-17T16:59:09.483Z] ---> Running in 4d2a4fbf6831 [2023-01-17T16:59:36.184Z] go: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7 (replaced by ../MODS/go-mod-bootstrap): reading /MODS/go-mod-bootstrap/go.mod: open /MODS/go-mod-bootstrap/go.mod: no such file or directory [2023-01-17T16:59:36.184Z] skipping... [2023-01-17T17:00:15.079Z] Removing intermediate container 4d2a4fbf6831 [2023-01-17T17:00:15.079Z] ---> 060f1ef6dd60 [2023-01-17T17:00:15.079Z] Step 9/10 : COPY . . [2023-01-17T17:00:15.079Z] ---> aedb66cc4130 [2023-01-17T17:00:15.079Z] Step 10/10 : RUN ${MAKE} [2023-01-17T17:00:15.079Z] ---> Running in 2f09b2a38035 [2023-01-17T17:00:15.079Z] noop [2023-01-17T17:00:15.079Z] Removing intermediate container 2f09b2a38035 [2023-01-17T17:00:15.079Z] ---> f3ec66ddad51 [2023-01-17T17:00:15.079Z] Successfully built f3ec66ddad51 [2023-01-17T17:00:15.079Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T17:00:15.559Z] + docker inspect -f . ci-base-image-arm64 [2023-01-17T17:00:15.559Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T17:00:15.820Z] prd-ubuntu20.04-docker-arm64-4c-16g-2736 does not seem to be running inside a container [2023-01-17T17:00:15.888Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-17T17:00:17.057Z] $ docker top 3c7b3499caffba058daecc42f32e19d7f0fc537be3abd5bc270b7204163026b5 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T17:00:17.918Z] + go version [2023-01-17T17:00:17.918Z] go version go1.18.7 linux/arm64 [Pipeline] } [2023-01-17T17:00:17.996Z] $ docker stop --time=1 3c7b3499caffba058daecc42f32e19d7f0fc537be3abd5bc270b7204163026b5 [2023-01-17T17:00:19.626Z] $ docker rm -f --volumes 3c7b3499caffba058daecc42f32e19d7f0fc537be3abd5bc270b7204163026b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T17:00:20.475Z] + docker inspect -f . ci-base-image-arm64 [2023-01-17T17:00:20.475Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T17:00:20.723Z] prd-ubuntu20.04-docker-arm64-4c-16g-2736 does not seem to be running inside a container [2023-01-17T17:00:20.796Z] $ 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 ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2023-01-17T17:00:21.958Z] $ docker top df99a0df580aa9214ae01298cb4317abb3d27f3861ca8bffa99776db07472b1f -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T17:00:22.508Z] + git config --global --add safe.directory /w/workspace/device-sdk-go/1 [Pipeline] fileExists [Pipeline] sh [2023-01-17T17:00:23.155Z] + make test [2023-01-17T17:00:23.155Z] go test -race -coverprofile=coverage.out ./... [2023-01-17T17:00:24.119Z] pkg/service/main.go:14:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.119Z] pkg/service/service.go:29:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.119Z] internal/autodiscovery/autodiscovery.go:15:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.119Z] pkg/service/main.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.119Z] pkg/service/main.go:17:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.119Z] internal/common/utils.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.120Z] internal/autodiscovery/autodiscovery.go:16:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.120Z] internal/config/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.120Z] internal/container/config.go:10:2: github.com/edgexfoundry/go-mod-bootstrap/v3@v3.0.0-dev.7: replacement directory ../MODS/go-mod-bootstrap does not exist [2023-01-17T17:00:24.120Z] make: *** [Makefile:35: unittest] Error 1 [Pipeline] } [2023-01-17T17:00:24.168Z] $ docker stop --time=1 df99a0df580aa9214ae01298cb4317abb3d27f3861ca8bffa99776db07472b1f [2023-01-17T17:00:25.798Z] $ docker rm -f --volumes df99a0df580aa9214ae01298cb4317abb3d27f3861ca8bffa99776db07472b1f [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T17:00:27.162Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T17:00:27.162Z] [2023-01-17T17:00:27.162Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T17:00:27.558Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T17:00:27.559Z] arm64: Pulling from edgex-lftools-log-publisher [2023-01-17T17:00:27.559Z] 8998bd30e6a1: Pulling fs layer [2023-01-17T17:00:27.559Z] 04944245beec: Pulling fs layer [2023-01-17T17:00:27.559Z] 699f458cf7ca: Pulling fs layer [2023-01-17T17:00:27.559Z] 765212b225bb: Pulling fs layer [2023-01-17T17:00:27.559Z] f23df028b6ca: Pulling fs layer [2023-01-17T17:00:27.559Z] d65c8cfc05b1: Pulling fs layer [2023-01-17T17:00:27.559Z] 2437ff75d9bd: Pulling fs layer [2023-01-17T17:00:27.559Z] f23df028b6ca: Waiting [2023-01-17T17:00:27.559Z] d65c8cfc05b1: Waiting [2023-01-17T17:00:27.559Z] 2437ff75d9bd: Waiting [2023-01-17T17:00:27.559Z] 765212b225bb: Waiting [2023-01-17T17:00:27.832Z] 04944245beec: Verifying Checksum [2023-01-17T17:00:27.832Z] 04944245beec: Download complete [2023-01-17T17:00:27.832Z] 765212b225bb: Verifying Checksum [2023-01-17T17:00:27.832Z] 765212b225bb: Download complete [2023-01-17T17:00:27.832Z] f23df028b6ca: Download complete [2023-01-17T17:00:27.832Z] d65c8cfc05b1: Verifying Checksum [2023-01-17T17:00:27.832Z] d65c8cfc05b1: Download complete [2023-01-17T17:00:28.101Z] 699f458cf7ca: Download complete [2023-01-17T17:00:28.369Z] 8998bd30e6a1: Verifying Checksum [2023-01-17T17:00:28.369Z] 8998bd30e6a1: Download complete [2023-01-17T17:00:30.958Z] 2437ff75d9bd: Verifying Checksum [2023-01-17T17:00:30.958Z] 2437ff75d9bd: Download complete [2023-01-17T17:00:32.367Z] 8998bd30e6a1: Pull complete [2023-01-17T17:00:32.958Z] 04944245beec: Pull complete [2023-01-17T17:00:34.392Z] 699f458cf7ca: Pull complete [2023-01-17T17:00:34.392Z] 765212b225bb: Pull complete [2023-01-17T17:00:34.986Z] f23df028b6ca: Pull complete [2023-01-17T17:00:35.262Z] d65c8cfc05b1: Pull complete [2023-01-17T17:00:50.256Z] 2437ff75d9bd: Pull complete [2023-01-17T17:00:50.256Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-01-17T17:00:50.256Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-01-17T17:00:50.256Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T17:00:50.565Z] prd-ubuntu20.04-docker-arm64-4c-16g-2736 does not seem to be running inside a container [2023-01-17T17:00:50.632Z] $ 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 ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-01-17T17:00:53.046Z] $ docker top 19f582ec0990c8ccb7228ede1d8cf71fb8e8263b0bc3261dda1287665da49614 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:00:53.625Z] ---> job-cost.sh [2023-01-17T17:00:53.895Z] lf-activate-venv: SKIPPING [2023-01-17T17:00:53.895Z] INFO: No Stack... [2023-01-17T17:00:54.477Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-01-17T17:00:55.057Z] INFO: Archiving Costs [Pipeline] sh [2023-01-17T17:00:55.714Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [2023-01-17T17:00:55.714Z] + cut -d, -f6 [Pipeline] lock [2023-01-17T17:00:55.844Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [2023-01-17T17:00:55.848Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] did not exist. Created. [2023-01-17T17:00:55.849Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-01-17T17:00:56.276Z] /w/workspace/device-sdk-go/1@tmp/durable-8498c935/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-01-17T17:00:56.670Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-01-17T17:00:56.711Z] Warning: overwriting stash ‘stack-cost’ [2023-01-17T17:00:57.176Z] Stashed 1 file(s) [Pipeline] } [2023-01-17T17:00:57.192Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1284-1-stack-cost] [Pipeline] // lock [Pipeline] } [2023-01-17T17:00:57.283Z] $ docker stop --time=1 19f582ec0990c8ccb7228ede1d8cf71fb8e8263b0bc3261dda1287665da49614 [2023-01-17T17:00:58.743Z] $ docker rm -f --volumes 19f582ec0990c8ccb7228ede1d8cf71fb8e8263b0bc3261dda1287665da49614 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-01-17T17:00:59.559Z] Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-01-17T17:01:01.533Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives ] [2023-01-17T17:01:01.533Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives [2023-01-17T17:01:01.533Z] total 16 [2023-01-17T17:01:01.533Z] drwxr-xr-x 3 root root 4096 Jan 17 16:57 . [2023-01-17T17:01:01.533Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 17 16:57 .. [2023-01-17T17:01:01.533Z] drwxr-xr-x 2 root root 4096 Jan 17 16:57 cost [2023-01-17T17:01:01.533Z] -rw-r--r-- 1 root root 86 Jan 17 16:57 cost.csv [2023-01-17T17:01:01.533Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives [2023-01-17T17:01:01.533Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives [2023-01-17T17:01:01.533Z] total 16 [2023-01-17T17:01:01.533Z] drwxr-xr-x 3 jenkins jenkins 4096 Jan 17 16:57 . [2023-01-17T17:01:01.533Z] drwxrwxr-x 12 jenkins jenkins 4096 Jan 17 16:57 .. [2023-01-17T17:01:01.533Z] drwxr-xr-x 2 jenkins jenkins 4096 Jan 17 16:57 cost [2023-01-17T17:01:01.533Z] -rw-r--r-- 1 jenkins jenkins 86 Jan 17 16:57 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:01.860Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:02.756Z] ---> package-listing.sh [2023-01-17T17:01:02.756Z] ++ facter osfamily [2023-01-17T17:01:02.756Z] ++ tr '[:upper:]' '[:lower:]' [2023-01-17T17:01:02.756Z] + OS_FAMILY=debian [2023-01-17T17:01:02.756Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1284 [2023-01-17T17:01:02.756Z] + START_PACKAGES=/tmp/packages_start.txt [2023-01-17T17:01:02.756Z] + END_PACKAGES=/tmp/packages_end.txt [2023-01-17T17:01:02.756Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-01-17T17:01:02.756Z] + PACKAGES=/tmp/packages_start.txt [2023-01-17T17:01:02.756Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1284 ']' [2023-01-17T17:01:03.015Z] + PACKAGES=/tmp/packages_end.txt [2023-01-17T17:01:03.015Z] + case "${OS_FAMILY}" in [2023-01-17T17:01:03.015Z] + dpkg -l [2023-01-17T17:01:03.015Z] + grep '^ii' [2023-01-17T17:01:03.015Z] + '[' -f /tmp/packages_start.txt ']' [2023-01-17T17:01:03.015Z] + '[' -f /tmp/packages_end.txt ']' [2023-01-17T17:01:03.015Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-01-17T17:01:03.015Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1284 ']' [2023-01-17T17:01:03.015Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives/ [2023-01-17T17:01:03.015Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1284/archives/ [Pipeline] echo [2023-01-17T17:01:03.051Z] 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-1284/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-01-17T17:01:03.342Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-01-17T17:01:03.976Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-01-17T17:01:03.976Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-01-17T17:01:04.128Z] prd-ubuntu20.04-docker-8c-8g-2735 does not seem to be running inside a container [2023-01-17T17:01:04.165Z] $ 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-1284/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-1284 -v /w/workspace/gexfoundry_device-sdk-go_PR-1284:/w/workspace/gexfoundry_device-sdk-go_PR-1284:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-01-17T17:01:04.384Z] $ docker top be660da6d775b68d40e85f23c8612070c278de7a6696988e7fde74af28e43a5d -eo pid,comm [Pipeline] { [Pipeline] sh [2023-01-17T17:01:04.777Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-01-17T17:01:05.095Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-01-17T17:01:05.422Z] + ls /var/log/sa-host [2023-01-17T17:01:05.422Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-01-17T17:01:05.754Z] provisioning config files... [2023-01-17T17:01:05.763Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1284@tmp/config787930960262407885tmp [Pipeline] { [Pipeline] echo [2023-01-17T17:01:05.815Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:06.138Z] ---> create-netrc.sh [Pipeline] } [2023-01-17T17:01:06.168Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:06.564Z] ---> python-tools-install.sh [Pipeline] echo [2023-01-17T17:01:06.599Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:06.911Z] ---> sudo-logs.sh [2023-01-17T17:01:06.911Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-01-17T17:01:06.996Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:07.308Z] ---> job-cost.sh [2023-01-17T17:01:07.308Z] lf-activate-venv: SKIPPING [2023-01-17T17:01:07.308Z] DEBUG: total: 0.2199999988079071 [2023-01-17T17:01:07.308Z] INFO: Retrieving Stack Cost... [2023-01-17T17:01:07.566Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-01-17T17:01:08.134Z] INFO: Archiving Costs [Pipeline] echo [2023-01-17T17:01:08.172Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-01-17T17:01:08.483Z] ---> logs-deploy.sh [2023-01-17T17:01:08.483Z] lf-activate-venv: SKIPPING [2023-01-17T17:01:08.483Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1284/1 [2023-01-17T17:01:08.483Z] INFO: archiving workspace using pattern(s): [2023-01-17T17:01:09.424Z] Archives upload complete. [2023-01-17T17:01:09.684Z] INFO: archiving logs to Nexus [2023-01-17T17:01:10.252Z] ---> uname -a: [2023-01-17T17:01:10.252Z] Linux prd-ubuntu20-04-docker-8c-8g-2735 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] ---> lscpu: [2023-01-17T17:01:10.252Z] Architecture: x86_64 [2023-01-17T17:01:10.252Z] CPU op-mode(s): 32-bit, 64-bit [2023-01-17T17:01:10.252Z] Byte Order: Little Endian [2023-01-17T17:01:10.252Z] Address sizes: 40 bits physical, 48 bits virtual [2023-01-17T17:01:10.252Z] CPU(s): 8 [2023-01-17T17:01:10.252Z] On-line CPU(s) list: 0-7 [2023-01-17T17:01:10.252Z] Thread(s) per core: 1 [2023-01-17T17:01:10.252Z] Core(s) per socket: 1 [2023-01-17T17:01:10.252Z] Socket(s): 8 [2023-01-17T17:01:10.252Z] NUMA node(s): 1 [2023-01-17T17:01:10.252Z] Vendor ID: AuthenticAMD [2023-01-17T17:01:10.252Z] CPU family: 23 [2023-01-17T17:01:10.252Z] Model: 49 [2023-01-17T17:01:10.252Z] Model name: AMD EPYC-Rome Processor [2023-01-17T17:01:10.252Z] Stepping: 0 [2023-01-17T17:01:10.252Z] CPU MHz: 2799.996 [2023-01-17T17:01:10.252Z] BogoMIPS: 5599.99 [2023-01-17T17:01:10.252Z] Virtualization: AMD-V [2023-01-17T17:01:10.252Z] Hypervisor vendor: KVM [2023-01-17T17:01:10.252Z] Virtualization type: full [2023-01-17T17:01:10.252Z] L1d cache: 256 KiB [2023-01-17T17:01:10.252Z] L1i cache: 256 KiB [2023-01-17T17:01:10.252Z] L2 cache: 4 MiB [2023-01-17T17:01:10.252Z] L3 cache: 128 MiB [2023-01-17T17:01:10.252Z] NUMA node0 CPU(s): 0-7 [2023-01-17T17:01:10.252Z] Vulnerability Itlb multihit: Not affected [2023-01-17T17:01:10.252Z] Vulnerability L1tf: Not affected [2023-01-17T17:01:10.252Z] Vulnerability Mds: Not affected [2023-01-17T17:01:10.252Z] Vulnerability Meltdown: Not affected [2023-01-17T17:01:10.252Z] Vulnerability Mmio stale data: Not affected [2023-01-17T17:01:10.252Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-01-17T17:01:10.252Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-01-17T17:01:10.252Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-01-17T17:01:10.252Z] Vulnerability Srbds: Not affected [2023-01-17T17:01:10.252Z] Vulnerability Tsx async abort: Not affected [2023-01-17T17:01:10.252Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] ---> nproc: [2023-01-17T17:01:10.252Z] 8 [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] ---> df -h: [2023-01-17T17:01:10.252Z] Filesystem Size Used Avail Use% Mounted on [2023-01-17T17:01:10.252Z] overlay 155G 12G 144G 8% / [2023-01-17T17:01:10.252Z] tmpfs 64M 0 64M 0% /dev [2023-01-17T17:01:10.252Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-01-17T17:01:10.252Z] shm 64M 0 64M 0% /dev/shm [2023-01-17T17:01:10.252Z] /dev/vda1 155G 12G 144G 8% /facter-os [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] ---> sar -b -r -n DEV: [2023-01-17T17:01:10.252Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2735) 01/17/23 _x86_64_ (8 CPU) [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] 16:55:03 LINUX RESTART (8 CPU) [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] 16:56:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-01-17T17:01:10.252Z] 16:57:01 199.41 5.32 194.09 0.00 442.23 79929.77 0.00 [2023-01-17T17:01:10.252Z] 16:58:01 46.66 0.32 46.34 0.00 10.66 16907.20 0.00 [2023-01-17T17:01:10.252Z] 16:59:01 1.12 0.00 1.12 0.00 0.00 12.66 0.00 [2023-01-17T17:01:10.252Z] 17:00:01 1.65 0.00 1.65 0.00 0.00 18.80 0.00 [2023-01-17T17:01:10.252Z] 17:01:01 57.33 11.60 45.73 0.00 5175.87 8829.32 0.00 [2023-01-17T17:01:10.252Z] Average: 60.77 3.44 57.33 0.00 1128.14 20941.86 0.00 [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] 16:56:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-01-17T17:01:10.252Z] 16:57:01 28434252 31547940 750392 2.28 144068 3184784 1943908 5.73 1105364 2905792 676 [2023-01-17T17:01:10.252Z] 16:58:01 27949776 31573548 723396 2.20 152020 3636932 1762172 5.19 1110428 3333144 16 [2023-01-17T17:01:10.252Z] 16:59:01 27949440 31573304 723388 2.20 152076 3636936 1762172 5.19 1110308 3333152 12 [2023-01-17T17:01:10.252Z] 17:00:01 27957420 31581512 714800 2.17 152124 3636928 1762172 5.19 1101916 3333272 16 [2023-01-17T17:01:10.252Z] 17:01:01 27423812 31559044 726692 2.21 186436 4092836 1814172 5.35 1428788 3504680 152 [2023-01-17T17:01:10.252Z] Average: 27942940 31567070 727734 2.21 157345 3637683 1808919 5.33 1171361 3282008 174 [2023-01-17T17:01:10.252Z] [2023-01-17T17:01:10.252Z] 16:56:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-01-17T17:01:10.252Z] 16:57:01 docker0 188.82 237.98 15.30 2005.94 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:57:01 veth176e0c3 0.00 0.12 0.00 0.01 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:57:01 ens3 427.94 336.04 6120.63 74.87 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:57:01 lo 2.91 2.91 0.29 0.29 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:58:01 docker0 0.00 0.03 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:58:01 ens3 106.65 68.16 2536.49 14.83 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:58:01 lo 1.13 1.13 0.10 0.10 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:59:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:59:01 ens3 0.28 0.30 0.25 0.20 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 16:59:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 17:00:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 17:00:01 ens3 0.50 0.13 0.05 0.01 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 17:00:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 17:01:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.252Z] 17:01:01 ens3 145.48 90.25 2754.05 7.17 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.253Z] 17:01:01 lo 0.80 0.80 0.08 0.08 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.253Z] Average: docker0 37.26 46.96 3.02 395.80 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.253Z] Average: ens3 135.19 98.18 2269.40 19.23 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.253Z] Average: lo 1.00 1.00 0.10 0.10 0.00 0.00 0.00 0.00 [2023-01-17T17:01:10.253Z] [2023-01-17T17:01:10.253Z] [2023-01-17T17:01:10.253Z] ---> sar -P ALL: [2023-01-17T17:01:10.253Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-2735) 01/17/23 _x86_64_ (8 CPU) [2023-01-17T17:01:10.253Z] [2023-01-17T17:01:10.253Z] 16:55:03 LINUX RESTART (8 CPU) [2023-01-17T17:01:10.253Z] [2023-01-17T17:01:10.253Z] 16:56:02 CPU %user %nice %system %iowait %steal %idle [2023-01-17T17:01:10.253Z] 16:57:01 all 8.89 0.00 4.21 3.32 0.06 83.52 [2023-01-17T17:01:10.253Z] 16:57:01 0 9.14 0.00 3.58 0.22 0.07 86.99 [2023-01-17T17:01:10.253Z] 16:57:01 1 10.07 0.00 3.48 2.73 0.09 83.63 [2023-01-17T17:01:10.253Z] 16:57:01 2 7.91 0.00 3.54 1.05 0.05 87.45 [2023-01-17T17:01:10.253Z] 16:57:01 3 8.82 0.00 5.29 1.03 0.07 84.78 [2023-01-17T17:01:10.253Z] 16:57:01 4 8.23 0.00 3.90 4.00 0.05 83.81 [2023-01-17T17:01:10.253Z] 16:57:01 5 8.88 0.00 4.89 1.33 0.05 84.85 [2023-01-17T17:01:10.253Z] 16:57:01 6 9.40 0.00 3.74 0.27 0.05 86.54 [2023-01-17T17:01:10.253Z] 16:57:01 7 8.63 0.00 5.29 15.99 0.05 70.03 [2023-01-17T17:01:10.253Z] 16:58:01 all 3.16 0.00 1.33 0.64 0.06 94.81 [2023-01-17T17:01:10.253Z] 16:58:01 0 4.70 0.00 1.08 0.03 0.03 94.15 [2023-01-17T17:01:10.253Z] 16:58:01 1 3.04 0.00 1.63 0.02 0.05 95.26 [2023-01-17T17:01:10.253Z] 16:58:01 2 3.38 0.00 1.31 1.31 0.08 93.91 [2023-01-17T17:01:10.253Z] 16:58:01 3 2.53 0.00 1.06 0.22 0.03 96.16 [2023-01-17T17:01:10.253Z] 16:58:01 4 2.50 0.00 1.19 0.25 0.10 95.95 [2023-01-17T17:01:10.253Z] 16:58:01 5 3.45 0.00 1.39 0.08 0.03 95.04 [2023-01-17T17:01:10.253Z] 16:58:01 6 3.22 0.00 1.06 0.50 0.03 95.19 [2023-01-17T17:01:10.253Z] 16:58:01 7 2.46 0.00 1.94 2.71 0.08 92.81 [2023-01-17T17:01:10.253Z] 16:59:01 all 0.26 0.00 0.01 0.01 0.01 99.71 [2023-01-17T17:01:10.253Z] 16:59:01 0 1.97 0.00 0.00 0.00 0.02 98.01 [2023-01-17T17:01:10.253Z] 16:59:01 1 0.02 0.00 0.05 0.00 0.02 99.92 [2023-01-17T17:01:10.253Z] 16:59:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-01-17T17:01:10.253Z] 16:59:01 3 0.02 0.00 0.02 0.03 0.00 99.93 [2023-01-17T17:01:10.253Z] 16:59:01 4 0.00 0.00 0.00 0.00 0.02 99.98 [2023-01-17T17:01:10.253Z] 16:59:01 5 0.05 0.00 0.03 0.00 0.00 99.92 [2023-01-17T17:01:10.253Z] 16:59:01 6 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-17T17:01:10.253Z] 16:59:01 7 0.00 0.00 0.00 0.02 0.02 99.97 [2023-01-17T17:01:10.253Z] 17:00:01 all 0.16 0.00 0.02 0.00 0.01 99.81 [2023-01-17T17:01:10.253Z] 17:00:01 0 1.08 0.00 0.02 0.00 0.00 98.91 [2023-01-17T17:01:10.253Z] 17:00:01 1 0.07 0.00 0.02 0.00 0.02 99.90 [2023-01-17T17:01:10.253Z] 17:00:01 2 0.02 0.00 0.02 0.00 0.02 99.95 [2023-01-17T17:01:10.253Z] 17:00:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-01-17T17:01:10.253Z] 17:00:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-01-17T17:01:10.253Z] 17:00:01 5 0.07 0.00 0.02 0.00 0.00 99.92 [2023-01-17T17:01:10.253Z] 17:00:01 6 0.03 0.00 0.02 0.00 0.00 99.95 [2023-01-17T17:01:10.253Z] 17:00:01 7 0.02 0.00 0.03 0.00 0.03 99.92 [2023-01-17T17:01:10.253Z] 17:01:01 all 2.21 0.00 1.43 0.76 0.03 95.56 [2023-01-17T17:01:10.253Z] 17:01:01 0 1.41 0.00 0.75 0.12 0.02 97.70 [2023-01-17T17:01:10.253Z] 17:01:01 1 4.42 0.00 2.87 0.37 0.03 92.31 [2023-01-17T17:01:10.253Z] 17:01:01 2 2.51 0.00 1.40 0.84 0.02 95.24 [2023-01-17T17:01:10.253Z] 17:01:01 3 1.30 0.00 1.12 3.04 0.05 94.48 [2023-01-17T17:01:10.253Z] 17:01:01 4 2.54 0.00 2.42 0.12 0.02 94.91 [2023-01-17T17:01:10.253Z] 17:01:01 5 2.15 0.00 0.88 0.88 0.03 96.04 [2023-01-17T17:01:10.253Z] 17:01:01 6 1.60 0.00 1.07 0.15 0.03 97.15 [2023-01-17T17:01:10.253Z] 17:01:01 7 1.79 0.00 0.95 0.57 0.05 96.64 [2023-01-17T17:01:10.253Z] Average: all 2.90 0.00 1.38 0.93 0.03 94.75 [2023-01-17T17:01:10.253Z] Average: 0 3.62 0.00 1.07 0.07 0.03 95.21 [2023-01-17T17:01:10.253Z] Average: 1 3.48 0.00 1.60 0.61 0.04 94.27 [2023-01-17T17:01:10.253Z] Average: 2 2.73 0.00 1.24 0.64 0.03 95.36 [2023-01-17T17:01:10.253Z] Average: 3 2.50 0.00 1.47 0.86 0.03 95.14 [2023-01-17T17:01:10.253Z] Average: 4 2.62 0.00 1.49 0.86 0.04 94.99 [2023-01-17T17:01:10.253Z] Average: 5 2.88 0.00 1.42 0.45 0.02 95.22 [2023-01-17T17:01:10.253Z] Average: 6 2.82 0.00 1.16 0.18 0.03 95.81 [2023-01-17T17:01:10.253Z] Average: 7 2.54 0.00 1.62 3.78 0.05 92.01 [2023-01-17T17:01:10.253Z] [2023-01-17T17:01:10.253Z] [2023-01-17T17:01:10.253Z]