Push event to branch main Connecting to https://api.github.com using edgex-jenkins github personal access token Obtained Jenkinsfile from f49e5d786ea68b16a14d01a91160d9484d8a22ef 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-ssh7047565198427078761.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 66200e8eedfc470904d6b329e562ec5b45423d6a 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-ssh1260988490733629446.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 66200e8eedfc470904d6b329e562ec5b45423d6a The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82/.git # timeout=10 Fetching changes from the remote Git repository > 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 > 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-gpio/branches/main/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh9770136337138725128.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 66200e8eedfc470904d6b329e562ec5b45423d6a (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 66200e8eedfc470904d6b329e562ec5b45423d6a # timeout=10 Commit message: "feat: add capability to use golang 1.20 (#427)" > 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 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-ssh3835143940628790938.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 > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e/.git # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags 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-gpio/branches/main/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh2929485453337322725.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 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 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-gpio] ========================================================= [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-gpio-settings PROJECT: device-gpio USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.20 USE_ALPINE: true DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-gpio DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘ubuntu20.04-docker-8c-8g’ Running on prd-ubuntu20.04-docker-8c-8g-7066 in /w/workspace/edgexfoundry_device-gpio_main [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-gpio.git > git init /w/workspace/edgexfoundry_device-gpio_main # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.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-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision f49e5d786ea68b16a14d01a91160d9484d8a22ef (main) Commit message: "Merge pull request #148 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64" > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f f49e5d786ea68b16a14d01a91160d9484d8a22ef # timeout=10 > git rev-list --no-walk 95b01347c682c509c5ba1ad757ba8b1f414ff9ba # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2023-04-07T02:44:56.541Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2023-04-07T02:44:56.579Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2023-04-07T02:44:56.592Z] ========================================================= [2023-04-07T02:44:56.592Z] EdgeX Global Pipelines Version Info [2023-04-07T02:44:56.592Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:57.298Z] ------------------- [2023-04-07T02:44:57.298Z] stable info: [2023-04-07T02:44:57.298Z] ------------------- [2023-04-07T02:44:57.298Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2023-04-07T02:44:57.298Z] Commit SHA: 66200e8eedfc470904d6b329e562ec5b45423d6a [2023-04-07T02:44:57.298Z] Message: update stable to v1.0.245 [2023-04-07T02:44:57.867Z] ------------------- [2023-04-07T02:44:57.867Z] experimental info: [2023-04-07T02:44:57.867Z] ------------------- [2023-04-07T02:44:57.867Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2023-04-07T02:44:57.867Z] Commit SHA: 046ad6d0e2e636d38ea4daf53c055316476b9501 [2023-04-07T02:44:57.867Z] Message: update experimental to v1.0.247 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2023-04-07T02:44:58.058Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-gpio-settings [Pipeline] echo [2023-04-07T02:44:58.073Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-gpio [Pipeline] echo [2023-04-07T02:44:58.088Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2023-04-07T02:44:58.101Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2023-04-07T02:44:58.111Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2023-04-07T02:44:58.122Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.20 [Pipeline] echo [2023-04-07T02:44:58.136Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2023-04-07T02:44:58.152Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo [2023-04-07T02:44:58.169Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2023-04-07T02:44:58.179Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2023-04-07T02:44:58.192Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2023-04-07T02:44:58.204Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-gpio [Pipeline] echo [2023-04-07T02:44:58.220Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2023-04-07T02:44:58.235Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2023-04-07T02:44:58.246Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2023-04-07T02:44:58.266Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2023-04-07T02:44:58.283Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2023-04-07T02:44:58.297Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2023-04-07T02:44:58.305Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2023-04-07T02:44:58.313Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2023-04-07T02:44:58.326Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo [2023-04-07T02:44:58.342Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo [2023-04-07T02:44:58.358Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2023-04-07T02:44:58.368Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2023-04-07T02:44:58.380Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2023-04-07T02:44:58.393Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2023-04-07T02:44:58.403Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2023-04-07T02:44:58.415Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = main [Pipeline] echo [2023-04-07T02:44:58.431Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = main [Pipeline] echo [2023-04-07T02:44:58.443Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = main [Pipeline] echo [2023-04-07T02:44:58.457Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo [2023-04-07T02:44:58.469Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = f49e5d7 [Pipeline] echo [2023-04-07T02:44:58.483Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:44:58.529Z] provisioning config files... [2023-04-07T02:44:58.542Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config8879970854865222334tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:44:58.856Z] ---> docker-login.sh [2023-04-07T02:44:58.856Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:44:58.856Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:44:59.118Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:44:59.118Z] Configure a credential helper to remove this warning. See [2023-04-07T02:44:59.118Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:44:59.118Z] [2023-04-07T02:44:59.118Z] Login Succeeded [2023-04-07T02:44:59.118Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:44:59.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:44:59.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:44:59.379Z] Configure a credential helper to remove this warning. See [2023-04-07T02:44:59.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:44:59.379Z] [2023-04-07T02:44:59.379Z] Login Succeeded [2023-04-07T02:44:59.379Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:44:59.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:44:59.379Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:44:59.379Z] Configure a credential helper to remove this warning. See [2023-04-07T02:44:59.379Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:44:59.379Z] [2023-04-07T02:44:59.379Z] Login Succeeded [2023-04-07T02:44:59.379Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:44:59.379Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:44:59.640Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:44:59.640Z] Configure a credential helper to remove this warning. See [2023-04-07T02:44:59.640Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:44:59.640Z] [2023-04-07T02:44:59.640Z] Login Succeeded [2023-04-07T02:44:59.640Z] docker.io [2023-04-07T02:44:59.640Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:44:59.900Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:44:59.900Z] Configure a credential helper to remove this warning. See [2023-04-07T02:44:59.900Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:44:59.900Z] [2023-04-07T02:44:59.900Z] Login Succeeded [2023-04-07T02:44:59.900Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:44:59.908Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2023-04-07T02:45:00.262Z] + git rev-list -1 --merges f49e5d786ea68b16a14d01a91160d9484d8a22ef~1..f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo [2023-04-07T02:45:00.308Z] -----------> git rev-list -1 --merges f49e5d786ea68b16a14d01a91160d9484d8a22ef~1..f49e5d786ea68b16a14d01a91160d9484d8a22ef f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:45:00.308Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef [false] [Pipeline] sh [2023-04-07T02:45:00.596Z] + git log --format=format:%s -1 f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo [2023-04-07T02:45:00.633Z] ========================================================= [2023-04-07T02:45:00.633Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2023-04-07T02:45:00.633Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T02:45:00.960Z] + git log --format=format:%s -1 f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] echo [2023-04-07T02:45:00.972Z] [semverPrep] GIT_COMMIT: f49e5d786ea68b16a14d01a91160d9484d8a22ef, Commit Message: Merge pull request #148 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64 [Pipeline] echo [2023-04-07T02:45:00.979Z] [semverPrep] This is not a build commit. [Pipeline] sh [2023-04-07T02:45:01.363Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:45:01.363Z] + grep -v github /etc/ssh/ssh_known_hosts [2023-04-07T02:45:01.363Z] + [ -e /tmp/ssh_known_hosts ] [2023-04-07T02:45:01.363Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2023-04-07T02:45:01.363Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2023-04-07T02:45:01.363Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2023-04-07T02:45:01.363Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:45:01.789Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:45:01.789Z] [2023-04-07T02:45:01.789Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:45:02.088Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:45:02.088Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2023-04-07T02:45:02.088Z] b85a868b505f: Pulling fs layer [2023-04-07T02:45:02.088Z] e2be974225ed: Pulling fs layer [2023-04-07T02:45:02.088Z] 339a4e72a1f5: Pulling fs layer [2023-04-07T02:45:02.088Z] 988bab9f4d93: Pulling fs layer [2023-04-07T02:45:02.088Z] 1469e6f7b9e6: Pulling fs layer [2023-04-07T02:45:02.088Z] eaf3925da568: Pulling fs layer [2023-04-07T02:45:02.088Z] bab4dde63d76: Pulling fs layer [2023-04-07T02:45:02.088Z] bde34c3a00c8: Pulling fs layer [2023-04-07T02:45:02.088Z] b352a97aabf1: Pulling fs layer [2023-04-07T02:45:02.088Z] 4872d77fe225: Pulling fs layer [2023-04-07T02:45:02.088Z] 5851b861e8e6: Pulling fs layer [2023-04-07T02:45:02.088Z] bab4dde63d76: Waiting [2023-04-07T02:45:02.088Z] 4872d77fe225: Waiting [2023-04-07T02:45:02.088Z] bde34c3a00c8: Waiting [2023-04-07T02:45:02.088Z] eaf3925da568: Waiting [2023-04-07T02:45:02.088Z] 1469e6f7b9e6: Waiting [2023-04-07T02:45:02.088Z] 5851b861e8e6: Waiting [2023-04-07T02:45:02.088Z] b352a97aabf1: Waiting [2023-04-07T02:45:02.088Z] e2be974225ed: Download complete [2023-04-07T02:45:02.088Z] 988bab9f4d93: Verifying Checksum [2023-04-07T02:45:02.088Z] 988bab9f4d93: Download complete [2023-04-07T02:45:02.088Z] 339a4e72a1f5: Verifying Checksum [2023-04-07T02:45:02.088Z] 339a4e72a1f5: Download complete [2023-04-07T02:45:02.088Z] 1469e6f7b9e6: Verifying Checksum [2023-04-07T02:45:02.088Z] 1469e6f7b9e6: Download complete [2023-04-07T02:45:02.088Z] eaf3925da568: Verifying Checksum [2023-04-07T02:45:02.088Z] eaf3925da568: Download complete [2023-04-07T02:45:02.347Z] bde34c3a00c8: Verifying Checksum [2023-04-07T02:45:02.347Z] bde34c3a00c8: Download complete [2023-04-07T02:45:02.347Z] b352a97aabf1: Download complete [2023-04-07T02:45:02.347Z] 4872d77fe225: Download complete [2023-04-07T02:45:02.347Z] 5851b861e8e6: Verifying Checksum [2023-04-07T02:45:02.347Z] 5851b861e8e6: Download complete [2023-04-07T02:45:02.347Z] b85a868b505f: Verifying Checksum [2023-04-07T02:45:02.347Z] b85a868b505f: Download complete [2023-04-07T02:45:02.606Z] bab4dde63d76: Verifying Checksum [2023-04-07T02:45:02.606Z] bab4dde63d76: Download complete [2023-04-07T02:45:03.544Z] b85a868b505f: Pull complete [2023-04-07T02:45:03.801Z] e2be974225ed: Pull complete [2023-04-07T02:45:04.059Z] 339a4e72a1f5: Pull complete [2023-04-07T02:45:04.318Z] 988bab9f4d93: Pull complete [2023-04-07T02:45:04.577Z] 1469e6f7b9e6: Pull complete [2023-04-07T02:45:04.577Z] eaf3925da568: Pull complete [2023-04-07T02:45:06.478Z] bab4dde63d76: Pull complete [2023-04-07T02:45:06.478Z] bde34c3a00c8: Pull complete [2023-04-07T02:45:06.478Z] b352a97aabf1: Pull complete [2023-04-07T02:45:06.478Z] 4872d77fe225: Pull complete [2023-04-07T02:45:06.478Z] 5851b861e8e6: Pull complete [2023-04-07T02:45:06.478Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2023-04-07T02:45:06.478Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:45:06.478Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:45:06.575Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:45:06.612Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:45:11.997Z] $ docker top 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 -eo pid,comm [2023-04-07T02:45:12.048Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-07T02:45:12.048Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:45:12.083Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:45:12.083Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:45:12.200Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:45:12.203Z] $ docker exec 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent [2023-04-07T02:45:12.311Z] SSH_AUTH_SOCK=/tmp/ssh-5tFjOmsL7lJv/agent.33 [2023-04-07T02:45:12.311Z] SSH_AGENT_PID=39 [2023-04-07T02:45:12.318Z] Running ssh-add (command line suppressed) [2023-04-07T02:45:12.443Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6562517411812827006.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6562517411812827006.key) [2023-04-07T02:45:12.457Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:45:12.746Z] + git tag --points-at HEAD [Pipeline] } [2023-04-07T02:45:12.761Z] $ docker exec --env ******** --env ******** 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent -k [2023-04-07T02:45:12.858Z] unset SSH_AUTH_SOCK; [2023-04-07T02:45:12.859Z] unset SSH_AGENT_PID; [2023-04-07T02:45:12.859Z] echo Agent pid 39 killed; [2023-04-07T02:45:12.869Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2023-04-07T02:45:12.897Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:45:12.897Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:45:13.005Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:45:13.008Z] $ docker exec 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent [2023-04-07T02:45:13.111Z] SSH_AUTH_SOCK=/tmp/ssh-9jBYvIQdBWff/agent.72 [2023-04-07T02:45:13.111Z] SSH_AGENT_PID=78 [2023-04-07T02:45:13.116Z] Running ssh-add (command line suppressed) [2023-04-07T02:45:13.211Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_352190453003941112.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_352190453003941112.key) [2023-04-07T02:45:13.224Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:45:13.517Z] + git semver init [2023-04-07T02:45:13.779Z] 2023-04-07 02:45:13,681 [run_init] DEBUG init version:0.0.0 force:False [2023-04-07T02:45:13.779Z] 2023-04-07 02:45:13,682 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/edgexfoundry_device-gpio_main/.semver [2023-04-07T02:45:13.779Z] 2023-04-07 02:45:13,682 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-gpio.git /w/workspace/edgexfoundry_device-gpio_main/.semver [2023-04-07T02:45:13.779Z] 2023-04-07 02:45:13,682 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-gpio.git', '/w/workspace/edgexfoundry_device-gpio_main/.semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:45:15.160Z] 2023-04-07 02:45:14,944 [append_file] DEBUG append to file:/w/workspace/edgexfoundry_device-gpio_main/.git/info/exclude [2023-04-07T02:45:15.160Z] 2023-04-07 02:45:14,945 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:False [2023-04-07T02:45:15.160Z] 2023-04-07 02:45:14,945 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:45:15.160Z] 2023-04-07 02:45:14,945 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:45:15.160Z] 3.0.0-dev.16 [Pipeline] } [2023-04-07T02:45:15.170Z] $ docker exec --env ******** --env ******** 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 ssh-agent -k [2023-04-07T02:45:15.271Z] unset SSH_AUTH_SOCK; [2023-04-07T02:45:15.271Z] unset SSH_AGENT_PID; [2023-04-07T02:45:15.272Z] echo Agent pid 78 killed; [2023-04-07T02:45:15.281Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:45:15.583Z] + git semver [Pipeline] } [2023-04-07T02:45:15.859Z] $ docker stop --time=1 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 [2023-04-07T02:45:17.181Z] $ docker rm -f --volumes 216b05a9d197b3adc6d2f11bacda82accbb36aab7855b4b285f1ca8b93d1c5c3 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:45:17.517Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2023-04-07T02:45:17.728Z] Stashed 1 file(s) [Pipeline] echo [2023-04-07T02:45:17.732Z] [edgeXSemver]: initialized semver on version 3.0.0-dev.16 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:45:17.905Z] provisioning config files... [2023-04-07T02:45:17.916Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config12179332235241993878tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:45:18.211Z] ---> docker-login.sh [2023-04-07T02:45:18.211Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:45:18.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:45:18.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:45:18.211Z] Configure a credential helper to remove this warning. See [2023-04-07T02:45:18.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:45:18.211Z] [2023-04-07T02:45:18.211Z] Login Succeeded [2023-04-07T02:45:18.211Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:45:18.211Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:45:18.211Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:45:18.211Z] Configure a credential helper to remove this warning. See [2023-04-07T02:45:18.211Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:45:18.211Z] [2023-04-07T02:45:18.211Z] Login Succeeded [2023-04-07T02:45:18.211Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:45:18.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:45:18.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:45:18.473Z] Configure a credential helper to remove this warning. See [2023-04-07T02:45:18.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:45:18.473Z] [2023-04-07T02:45:18.473Z] Login Succeeded [2023-04-07T02:45:18.473Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:45:18.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:45:18.473Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:45:18.473Z] Configure a credential helper to remove this warning. See [2023-04-07T02:45:18.473Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:45:18.473Z] [2023-04-07T02:45:18.473Z] Login Succeeded [2023-04-07T02:45:18.473Z] docker.io [2023-04-07T02:45:18.473Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:45:18.735Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:45:18.735Z] Configure a credential helper to remove this warning. See [2023-04-07T02:45:18.735Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:45:18.735Z] [2023-04-07T02:45:18.735Z] Login Succeeded [2023-04-07T02:45:18.735Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:45:18.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-07T02:45:18.803Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:45:18.816Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:45:18.826Z] ========================================================= [2023-04-07T02:45:18.826Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine] [2023-04-07T02:45:18.826Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:45:19.133Z] + docker build -t ci-base-image-x86_64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-07T02:45:19.133Z] Sending build context to Docker daemon 16.03MB [2023-04-07T02:45:19.133Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:45:19.133Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-07T02:45:19.133Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base [2023-04-07T02:45:19.133Z] 63b65145d645: Pulling fs layer [2023-04-07T02:45:19.133Z] a2d21d5440eb: Pulling fs layer [2023-04-07T02:45:19.133Z] 935e6c44a52c: Pulling fs layer [2023-04-07T02:45:19.133Z] 94cc34f8dd06: Pulling fs layer [2023-04-07T02:45:19.133Z] 30dea6a524f1: Pulling fs layer [2023-04-07T02:45:19.133Z] a2aff8979fd8: Pulling fs layer [2023-04-07T02:45:19.133Z] 6808be2612f2: Pulling fs layer [2023-04-07T02:45:19.133Z] f25807f1079a: Pulling fs layer [2023-04-07T02:45:19.133Z] 94cc34f8dd06: Waiting [2023-04-07T02:45:19.133Z] 30dea6a524f1: Waiting [2023-04-07T02:45:19.133Z] 6808be2612f2: Waiting [2023-04-07T02:45:19.133Z] f25807f1079a: Waiting [2023-04-07T02:45:19.133Z] a2aff8979fd8: Waiting [2023-04-07T02:45:19.392Z] a2d21d5440eb: Verifying Checksum [2023-04-07T02:45:19.392Z] a2d21d5440eb: Download complete [2023-04-07T02:45:19.392Z] 94cc34f8dd06: Download complete [2023-04-07T02:45:19.392Z] 30dea6a524f1: Verifying Checksum [2023-04-07T02:45:19.392Z] 30dea6a524f1: Download complete [2023-04-07T02:45:19.392Z] 63b65145d645: Verifying Checksum [2023-04-07T02:45:19.392Z] 63b65145d645: Download complete [2023-04-07T02:45:19.392Z] a2aff8979fd8: Verifying Checksum [2023-04-07T02:45:19.392Z] a2aff8979fd8: Download complete [2023-04-07T02:45:19.392Z] 63b65145d645: Pull complete [2023-04-07T02:45:19.651Z] a2d21d5440eb: Pull complete [2023-04-07T02:45:20.226Z] f25807f1079a: Verifying Checksum [2023-04-07T02:45:20.226Z] f25807f1079a: Download complete [2023-04-07T02:45:20.226Z] 935e6c44a52c: Verifying Checksum [2023-04-07T02:45:20.226Z] 935e6c44a52c: Download complete [2023-04-07T02:45:20.794Z] 6808be2612f2: Verifying Checksum [2023-04-07T02:45:20.794Z] 6808be2612f2: Download complete [2023-04-07T02:45:24.103Z] 935e6c44a52c: Pull complete [2023-04-07T02:45:24.103Z] 94cc34f8dd06: Pull complete [2023-04-07T02:45:24.103Z] 30dea6a524f1: Pull complete [2023-04-07T02:45:24.103Z] a2aff8979fd8: Pull complete [2023-04-07T02:45:26.001Z] 6808be2612f2: Pull complete [2023-04-07T02:45:26.566Z] f25807f1079a: Pull complete [2023-04-07T02:45:26.567Z] Digest: sha256:106942793af8b5907f587008084bb0888cadbc76d86ebd37d4d3227fb0f1e438 [2023-04-07T02:45:26.567Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.20-alpine [2023-04-07T02:45:26.825Z] ---> 3b553350e43f [2023-04-07T02:45:26.825Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:45:32.852Z] Still waiting to schedule task [2023-04-07T02:45:32.852Z] Waiting for next available executor on ‘ubuntu20.04-docker-arm64-4c-16g’ [2023-04-07T02:45:34.966Z] ---> Running in a6a414412c04 [2023-04-07T02:45:34.966Z] Removing intermediate container a6a414412c04 [2023-04-07T02:45:34.966Z] ---> a552f9a21773 [2023-04-07T02:45:34.966Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:45:34.966Z] ---> Running in c97f85571949 [2023-04-07T02:45:34.966Z] Removing intermediate container c97f85571949 [2023-04-07T02:45:34.966Z] ---> 9660059b4cee [2023-04-07T02:45:34.966Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-07T02:45:34.966Z] ---> Running in ac26d64c1eb3 [2023-04-07T02:45:34.966Z] Removing intermediate container ac26d64c1eb3 [2023-04-07T02:45:34.966Z] ---> 5548458d84f7 [2023-04-07T02:45:34.966Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:45:34.966Z] ---> Running in 1bb2df4c8b64 [2023-04-07T02:45:34.966Z] Removing intermediate container 1bb2df4c8b64 [2023-04-07T02:45:34.966Z] ---> 45bb7fe33976 [2023-04-07T02:45:34.966Z] Step 7/12 : WORKDIR /device-gpio [2023-04-07T02:45:34.966Z] ---> Running in e843bfe96abe [2023-04-07T02:45:34.966Z] Removing intermediate container e843bfe96abe [2023-04-07T02:45:34.966Z] ---> 2aed59312d4f [2023-04-07T02:45:34.966Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:45:34.966Z] ---> Running in 88c2f50ac5e9 [2023-04-07T02:45:34.966Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T02:45:34.966Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T02:45:34.966Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-07T02:45:34.966Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-07T02:45:34.966Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-07T02:45:34.966Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-07T02:45:34.966Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T02:45:35.226Z] OK: 269 MiB in 57 packages [2023-04-07T02:45:35.484Z] Removing intermediate container 88c2f50ac5e9 [2023-04-07T02:45:35.484Z] ---> ec0dcf613bc0 [2023-04-07T02:45:35.484Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-07T02:45:35.745Z] ---> 2ef3c124c5c9 [2023-04-07T02:45:35.745Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:45:35.745Z] ---> Running in 074bd5ca47a7 [2023-04-07T02:46:14.450Z] Removing intermediate container 074bd5ca47a7 [2023-04-07T02:46:14.450Z] ---> ce78ce72fde0 [2023-04-07T02:46:14.450Z] Step 11/12 : COPY . . [2023-04-07T02:46:14.450Z] ---> d44c70e099af [2023-04-07T02:46:14.450Z] Step 12/12 : RUN ${MAKE} [2023-04-07T02:46:14.450Z] ---> Running in 5e9d58594228 [2023-04-07T02:46:14.450Z] noop [2023-04-07T02:46:14.451Z] Removing intermediate container 5e9d58594228 [2023-04-07T02:46:14.451Z] ---> 7ee7fb0aaf8b [2023-04-07T02:46:14.451Z] Successfully built 7ee7fb0aaf8b [2023-04-07T02:46:14.451Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:46:14.758Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-07T02:46:14.758Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:46:14.822Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:46:14.851Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** ci-base-image-x86_64 cat [2023-04-07T02:46:15.180Z] $ docker top de206233be16bf8d9645557188b530479c23410bb168f4d64741fb6a6ea2a160 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:46:15.518Z] + go version [2023-04-07T02:46:15.518Z] go version go1.20.2 linux/amd64 [Pipeline] } [2023-04-07T02:46:15.528Z] $ docker stop --time=1 de206233be16bf8d9645557188b530479c23410bb168f4d64741fb6a6ea2a160 [2023-04-07T02:46:16.839Z] $ docker rm -f --volumes de206233be16bf8d9645557188b530479c23410bb168f4d64741fb6a6ea2a160 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:46:17.234Z] + docker inspect -f . ci-base-image-x86_64 [2023-04-07T02:46:17.234Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:46:17.309Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:46:17.337Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** ci-base-image-x86_64 cat [2023-04-07T02:46:17.663Z] $ docker top e59a12b8b9424467675f5b6068bdb977d69ec4f1de4387408d50ee0e8f6bd740 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:46:18.013Z] + git config --global --add safe.directory /w/workspace/edgexfoundry_device-gpio_main [Pipeline] fileExists [Pipeline] sh [2023-04-07T02:46:18.305Z] + make test [2023-04-07T02:46:18.305Z] go test ./... -coverprofile=coverage.out ./... [2023-04-07T02:46:23.573Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-04-07T02:46:33.534Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-04-07T02:46:33.534Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-04-07T02:46:38.796Z] go vet ./... [2023-04-07T02:46:42.981Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-07T02:46:42.981Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-07T02:46:42.981Z] ./bin/test-attribution-txt.sh [2023-04-07T02:46:42.981Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-07T02:46:42.992Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-07T02:46:43.005Z] $ docker stop --time=1 e59a12b8b9424467675f5b6068bdb977d69ec4f1de4387408d50ee0e8f6bd740 [2023-04-07T02:46:48.281Z] $ docker rm -f --volumes e59a12b8b9424467675f5b6068bdb977d69ec4f1de4387408d50ee0e8f6bd740 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:46:48.726Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-07T02:46:48.767Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2023-04-07T02:46:49.347Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-07T02:46:49.633Z] + ls -al . [2023-04-07T02:46:49.633Z] total 156 [2023-04-07T02:46:49.633Z] drwxrwxr-x 9 jenkins jenkins 4096 Apr 7 02:46 . [2023-04-07T02:46:49.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:44 .. [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 120 Apr 7 02:44 .dockerignore [2023-04-07T02:46:49.633Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:45 .git [2023-04-07T02:46:49.633Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:44 .github [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 343 Apr 7 02:44 .gitignore [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 02:44 .golangci.yml [2023-04-07T02:46:49.633Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 02:45 .semver [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 9573 Apr 7 02:44 Attribution.txt [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 4069 Apr 7 02:44 CHANGELOG.md [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 1542 Apr 7 02:44 Dockerfile [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 02:44 GOVERNANCE.md [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 657 Apr 7 02:44 Jenkinsfile [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 02:44 LICENSE [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 1692 Apr 7 02:44 Makefile [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 7 02:44 OWNERS.md [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 11790 Apr 7 02:44 README.md [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 02:45 VERSION [2023-04-07T02:46:49.633Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:44 bin [2023-04-07T02:46:49.633Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:44 cmd [2023-04-07T02:46:49.633Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 7 02:46 coverage.out [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 3269 Apr 7 02:44 go.mod [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 31810 Apr 7 02:44 go.sum [2023-04-07T02:46:49.633Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:44 internal [2023-04-07T02:46:49.633Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:44 snap [2023-04-07T02:46:49.633Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 7 02:44 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:46:50.020Z] + docker build -t device-gpio -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef --label arch=amd64 --label version=3.0.0-dev.16 . [2023-04-07T02:46:50.020Z] Sending build context to Docker daemon 16.03MB [2023-04-07T02:46:50.020Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:46:50.020Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-07T02:46:50.020Z] ---> 7ee7fb0aaf8b [2023-04-07T02:46:50.020Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:46:50.639Z] ---> Running in a47fb4ac0681 [2023-04-07T02:46:50.639Z] Removing intermediate container a47fb4ac0681 [2023-04-07T02:46:50.639Z] ---> c88efa958e68 [2023-04-07T02:46:50.639Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:46:50.639Z] ---> Running in 66f2bcbca277 [2023-04-07T02:46:50.639Z] Removing intermediate container 66f2bcbca277 [2023-04-07T02:46:50.639Z] ---> 98e0876a4fa9 [2023-04-07T02:46:50.639Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-07T02:46:50.639Z] ---> Running in 0b04dc46cbdf [2023-04-07T02:46:50.910Z] Removing intermediate container 0b04dc46cbdf [2023-04-07T02:46:50.910Z] ---> 3198518047db [2023-04-07T02:46:50.910Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:46:50.910Z] ---> Running in e0739534f1ce [2023-04-07T02:46:50.910Z] Removing intermediate container e0739534f1ce [2023-04-07T02:46:50.910Z] ---> a30c60d0f268 [2023-04-07T02:46:50.910Z] Step 7/25 : WORKDIR /device-gpio [2023-04-07T02:46:50.910Z] ---> Running in ec157f0b0335 [2023-04-07T02:46:50.910Z] Removing intermediate container ec157f0b0335 [2023-04-07T02:46:50.910Z] ---> 791f5a02b5b0 [2023-04-07T02:46:50.910Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:46:50.910Z] ---> Running in cc3f5241c362 [2023-04-07T02:46:51.186Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T02:46:51.446Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T02:46:51.705Z] OK: 269 MiB in 57 packages [2023-04-07T02:46:51.963Z] Removing intermediate container cc3f5241c362 [2023-04-07T02:46:51.963Z] ---> 1054264c44cb [2023-04-07T02:46:51.963Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-07T02:46:52.222Z] ---> f002e440ef66 [2023-04-07T02:46:52.222Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:46:52.222Z] ---> Running in 3a33d1a678fa [2023-04-07T02:46:53.530Z] Removing intermediate container 3a33d1a678fa [2023-04-07T02:46:53.530Z] ---> bdaaa0edfb39 [2023-04-07T02:46:53.530Z] Step 11/25 : COPY . . [2023-04-07T02:46:53.810Z] ---> 9bf7f1095342 [2023-04-07T02:46:53.810Z] Step 12/25 : RUN ${MAKE} [2023-04-07T02:46:53.810Z] ---> Running in ce6a3c90ba90 [2023-04-07T02:46:54.069Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.16" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-04-07T02:47:16.399Z] Removing intermediate container ce6a3c90ba90 [2023-04-07T02:47:16.399Z] ---> f525eb1c41af [2023-04-07T02:47:16.399Z] Step 13/25 : FROM alpine:3.17 [2023-04-07T02:47:16.399Z] 3.17: Pulling from library/alpine [2023-04-07T02:47:16.399Z] f56be85fc22e: Pulling fs layer [2023-04-07T02:47:16.399Z] f56be85fc22e: Verifying Checksum [2023-04-07T02:47:16.399Z] f56be85fc22e: Download complete [2023-04-07T02:47:16.399Z] f56be85fc22e: Pull complete [2023-04-07T02:47:16.399Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-07T02:47:16.399Z] Status: Downloaded newer image for alpine:3.17 [2023-04-07T02:47:16.399Z] ---> 9ed4aefc74f6 [2023-04-07T02:47:16.399Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-04-07T02:47:16.399Z] ---> Running in c24fbc9b09c6 [2023-04-07T02:47:16.399Z] Removing intermediate container c24fbc9b09c6 [2023-04-07T02:47:16.399Z] ---> e896f10526fc [2023-04-07T02:47:16.399Z] Step 15/25 : RUN apk add --update --no-cache [2023-04-07T02:47:16.399Z] ---> Running in f184b749ba0b [2023-04-07T02:47:16.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/x86_64/APKINDEX.tar.gz [2023-04-07T02:47:16.399Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/x86_64/APKINDEX.tar.gz [2023-04-07T02:47:16.399Z] OK: 7 MiB in 15 packages [2023-04-07T02:47:16.657Z] Removing intermediate container f184b749ba0b [2023-04-07T02:47:16.657Z] ---> 5efbfcdc4a4c [2023-04-07T02:47:16.657Z] Step 16/25 : WORKDIR / [2023-04-07T02:47:16.657Z] ---> Running in 0302a0ba53af [2023-04-07T02:47:16.915Z] Removing intermediate container 0302a0ba53af [2023-04-07T02:47:16.915Z] ---> b2319df2fd23 [2023-04-07T02:47:16.915Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-04-07T02:47:16.915Z] ---> 14914e240560 [2023-04-07T02:47:16.915Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-04-07T02:47:16.915Z] ---> e12a9daec645 [2023-04-07T02:47:16.915Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-04-07T02:47:18.310Z] ---> 9f530234f06e [2023-04-07T02:47:18.310Z] Step 20/25 : EXPOSE 59910 [2023-04-07T02:47:18.310Z] ---> Running in 90739ea58af7 [2023-04-07T02:47:18.568Z] Removing intermediate container 90739ea58af7 [2023-04-07T02:47:18.568Z] ---> cb6da43bbf2a [2023-04-07T02:47:18.568Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-04-07T02:47:18.568Z] ---> Running in dc54e6529eaa [2023-04-07T02:47:18.568Z] Removing intermediate container dc54e6529eaa [2023-04-07T02:47:18.568Z] ---> d33b83695ccf [2023-04-07T02:47:18.568Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-07T02:47:18.568Z] ---> Running in 23c8b754553a [2023-04-07T02:47:18.568Z] Removing intermediate container 23c8b754553a [2023-04-07T02:47:18.568Z] ---> f6e1d5afad2c [2023-04-07T02:47:18.568Z] Step 23/25 : LABEL arch=amd64 [2023-04-07T02:47:18.568Z] ---> Running in a1b710f21672 [2023-04-07T02:47:18.827Z] Removing intermediate container a1b710f21672 [2023-04-07T02:47:18.827Z] ---> 66712cfe8536 [2023-04-07T02:47:18.827Z] Step 24/25 : LABEL git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:47:18.827Z] ---> Running in f6d7fc6dd0dd [2023-04-07T02:47:18.827Z] Removing intermediate container f6d7fc6dd0dd [2023-04-07T02:47:18.827Z] ---> e19c410e90f0 [2023-04-07T02:47:18.827Z] Step 25/25 : LABEL version=3.0.0-dev.16 [2023-04-07T02:47:18.827Z] ---> Running in e5ad1a8317f7 [2023-04-07T02:47:18.827Z] Removing intermediate container e5ad1a8317f7 [2023-04-07T02:47:18.827Z] ---> 7774c7b8ae40 [2023-04-07T02:47:18.827Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-07T02:47:18.827Z] Successfully built 7774c7b8ae40 [2023-04-07T02:47:18.827Z] Successfully tagged device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:47:18.926Z] provisioning config files... [2023-04-07T02:47:18.932Z] copy managed file [device-gpio-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config4225343616485096611tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:47:19.224Z] ---> docker-login.sh [2023-04-07T02:47:19.224Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:47:19.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:47:19.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:47:19.224Z] Configure a credential helper to remove this warning. See [2023-04-07T02:47:19.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:47:19.224Z] [2023-04-07T02:47:19.224Z] Login Succeeded [2023-04-07T02:47:19.224Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:47:19.224Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:47:19.224Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:47:19.224Z] Configure a credential helper to remove this warning. See [2023-04-07T02:47:19.224Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:47:19.224Z] [2023-04-07T02:47:19.224Z] Login Succeeded [2023-04-07T02:47:19.224Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:47:19.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:47:19.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:47:19.483Z] Configure a credential helper to remove this warning. See [2023-04-07T02:47:19.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:47:19.483Z] [2023-04-07T02:47:19.483Z] Login Succeeded [2023-04-07T02:47:19.483Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:47:19.483Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:47:19.483Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:47:19.483Z] Configure a credential helper to remove this warning. See [2023-04-07T02:47:19.483Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:47:19.483Z] [2023-04-07T02:47:19.483Z] Login Succeeded [2023-04-07T02:47:19.483Z] docker.io [2023-04-07T02:47:19.741Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:47:19.741Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:47:19.741Z] Configure a credential helper to remove this warning. See [2023-04-07T02:47:19.741Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:47:19.741Z] [2023-04-07T02:47:19.741Z] Login Succeeded [2023-04-07T02:47:19.741Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:47:19.748Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:47:19.780Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:47:19.794Z] [edgeXDocker.push] Tagging docker image device-gpio with the following tags: [2023-04-07T02:47:19.794Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:47:19.794Z] latest [2023-04-07T02:47:19.794Z] 3.0.0-dev.16 [2023-04-07T02:47:19.794Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [2023-04-07T02:47:19.794Z] main [2023-04-07T02:47:19.794Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:20.115Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:20.424Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:47:20.425Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-07T02:47:20.425Z] c67ad6be4eda: Preparing [2023-04-07T02:47:20.425Z] edd87ee2b1d7: Preparing [2023-04-07T02:47:20.425Z] cbedf3fb6192: Preparing [2023-04-07T02:47:20.425Z] 3ed76d7c7511: Preparing [2023-04-07T02:47:20.425Z] f1417ff83b31: Preparing [2023-04-07T02:47:20.425Z] f1417ff83b31: Layer already exists [2023-04-07T02:47:20.425Z] 3ed76d7c7511: Pushed [2023-04-07T02:47:20.425Z] edd87ee2b1d7: Pushed [2023-04-07T02:47:20.425Z] cbedf3fb6192: Pushed [2023-04-07T02:47:22.966Z] c67ad6be4eda: Pushed [2023-04-07T02:47:22.966Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:23.285Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:23.592Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:latest [2023-04-07T02:47:23.592Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-07T02:47:23.592Z] c67ad6be4eda: Preparing [2023-04-07T02:47:23.592Z] edd87ee2b1d7: Preparing [2023-04-07T02:47:23.592Z] cbedf3fb6192: Preparing [2023-04-07T02:47:23.592Z] 3ed76d7c7511: Preparing [2023-04-07T02:47:23.592Z] f1417ff83b31: Preparing [2023-04-07T02:47:23.592Z] 3ed76d7c7511: Layer already exists [2023-04-07T02:47:23.592Z] c67ad6be4eda: Layer already exists [2023-04-07T02:47:23.592Z] cbedf3fb6192: Layer already exists [2023-04-07T02:47:23.592Z] f1417ff83b31: Layer already exists [2023-04-07T02:47:23.592Z] edd87ee2b1d7: Layer already exists [2023-04-07T02:47:23.592Z] latest: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:23.901Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:24.209Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.16 [2023-04-07T02:47:24.209Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-07T02:47:24.209Z] c67ad6be4eda: Preparing [2023-04-07T02:47:24.209Z] edd87ee2b1d7: Preparing [2023-04-07T02:47:24.209Z] cbedf3fb6192: Preparing [2023-04-07T02:47:24.209Z] 3ed76d7c7511: Preparing [2023-04-07T02:47:24.209Z] f1417ff83b31: Preparing [2023-04-07T02:47:24.209Z] edd87ee2b1d7: Layer already exists [2023-04-07T02:47:24.209Z] c67ad6be4eda: Layer already exists [2023-04-07T02:47:24.209Z] cbedf3fb6192: Layer already exists [2023-04-07T02:47:24.209Z] 3ed76d7c7511: Layer already exists [2023-04-07T02:47:24.209Z] f1417ff83b31: Layer already exists [2023-04-07T02:47:24.209Z] 3.0.0-dev.16: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:24.529Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:24.839Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [2023-04-07T02:47:24.840Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-07T02:47:24.840Z] c67ad6be4eda: Preparing [2023-04-07T02:47:24.840Z] edd87ee2b1d7: Preparing [2023-04-07T02:47:24.840Z] cbedf3fb6192: Preparing [2023-04-07T02:47:24.840Z] 3ed76d7c7511: Preparing [2023-04-07T02:47:24.840Z] f1417ff83b31: Preparing [2023-04-07T02:47:24.840Z] edd87ee2b1d7: Layer already exists [2023-04-07T02:47:24.840Z] f1417ff83b31: Layer already exists [2023-04-07T02:47:24.840Z] cbedf3fb6192: Layer already exists [2023-04-07T02:47:24.840Z] 3ed76d7c7511: Layer already exists [2023-04-07T02:47:24.840Z] c67ad6be4eda: Layer already exists [2023-04-07T02:47:24.840Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:25.163Z] + docker tag device-gpio nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:25.482Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio:main [2023-04-07T02:47:25.482Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio] [2023-04-07T02:47:25.482Z] c67ad6be4eda: Preparing [2023-04-07T02:47:25.482Z] edd87ee2b1d7: Preparing [2023-04-07T02:47:25.482Z] cbedf3fb6192: Preparing [2023-04-07T02:47:25.482Z] 3ed76d7c7511: Preparing [2023-04-07T02:47:25.482Z] f1417ff83b31: Preparing [2023-04-07T02:47:25.482Z] edd87ee2b1d7: Layer already exists [2023-04-07T02:47:25.482Z] f1417ff83b31: Layer already exists [2023-04-07T02:47:25.482Z] cbedf3fb6192: Layer already exists [2023-04-07T02:47:25.482Z] c67ad6be4eda: Layer already exists [2023-04-07T02:47:25.482Z] 3ed76d7c7511: Layer already exists [2023-04-07T02:47:25.482Z] main: digest: sha256:78f333d70e168bb2306054f28f332bf56648c10aa432a32375ba4a1c63953a2a size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:47:25.534Z] ===================================================== [Pipeline] echo [2023-04-07T02:47:25.543Z] taggedImages: [2023-04-07T02:47:25.543Z] - nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:47:25.543Z] - nexus3.edgexfoundry.org:10004/device-gpio:latest [2023-04-07T02:47:25.543Z] - nexus3.edgexfoundry.org:10004/device-gpio:3.0.0-dev.16 [2023-04-07T02:47:25.543Z] - nexus3.edgexfoundry.org:10004/device-gpio:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [2023-04-07T02:47:25.543Z] - nexus3.edgexfoundry.org:10004/device-gpio:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:25.918Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:47:25.918Z] [2023-04-07T02:47:25.918Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:47:26.214Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:47:26.215Z] latest: Pulling from edgex-lftools-log-publisher [2023-04-07T02:47:26.215Z] 5eb5b503b376: Pulling fs layer [2023-04-07T02:47:26.215Z] 5c69ac0246d0: Pulling fs layer [2023-04-07T02:47:26.215Z] ec43610c2a17: Pulling fs layer [2023-04-07T02:47:26.215Z] 3a2ae6a8a46f: Pulling fs layer [2023-04-07T02:47:26.215Z] 33b1e0a273af: Pulling fs layer [2023-04-07T02:47:26.215Z] 5d3b04190fa2: Pulling fs layer [2023-04-07T02:47:26.215Z] 2f39f015ded8: Pulling fs layer [2023-04-07T02:47:26.215Z] 33b1e0a273af: Waiting [2023-04-07T02:47:26.215Z] 3a2ae6a8a46f: Waiting [2023-04-07T02:47:26.215Z] 5d3b04190fa2: Waiting [2023-04-07T02:47:26.215Z] 2f39f015ded8: Waiting [2023-04-07T02:47:26.215Z] 5c69ac0246d0: Verifying Checksum [2023-04-07T02:47:26.215Z] 5c69ac0246d0: Download complete [2023-04-07T02:47:26.215Z] 3a2ae6a8a46f: Verifying Checksum [2023-04-07T02:47:26.215Z] 3a2ae6a8a46f: Download complete [2023-04-07T02:47:26.215Z] 33b1e0a273af: Verifying Checksum [2023-04-07T02:47:26.215Z] 33b1e0a273af: Download complete [2023-04-07T02:47:26.215Z] 5d3b04190fa2: Verifying Checksum [2023-04-07T02:47:26.215Z] 5d3b04190fa2: Download complete [2023-04-07T02:47:26.215Z] ec43610c2a17: Verifying Checksum [2023-04-07T02:47:26.215Z] ec43610c2a17: Download complete [2023-04-07T02:47:26.474Z] 5eb5b503b376: Verifying Checksum [2023-04-07T02:47:26.474Z] 5eb5b503b376: Download complete [2023-04-07T02:47:27.039Z] 2f39f015ded8: Download complete [2023-04-07T02:47:27.606Z] 5eb5b503b376: Pull complete [2023-04-07T02:47:27.606Z] 5c69ac0246d0: Pull complete [2023-04-07T02:47:28.172Z] ec43610c2a17: Pull complete [2023-04-07T02:47:28.172Z] 3a2ae6a8a46f: Pull complete [2023-04-07T02:47:28.430Z] 33b1e0a273af: Pull complete [2023-04-07T02:47:28.430Z] 5d3b04190fa2: Pull complete [2023-04-07T02:47:32.616Z] 2f39f015ded8: Pull complete [2023-04-07T02:47:32.616Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2023-04-07T02:47:32.616Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:47:32.616Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:47:32.706Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:47:32.733Z] $ 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/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-07T02:47:40.774Z] $ docker top ed7daf6319dad69b00f7a5ad0f047a37948e1a981dddcd070bbd270ad9c6315b -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:47:41.176Z] ---> job-cost.sh [2023-04-07T02:47:41.176Z] lf-activate-venv: SKIPPING [2023-04-07T02:47:41.176Z] INFO: No Stack... [2023-04-07T02:47:41.435Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-07T02:47:42.006Z] INFO: Archiving Costs [Pipeline] sh [2023-04-07T02:47:42.294Z] + cat /w/workspace/edgexfoundry_device-gpio_main/archives/cost.csv [2023-04-07T02:47:42.294Z] + cut -d, -f6 [Pipeline] lock [2023-04-07T02:47:42.306Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [2023-04-07T02:47:42.316Z] Resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] did not exist. Created. [2023-04-07T02:47:42.316Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T02:47:42.612Z] + echo total: 0.2199999988079071 [Pipeline] stash [2023-04-07T02:47:42.645Z] Stashed 1 file(s) [Pipeline] } [2023-04-07T02:47:42.654Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-07T02:47:42.663Z] $ docker stop --time=1 ed7daf6319dad69b00f7a5ad0f047a37948e1a981dddcd070bbd270ad9c6315b [2023-04-07T02:47:43.802Z] $ docker rm -f --volumes ed7daf6319dad69b00f7a5ad0f047a37948e1a981dddcd070bbd270ad9c6315b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2023-04-07T02:47:44.009Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-7068 in /w/workspace/edgexfoundry_device-gpio_main [Pipeline] { [Pipeline] ws [2023-04-07T02:47:44.018Z] Running in /w/workspace/device-gpio/69 [Pipeline] { [Pipeline] checkout [2023-04-07T02:47:44.055Z] The recommended git tool is: git [2023-04-07T02:47:53.131Z] using credential edgex-jenkins-ssh [2023-04-07T02:47:53.156Z] Cloning the remote Git repository [2023-04-07T02:47:53.251Z] Cloning repository git@github.com:edgexfoundry/device-gpio.git [2023-04-07T02:47:53.449Z] > git init /w/workspace/device-gpio/69 # timeout=10 [2023-04-07T02:47:53.665Z] Fetching upstream changes from git@github.com:edgexfoundry/device-gpio.git [2023-04-07T02:47:53.667Z] > git --version # timeout=10 [2023-04-07T02:47:53.697Z] > git --version # 'git version 2.25.1' [2023-04-07T02:47:53.703Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2023-04-07T02:47:53.893Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-gpio.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-07T02:47:56.584Z] > git config remote.origin.url git@github.com:edgexfoundry/device-gpio.git # timeout=10 [2023-04-07T02:47:56.619Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2023-04-07T02:47:57.551Z] Avoid second fetch [2023-04-07T02:47:57.551Z] Checking out Revision f49e5d786ea68b16a14d01a91160d9484d8a22ef (main) [2023-04-07T02:47:58.160Z] Commit message: "Merge pull request #148 from edgexfoundry/dependabot/go_modules/github.com/edgexfoundry/device-sdk-go/v3-3.0.0-dev.64" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T02:47:59.020Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2023-04-07T02:47:59.020Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-07T02:47:59.020Z] Dload Upload Total Spent Left Speed [2023-04-07T02:47:59.020Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12751 100 12751 0 0 211k 0 --:--:-- --:--:-- --:--:-- 214k [2023-04-07T02:47:57.575Z] > git config core.sparsecheckout # timeout=10 [2023-04-07T02:47:57.659Z] > git checkout -f f49e5d786ea68b16a14d01a91160d9484d8a22ef # timeout=10 [Pipeline] sh [2023-04-07T02:47:59.735Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2023-04-07T02:48:00.071Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2023-04-07T02:48:00.071Z] + sudo tee /etc/docker/daemon.new [2023-04-07T02:48:00.071Z] { [2023-04-07T02:48:00.071Z] "registry-mirrors": [ [2023-04-07T02:48:00.071Z] "https://nexus3.edgexfoundry.org:10001" [2023-04-07T02:48:00.071Z] ], [2023-04-07T02:48:00.071Z] "bip": "10.250.0.254/24", [2023-04-07T02:48:00.071Z] "hosts": [ [2023-04-07T02:48:00.071Z] "tcp://0.0.0.0:5555", [2023-04-07T02:48:00.071Z] "unix:///var/run/docker.sock" [2023-04-07T02:48:00.071Z] ], [2023-04-07T02:48:00.071Z] "mtu": 1458, [2023-04-07T02:48:00.071Z] "selinux-enabled": true, [2023-04-07T02:48:00.071Z] "seccomp-profile": "/etc/docker/seccomp.json" [2023-04-07T02:48:00.071Z] } [Pipeline] sh [2023-04-07T02:48:00.414Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2023-04-07T02:48:00.752Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:48:19.042Z] provisioning config files... [2023-04-07T02:48:19.072Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/69@tmp/config7753485433602518191tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:48:19.443Z] ---> docker-login.sh [2023-04-07T02:48:19.443Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:48:20.035Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:48:20.035Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:48:20.035Z] Configure a credential helper to remove this warning. See [2023-04-07T02:48:20.035Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:48:20.035Z] [2023-04-07T02:48:20.035Z] Login Succeeded [2023-04-07T02:48:20.035Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:48:20.304Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:48:20.577Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:48:20.577Z] Configure a credential helper to remove this warning. See [2023-04-07T02:48:20.577Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:48:20.577Z] [2023-04-07T02:48:20.577Z] Login Succeeded [2023-04-07T02:48:20.577Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:48:20.851Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:48:20.851Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:48:20.851Z] Configure a credential helper to remove this warning. See [2023-04-07T02:48:20.851Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:48:20.851Z] [2023-04-07T02:48:20.851Z] Login Succeeded [2023-04-07T02:48:20.851Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:48:21.121Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:48:21.121Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:48:21.121Z] Configure a credential helper to remove this warning. See [2023-04-07T02:48:21.121Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:48:21.121Z] [2023-04-07T02:48:21.121Z] Login Succeeded [2023-04-07T02:48:21.121Z] docker.io [2023-04-07T02:48:21.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:48:21.664Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:48:21.665Z] Configure a credential helper to remove this warning. See [2023-04-07T02:48:21.665Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:48:21.665Z] [2023-04-07T02:48:21.665Z] Login Succeeded [2023-04-07T02:48:21.665Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:48:21.680Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2023-04-07T02:48:22.002Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:48:22.015Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:48:22.023Z] ========================================================= [2023-04-07T02:48:22.023Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine] [2023-04-07T02:48:22.023Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:48:22.372Z] + docker build -t ci-base-image-arm64 -f Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine --build-arg MAKE=echo noop --target=builder . [2023-04-07T02:48:22.982Z] Sending build context to Docker daemon 8.089MB [2023-04-07T02:48:22.982Z] Step 1/12 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:48:22.982Z] Step 2/12 : FROM ${BASE} AS builder [2023-04-07T02:48:22.982Z] 1.20-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2023-04-07T02:48:22.982Z] af6eaf76a39c: Pulling fs layer [2023-04-07T02:48:22.982Z] 55522c791124: Pulling fs layer [2023-04-07T02:48:22.982Z] ce5c4a1c91eb: Pulling fs layer [2023-04-07T02:48:22.982Z] 169dfbe0d373: Pulling fs layer [2023-04-07T02:48:22.982Z] e1ff8fa3b103: Pulling fs layer [2023-04-07T02:48:22.982Z] 52ebb69f0ebf: Pulling fs layer [2023-04-07T02:48:22.982Z] 5abe8eddf0d5: Pulling fs layer [2023-04-07T02:48:22.982Z] e1ff8fa3b103: Waiting [2023-04-07T02:48:22.982Z] 52ebb69f0ebf: Waiting [2023-04-07T02:48:22.982Z] 5abe8eddf0d5: Waiting [2023-04-07T02:48:22.982Z] 169dfbe0d373: Waiting [2023-04-07T02:48:22.982Z] 55522c791124: Verifying Checksum [2023-04-07T02:48:22.982Z] 55522c791124: Download complete [2023-04-07T02:48:22.982Z] 169dfbe0d373: Download complete [2023-04-07T02:48:22.982Z] e1ff8fa3b103: Download complete [2023-04-07T02:48:23.254Z] af6eaf76a39c: Verifying Checksum [2023-04-07T02:48:23.254Z] af6eaf76a39c: Download complete [2023-04-07T02:48:24.230Z] af6eaf76a39c: Pull complete [2023-04-07T02:48:24.230Z] 5abe8eddf0d5: Verifying Checksum [2023-04-07T02:48:24.230Z] 5abe8eddf0d5: Download complete [2023-04-07T02:48:24.501Z] 55522c791124: Pull complete [2023-04-07T02:48:25.474Z] ce5c4a1c91eb: Download complete [2023-04-07T02:48:25.474Z] 52ebb69f0ebf: Verifying Checksum [2023-04-07T02:48:25.475Z] 52ebb69f0ebf: Download complete [2023-04-07T02:48:35.577Z] ce5c4a1c91eb: Pull complete [2023-04-07T02:48:35.577Z] 169dfbe0d373: Pull complete [2023-04-07T02:48:35.856Z] e1ff8fa3b103: Pull complete [2023-04-07T02:48:42.520Z] 52ebb69f0ebf: Pull complete [2023-04-07T02:48:43.488Z] 5abe8eddf0d5: Pull complete [2023-04-07T02:48:43.488Z] Digest: sha256:978cc1420e451f27bd88fdeece3ad01a9109ec773b62f165dfc696fd516b3d8f [2023-04-07T02:48:43.488Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.20-alpine [2023-04-07T02:48:43.488Z] ---> 6cb57ee374ae [2023-04-07T02:48:43.488Z] Step 3/12 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:48:45.462Z] ---> Running in 5c7954528132 [2023-04-07T02:48:45.462Z] Removing intermediate container 5c7954528132 [2023-04-07T02:48:45.462Z] ---> e2f8006cb333 [2023-04-07T02:48:45.462Z] Step 4/12 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:48:45.743Z] ---> Running in 8cb70541f704 [2023-04-07T02:48:46.020Z] Removing intermediate container 8cb70541f704 [2023-04-07T02:48:46.020Z] ---> 32f3b9e78de6 [2023-04-07T02:48:46.020Z] Step 5/12 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-07T02:48:46.020Z] ---> Running in 958fcd6a932f [2023-04-07T02:48:46.292Z] Removing intermediate container 958fcd6a932f [2023-04-07T02:48:46.292Z] ---> 1920d6e8a2bf [2023-04-07T02:48:46.292Z] Step 6/12 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:48:46.292Z] ---> Running in 7394faa72ac9 [2023-04-07T02:48:46.887Z] Removing intermediate container 7394faa72ac9 [2023-04-07T02:48:46.887Z] ---> 479f76115ee3 [2023-04-07T02:48:46.887Z] Step 7/12 : WORKDIR /device-gpio [2023-04-07T02:48:46.887Z] ---> Running in a0fc8fc4cf7f [2023-04-07T02:48:47.156Z] Removing intermediate container a0fc8fc4cf7f [2023-04-07T02:48:47.156Z] ---> d46b736e54ad [2023-04-07T02:48:47.156Z] Step 8/12 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:48:47.156Z] ---> Running in c02da096441e [2023-04-07T02:48:48.578Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T02:48:48.845Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T02:48:50.268Z] (1/4) Installing openssh-keygen (9.1_p1-r2) [2023-04-07T02:48:50.268Z] (2/4) Installing libedit (20221030.3.1-r0) [2023-04-07T02:48:50.268Z] (3/4) Installing openssh-client-common (9.1_p1-r2) [2023-04-07T02:48:50.268Z] (4/4) Installing openssh-client-default (9.1_p1-r2) [2023-04-07T02:48:50.268Z] Executing busybox-1.35.0-r29.trigger [2023-04-07T02:48:50.268Z] OK: 268 MiB in 57 packages [2023-04-07T02:48:51.234Z] Removing intermediate container c02da096441e [2023-04-07T02:48:51.234Z] ---> fecc84d28fc6 [2023-04-07T02:48:51.234Z] Step 9/12 : COPY go.mod vendor* ./ [2023-04-07T02:48:51.823Z] ---> a902bc73b01e [2023-04-07T02:48:51.823Z] Step 10/12 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:48:51.823Z] ---> Running in 772a574b3400 [2023-04-07T02:49:59.773Z] Removing intermediate container 772a574b3400 [2023-04-07T02:49:59.773Z] ---> a2a894f05b9b [2023-04-07T02:49:59.773Z] Step 11/12 : COPY . . [2023-04-07T02:49:59.773Z] ---> 8c1ab2099c84 [2023-04-07T02:49:59.773Z] Step 12/12 : RUN ${MAKE} [2023-04-07T02:49:59.773Z] ---> Running in 2cadf6bb0b36 [2023-04-07T02:49:59.773Z] noop [2023-04-07T02:49:59.773Z] Removing intermediate container 2cadf6bb0b36 [2023-04-07T02:49:59.773Z] ---> 718a10453fa6 [2023-04-07T02:49:59.773Z] Successfully built 718a10453fa6 [2023-04-07T02:49:59.773Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:50:00.140Z] + docker inspect -f . ci-base-image-arm64 [2023-04-07T02:50:00.140Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:50:00.360Z] prd-ubuntu20.04-docker-arm64-4c-16g-7068 does not seem to be running inside a container [2023-04-07T02:50:00.434Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-gpio/69 -v /w/workspace/device-gpio/69:/w/workspace/device-gpio/69:rw,z -v /w/workspace/device-gpio/69@tmp:/w/workspace/device-gpio/69@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 ******** ci-base-image-arm64 cat [2023-04-07T02:50:01.725Z] $ docker top ba988ce43300ddf2eae5a54b9faa07671ec9c27a7c080d2f72639fccfb8ded97 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:50:02.555Z] + go version [2023-04-07T02:50:02.555Z] go version go1.20.2 linux/arm64 [Pipeline] } [2023-04-07T02:50:02.578Z] $ docker stop --time=1 ba988ce43300ddf2eae5a54b9faa07671ec9c27a7c080d2f72639fccfb8ded97 [2023-04-07T02:50:04.208Z] $ docker rm -f --volumes ba988ce43300ddf2eae5a54b9faa07671ec9c27a7c080d2f72639fccfb8ded97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:50:04.761Z] + docker inspect -f . ci-base-image-arm64 [2023-04-07T02:50:04.761Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:50:04.952Z] prd-ubuntu20.04-docker-arm64-4c-16g-7068 does not seem to be running inside a container [2023-04-07T02:50:05.028Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock -w /w/workspace/device-gpio/69 -v /w/workspace/device-gpio/69:/w/workspace/device-gpio/69:rw,z -v /w/workspace/device-gpio/69@tmp:/w/workspace/device-gpio/69@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 ******** ci-base-image-arm64 cat [2023-04-07T02:50:06.223Z] $ docker top dde9ab5b165938a5d8db232be3501b83842b8a2db063dc138e4b6cbe5668fa40 -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:50:07.062Z] + git config --global --add safe.directory /w/workspace/device-gpio/69 [Pipeline] fileExists [Pipeline] sh [2023-04-07T02:50:07.711Z] + make test [2023-04-07T02:50:07.711Z] go test ./... -coverprofile=coverage.out ./... [2023-04-07T02:50:46.610Z] ? github.com/edgexfoundry/device-gpio [no test files] [2023-04-07T02:52:38.314Z] ? github.com/edgexfoundry/device-gpio/cmd [no test files] [2023-04-07T02:52:38.314Z] ? github.com/edgexfoundry/device-gpio/internal/driver [no test files] [2023-04-07T02:52:38.314Z] WARNING: Linting skipped (not on x86_64 or linter not installed) [2023-04-07T02:52:38.314Z] go vet ./... [2023-04-07T02:52:53.324Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2023-04-07T02:52:53.324Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2023-04-07T02:52:53.324Z] ./bin/test-attribution-txt.sh [2023-04-07T02:52:53.324Z] An attribution for github.com/go-jose/go-jose/v3 is missing from Attribution.txt, please add [Pipeline] echo [2023-04-07T02:52:53.342Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] } [2023-04-07T02:52:53.359Z] $ docker stop --time=1 dde9ab5b165938a5d8db232be3501b83842b8a2db063dc138e4b6cbe5668fa40 [2023-04-07T02:52:55.192Z] $ docker rm -f --volumes dde9ab5b165938a5d8db232be3501b83842b8a2db063dc138e4b6cbe5668fa40 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:52:56.275Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2023-04-07T02:52:56.298Z] Warning: overwriting stash ‘coverage-report’ [2023-04-07T02:52:56.755Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2023-04-07T02:52:57.132Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2023-04-07T02:52:57.508Z] + ls -al . [2023-04-07T02:52:57.508Z] total 152 [2023-04-07T02:52:57.508Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:50 . [2023-04-07T02:52:57.508Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:47 .. [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 120 Apr 7 02:47 .dockerignore [2023-04-07T02:52:57.508Z] drwxrwxr-x 8 jenkins jenkins 4096 Apr 7 02:47 .git [2023-04-07T02:52:57.508Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:47 .github [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 343 Apr 7 02:47 .gitignore [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 41 Apr 7 02:47 .golangci.yml [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 9573 Apr 7 02:47 Attribution.txt [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 4069 Apr 7 02:47 CHANGELOG.md [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 1542 Apr 7 02:47 Dockerfile [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 677 Apr 7 02:47 GOVERNANCE.md [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 657 Apr 7 02:47 Jenkinsfile [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 11340 Apr 7 02:47 LICENSE [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 1692 Apr 7 02:47 Makefile [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 617 Apr 7 02:47 OWNERS.md [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 11790 Apr 7 02:47 README.md [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 12 Apr 7 02:45 VERSION [2023-04-07T02:52:57.508Z] drwxrwxr-x 2 jenkins jenkins 4096 Apr 7 02:47 bin [2023-04-07T02:52:57.508Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:47 cmd [2023-04-07T02:52:57.508Z] -rw-r--r-- 1 jenkins jenkins 10 Apr 7 02:50 coverage.out [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 3269 Apr 7 02:47 go.mod [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 31810 Apr 7 02:47 go.sum [2023-04-07T02:52:57.508Z] drwxrwxr-x 3 jenkins jenkins 4096 Apr 7 02:47 internal [2023-04-07T02:52:57.508Z] drwxrwxr-x 4 jenkins jenkins 4096 Apr 7 02:47 snap [2023-04-07T02:52:57.508Z] -rw-rw-r-- 1 jenkins jenkins 209 Apr 7 02:47 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:52:57.882Z] + docker build -t device-gpio-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef --label arch=arm64 --label version=3.0.0-dev.16 . [2023-04-07T02:52:58.155Z] Sending build context to Docker daemon 8.09MB [2023-04-07T02:52:58.155Z] Step 1/25 : ARG BASE=golang:1.20-alpine3.17 [2023-04-07T02:52:58.155Z] Step 2/25 : FROM ${BASE} AS builder [2023-04-07T02:52:58.155Z] ---> 718a10453fa6 [2023-04-07T02:52:58.155Z] Step 3/25 : ARG ADD_BUILD_TAGS="" [2023-04-07T02:52:58.444Z] ---> Running in bf54085fd69b [2023-04-07T02:52:58.730Z] Removing intermediate container bf54085fd69b [2023-04-07T02:52:58.730Z] ---> 3153b311bb38 [2023-04-07T02:52:58.730Z] Step 4/25 : ARG MAKE="make -e ADD_BUILD_TAGS=$ADD_BUILD_TAGS build" [2023-04-07T02:52:58.730Z] ---> Running in 8ba77f3d4539 [2023-04-07T02:52:58.999Z] Removing intermediate container 8ba77f3d4539 [2023-04-07T02:52:58.999Z] ---> f2f6c6c8e10b [2023-04-07T02:52:58.999Z] Step 5/25 : ARG ALPINE_PKG_BASE="make git openssh-client " [2023-04-07T02:52:58.999Z] ---> Running in 6ce63e174627 [2023-04-07T02:52:59.280Z] Removing intermediate container 6ce63e174627 [2023-04-07T02:52:59.280Z] ---> 0321e8f2b031 [2023-04-07T02:52:59.280Z] Step 6/25 : ARG ALPINE_PKG_EXTRA="" [2023-04-07T02:52:59.552Z] ---> Running in 0f4641a07319 [2023-04-07T02:52:59.821Z] Removing intermediate container 0f4641a07319 [2023-04-07T02:52:59.821Z] ---> 1fa0389febff [2023-04-07T02:52:59.821Z] Step 7/25 : WORKDIR /device-gpio [2023-04-07T02:52:59.821Z] ---> Running in 10b5249f27ec [2023-04-07T02:53:00.095Z] Removing intermediate container 10b5249f27ec [2023-04-07T02:53:00.095Z] ---> 057210af9f03 [2023-04-07T02:53:00.095Z] Step 8/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} [2023-04-07T02:53:00.095Z] ---> Running in 633a18c9ba09 [2023-04-07T02:53:01.065Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T02:53:02.030Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T02:53:03.442Z] OK: 268 MiB in 57 packages [2023-04-07T02:53:04.030Z] Removing intermediate container 633a18c9ba09 [2023-04-07T02:53:04.030Z] ---> 0e08272643bc [2023-04-07T02:53:04.030Z] Step 9/25 : COPY go.mod vendor* ./ [2023-04-07T02:53:04.619Z] ---> 22717ea304a3 [2023-04-07T02:53:04.619Z] Step 10/25 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2023-04-07T02:53:04.619Z] ---> Running in 7763f53d9fa4 [2023-04-07T02:53:07.213Z] Removing intermediate container 7763f53d9fa4 [2023-04-07T02:53:07.213Z] ---> 30a92f76d183 [2023-04-07T02:53:07.213Z] Step 11/25 : COPY . . [2023-04-07T02:53:08.183Z] ---> 070d960c1ce1 [2023-04-07T02:53:08.183Z] Step 12/25 : RUN ${MAKE} [2023-04-07T02:53:08.183Z] ---> Running in f461392855ac [2023-04-07T02:53:09.150Z] CGO_ENABLED=0 go build -tags "" -ldflags "-X github.com/edgexfoundry/device-gpio.Version=3.0.0-dev.16" -trimpath -mod=readonly -o cmd/device-gpio ./cmd [2023-04-07T02:55:30.891Z] Removing intermediate container f461392855ac [2023-04-07T02:55:30.891Z] ---> 35778600b2e7 [2023-04-07T02:55:30.891Z] Step 13/25 : FROM alpine:3.17 [2023-04-07T02:55:30.891Z] 3.17: Pulling from library/alpine [2023-04-07T02:55:30.891Z] c41833b44d91: Pulling fs layer [2023-04-07T02:55:30.891Z] c41833b44d91: Verifying Checksum [2023-04-07T02:55:30.891Z] c41833b44d91: Download complete [2023-04-07T02:55:30.891Z] c41833b44d91: Pull complete [2023-04-07T02:55:30.891Z] Digest: sha256:124c7d2707904eea7431fffe91522a01e5a861a624ee31d03372cc1d138a3126 [2023-04-07T02:55:30.891Z] Status: Downloaded newer image for alpine:3.17 [2023-04-07T02:55:30.891Z] ---> 51e60588ff2c [2023-04-07T02:55:30.891Z] Step 14/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Jiangxing Intelligence' [2023-04-07T02:55:30.891Z] ---> Running in 02c7ef06ad0e [2023-04-07T02:55:30.891Z] Removing intermediate container 02c7ef06ad0e [2023-04-07T02:55:30.891Z] ---> 888a13e79806 [2023-04-07T02:55:30.891Z] Step 15/25 : RUN apk add --update --no-cache [2023-04-07T02:55:30.891Z] ---> Running in a37fa3abded8 [2023-04-07T02:55:30.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/main/aarch64/APKINDEX.tar.gz [2023-04-07T02:55:30.892Z] fetch https://dl-cdn.alpinelinux.org/alpine/v3.17/community/aarch64/APKINDEX.tar.gz [2023-04-07T02:55:30.892Z] OK: 7 MiB in 15 packages [2023-04-07T02:55:30.892Z] Removing intermediate container a37fa3abded8 [2023-04-07T02:55:30.892Z] ---> 8b35e883ce2d [2023-04-07T02:55:30.892Z] Step 16/25 : WORKDIR / [2023-04-07T02:55:30.892Z] ---> Running in 6af9843ec7f8 [2023-04-07T02:55:30.892Z] Removing intermediate container 6af9843ec7f8 [2023-04-07T02:55:30.892Z] ---> 7fe638fe6298 [2023-04-07T02:55:30.892Z] Step 17/25 : COPY --from=builder /device-gpio/Attribution.txt / [2023-04-07T02:55:30.892Z] ---> 0ea66167d279 [2023-04-07T02:55:30.892Z] Step 18/25 : COPY --from=builder /device-gpio/LICENSE / [2023-04-07T02:55:30.892Z] ---> 73af725b637d [2023-04-07T02:55:30.892Z] Step 19/25 : COPY --from=builder /device-gpio/cmd/ / [2023-04-07T02:55:30.892Z] ---> 0f69da9c7330 [2023-04-07T02:55:30.892Z] Step 20/25 : EXPOSE 59910 [2023-04-07T02:55:30.892Z] ---> Running in 57a3e2ec536e [2023-04-07T02:55:31.177Z] Removing intermediate container 57a3e2ec536e [2023-04-07T02:55:31.177Z] ---> 99c67c7b3e66 [2023-04-07T02:55:31.177Z] Step 21/25 : ENTRYPOINT ["/device-gpio"] [2023-04-07T02:55:31.447Z] ---> Running in 6133e79d4037 [2023-04-07T02:55:31.716Z] Removing intermediate container 6133e79d4037 [2023-04-07T02:55:31.716Z] ---> 26477b3d3e8b [2023-04-07T02:55:31.716Z] Step 22/25 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry"] [2023-04-07T02:55:31.716Z] ---> Running in c48437e8b26f [2023-04-07T02:55:31.985Z] Removing intermediate container c48437e8b26f [2023-04-07T02:55:31.985Z] ---> 3e046669f07e [2023-04-07T02:55:31.985Z] Step 23/25 : LABEL arch=arm64 [2023-04-07T02:55:32.255Z] ---> Running in fec9f78eaa69 [2023-04-07T02:55:32.523Z] Removing intermediate container fec9f78eaa69 [2023-04-07T02:55:32.523Z] ---> 904c3b6aecd5 [2023-04-07T02:55:32.523Z] Step 24/25 : LABEL git_sha=f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:55:32.523Z] ---> Running in 061c8b220e8b [2023-04-07T02:55:32.790Z] Removing intermediate container 061c8b220e8b [2023-04-07T02:55:32.790Z] ---> 15e3743cfa98 [2023-04-07T02:55:32.790Z] Step 25/25 : LABEL version=3.0.0-dev.16 [2023-04-07T02:55:32.790Z] ---> Running in e4fc8d1c9c6f [2023-04-07T02:55:33.058Z] Removing intermediate container e4fc8d1c9c6f [2023-04-07T02:55:33.058Z] ---> 5ba399465edd [2023-04-07T02:55:33.058Z] [Warning] One or more build-args [ARCH] were not consumed [2023-04-07T02:55:33.329Z] Successfully built 5ba399465edd [2023-04-07T02:55:33.329Z] Successfully tagged device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:55:33.434Z] provisioning config files... [2023-04-07T02:55:33.449Z] copy managed file [device-gpio-settings] to file:/w/workspace/device-gpio/69@tmp/config4376574500182136345tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:55:33.794Z] ---> docker-login.sh [2023-04-07T02:55:33.794Z] nexus3.edgexfoundry.org:10001 [2023-04-07T02:55:33.794Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:55:34.063Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:55:34.063Z] Configure a credential helper to remove this warning. See [2023-04-07T02:55:34.063Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:55:34.063Z] [2023-04-07T02:55:34.063Z] Login Succeeded [2023-04-07T02:55:34.063Z] nexus3.edgexfoundry.org:10002 [2023-04-07T02:55:34.332Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:55:34.332Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:55:34.332Z] Configure a credential helper to remove this warning. See [2023-04-07T02:55:34.332Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:55:34.332Z] [2023-04-07T02:55:34.332Z] Login Succeeded [2023-04-07T02:55:34.332Z] nexus3.edgexfoundry.org:10003 [2023-04-07T02:55:34.603Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:55:34.873Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:55:34.873Z] Configure a credential helper to remove this warning. See [2023-04-07T02:55:34.873Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:55:34.873Z] [2023-04-07T02:55:34.873Z] Login Succeeded [2023-04-07T02:55:34.873Z] nexus3.edgexfoundry.org:10004 [2023-04-07T02:55:35.142Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:55:35.142Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:55:35.142Z] Configure a credential helper to remove this warning. See [2023-04-07T02:55:35.143Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:55:35.143Z] [2023-04-07T02:55:35.143Z] Login Succeeded [2023-04-07T02:55:35.143Z] docker.io [2023-04-07T02:55:35.418Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2023-04-07T02:55:35.685Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2023-04-07T02:55:35.685Z] Configure a credential helper to remove this warning. See [2023-04-07T02:55:35.685Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2023-04-07T02:55:35.685Z] [2023-04-07T02:55:35.685Z] Login Succeeded [2023-04-07T02:55:35.685Z] ---> docker-login.sh ends [Pipeline] } [2023-04-07T02:55:35.698Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:55:35.725Z] [edgeX.isLTS] Checking if [main] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2023-04-07T02:55:35.741Z] [edgeXDocker.push] Tagging docker image device-gpio-arm64 with the following tags: [2023-04-07T02:55:35.741Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:55:35.741Z] latest [2023-04-07T02:55:35.741Z] 3.0.0-dev.16 [2023-04-07T02:55:35.741Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [2023-04-07T02:55:35.741Z] main [2023-04-07T02:55:35.741Z] ===================================================== [Pipeline] withEnv [Pipeline] { [Pipeline] withDockerRegistry [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:36.080Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:36.429Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:55:36.429Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-07T02:55:36.429Z] e11388bbbfb4: Preparing [2023-04-07T02:55:36.429Z] d9e7277a2c8f: Preparing [2023-04-07T02:55:36.429Z] 5678f8be023b: Preparing [2023-04-07T02:55:36.429Z] 2334b40a4d2b: Preparing [2023-04-07T02:55:36.429Z] 26cbea5cba74: Preparing [2023-04-07T02:55:36.429Z] 26cbea5cba74: Layer already exists [2023-04-07T02:55:36.699Z] 5678f8be023b: Pushed [2023-04-07T02:55:36.699Z] d9e7277a2c8f: Pushed [2023-04-07T02:55:36.699Z] 2334b40a4d2b: Pushed [2023-04-07T02:55:43.354Z] e11388bbbfb4: Pushed [2023-04-07T02:55:43.354Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:43.703Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:44.050Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2023-04-07T02:55:44.050Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-07T02:55:44.050Z] e11388bbbfb4: Preparing [2023-04-07T02:55:44.050Z] d9e7277a2c8f: Preparing [2023-04-07T02:55:44.050Z] 5678f8be023b: Preparing [2023-04-07T02:55:44.050Z] 2334b40a4d2b: Preparing [2023-04-07T02:55:44.050Z] 26cbea5cba74: Preparing [2023-04-07T02:55:44.050Z] 5678f8be023b: Layer already exists [2023-04-07T02:55:44.050Z] d9e7277a2c8f: Layer already exists [2023-04-07T02:55:44.050Z] 26cbea5cba74: Layer already exists [2023-04-07T02:55:44.050Z] e11388bbbfb4: Layer already exists [2023-04-07T02:55:44.050Z] 2334b40a4d2b: Layer already exists [2023-04-07T02:55:44.319Z] latest: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:44.671Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:45.013Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.16 [2023-04-07T02:55:45.013Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-07T02:55:45.013Z] e11388bbbfb4: Preparing [2023-04-07T02:55:45.013Z] d9e7277a2c8f: Preparing [2023-04-07T02:55:45.013Z] 5678f8be023b: Preparing [2023-04-07T02:55:45.013Z] 2334b40a4d2b: Preparing [2023-04-07T02:55:45.013Z] 26cbea5cba74: Preparing [2023-04-07T02:55:45.013Z] 5678f8be023b: Layer already exists [2023-04-07T02:55:45.013Z] 26cbea5cba74: Layer already exists [2023-04-07T02:55:45.013Z] e11388bbbfb4: Layer already exists [2023-04-07T02:55:45.013Z] 2334b40a4d2b: Layer already exists [2023-04-07T02:55:45.013Z] d9e7277a2c8f: Layer already exists [2023-04-07T02:55:45.280Z] 3.0.0-dev.16: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:45.629Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:45.985Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [2023-04-07T02:55:45.985Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-07T02:55:45.985Z] e11388bbbfb4: Preparing [2023-04-07T02:55:45.985Z] d9e7277a2c8f: Preparing [2023-04-07T02:55:45.985Z] 5678f8be023b: Preparing [2023-04-07T02:55:45.985Z] 2334b40a4d2b: Preparing [2023-04-07T02:55:45.985Z] 26cbea5cba74: Preparing [2023-04-07T02:55:45.985Z] e11388bbbfb4: Layer already exists [2023-04-07T02:55:45.985Z] d9e7277a2c8f: Layer already exists [2023-04-07T02:55:45.985Z] 26cbea5cba74: Layer already exists [2023-04-07T02:55:45.985Z] 2334b40a4d2b: Layer already exists [2023-04-07T02:55:45.985Z] 5678f8be023b: Layer already exists [2023-04-07T02:55:45.985Z] f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:46.598Z] + docker tag device-gpio-arm64 nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:46.945Z] + docker push nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [2023-04-07T02:55:46.945Z] The push refers to repository [nexus3.edgexfoundry.org:10004/device-gpio-arm64] [2023-04-07T02:55:46.945Z] e11388bbbfb4: Preparing [2023-04-07T02:55:46.945Z] d9e7277a2c8f: Preparing [2023-04-07T02:55:46.945Z] 5678f8be023b: Preparing [2023-04-07T02:55:46.945Z] 2334b40a4d2b: Preparing [2023-04-07T02:55:46.945Z] 26cbea5cba74: Preparing [2023-04-07T02:55:46.945Z] 26cbea5cba74: Layer already exists [2023-04-07T02:55:46.945Z] d9e7277a2c8f: Layer already exists [2023-04-07T02:55:46.945Z] e11388bbbfb4: Layer already exists [2023-04-07T02:55:46.945Z] 5678f8be023b: Layer already exists [2023-04-07T02:55:46.945Z] 2334b40a4d2b: Layer already exists [2023-04-07T02:55:46.945Z] main: digest: sha256:4c24a1930c7c841ac13dd35d05cc99043a5f1a8c7b920e605f5ab551d2007ca6 size: 1364 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withDockerRegistry [Pipeline] } [Pipeline] // withEnv [Pipeline] echo [2023-04-07T02:55:47.270Z] ===================================================== [Pipeline] echo [2023-04-07T02:55:47.279Z] taggedImages: [2023-04-07T02:55:47.279Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef [2023-04-07T02:55:47.279Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:latest [2023-04-07T02:55:47.279Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:3.0.0-dev.16 [2023-04-07T02:55:47.279Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:f49e5d786ea68b16a14d01a91160d9484d8a22ef-3.0.0-dev.16 [2023-04-07T02:55:47.279Z] - nexus3.edgexfoundry.org:10004/device-gpio-arm64:main [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:47.651Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T02:55:47.651Z] [2023-04-07T02:55:47.651Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:55:47.985Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T02:55:47.985Z] arm64: Pulling from edgex-lftools-log-publisher [2023-04-07T02:55:47.985Z] 8998bd30e6a1: Pulling fs layer [2023-04-07T02:55:47.985Z] 04944245beec: Pulling fs layer [2023-04-07T02:55:47.985Z] 699f458cf7ca: Pulling fs layer [2023-04-07T02:55:47.985Z] 765212b225bb: Pulling fs layer [2023-04-07T02:55:47.985Z] f23df028b6ca: Pulling fs layer [2023-04-07T02:55:47.985Z] d65c8cfc05b1: Pulling fs layer [2023-04-07T02:55:47.985Z] 2437ff75d9bd: Pulling fs layer [2023-04-07T02:55:47.985Z] 765212b225bb: Waiting [2023-04-07T02:55:47.985Z] f23df028b6ca: Waiting [2023-04-07T02:55:47.985Z] d65c8cfc05b1: Waiting [2023-04-07T02:55:47.985Z] 2437ff75d9bd: Waiting [2023-04-07T02:55:48.255Z] 04944245beec: Verifying Checksum [2023-04-07T02:55:48.255Z] 04944245beec: Download complete [2023-04-07T02:55:48.255Z] 765212b225bb: Download complete [2023-04-07T02:55:48.255Z] f23df028b6ca: Verifying Checksum [2023-04-07T02:55:48.255Z] f23df028b6ca: Download complete [2023-04-07T02:55:48.255Z] d65c8cfc05b1: Verifying Checksum [2023-04-07T02:55:48.255Z] d65c8cfc05b1: Download complete [2023-04-07T02:55:48.522Z] 699f458cf7ca: Verifying Checksum [2023-04-07T02:55:48.522Z] 699f458cf7ca: Download complete [2023-04-07T02:55:48.789Z] 8998bd30e6a1: Verifying Checksum [2023-04-07T02:55:48.790Z] 8998bd30e6a1: Download complete [2023-04-07T02:55:51.374Z] 2437ff75d9bd: Verifying Checksum [2023-04-07T02:55:51.374Z] 2437ff75d9bd: Download complete [2023-04-07T02:55:52.782Z] 8998bd30e6a1: Pull complete [2023-04-07T02:55:53.059Z] 04944245beec: Pull complete [2023-04-07T02:55:54.468Z] 699f458cf7ca: Pull complete [2023-04-07T02:55:54.468Z] 765212b225bb: Pull complete [2023-04-07T02:55:55.427Z] f23df028b6ca: Pull complete [2023-04-07T02:55:55.427Z] d65c8cfc05b1: Pull complete [2023-04-07T02:56:10.420Z] 2437ff75d9bd: Pull complete [2023-04-07T02:56:10.420Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2023-04-07T02:56:10.420Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2023-04-07T02:56:10.420Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:56:10.619Z] prd-ubuntu20.04-docker-arm64-4c-16g-7068 does not seem to be running inside a container [2023-04-07T02:56:10.694Z] $ 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-gpio/69 -v /w/workspace/device-gpio/69:/w/workspace/device-gpio/69:rw,z -v /w/workspace/device-gpio/69@tmp:/w/workspace/device-gpio/69@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2023-04-07T02:56:13.359Z] $ docker top 18228ea98a5a5116cf8bf465a9d0eee0779f38e7818f9b2e9648064a8e6e9df6 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:56:14.204Z] ---> job-cost.sh [2023-04-07T02:56:14.204Z] lf-activate-venv: SKIPPING [2023-04-07T02:56:14.204Z] INFO: No Stack... [2023-04-07T02:56:14.472Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2023-04-07T02:56:15.431Z] INFO: Archiving Costs [Pipeline] sh [2023-04-07T02:56:16.069Z] + + cutcat -d, /w/workspace/device-gpio/69/archives/cost.csv -f6 [2023-04-07T02:56:16.069Z] [Pipeline] lock [2023-04-07T02:56:16.141Z] Trying to acquire lock on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [2023-04-07T02:56:16.150Z] Resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] did not exist. Created. [2023-04-07T02:56:16.150Z] Lock acquired on [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T02:56:16.809Z] /w/workspace/device-gpio/69@tmp/durable-0d3cea66/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2023-04-07T02:56:17.465Z] + echo total: 0.10999999940395355 [Pipeline] stash [2023-04-07T02:56:17.488Z] Warning: overwriting stash ‘stack-cost’ [2023-04-07T02:56:17.544Z] Stashed 1 file(s) [Pipeline] } [2023-04-07T02:56:17.550Z] Lock released on resource [jenkins-edgexfoundry-device-gpio-main-69-stack-cost] [Pipeline] // lock [Pipeline] } [2023-04-07T02:56:17.571Z] $ docker stop --time=1 18228ea98a5a5116cf8bf465a9d0eee0779f38e7818f9b2e9648064a8e6e9df6 [2023-04-07T02:56:19.050Z] $ docker rm -f --volumes 18228ea98a5a5116cf8bf465a9d0eee0779f38e7818f9b2e9648064a8e6e9df6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] configFileProvider [2023-04-07T02:56:19.447Z] provisioning config files... [2023-04-07T02:56:19.454Z] copy managed file [device-gpio-codecov-token] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config12985737333691757610tmp [Pipeline] { [Pipeline] sh [2023-04-07T02:56:19.742Z] + set +x [2023-04-07T02:56:19.742Z] + curl -s https://codecov.io/bash [2023-04-07T02:56:19.742Z] + bash -s -- [2023-04-07T02:56:19.742Z] [2023-04-07T02:56:19.742Z] _____ _ [2023-04-07T02:56:19.742Z] / ____| | | [2023-04-07T02:56:19.742Z] | | ___ __| | ___ ___ _____ __ [2023-04-07T02:56:19.742Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2023-04-07T02:56:19.742Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2023-04-07T02:56:19.742Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2023-04-07T02:56:19.742Z] Bash-1.0.6 [2023-04-07T02:56:19.742Z] [2023-04-07T02:56:19.742Z] [2023-04-07T02:56:19.742Z] ==> git version 2.25.1 found [2023-04-07T02:56:19.742Z] ==> curl 7.68.0 (x86_64-pc-linux-gnu) libcurl/7.68.0 OpenSSL/1.1.1f zlib/1.2.11 brotli/1.0.7 libidn2/2.2.0 libpsl/0.21.0 (+libidn2/2.2.0) libssh/0.9.3/openssl/zlib nghttp2/1.40.0 librtmp/2.3 [2023-04-07T02:56:19.742Z] Release-Date: 2020-01-08 [2023-04-07T02:56:19.742Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2023-04-07T02:56:19.742Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2023-04-07T02:56:19.742Z] ==> Jenkins CI detected. [2023-04-07T02:56:19.742Z] current dir:  /w/workspace/edgexfoundry_device-gpio_main [2023-04-07T02:56:19.742Z] project root: . [2023-04-07T02:56:19.742Z] --> token set from env [2023-04-07T02:56:19.742Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2023-04-07T02:56:19.742Z] ==> Running gcov in . (disable via -X gcov) [2023-04-07T02:56:19.742Z] ==> Python coveragepy not found [2023-04-07T02:56:19.742Z] ==> Searching for coverage reports in: [2023-04-07T02:56:19.742Z] + . [2023-04-07T02:56:19.742Z] -> Found 1 reports [2023-04-07T02:56:19.742Z] ==> Detecting git/mercurial file structure [2023-04-07T02:56:19.742Z] ==> Reading reports [2023-04-07T02:56:20.001Z] + ./coverage.out bytes=10 [2023-04-07T02:56:20.001Z] ==> Appending adjustments [2023-04-07T02:56:20.001Z] https://docs.codecov.io/docs/fixing-reports [2023-04-07T02:56:20.001Z] + Found adjustments [2023-04-07T02:56:20.001Z] ==> Gzipping contents [2023-04-07T02:56:20.001Z] 4.0K /tmp/codecov.7fPAQK.gz [2023-04-07T02:56:20.001Z] ==> Uploading reports [2023-04-07T02:56:20.001Z] url: https://codecov.io [2023-04-07T02:56:20.001Z] query: branch=main&commit=f49e5d786ea68b16a14d01a91160d9484d8a22ef&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-07T02:56:20.001Z] -> Pinging Codecov [2023-04-07T02:56:20.001Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=fd99c0d9-4bd5-4cc4-839c-8c49599ba8c8&branch=main&commit=f49e5d786ea68b16a14d01a91160d9484d8a22ef&build=69&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-gpio%2Fjob%2Fmain%2F69%2F&name=&tag=&slug=edgexfoundry%2Fdevice-gpio&service=jenkins&flags=&pr=&job=&cmd_args= [2023-04-07T02:56:20.001Z] -> Uploading to [2023-04-07T02:56:20.001Z] https://storage.googleapis.com/codecov/v4/raw/2023-04-07/3EC07B1A8CA8AF9BCAA0BB9F0134797F/f49e5d786ea68b16a14d01a91160d9484d8a22ef/cec952a2-59bc-49f3-8b79-67fc993026a1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EJOGFN2JQ4OCTGA2MU5AEIT7OT5Z7HTFOAN2SPG4NWSN2UJYOY5U6LZQ%2F20230407%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20230407T025619Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=ad6ab4d81efc411393ca24fccc3375cf99be9bd7358f95b3531da7c70397d888 [2023-04-07T02:56:20.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2023-04-07T02:56:20.001Z] Dload Upload Total Spent Left Speed [2023-04-07T02:56:20.260Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 707 0 0 100 707 0 2850 --:--:-- --:--:-- --:--:-- 2850 [2023-04-07T02:56:20.260Z] -> Reports have been successfully queued for processing at https://app.codecov.io/github/edgexfoundry/device-gpio/commit/f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] } [2023-04-07T02:56:20.268Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) [Pipeline] echo [2023-04-07T02:56:20.396Z] [edgeXSnyk] dockerImage=null, dockerFile=null [Pipeline] withCredentials [2023-04-07T02:56:20.409Z] Masking supported pattern matches of $SNYK_TOKEN [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:56:20.708Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T02:56:20.708Z] [2023-04-07T02:56:20.708Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:56:21.005Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T02:56:21.005Z] 1.410.4: Pulling from edgex-devops/edgex-snyk-go [2023-04-07T02:56:21.005Z] df9b9388f04a: Pulling fs layer [2023-04-07T02:56:21.005Z] 52dc419b0ee2: Pulling fs layer [2023-04-07T02:56:21.005Z] 25bc292e5bac: Pulling fs layer [2023-04-07T02:56:21.005Z] 114826534d7a: Pulling fs layer [2023-04-07T02:56:21.005Z] 4657fd5d0bcf: Pulling fs layer [2023-04-07T02:56:21.005Z] 6ad1cebc031e: Pulling fs layer [2023-04-07T02:56:21.005Z] 8a3aa393b2d8: Pulling fs layer [2023-04-07T02:56:21.005Z] 114826534d7a: Waiting [2023-04-07T02:56:21.005Z] 8a3aa393b2d8: Waiting [2023-04-07T02:56:21.005Z] 6ad1cebc031e: Waiting [2023-04-07T02:56:21.005Z] 25bc292e5bac: Download complete [2023-04-07T02:56:21.005Z] 52dc419b0ee2: Verifying Checksum [2023-04-07T02:56:21.005Z] 52dc419b0ee2: Download complete [2023-04-07T02:56:21.005Z] 4657fd5d0bcf: Verifying Checksum [2023-04-07T02:56:21.005Z] 4657fd5d0bcf: Download complete [2023-04-07T02:56:21.005Z] df9b9388f04a: Verifying Checksum [2023-04-07T02:56:21.265Z] 6ad1cebc031e: Verifying Checksum [2023-04-07T02:56:21.265Z] 6ad1cebc031e: Download complete [2023-04-07T02:56:21.265Z] df9b9388f04a: Pull complete [2023-04-07T02:56:21.265Z] 52dc419b0ee2: Pull complete [2023-04-07T02:56:21.524Z] 25bc292e5bac: Pull complete [2023-04-07T02:56:21.781Z] 114826534d7a: Verifying Checksum [2023-04-07T02:56:21.781Z] 114826534d7a: Download complete [2023-04-07T02:56:21.781Z] 8a3aa393b2d8: Verifying Checksum [2023-04-07T02:56:21.781Z] 8a3aa393b2d8: Download complete [2023-04-07T02:56:25.056Z] 114826534d7a: Pull complete [2023-04-07T02:56:25.622Z] 4657fd5d0bcf: Pull complete [2023-04-07T02:56:25.880Z] 6ad1cebc031e: Pull complete [2023-04-07T02:56:29.164Z] 8a3aa393b2d8: Pull complete [2023-04-07T02:56:29.164Z] Digest: sha256:4b4dcd1004c4b70ae7ff23424eaa7ae18978b3759dc64bf5c8870aa20fc5e024 [2023-04-07T02:56:29.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [2023-04-07T02:56:29.164Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:56:29.239Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:56:29.267Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged -v /var/run/docker.sock:/var/run/docker.sock --entrypoint= -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@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 ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-snyk-go:1.410.4 cat [2023-04-07T02:56:36.896Z] $ docker top bfa267ff9e7dd2d3c178a48c5115c9c42aeb6e736c42baeb15d01b6fc169be59 -eo pid,comm [Pipeline] { [Pipeline] echo [2023-04-07T02:56:36.963Z] [edgeXSnyk] command to run: set -o pipefail ; snyk monitor --org=edgex-jenkins --project-name='edgexfoundry/device-gpio:main' [Pipeline] sh [2023-04-07T02:56:37.245Z] + set -o pipefail [2023-04-07T02:56:37.245Z] + snyk monitor '--org=edgex-jenkins' '--project-name=edgexfoundry/device-gpio:main' [2023-04-07T02:56:41.435Z] [2023-04-07T02:56:41.436Z] Monitoring /w/workspace/edgexfoundry_device-gpio_main (github.com/edgexfoundry/device-gpio)... [2023-04-07T02:56:41.436Z] [2023-04-07T02:56:41.436Z] Explore this snapshot at https://app.snyk.io/org/edgex-jenkins/project/12ab3d01-1bc4-4f09-aaa2-b1110f72e9b5/history/e29c86c8-cc3a-438f-9f15-e0ea470ac152 [2023-04-07T02:56:41.436Z] [2023-04-07T02:56:41.436Z] Tip: Detected multiple supported manifests (1), use --all-projects to scan all of them at once. [2023-04-07T02:56:41.436Z] [2023-04-07T02:56:41.436Z] Notifications about newly disclosed issues related to these dependencies will be emailed to you. [2023-04-07T02:56:41.436Z] [2023-04-07T02:56:41.436Z] [2023-04-07T02:56:41.436Z] A medium severity vulnerability was found in the Snyk CLI versions you are using. [2023-04-07T02:56:41.436Z] We fixed the vulnerability in version 1.996.0. We recommend updating to the latest version. [2023-04-07T02:56:41.436Z] More details here: https://snyk.co/ue1NS [2023-04-07T02:56:41.436Z] You are approaching your monthly limit of 401 private tests for your edgex-jenkins org. [2023-04-07T02:56:41.436Z] To learn more about our plans and increase your tests limit visit https://snyk.io/plans. [Pipeline] } [2023-04-07T02:56:41.443Z] $ docker stop --time=1 bfa267ff9e7dd2d3c178a48c5115c9c42aeb6e736c42baeb15d01b6fc169be59 [2023-04-07T02:56:46.907Z] $ docker rm -f --volumes bfa267ff9e7dd2d3c178a48c5115c9c42aeb6e736c42baeb15d01b6fc169be59 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) [Pipeline] stage [Pipeline] { (Tag) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] sh [2023-04-07T02:56:47.585Z] + git log --format=format:%s -1 f49e5d786ea68b16a14d01a91160d9484d8a22ef [Pipeline] sh [2023-04-07T02:56:47.872Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:56:47.872Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:56:48.167Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:56:48.167Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:56:48.237Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:56:48.276Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:56:48.778Z] $ docker top ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 -eo pid,comm [2023-04-07T02:56:48.830Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-07T02:56:48.830Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:56:48.896Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:56:48.896Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:56:49.002Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:56:49.000Z] $ docker exec ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 ssh-agent [2023-04-07T02:56:49.114Z] SSH_AUTH_SOCK=/tmp/ssh-BhxrS1rXKo9M/agent.32 [2023-04-07T02:56:49.114Z] SSH_AGENT_PID=38 [2023-04-07T02:56:49.119Z] Running ssh-add (command line suppressed) [2023-04-07T02:56:49.213Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_16052784376215957910.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_16052784376215957910.key) [2023-04-07T02:56:49.229Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:56:49.513Z] + git semver tag [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,682 [run_tag] DEBUG tag force:False [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,682 [check_head_tag] DEBUG check head tag [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,683 [execute] INFO git cat-file --batch-check [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,683 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,686 [execute] INFO git cat-file --batch [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,687 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=) [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,703 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,704 [execute] INFO git tag -a v3.0.0-dev.16 -m v3.0.0-dev.16 [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,704 [execute] DEBUG Popen(['git', 'tag', '-a', 'v3.0.0-dev.16', '-m', 'v3.0.0-dev.16'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:56:49.771Z] 2023-04-07 02:56:49,709 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:56:49.771Z] 3.0.0-dev.16 [Pipeline] } [2023-04-07T02:56:49.775Z] $ docker exec --env ******** --env ******** ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 ssh-agent -k [2023-04-07T02:56:49.874Z] unset SSH_AUTH_SOCK; [2023-04-07T02:56:49.874Z] unset SSH_AGENT_PID; [2023-04-07T02:56:49.874Z] echo Agent pid 38 killed; [2023-04-07T02:56:49.887Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:56:50.185Z] + git semver [Pipeline] } [2023-04-07T02:56:50.452Z] $ docker stop --time=1 ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 [2023-04-07T02:56:51.708Z] $ docker rm -f --volumes ba14c117f26651a82252137c6b86a77140448b1c297e006e28b9428c51c652f3 [Pipeline] // withDockerContainer [Pipeline] stage [Pipeline] { (LF Tools Sigul) [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:56:52.079Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T02:56:52.079Z] [2023-04-07T02:56:52.079Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:56:52.374Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T02:56:52.374Z] 0.23.1-centos7: Pulling from edgex-lftools [2023-04-07T02:56:52.374Z] ab5ef0e58194: Pulling fs layer [2023-04-07T02:56:52.374Z] 9712f1f96733: Pulling fs layer [2023-04-07T02:56:52.374Z] 63f879dbbcfc: Pulling fs layer [2023-04-07T02:56:52.374Z] 0d9ebad4ef96: Pulling fs layer [2023-04-07T02:56:52.374Z] e9a5061849ea: Pulling fs layer [2023-04-07T02:56:52.374Z] d747dcd14b5f: Pulling fs layer [2023-04-07T02:56:52.374Z] 2de7ff778b66: Pulling fs layer [2023-04-07T02:56:52.374Z] 0d9ebad4ef96: Waiting [2023-04-07T02:56:52.374Z] e9a5061849ea: Waiting [2023-04-07T02:56:52.374Z] d747dcd14b5f: Waiting [2023-04-07T02:56:52.374Z] 9712f1f96733: Verifying Checksum [2023-04-07T02:56:52.374Z] 9712f1f96733: Download complete [2023-04-07T02:56:52.634Z] 63f879dbbcfc: Verifying Checksum [2023-04-07T02:56:52.634Z] 63f879dbbcfc: Download complete [2023-04-07T02:56:52.634Z] e9a5061849ea: Verifying Checksum [2023-04-07T02:56:52.634Z] e9a5061849ea: Download complete [2023-04-07T02:56:52.893Z] d747dcd14b5f: Verifying Checksum [2023-04-07T02:56:52.893Z] d747dcd14b5f: Download complete [2023-04-07T02:56:52.893Z] 0d9ebad4ef96: Download complete [2023-04-07T02:56:52.893Z] ab5ef0e58194: Verifying Checksum [2023-04-07T02:56:52.893Z] ab5ef0e58194: Download complete [2023-04-07T02:56:52.893Z] 2de7ff778b66: Download complete [2023-04-07T02:56:56.184Z] ab5ef0e58194: Pull complete [2023-04-07T02:56:56.184Z] 9712f1f96733: Pull complete [2023-04-07T02:56:56.442Z] 63f879dbbcfc: Pull complete [2023-04-07T02:56:59.724Z] 0d9ebad4ef96: Pull complete [2023-04-07T02:56:59.982Z] e9a5061849ea: Pull complete [2023-04-07T02:57:00.239Z] d747dcd14b5f: Pull complete [2023-04-07T02:57:01.170Z] 2de7ff778b66: Pull complete [2023-04-07T02:57:01.170Z] Digest: sha256:02657cf374e2015a0d4d7d3420cb6fe05d6b2b35acbcf0b45035c21bd1e1ff52 [2023-04-07T02:57:01.170Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [2023-04-07T02:57:01.170Z] nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:57:01.243Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:57:01.265Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools:0.23.1-centos7 cat [2023-04-07T02:57:09.319Z] $ docker top 2a55d6343ce973f7bb0794031d693229e52a4f43e694514cd5690597dcbf49e6 -eo pid,comm [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:57:09.387Z] provisioning config files... [2023-04-07T02:57:09.393Z] copy managed file [sigul-config] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config14923868293356617117tmp [2023-04-07T02:57:09.401Z] copy managed file [sigul-password] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config7360985338101462914tmp [2023-04-07T02:57:09.410Z] copy managed file [sigul-pki] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config18284847712952213378tmp [Pipeline] { [Pipeline] echo [2023-04-07T02:57:09.425Z] Running global-jjb/shell/sigul-configuration.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:09.704Z] ---> sigul-configuration.sh [2023-04-07T02:57:09.704Z] gpg: directory `/root/.gnupg' created [2023-04-07T02:57:09.704Z] gpg: new configuration file `/root/.gnupg/gpg.conf' created [2023-04-07T02:57:09.704Z] gpg: WARNING: options in `/root/.gnupg/gpg.conf' are not yet active during this run [2023-04-07T02:57:09.704Z] gpg: keyring `/root/.gnupg/secring.gpg' created [2023-04-07T02:57:09.704Z] gpg: keyring `/root/.gnupg/pubring.gpg' created [2023-04-07T02:57:09.704Z] gpg: CAST5 encrypted data [2023-04-07T02:57:09.704Z] gpg: encrypted with 1 passphrase [2023-04-07T02:57:09.704Z] gpg: WARNING: message was not integrity protected [Pipeline] sh [2023-04-07T02:57:09.993Z] + mkdir /home/jenkins [2023-04-07T02:57:09.993Z] + mkdir /home/jenkins/sigul [Pipeline] sh [2023-04-07T02:57:10.277Z] + cp -R /root/sigul/cert8.db /root/sigul/key3.db /root/sigul/nss-password.txt /root/sigul/secmod.db /root/sigul/vex-yul-edgex-jenkins-1.ci.codeaurora.org.p12 /home/jenkins/sigul/ [Pipeline] echo [2023-04-07T02:57:10.285Z] Running global-jjb/shell/sigul-install.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:10.568Z] ---> sigul-install.sh [2023-04-07T02:57:10.568Z] Sigul already installed; skipping installation. [Pipeline] sh [2023-04-07T02:57:10.858Z] + git tag --list [2023-04-07T02:57:10.858Z] v1.0.0 [2023-04-07T02:57:10.858Z] v2.1.0 [2023-04-07T02:57:10.858Z] v2.1.1 [2023-04-07T02:57:10.858Z] v2.1.1-dev.1 [2023-04-07T02:57:10.858Z] v2.2.0 [2023-04-07T02:57:10.858Z] v2.2.1-dev.1 [2023-04-07T02:57:10.858Z] v2.2.1-dev.2 [2023-04-07T02:57:10.858Z] v2.2.1-dev.3 [2023-04-07T02:57:10.858Z] v2.2.1-dev.4 [2023-04-07T02:57:10.858Z] v2.3.0 [2023-04-07T02:57:10.858Z] v2.3.0-dev.10 [2023-04-07T02:57:10.858Z] v2.3.0-dev.11 [2023-04-07T02:57:10.858Z] v2.3.0-dev.12 [2023-04-07T02:57:10.858Z] v2.3.0-dev.13 [2023-04-07T02:57:10.858Z] v2.3.0-dev.14 [2023-04-07T02:57:10.858Z] v2.3.0-dev.15 [2023-04-07T02:57:10.858Z] v2.3.0-dev.16 [2023-04-07T02:57:10.858Z] v2.3.0-dev.17 [2023-04-07T02:57:10.858Z] v2.3.0-dev.18 [2023-04-07T02:57:10.858Z] v2.3.0-dev.19 [2023-04-07T02:57:10.858Z] v2.3.0-dev.20 [2023-04-07T02:57:10.858Z] v2.3.0-dev.4 [2023-04-07T02:57:10.858Z] v2.3.0-dev.5 [2023-04-07T02:57:10.858Z] v2.3.0-dev.6 [2023-04-07T02:57:10.858Z] v2.3.0-dev.7 [2023-04-07T02:57:10.858Z] v2.3.0-dev.8 [2023-04-07T02:57:10.858Z] v2.3.0-dev.9 [2023-04-07T02:57:10.858Z] v3.0.0-dev.1 [2023-04-07T02:57:10.858Z] v3.0.0-dev.10 [2023-04-07T02:57:10.858Z] v3.0.0-dev.11 [2023-04-07T02:57:10.858Z] v3.0.0-dev.12 [2023-04-07T02:57:10.858Z] v3.0.0-dev.13 [2023-04-07T02:57:10.858Z] v3.0.0-dev.14 [2023-04-07T02:57:10.858Z] v3.0.0-dev.15 [2023-04-07T02:57:10.858Z] v3.0.0-dev.16 [2023-04-07T02:57:10.858Z] v3.0.0-dev.2 [2023-04-07T02:57:10.858Z] v3.0.0-dev.3 [2023-04-07T02:57:10.858Z] v3.0.0-dev.4 [2023-04-07T02:57:10.858Z] v3.0.0-dev.5 [2023-04-07T02:57:10.858Z] v3.0.0-dev.6 [2023-04-07T02:57:10.858Z] v3.0.0-dev.7 [2023-04-07T02:57:10.858Z] v3.0.0-dev.8 [2023-04-07T02:57:10.858Z] v3.0.0-dev.9 [Pipeline] sh [2023-04-07T02:57:11.148Z] + lftools sign git-tag v3.0.0-dev.16 [2023-04-07T02:57:11.716Z] Signing Git tag with Sigul... [2023-04-07T02:57:11.716Z] Signing v3.0.0-dev.16 [Pipeline] echo [2023-04-07T02:57:11.985Z] Running global-jjb/shell/sigul-configuration-cleanup.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:12.264Z] ---> sigul-configuration-cleanup.sh [Pipeline] } [2023-04-07T02:57:12.271Z] Deleting 3 temporary files [Pipeline] // configFileProvider [Pipeline] } [2023-04-07T02:57:12.283Z] $ docker stop --time=1 2a55d6343ce973f7bb0794031d693229e52a4f43e694514cd5690597dcbf49e6 [2023-04-07T02:57:13.545Z] $ docker rm -f --volumes 2a55d6343ce973f7bb0794031d693229e52a4f43e694514cd5690597dcbf49e6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) [Pipeline] sh [2023-04-07T02:57:13.957Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:57:13.957Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:57:14.252Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:57:14.252Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:57:14.322Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:57:14.349Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:57:14.665Z] $ docker top 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 -eo pid,comm [2023-04-07T02:57:14.713Z] ERROR: The container started but didn't run the expected command. Please double check your ENTRYPOINT does execute the command passed as docker run argument, as required by official docker images (see https://github.com/docker-library/official-images#consistency for entrypoint consistency requirements). [2023-04-07T02:57:14.713Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:57:14.746Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:57:14.746Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:57:14.856Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:57:14.854Z] $ docker exec 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 ssh-agent [2023-04-07T02:57:14.961Z] SSH_AUTH_SOCK=/tmp/ssh-V9m5S5UHlPnj/agent.32 [2023-04-07T02:57:14.961Z] SSH_AGENT_PID=38 [2023-04-07T02:57:14.967Z] Running ssh-add (command line suppressed) [2023-04-07T02:57:15.068Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6929249872325849041.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_6929249872325849041.key) [2023-04-07T02:57:15.084Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:57:15.367Z] + git semver bump pre [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,545 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,546 [bump_version] DEBUG bumping version:3.0.0-dev.16 on axis:pre with prefix:dev [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,546 [bump_version] DEBUG bumped version:3.0.0-dev.17 [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,546 [write_version] DEBUG write version:3.0.0-dev.17 to path:/w/workspace/edgexfoundry_device-gpio_main/.semver/main with force:True [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,546 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,546 [write_file] DEBUG write to file:/w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,547 [execute] INFO git cat-file --batch-check [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,548 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,552 [execute] INFO git cat-file --batch [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,553 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T02:57:15.626Z] 2023-04-07 02:57:15,557 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:57:15.626Z] 3.0.0-dev.17 [Pipeline] } [2023-04-07T02:57:15.632Z] $ docker exec --env ******** --env ******** 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 ssh-agent -k [2023-04-07T02:57:15.736Z] unset SSH_AUTH_SOCK; [2023-04-07T02:57:15.737Z] unset SSH_AGENT_PID; [2023-04-07T02:57:15.737Z] echo Agent pid 38 killed; [2023-04-07T02:57:15.751Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:57:16.053Z] + git semver [Pipeline] } [2023-04-07T02:57:16.320Z] $ docker stop --time=1 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 [2023-04-07T02:57:17.578Z] $ docker rm -f --volumes 4fcccc5a75851a1afdc858655c7f7a6fcd9380dafa366f73167c004a8ee94452 [Pipeline] // withDockerContainer [Pipeline] sh [2023-04-07T02:57:17.925Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2023-04-07T02:57:17.926Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:57:18.228Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2023-04-07T02:57:18.228Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:57:18.304Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:57:18.329Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2023-04-07T02:57:18.657Z] $ docker top 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2023-04-07T02:57:18.753Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2023-04-07T02:57:18.753Z] [ssh-agent] Looking for ssh-agent implementation... [2023-04-07T02:57:18.872Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2023-04-07T02:57:18.870Z] $ docker exec 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 ssh-agent [2023-04-07T02:57:18.988Z] SSH_AUTH_SOCK=/tmp/ssh-n1HA3ViR3z03/agent.32 [2023-04-07T02:57:18.988Z] SSH_AGENT_PID=38 [2023-04-07T02:57:18.996Z] Running ssh-add (command line suppressed) [2023-04-07T02:57:19.096Z] Identity added: /w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_17240575097437917209.key (/w/workspace/edgexfoundry_device-gpio_main@tmp/private_key_17240575097437917209.key) [2023-04-07T02:57:19.114Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2023-04-07T02:57:19.400Z] + git semver push [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,572 [run_push] DEBUG push [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,573 [execute] INFO git cat-file --batch-check [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,573 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=) [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,576 [execute] INFO git rev-list 0fa422f4224629ddd0216f5e26b94fe13260e7a4 -- [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,577 [execute] DEBUG Popen(['git', 'rev-list', '0fa422f4224629ddd0216f5e26b94fe13260e7a4', '--'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,583 [execute] INFO git fetch -v origin [2023-04-07T02:57:19.659Z] 2023-04-07 02:57:19,583 [execute] DEBUG Popen(['git', 'fetch', '-v', 'origin'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=True, shell=None, istream=None) [2023-04-07T02:57:20.227Z] 2023-04-07 02:57:20,059 [run_push] DEBUG no remote changes detected [2023-04-07T02:57:20.227Z] 2023-04-07 02:57:20,059 [execute] INFO git push origin semver [2023-04-07T02:57:20.227Z] 2023-04-07 02:57:20,060 [execute] DEBUG Popen(['git', 'push', 'origin', 'semver'], cwd=/w/workspace/edgexfoundry_device-gpio_main/.semver, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:57:21.166Z] 2023-04-07 02:57:20,827 [run_push] DEBUG push all version tags [2023-04-07T02:57:21.166Z] 2023-04-07 02:57:20,828 [execute] INFO git push origin refs/tags/v*:refs/tags/v* [2023-04-07T02:57:21.166Z] 2023-04-07 02:57:20,828 [execute] DEBUG Popen(['git', 'push', 'origin', 'refs/tags/v*:refs/tags/v*'], cwd=/w/workspace/edgexfoundry_device-gpio_main, universal_newlines=False, shell=None, istream=None) [2023-04-07T02:57:22.103Z] 2023-04-07 02:57:21,994 [read_version] DEBUG read version from /w/workspace/edgexfoundry_device-gpio_main/.semver/main [2023-04-07T02:57:22.103Z] 3.0.0-dev.17 [Pipeline] } [2023-04-07T02:57:22.108Z] $ docker exec --env ******** --env ******** 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 ssh-agent -k [2023-04-07T02:57:22.197Z] unset SSH_AUTH_SOCK; [2023-04-07T02:57:22.197Z] unset SSH_AGENT_PID; [2023-04-07T02:57:22.197Z] echo Agent pid 38 killed; [2023-04-07T02:57:22.213Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2023-04-07T02:57:22.523Z] + git semver [Pipeline] } [2023-04-07T02:57:22.793Z] $ docker stop --time=1 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 [2023-04-07T02:57:24.044Z] $ docker rm -f --volumes 3a66ba79cd80165249fe8187e901ef8352c4a190e8496ba8c873af17dcaa4c97 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Bump Experimental Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Bump Stable (Named) Tag" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2023-04-07T02:57:24.620Z] + [ -d /w/workspace/edgexfoundry_device-gpio_main/archives ] [2023-04-07T02:57:24.620Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2023-04-07T02:57:24.620Z] total 16 [2023-04-07T02:57:24.620Z] drwxr-xr-x 3 root root 4096 Apr 7 02:47 . [2023-04-07T02:57:24.620Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:57 .. [2023-04-07T02:57:24.620Z] drwxr-xr-x 2 root root 4096 Apr 7 02:47 cost [2023-04-07T02:57:24.620Z] -rw-r--r-- 1 root root 82 Apr 7 02:47 cost.csv [2023-04-07T02:57:24.620Z] + sudo chown -R jenkins:jenkins /w/workspace/edgexfoundry_device-gpio_main/archives [2023-04-07T02:57:24.620Z] + ls -al /w/workspace/edgexfoundry_device-gpio_main/archives [2023-04-07T02:57:24.620Z] total 16 [2023-04-07T02:57:24.620Z] drwxr-xr-x 3 jenkins jenkins 4096 Apr 7 02:47 . [2023-04-07T02:57:24.620Z] drwxrwxr-x 10 jenkins jenkins 4096 Apr 7 02:57 .. [2023-04-07T02:57:24.620Z] drwxr-xr-x 2 jenkins jenkins 4096 Apr 7 02:47 cost [2023-04-07T02:57:24.620Z] -rw-r--r-- 1 jenkins jenkins 82 Apr 7 02:47 cost.csv [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:24.911Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:25.770Z] ---> package-listing.sh [2023-04-07T02:57:25.770Z] ++ facter osfamily [2023-04-07T02:57:25.770Z] ++ tr '[:upper:]' '[:lower:]' [2023-04-07T02:57:26.029Z] + OS_FAMILY=debian [2023-04-07T02:57:26.029Z] + workspace=/w/workspace/edgexfoundry_device-gpio_main [2023-04-07T02:57:26.029Z] + START_PACKAGES=/tmp/packages_start.txt [2023-04-07T02:57:26.029Z] + END_PACKAGES=/tmp/packages_end.txt [2023-04-07T02:57:26.029Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2023-04-07T02:57:26.029Z] + PACKAGES=/tmp/packages_start.txt [2023-04-07T02:57:26.029Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2023-04-07T02:57:26.029Z] + PACKAGES=/tmp/packages_end.txt [2023-04-07T02:57:26.029Z] + case "${OS_FAMILY}" in [2023-04-07T02:57:26.029Z] + dpkg -l [2023-04-07T02:57:26.029Z] + grep '^ii' [2023-04-07T02:57:26.029Z] + '[' -f /tmp/packages_start.txt ']' [2023-04-07T02:57:26.029Z] + '[' -f /tmp/packages_end.txt ']' [2023-04-07T02:57:26.029Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2023-04-07T02:57:26.029Z] + '[' /w/workspace/edgexfoundry_device-gpio_main ']' [2023-04-07T02:57:26.029Z] + mkdir -p /w/workspace/edgexfoundry_device-gpio_main/archives/ [2023-04-07T02:57:26.029Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgexfoundry_device-gpio_main/archives/ [Pipeline] echo [2023-04-07T02:57:26.040Z] 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/edgexfoundry_device-gpio_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2023-04-07T02:57:26.317Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2023-04-07T02:57:26.879Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2023-04-07T02:57:26.880Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2023-04-07T02:57:26.942Z] prd-ubuntu20.04-docker-8c-8g-7066 does not seem to be running inside a container [2023-04-07T02:57:26.998Z] $ 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/edgexfoundry_device-gpio_main/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgexfoundry_device-gpio_main -v /w/workspace/edgexfoundry_device-gpio_main:/w/workspace/edgexfoundry_device-gpio_main:rw,z -v /w/workspace/edgexfoundry_device-gpio_main@tmp:/w/workspace/edgexfoundry_device-gpio_main@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2023-04-07T02:57:27.200Z] $ docker top c5d0d41cb78ac8bc1bc45292461fd9142982f07aecc02d858cf09bf73558865b -eo pid,comm [Pipeline] { [Pipeline] sh [2023-04-07T02:57:27.589Z] + touch /tmp/pre-build-complete [Pipeline] sh [2023-04-07T02:57:27.889Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2023-04-07T02:57:28.172Z] + ls /var/log/sa-host [2023-04-07T02:57:28.172Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2023-04-07T02:57:28.323Z] provisioning config files... [2023-04-07T02:57:28.331Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgexfoundry_device-gpio_main@tmp/config2025273806576663886tmp [Pipeline] { [Pipeline] echo [2023-04-07T02:57:28.342Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:28.619Z] ---> create-netrc.sh [Pipeline] } [2023-04-07T02:57:28.626Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:28.960Z] ---> python-tools-install.sh [Pipeline] echo [2023-04-07T02:57:28.969Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:29.250Z] ---> sudo-logs.sh [2023-04-07T02:57:29.250Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2023-04-07T02:57:29.277Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:29.557Z] ---> job-cost.sh [2023-04-07T02:57:29.557Z] lf-activate-venv: SKIPPING [2023-04-07T02:57:29.557Z] DEBUG: total: 0.2199999988079071 [2023-04-07T02:57:29.557Z] INFO: Retrieving Stack Cost... [2023-04-07T02:57:29.817Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2023-04-07T02:57:30.385Z] INFO: Archiving Costs [Pipeline] echo [2023-04-07T02:57:30.396Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2023-04-07T02:57:30.680Z] ---> logs-deploy.sh [2023-04-07T02:57:30.680Z] lf-activate-venv: SKIPPING [2023-04-07T02:57:30.680Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-gpio/main/69 [2023-04-07T02:57:30.680Z] INFO: archiving workspace using pattern(s): [2023-04-07T02:57:31.614Z] Archives upload complete. [2023-04-07T02:57:31.872Z] INFO: archiving logs to Nexus [2023-04-07T02:57:32.440Z] ---> uname -a: [2023-04-07T02:57:32.440Z] Linux prd-ubuntu20-04-docker-8c-8g-7066 5.4.0-126-generic #142-Ubuntu SMP Fri Aug 26 12:12:57 UTC 2022 x86_64 GNU/Linux [2023-04-07T02:57:32.440Z] [2023-04-07T02:57:32.440Z] [2023-04-07T02:57:32.440Z] ---> lscpu: [2023-04-07T02:57:32.440Z] Architecture: x86_64 [2023-04-07T02:57:32.440Z] CPU op-mode(s): 32-bit, 64-bit [2023-04-07T02:57:32.440Z] Byte Order: Little Endian [2023-04-07T02:57:32.440Z] Address sizes: 40 bits physical, 48 bits virtual [2023-04-07T02:57:32.440Z] CPU(s): 8 [2023-04-07T02:57:32.440Z] On-line CPU(s) list: 0-7 [2023-04-07T02:57:32.440Z] Thread(s) per core: 1 [2023-04-07T02:57:32.440Z] Core(s) per socket: 1 [2023-04-07T02:57:32.440Z] Socket(s): 8 [2023-04-07T02:57:32.440Z] NUMA node(s): 1 [2023-04-07T02:57:32.440Z] Vendor ID: AuthenticAMD [2023-04-07T02:57:32.440Z] CPU family: 23 [2023-04-07T02:57:32.440Z] Model: 49 [2023-04-07T02:57:32.440Z] Model name: AMD EPYC-Rome Processor [2023-04-07T02:57:32.440Z] Stepping: 0 [2023-04-07T02:57:32.440Z] CPU MHz: 2799.996 [2023-04-07T02:57:32.440Z] BogoMIPS: 5599.99 [2023-04-07T02:57:32.440Z] Virtualization: AMD-V [2023-04-07T02:57:32.440Z] Hypervisor vendor: KVM [2023-04-07T02:57:32.440Z] Virtualization type: full [2023-04-07T02:57:32.440Z] L1d cache: 256 KiB [2023-04-07T02:57:32.441Z] L1i cache: 256 KiB [2023-04-07T02:57:32.441Z] L2 cache: 4 MiB [2023-04-07T02:57:32.441Z] L3 cache: 128 MiB [2023-04-07T02:57:32.441Z] NUMA node0 CPU(s): 0-7 [2023-04-07T02:57:32.441Z] Vulnerability Itlb multihit: Not affected [2023-04-07T02:57:32.441Z] Vulnerability L1tf: Not affected [2023-04-07T02:57:32.441Z] Vulnerability Mds: Not affected [2023-04-07T02:57:32.441Z] Vulnerability Meltdown: Not affected [2023-04-07T02:57:32.441Z] Vulnerability Mmio stale data: Not affected [2023-04-07T02:57:32.441Z] Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp [2023-04-07T02:57:32.441Z] Vulnerability Spectre v1: Mitigation; usercopy/swapgs barriers and __user pointer sanitization [2023-04-07T02:57:32.441Z] Vulnerability Spectre v2: Mitigation; Retpolines, IBPB conditional, IBRS_FW, STIBP disabled, RSB filling [2023-04-07T02:57:32.441Z] Vulnerability Srbds: Not affected [2023-04-07T02:57:32.441Z] Vulnerability Tsx async abort: Not affected [2023-04-07T02:57:32.441Z] Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm rep_good nopl cpuid extd_apicid tsc_known_freq pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext perfctr_core ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves clzero xsaveerptr wbnoinvd arat npt nrip_save umip rdpid arch_capabilities [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] ---> nproc: [2023-04-07T02:57:32.441Z] 8 [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] ---> df -h: [2023-04-07T02:57:32.441Z] Filesystem Size Used Avail Use% Mounted on [2023-04-07T02:57:32.441Z] overlay 155G 13G 143G 9% / [2023-04-07T02:57:32.441Z] tmpfs 64M 0 64M 0% /dev [2023-04-07T02:57:32.441Z] tmpfs 16G 0 16G 0% /sys/fs/cgroup [2023-04-07T02:57:32.441Z] shm 64M 0 64M 0% /dev/shm [2023-04-07T02:57:32.441Z] /dev/vda1 155G 13G 143G 9% /facter-os [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] ---> sar -b -r -n DEV: [2023-04-07T02:57:32.441Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7066) 04/07/23 _x86_64_ (8 CPU) [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] 02:44:18 LINUX RESTART (8 CPU) [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] 02:45:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s [2023-04-07T02:57:32.441Z] 02:46:01 166.86 5.29 161.57 0.00 491.77 60409.52 0.00 [2023-04-07T02:57:32.441Z] 02:47:01 129.28 0.20 129.08 0.00 9.20 33134.08 0.00 [2023-04-07T02:57:32.441Z] 02:48:01 113.53 0.10 113.43 0.00 11.86 34252.42 0.00 [2023-04-07T02:57:32.441Z] 02:49:01 2.60 0.00 2.60 0.00 0.00 28.95 0.00 [2023-04-07T02:57:32.441Z] 02:50:01 53.92 10.60 43.33 0.00 5155.81 8764.14 0.00 [2023-04-07T02:57:32.441Z] 02:51:01 5.03 0.02 5.02 0.00 0.13 113.85 0.00 [2023-04-07T02:57:32.441Z] 02:52:01 2.07 0.00 2.07 0.00 0.00 24.00 0.00 [2023-04-07T02:57:32.441Z] 02:53:01 2.00 0.00 2.00 0.00 0.00 21.46 0.00 [2023-04-07T02:57:32.441Z] 02:54:01 1.37 0.00 1.37 0.00 0.00 14.66 0.00 [2023-04-07T02:57:32.441Z] 02:55:01 2.30 0.00 2.30 0.00 0.00 25.32 0.00 [2023-04-07T02:57:32.441Z] 02:56:01 1.17 0.00 1.17 0.00 0.00 12.26 0.00 [2023-04-07T02:57:32.441Z] 02:57:01 64.74 0.27 64.47 0.00 17.20 36341.14 0.00 [2023-04-07T02:57:32.441Z] Average: 45.42 1.37 44.05 0.00 473.83 14434.67 0.00 [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] 02:45:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty [2023-04-07T02:57:32.441Z] 02:46:01 27776236 31541900 765120 2.33 144912 3768724 2029328 5.98 1215076 3397344 619796 [2023-04-07T02:57:32.441Z] 02:47:01 28021544 31417272 880824 2.68 150252 3420348 2260136 6.66 1459820 2923232 195556 [2023-04-07T02:57:32.441Z] 02:48:01 27639040 31566432 733700 2.23 160336 3905548 1750352 5.16 1269752 3459768 460 [2023-04-07T02:57:32.441Z] 02:49:01 27638228 31565740 733680 2.23 160408 3905540 1750352 5.16 1269164 3459768 4 [2023-04-07T02:57:32.441Z] 02:50:01 27115428 31545092 735632 2.24 193808 4360940 1811136 5.34 1596212 3624656 1028 [2023-04-07T02:57:32.441Z] 02:51:01 27122324 31547128 733068 2.23 192380 4357684 1792004 5.28 1588256 3621432 380 [2023-04-07T02:57:32.441Z] 02:52:01 27124528 31549404 730724 2.22 192448 4357688 1792004 5.28 1586116 3621440 12 [2023-04-07T02:57:32.441Z] 02:53:01 27129144 31554132 725992 2.21 192524 4357692 1792004 5.28 1581496 3621444 8 [2023-04-07T02:57:32.441Z] 02:54:01 27128820 31553900 726160 2.21 192596 4357692 1792004 5.28 1581752 3621452 12 [2023-04-07T02:57:32.441Z] 02:55:01 27129124 31554320 725940 2.21 192692 4357700 1792004 5.28 1581928 3621452 4 [2023-04-07T02:57:32.441Z] 02:56:01 27129368 31555008 725596 2.21 192740 4357700 1792004 5.28 1581648 3621848 8 [2023-04-07T02:57:32.441Z] 02:57:01 25640548 31533720 743344 2.26 228944 5665684 1759216 5.18 1677912 4887936 636096 [2023-04-07T02:57:32.441Z] Average: 27216194 31540337 746648 2.27 182837 4264412 1842712 5.43 1499094 3623481 121114 [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] 02:45:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil [2023-04-07T02:57:32.441Z] 02:46:01 lo 4.06 4.06 0.40 0.40 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:46:01 ens3 533.74 314.56 7785.72 44.23 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:46:01 docker0 179.77 310.40 15.01 2091.38 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:47:01 vethc8f7105 0.00 0.15 0.00 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:47:01 lo 0.47 0.47 0.04 0.04 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:47:01 ens3 57.67 51.46 92.99 98.86 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:47:01 docker0 1.52 4.17 0.09 42.61 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:48:01 lo 7.33 7.33 0.72 0.72 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:48:01 ens3 151.17 109.98 2652.28 224.99 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:48:01 docker0 1.40 3.30 0.09 42.55 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:49:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:49:01 ens3 0.15 0.13 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:50:01 lo 0.53 0.53 0.05 0.05 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:50:01 ens3 165.49 87.37 2806.68 6.48 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:51:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:51:01 ens3 0.33 0.25 0.02 0.02 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:52:01 ens3 0.30 0.10 0.07 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:53:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:53:01 ens3 0.38 0.12 0.02 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:54:01 ens3 0.67 0.23 0.14 0.08 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:55:01 lo 0.20 0.20 0.01 0.01 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:55:01 ens3 0.67 0.70 0.34 0.29 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:56:01 ens3 0.10 0.00 0.01 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:57:01 lo 2.27 2.27 0.21 0.21 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:57:01 ens3 328.18 189.32 7749.81 30.13 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] 02:57:01 docker0 34.71 63.96 2.92 581.10 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] Average: lo 1.29 1.29 0.12 0.12 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] Average: ens3 103.30 62.89 1758.15 33.76 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] Average: docker0 18.14 31.86 1.51 230.06 0.00 0.00 0.00 0.00 [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] ---> sar -P ALL: [2023-04-07T02:57:32.441Z] Linux 5.4.0-126-generic (prd-ubuntu20-04-docker-8c-8g-7066) 04/07/23 _x86_64_ (8 CPU) [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] 02:44:18 LINUX RESTART (8 CPU) [2023-04-07T02:57:32.441Z] [2023-04-07T02:57:32.441Z] 02:45:01 CPU %user %nice %system %iowait %steal %idle [2023-04-07T02:57:32.441Z] 02:46:01 all 9.00 0.00 4.11 6.75 0.07 80.07 [2023-04-07T02:57:32.441Z] 02:46:01 0 8.81 0.00 4.35 1.98 0.07 84.79 [2023-04-07T02:57:32.441Z] 02:46:01 1 10.18 0.00 3.78 1.01 0.07 84.96 [2023-04-07T02:57:32.441Z] 02:46:01 2 8.71 0.00 3.78 11.45 0.05 76.00 [2023-04-07T02:57:32.441Z] 02:46:01 3 10.28 0.00 3.85 0.32 0.08 85.47 [2023-04-07T02:57:32.441Z] 02:46:01 4 8.87 0.00 3.29 1.80 0.05 85.99 [2023-04-07T02:57:32.441Z] 02:46:01 5 7.84 0.00 5.37 24.23 0.08 62.48 [2023-04-07T02:57:32.441Z] 02:46:01 6 8.67 0.00 3.94 11.65 0.07 75.68 [2023-04-07T02:57:32.441Z] 02:46:01 7 8.62 0.00 4.50 1.61 0.07 85.21 [2023-04-07T02:57:32.441Z] 02:47:01 all 32.42 0.00 5.53 3.89 0.08 58.08 [2023-04-07T02:57:32.441Z] 02:47:01 0 32.62 0.00 5.90 0.75 0.08 60.64 [2023-04-07T02:57:32.441Z] 02:47:01 1 32.91 0.00 5.35 5.62 0.07 56.05 [2023-04-07T02:57:32.441Z] 02:47:01 2 32.56 0.00 5.30 0.05 0.08 62.01 [2023-04-07T02:57:32.441Z] 02:47:01 3 33.70 0.00 6.10 0.24 0.07 59.90 [2023-04-07T02:57:32.441Z] 02:47:01 4 32.93 0.00 5.40 0.69 0.08 60.89 [2023-04-07T02:57:32.441Z] 02:47:01 5 31.52 0.00 5.45 17.73 0.07 45.23 [2023-04-07T02:57:32.441Z] 02:47:01 6 31.98 0.00 5.14 5.19 0.07 57.62 [2023-04-07T02:57:32.441Z] 02:47:01 7 31.13 0.00 5.63 0.93 0.08 62.23 [2023-04-07T02:57:32.441Z] 02:48:01 all 9.39 0.00 2.47 3.64 0.05 84.44 [2023-04-07T02:57:32.441Z] 02:48:01 0 8.92 0.00 2.63 0.05 0.03 88.37 [2023-04-07T02:57:32.441Z] 02:48:01 1 8.98 0.00 3.50 8.80 0.05 78.67 [2023-04-07T02:57:32.441Z] 02:48:01 2 11.55 0.00 2.96 12.83 0.05 72.60 [2023-04-07T02:57:32.441Z] 02:48:01 3 9.52 0.00 2.17 0.10 0.07 88.15 [2023-04-07T02:57:32.441Z] 02:48:01 4 11.62 0.00 2.83 0.98 0.03 84.54 [2023-04-07T02:57:32.441Z] 02:48:01 5 6.82 0.00 1.94 6.01 0.03 85.20 [2023-04-07T02:57:32.441Z] 02:48:01 6 9.32 0.00 2.15 0.40 0.05 88.07 [2023-04-07T02:57:32.441Z] 02:48:01 7 8.43 0.00 1.60 0.00 0.12 89.86 [2023-04-07T02:57:32.441Z] 02:49:01 all 0.01 0.00 0.01 0.05 0.00 99.92 [2023-04-07T02:57:32.441Z] 02:49:01 0 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-07T02:57:32.441Z] 02:49:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.441Z] 02:49:01 2 0.03 0.00 0.02 0.00 0.00 99.95 [2023-04-07T02:57:32.441Z] 02:49:01 3 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-07T02:57:32.441Z] 02:49:01 4 0.02 0.00 0.00 0.00 0.02 99.97 [2023-04-07T02:57:32.441Z] 02:49:01 5 0.00 0.00 0.02 0.15 0.00 99.83 [2023-04-07T02:57:32.441Z] 02:49:01 6 0.02 0.00 0.03 0.25 0.00 99.70 [2023-04-07T02:57:32.441Z] 02:49:01 7 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.441Z] 02:50:01 all 2.22 0.00 1.35 1.18 0.02 95.23 [2023-04-07T02:57:32.441Z] 02:50:01 0 2.64 0.00 1.55 0.35 0.02 95.45 [2023-04-07T02:57:32.442Z] 02:50:01 1 2.29 0.00 1.32 1.09 0.02 95.29 [2023-04-07T02:57:32.442Z] 02:50:01 2 3.31 0.00 2.36 1.27 0.03 93.03 [2023-04-07T02:57:32.442Z] 02:50:01 3 4.28 0.00 2.19 1.66 0.03 91.84 [2023-04-07T02:57:32.442Z] 02:50:01 4 2.05 0.00 0.70 1.40 0.02 95.84 [2023-04-07T02:57:32.442Z] 02:50:01 5 1.14 0.00 0.72 2.70 0.03 95.41 [2023-04-07T02:57:32.442Z] 02:50:01 6 1.19 0.00 1.22 0.93 0.02 96.64 [2023-04-07T02:57:32.442Z] 02:50:01 7 0.90 0.00 0.74 0.03 0.02 98.31 [2023-04-07T02:57:32.442Z] 02:51:01 all 0.06 0.00 0.04 0.01 0.00 99.89 [2023-04-07T02:57:32.442Z] 02:51:01 0 0.02 0.00 0.03 0.02 0.00 99.93 [2023-04-07T02:57:32.442Z] 02:51:01 1 0.05 0.00 0.07 0.00 0.00 99.88 [2023-04-07T02:57:32.442Z] 02:51:01 2 0.22 0.00 0.07 0.00 0.00 99.72 [2023-04-07T02:57:32.442Z] 02:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 [2023-04-07T02:57:32.442Z] 02:51:01 4 0.03 0.00 0.05 0.02 0.00 99.90 [2023-04-07T02:57:32.442Z] 02:51:01 5 0.07 0.00 0.00 0.05 0.00 99.88 [2023-04-07T02:57:32.442Z] 02:51:01 6 0.02 0.00 0.03 0.00 0.00 99.95 [2023-04-07T02:57:32.442Z] 02:51:01 7 0.03 0.00 0.07 0.00 0.02 99.88 [2023-04-07T02:57:32.442Z] 02:52:01 all 0.02 0.00 0.01 0.02 0.00 99.94 [2023-04-07T02:57:32.442Z] 02:52:01 0 0.05 0.00 0.03 0.02 0.02 99.88 [2023-04-07T02:57:32.442Z] 02:52:01 1 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:52:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:52:01 3 0.05 0.00 0.02 0.00 0.00 99.93 [2023-04-07T02:57:32.442Z] 02:52:01 4 0.00 0.00 0.00 0.02 0.02 99.97 [2023-04-07T02:57:32.442Z] 02:52:01 5 0.02 0.00 0.02 0.15 0.00 99.82 [2023-04-07T02:57:32.442Z] 02:52:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.442Z] 02:52:01 7 0.00 0.00 0.03 0.00 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:53:01 all 0.01 0.00 0.01 0.02 0.00 99.96 [2023-04-07T02:57:32.442Z] 02:53:01 0 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:53:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.442Z] 02:53:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.442Z] 02:53:01 3 0.00 0.00 0.00 0.00 0.02 99.98 [2023-04-07T02:57:32.442Z] 02:53:01 4 0.02 0.00 0.02 0.05 0.00 99.92 [2023-04-07T02:57:32.442Z] 02:53:01 5 0.02 0.00 0.02 0.05 0.00 99.92 [2023-04-07T02:57:32.442Z] 02:53:01 6 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:53:01 7 0.03 0.00 0.05 0.03 0.00 99.88 [2023-04-07T02:57:32.442Z] 02:54:01 all 0.12 0.00 0.01 0.00 0.00 99.87 [2023-04-07T02:57:32.442Z] 02:54:01 0 0.03 0.00 0.03 0.00 0.00 99.93 [2023-04-07T02:57:32.442Z] 02:54:01 1 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.442Z] 02:54:01 2 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.442Z] 02:54:01 3 0.85 0.00 0.02 0.00 0.00 99.14 [2023-04-07T02:57:32.442Z] 02:54:01 4 0.02 0.00 0.02 0.00 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:54:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:54:01 6 0.00 0.00 0.00 0.00 0.00 100.00 [2023-04-07T02:57:32.442Z] 02:54:01 7 0.03 0.00 0.02 0.00 0.02 99.93 [2023-04-07T02:57:32.442Z] 02:55:01 all 0.02 0.00 0.01 0.01 0.00 99.96 [2023-04-07T02:57:32.442Z] 02:55:01 0 0.02 0.00 0.00 0.02 0.02 99.95 [2023-04-07T02:57:32.442Z] 02:55:01 1 0.05 0.00 0.00 0.00 0.00 99.95 [2023-04-07T02:57:32.442Z] 02:55:01 2 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:55:01 3 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:55:01 4 0.03 0.00 0.00 0.00 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:55:01 5 0.02 0.00 0.00 0.03 0.00 99.95 [2023-04-07T02:57:32.442Z] 02:55:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:55:01 7 0.03 0.00 0.03 0.00 0.02 99.92 [2023-04-07T02:57:32.442Z] 02:56:01 all 0.01 0.00 0.02 0.00 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:56:01 0 0.00 0.00 0.03 0.00 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:56:01 1 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:56:01 2 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:56:01 3 0.00 0.00 0.02 0.00 0.02 99.97 [2023-04-07T02:57:32.442Z] 02:56:01 4 0.02 0.00 0.00 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:56:01 5 0.02 0.00 0.00 0.02 0.00 99.97 [2023-04-07T02:57:32.442Z] 02:56:01 6 0.00 0.00 0.02 0.00 0.00 99.98 [2023-04-07T02:57:32.442Z] 02:56:01 7 0.03 0.00 0.05 0.00 0.00 99.92 [2023-04-07T02:57:32.442Z] [2023-04-07T02:57:32.442Z] 02:56:01 CPU %user %nice %system %iowait %steal %idle [2023-04-07T02:57:32.442Z] 02:57:01 all 7.54 0.00 3.00 3.29 0.05 86.12 [2023-04-07T02:57:32.442Z] 02:57:01 0 7.56 0.00 2.48 0.15 0.05 89.76 [2023-04-07T02:57:32.442Z] 02:57:01 1 7.08 0.00 3.83 0.35 0.05 88.69 [2023-04-07T02:57:32.442Z] 02:57:01 2 7.71 0.00 2.95 0.02 0.05 89.27 [2023-04-07T02:57:32.442Z] 02:57:01 3 8.17 0.00 2.44 1.42 0.03 87.93 [2023-04-07T02:57:32.442Z] 02:57:01 4 8.41 0.00 3.24 1.62 0.05 86.68 [2023-04-07T02:57:32.442Z] 02:57:01 5 4.55 0.00 3.63 5.08 0.03 86.71 [2023-04-07T02:57:32.442Z] 02:57:01 6 8.70 0.00 2.78 10.35 0.05 78.13 [2023-04-07T02:57:32.442Z] 02:57:01 7 8.15 0.00 2.62 7.39 0.05 81.80 [2023-04-07T02:57:32.442Z] Average: all 5.04 0.00 1.37 1.56 0.02 92.00 [2023-04-07T02:57:32.442Z] Average: 0 5.04 0.00 1.42 0.28 0.03 93.24 [2023-04-07T02:57:32.442Z] Average: 1 5.09 0.00 1.48 1.39 0.02 92.02 [2023-04-07T02:57:32.442Z] Average: 2 5.32 0.00 1.45 2.12 0.02 91.09 [2023-04-07T02:57:32.442Z] Average: 3 5.55 0.00 1.40 0.31 0.03 92.71 [2023-04-07T02:57:32.442Z] Average: 4 5.30 0.00 1.29 0.54 0.02 92.85 [2023-04-07T02:57:32.442Z] Average: 5 4.30 0.00 1.42 4.65 0.02 89.61 [2023-04-07T02:57:32.442Z] Average: 6 4.96 0.00 1.27 2.38 0.02 91.38 [2023-04-07T02:57:32.442Z] Average: 7 4.75 0.00 1.27 0.82 0.03 93.13 [2023-04-07T02:57:32.442Z] [2023-04-07T02:57:32.442Z] [2023-04-07T02:57:32.442Z]