Pull request #1192 opened Connecting to https://api.github.com using edgex-jenkins github personal access token Connecting to https://api.github.com to check permissions of obtain list of vli11 for edgexfoundry/device-sdk-go Obtained Jenkinsfile from 7ac517d3a1701eab144e36f2ef0a344d5ff3c953+ba443a3625d4eef64e240836a867426dc0799199 (9ee7c0afb0643ef37ee0ec07501daeabfa02c209) 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-ssh31284921123310702.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 7e4371ac6d730b8e642184b898413c6ef59a5643 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-ssh17941202157035694802.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 7e4371ac6d730b8e642184b898413c6ef59a5643 The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1192/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1192/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh15015652125523631796.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1192/workspace@libs/711e2b78f836f82711d3b25fb9937a6f21c7d85885a63faf9727f7092bdaef82@tmp/jenkins-gitclient-ssh14694433679946197584.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 7e4371ac6d730b8e642184b898413c6ef59a5643 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7e4371ac6d730b8e642184b898413c6ef59a5643 # timeout=10 Commit message: "Merge pull request #404 from bill-mahoney/go-1.18" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh6250278820211248008.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 0f180ed1236c637af8c254f95ad106931cc77145 The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1192/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e # timeout=10 Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-1192/workspace@libs/43bcb2cb36fa890fc8ffff9daeee975b45f005d05d2c7bdedc52bb4b4373df4e@tmp/jenkins-gitclient-ssh1705555751002424005.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 Avoid second fetch Checking out Revision 0f180ed1236c637af8c254f95ad106931cc77145 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 0f180ed1236c637af8c254f95ad106931cc77145 # timeout=10 Commit message: "Feat: Add initial docker pipelines" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 7e4371ac6d730b8e642184b898413c6ef59a5643 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[ubuntu20.04-docker-8c-8g, ubuntu20.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.18 USE_ALPINE: true DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_BUILD_IMAGE_TARGET: builder DOCKER_IMAGE_NAME: device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org SNYK_DEBUG: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-ubuntu20.04-docker-8c-8g-19328’ Running on prd-ubuntu20.04-docker-8c-8g-19330 in /w/workspace/gexfoundry_device-sdk-go_PR-1192 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout The recommended git tool is: git using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/gexfoundry_device-sdk-go_PR-1192 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.25.1' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/jakarta commit ba443a3625d4eef64e240836a867426dc0799199 into PR head commit 7ac517d3a1701eab144e36f2ef0a344d5ff3c953 Merge succeeded, producing 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d Checking out Revision 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d (PR-1192) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1192/head:refs/remotes/origin/PR-1192 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 7ac517d3a1701eab144e36f2ef0a344d5ff3c953 # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge ba443a3625d4eef64e240836a867426dc0799199 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d # timeout=10 Commit message: "Merge commit 'ba443a3625d4eef64e240836a867426dc0799199' into HEAD" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.25.1' fatal: bad object 7e4371ac6d730b8e642184b898413c6ef59a5643 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2022-07-11T18:56:57.716Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2022-07-11T18:56:57.876Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2022-07-11T18:56:57.977Z] ========================================================= [2022-07-11T18:56:57.977Z] EdgeX Global Pipelines Version Info [2022-07-11T18:56:57.977Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:56:58.783Z] ------------------- [2022-07-11T18:56:58.784Z] stable info: [2022-07-11T18:56:58.784Z] ------------------- [2022-07-11T18:56:58.784Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T18:56:58.784Z] Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 [2022-07-11T18:56:58.784Z] Message: update stable to v1.0.236 [2022-07-11T18:56:59.360Z] ------------------- [2022-07-11T18:56:59.360Z] experimental info: [2022-07-11T18:56:59.360Z] ------------------- [2022-07-11T18:56:59.360Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2022-07-11T18:56:59.360Z] Commit SHA: 7e4371ac6d730b8e642184b898413c6ef59a5643 [2022-07-11T18:56:59.360Z] Message: update experimental to v1.0.236 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2022-07-11T18:56:59.739Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo [2022-07-11T18:56:59.779Z] [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo [2022-07-11T18:56:59.818Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2022-07-11T18:56:59.863Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2022-07-11T18:56:59.909Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2022-07-11T18:56:59.951Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.18 [Pipeline] echo [2022-07-11T18:57:00.002Z] [edgeXSetupEnvironment]: set envvar USE_ALPINE = true [Pipeline] echo [2022-07-11T18:57:00.041Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo [2022-07-11T18:57:00.080Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2022-07-11T18:57:00.122Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2022-07-11T18:57:00.165Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_IMAGE_TARGET = builder [Pipeline] echo [2022-07-11T18:57:00.212Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo [2022-07-11T18:57:00.262Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2022-07-11T18:57:00.305Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2022-07-11T18:57:00.347Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2022-07-11T18:57:00.389Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T18:57:00.432Z] [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T18:57:00.478Z] [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo [2022-07-11T18:57:00.525Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2022-07-11T18:57:00.564Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo [2022-07-11T18:57:00.608Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2022-07-11T18:57:00.645Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v2 [Pipeline] echo [2022-07-11T18:57:00.686Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo [2022-07-11T18:57:00.724Z] [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo [2022-07-11T18:57:00.765Z] [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo [2022-07-11T18:57:00.807Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2022-07-11T18:57:00.851Z] [edgeXSetupEnvironment]: set envvar SNYK_DEBUG = false [Pipeline] echo [2022-07-11T18:57:00.895Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-1192 [Pipeline] echo [2022-07-11T18:57:00.941Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-1192 [Pipeline] echo [2022-07-11T18:57:00.984Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-1192 [Pipeline] echo [2022-07-11T18:57:01.026Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [Pipeline] echo [2022-07-11T18:57:01.064Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 306dfe4 [Pipeline] echo [2022-07-11T18:57:01.106Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T18:57:01.221Z] provisioning config files... [2022-07-11T18:57:01.235Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/config6210010030201118840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:57:01.585Z] ---> docker-login.sh [2022-07-11T18:57:01.585Z] nexus3.edgexfoundry.org:10001 [2022-07-11T18:57:01.847Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:02.110Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:02.110Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:02.110Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:02.110Z] [2022-07-11T18:57:02.110Z] Login Succeeded [2022-07-11T18:57:02.110Z] nexus3.edgexfoundry.org:10002 [2022-07-11T18:57:02.110Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:02.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:02.371Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:02.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:02.371Z] [2022-07-11T18:57:02.371Z] Login Succeeded [2022-07-11T18:57:02.371Z] nexus3.edgexfoundry.org:10003 [2022-07-11T18:57:02.371Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:02.371Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:02.371Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:02.371Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:02.371Z] [2022-07-11T18:57:02.371Z] Login Succeeded [2022-07-11T18:57:02.371Z] nexus3.edgexfoundry.org:10004 [2022-07-11T18:57:02.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:02.634Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:02.634Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:02.634Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:02.634Z] [2022-07-11T18:57:02.634Z] Login Succeeded [2022-07-11T18:57:02.634Z] docker.io [2022-07-11T18:57:02.634Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:03.208Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:03.208Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:03.208Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:03.208Z] [2022-07-11T18:57:03.208Z] Login Succeeded [2022-07-11T18:57:03.208Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T18:57:03.237Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build Check) [Pipeline] sh [2022-07-11T18:57:03.865Z] + git rev-list -1 --merges 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d~1..306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [Pipeline] echo [2022-07-11T18:57:03.907Z] -----------> git rev-list -1 --merges 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d~1..306dfe472137a7e6d1c4e2550b25dfc2733f5b7d 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [2022-07-11T18:57:03.907Z] 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [false] [Pipeline] sh [2022-07-11T18:57:04.223Z] + git log --format=format:%s -1 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [Pipeline] echo [2022-07-11T18:57:04.256Z] ========================================================= [2022-07-11T18:57:04.256Z] [isLTSReleaseBuild] Regular build required. isLTSRelease: [false] [2022-07-11T18:57:04.256Z] ========================================================= [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T18:57:04.702Z] + git log --format=format:%s -1 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [Pipeline] echo [2022-07-11T18:57:04.733Z] [semverPrep] GIT_COMMIT: 306dfe472137a7e6d1c4e2550b25dfc2733f5b7d, Commit Message: Merge commit 'ba443a3625d4eef64e240836a867426dc0799199' into HEAD [Pipeline] echo [2022-07-11T18:57:04.765Z] [semverPrep] This is not a build commit. [Pipeline] sh [2022-07-11T18:57:05.132Z] + grep github.com ecdsa /etc/ssh/ssh_known_hosts [2022-07-11T18:57:05.132Z] + grep -v github /etc/ssh/ssh_known_hosts [2022-07-11T18:57:05.132Z] + [ -e /tmp/ssh_known_hosts ] [2022-07-11T18:57:05.132Z] + sudo mv /tmp/ssh_known_hosts /etc/ssh/ssh_known_hosts [2022-07-11T18:57:05.132Z] + echo github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [2022-07-11T18:57:05.132Z] + sudo tee -a /etc/ssh/ssh_known_hosts [2022-07-11T18:57:05.132Z] github.com ecdsa-sha2-nistp256 AAAAE2VjZHNhLXNoYTItbmlzdHAyNTYAAAAIbmlzdHAyNTYAAABBBEmKSENjQEezOmxkZMy7opKgwFB9nkt5YRrYMjNuG5N87uRgg6CLrbo5wAdT/y6v0mKV0U2w0WZ2YB/++Tpockg= [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:57:05.569Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T18:57:05.570Z] [2022-07-11T18:57:05.570Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:57:05.960Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T18:57:05.960Z] 0.1.4: Pulling from edgex-devops/py-git-semver [2022-07-11T18:57:05.960Z] b85a868b505f: Pulling fs layer [2022-07-11T18:57:05.960Z] e2be974225ed: Pulling fs layer [2022-07-11T18:57:05.960Z] 339a4e72a1f5: Pulling fs layer [2022-07-11T18:57:05.960Z] 988bab9f4d93: Pulling fs layer [2022-07-11T18:57:05.960Z] 1469e6f7b9e6: Pulling fs layer [2022-07-11T18:57:05.960Z] eaf3925da568: Pulling fs layer [2022-07-11T18:57:05.960Z] bab4dde63d76: Pulling fs layer [2022-07-11T18:57:05.960Z] bde34c3a00c8: Pulling fs layer [2022-07-11T18:57:05.960Z] b352a97aabf1: Pulling fs layer [2022-07-11T18:57:05.960Z] 4872d77fe225: Pulling fs layer [2022-07-11T18:57:05.960Z] 5851b861e8e6: Pulling fs layer [2022-07-11T18:57:05.960Z] eaf3925da568: Waiting [2022-07-11T18:57:05.960Z] 988bab9f4d93: Waiting [2022-07-11T18:57:05.960Z] bab4dde63d76: Waiting [2022-07-11T18:57:05.960Z] b352a97aabf1: Waiting [2022-07-11T18:57:05.960Z] 4872d77fe225: Waiting [2022-07-11T18:57:05.960Z] 5851b861e8e6: Waiting [2022-07-11T18:57:05.960Z] e2be974225ed: Download complete [2022-07-11T18:57:05.960Z] 988bab9f4d93: Verifying Checksum [2022-07-11T18:57:05.960Z] 988bab9f4d93: Download complete [2022-07-11T18:57:06.221Z] 339a4e72a1f5: Verifying Checksum [2022-07-11T18:57:06.221Z] 339a4e72a1f5: Download complete [2022-07-11T18:57:06.221Z] eaf3925da568: Verifying Checksum [2022-07-11T18:57:06.221Z] eaf3925da568: Download complete [2022-07-11T18:57:06.221Z] 1469e6f7b9e6: Verifying Checksum [2022-07-11T18:57:06.221Z] 1469e6f7b9e6: Download complete [2022-07-11T18:57:06.221Z] bde34c3a00c8: Download complete [2022-07-11T18:57:06.221Z] b352a97aabf1: Verifying Checksum [2022-07-11T18:57:06.221Z] b352a97aabf1: Download complete [2022-07-11T18:57:06.221Z] 4872d77fe225: Download complete [2022-07-11T18:57:06.221Z] 5851b861e8e6: Download complete [2022-07-11T18:57:06.481Z] b85a868b505f: Download complete [2022-07-11T18:57:06.742Z] bab4dde63d76: Verifying Checksum [2022-07-11T18:57:06.742Z] bab4dde63d76: Download complete [2022-07-11T18:57:07.688Z] b85a868b505f: Pull complete [2022-07-11T18:57:07.688Z] e2be974225ed: Pull complete [2022-07-11T18:57:08.258Z] 339a4e72a1f5: Pull complete [2022-07-11T18:57:08.258Z] 988bab9f4d93: Pull complete [2022-07-11T18:57:08.519Z] 1469e6f7b9e6: Pull complete [2022-07-11T18:57:08.783Z] eaf3925da568: Pull complete [2022-07-11T18:57:10.704Z] bab4dde63d76: Pull complete [2022-07-11T18:57:10.704Z] bde34c3a00c8: Pull complete [2022-07-11T18:57:10.704Z] b352a97aabf1: Pull complete [2022-07-11T18:57:10.704Z] 4872d77fe225: Pull complete [2022-07-11T18:57:10.968Z] 5851b861e8e6: Pull complete [2022-07-11T18:57:10.968Z] Digest: sha256:59a28aa3b44c0bc56b9c3d2e9ecabe42e63693d939cc6e425eb8786f29f663d8 [2022-07-11T18:57:10.968Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [2022-07-11T18:57:10.968Z] nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T18:57:11.214Z] prd-ubuntu20.04-docker-8c-8g-19330 does not seem to be running inside a container [2022-07-11T18:57:11.259Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/gexfoundry_device-sdk-go_PR-1192 -v /w/workspace/gexfoundry_device-sdk-go_PR-1192:/w/workspace/gexfoundry_device-sdk-go_PR-1192:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/py-git-semver:0.1.4 cat [2022-07-11T18:57:12.585Z] $ docker top bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea -eo pid,comm [2022-07-11T18:57:12.651Z] 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). [2022-07-11T18:57:12.651Z] Alternatively you can force image entrypoint to be disabled by adding option `--entrypoint=''`. [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2022-07-11T18:57:12.770Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T18:57:12.771Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T18:57:12.901Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T18:57:12.907Z] $ docker exec bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea ssh-agent [2022-07-11T18:57:13.027Z] SSH_AUTH_SOCK=/tmp/ssh-HF5mfKxykFJO/agent.33 [2022-07-11T18:57:13.027Z] SSH_AGENT_PID=39 [2022-07-11T18:57:13.033Z] Running ssh-add (command line suppressed) [2022-07-11T18:57:13.164Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/private_key_2171241210045312182.key (/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/private_key_2171241210045312182.key) [2022-07-11T18:57:13.177Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T18:57:13.509Z] + git tag --points-at HEAD [Pipeline] } [2022-07-11T18:57:13.539Z] $ docker exec --env ******** --env ******** bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea ssh-agent -k [2022-07-11T18:57:13.649Z] unset SSH_AUTH_SOCK; [2022-07-11T18:57:13.650Z] unset SSH_AGENT_PID; [2022-07-11T18:57:13.650Z] echo Agent pid 39 killed; [2022-07-11T18:57:13.657Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2022-07-11T18:57:13.739Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2022-07-11T18:57:13.739Z] [ssh-agent] Looking for ssh-agent implementation... [2022-07-11T18:57:13.876Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2022-07-11T18:57:13.883Z] $ docker exec bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea ssh-agent [2022-07-11T18:57:14.014Z] SSH_AUTH_SOCK=/tmp/ssh-pFAZiIvIrg2D/agent.72 [2022-07-11T18:57:14.014Z] SSH_AGENT_PID=78 [2022-07-11T18:57:14.020Z] Running ssh-add (command line suppressed) [2022-07-11T18:57:14.147Z] Identity added: /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/private_key_3580454685641346352.key (/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/private_key_3580454685641346352.key) [2022-07-11T18:57:14.161Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2022-07-11T18:57:14.489Z] + git semver init [2022-07-11T18:57:14.749Z] 2022-07-11 18:57:14,692 [run_init] DEBUG init version:0.0.0 force:False [2022-07-11T18:57:14.749Z] 2022-07-11 18:57:14,693 [clone_semver_branch] DEBUG clone semver branch to:/w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver [2022-07-11T18:57:14.749Z] 2022-07-11 18:57:14,693 [execute] INFO git clone -b semver git@github.com:edgexfoundry/device-sdk-go.git /w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver [2022-07-11T18:57:14.749Z] 2022-07-11 18:57:14,693 [execute] DEBUG Popen(['git', 'clone', '-b', 'semver', 'git@github.com:edgexfoundry/device-sdk-go.git', '/w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1192, universal_newlines=False, shell=None, istream=None) [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,466 [append_file] DEBUG append to file:/w/workspace/gexfoundry_device-sdk-go_PR-1192/.git/info/exclude [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,467 [write_version] DEBUG write version:0.0.0 to path:/w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver/PR-1192 with force:False [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,467 [write_file] DEBUG write to file:/w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver/PR-1192 [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,472 [execute] INFO git cat-file --batch-check [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,472 [execute] DEBUG Popen(['git', 'cat-file', '--batch-check'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver, universal_newlines=False, shell=None, istream=) [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,479 [execute] INFO git cat-file --batch [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,479 [execute] DEBUG Popen(['git', 'cat-file', '--batch'], cwd=/w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver, universal_newlines=False, shell=None, istream=) [2022-07-11T18:57:15.692Z] 2022-07-11 18:57:15,485 [read_version] DEBUG read version from /w/workspace/gexfoundry_device-sdk-go_PR-1192/.semver/PR-1192 [2022-07-11T18:57:15.692Z] 0.0.0 [Pipeline] } [2022-07-11T18:57:15.723Z] $ docker exec --env ******** --env ******** bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea ssh-agent -k [2022-07-11T18:57:15.836Z] unset SSH_AUTH_SOCK; [2022-07-11T18:57:15.836Z] unset SSH_AGENT_PID; [2022-07-11T18:57:15.836Z] echo Agent pid 78 killed; [2022-07-11T18:57:15.845Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2022-07-11T18:57:16.270Z] + git semver [Pipeline] } [2022-07-11T18:57:16.561Z] $ docker stop --time=1 bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea [2022-07-11T18:57:17.868Z] $ docker rm -f bbb2eb9b13794c3a18e58e65e4e56585d673b8937b085ea27fdf1de49c26f9ea [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T18:57:18.286Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2022-07-11T18:57:18.608Z] Stashed 1 file(s) [Pipeline] echo [2022-07-11T18:57:18.626Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] withEnv [Pipeline] { [Pipeline] node [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T18:57:19.270Z] provisioning config files... [2022-07-11T18:57:19.280Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/config7568808523913389724tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:57:19.640Z] ---> docker-login.sh [2022-07-11T18:57:19.641Z] nexus3.edgexfoundry.org:10001 [2022-07-11T18:57:19.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:19.641Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:19.641Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:19.641Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:19.641Z] [2022-07-11T18:57:19.641Z] Login Succeeded [2022-07-11T18:57:19.641Z] nexus3.edgexfoundry.org:10002 [2022-07-11T18:57:19.641Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:19.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:19.901Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:19.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:19.901Z] [2022-07-11T18:57:19.901Z] Login Succeeded [2022-07-11T18:57:19.901Z] nexus3.edgexfoundry.org:10003 [2022-07-11T18:57:19.901Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:19.901Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:19.901Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:19.901Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:19.901Z] [2022-07-11T18:57:19.901Z] Login Succeeded [2022-07-11T18:57:19.901Z] nexus3.edgexfoundry.org:10004 [2022-07-11T18:57:20.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:20.162Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:20.162Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:20.162Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:20.162Z] [2022-07-11T18:57:20.162Z] Login Succeeded [2022-07-11T18:57:20.162Z] docker.io [2022-07-11T18:57:20.162Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T18:57:20.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T18:57:20.423Z] Configure a credential helper to remove this warning. See [2022-07-11T18:57:20.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T18:57:20.423Z] [2022-07-11T18:57:20.423Z] Login Succeeded [2022-07-11T18:57:20.423Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T18:57:20.452Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T18:57:20.653Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-11T18:57:20.964Z] + grep ^go [0-9].[0-9]* go.mod [2022-07-11T18:57:20.964Z] + cut -d -f 2 [Pipeline] echo [2022-07-11T18:57:21.067Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T18:57:21.096Z] ========================================================= [2022-07-11T18:57:21.096Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.16-alpine-lts] [2022-07-11T18:57:21.096Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:57:21.566Z] + docker build -t ci-base-image-x86_64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.16-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-07-11T18:57:21.830Z] Sending build context to Docker daemon 20.73MB [2022-07-11T18:57:21.830Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2022-07-11T18:57:21.830Z] Step 2/10 : FROM ${BASE} AS builder [2022-07-11T18:57:21.830Z] 1.16-alpine-lts: Pulling from edgex-devops/edgex-golang-base [2022-07-11T18:57:21.830Z] a0d0a0d46f8b: Pulling fs layer [2022-07-11T18:57:21.830Z] 31adcdaf11c8: Pulling fs layer [2022-07-11T18:57:21.830Z] b8b176561691: Pulling fs layer [2022-07-11T18:57:21.830Z] 4527c011a84f: Pulling fs layer [2022-07-11T18:57:21.830Z] 5d74067f8e1e: Pulling fs layer [2022-07-11T18:57:21.830Z] 4527c011a84f: Waiting [2022-07-11T18:57:21.830Z] 5d74067f8e1e: Waiting [2022-07-11T18:57:21.830Z] fd57009d33ed: Pulling fs layer [2022-07-11T18:57:21.830Z] 6b058263d067: Pulling fs layer [2022-07-11T18:57:21.830Z] 16d7c86c65f4: Pulling fs layer [2022-07-11T18:57:21.830Z] 1290d154cb4b: Pulling fs layer [2022-07-11T18:57:21.830Z] 6b058263d067: Waiting [2022-07-11T18:57:21.830Z] fd57009d33ed: Waiting [2022-07-11T18:57:21.830Z] 16d7c86c65f4: Waiting [2022-07-11T18:57:21.830Z] 1290d154cb4b: Waiting [2022-07-11T18:57:21.830Z] b8b176561691: Verifying Checksum [2022-07-11T18:57:21.830Z] b8b176561691: Download complete [2022-07-11T18:57:21.830Z] 31adcdaf11c8: Verifying Checksum [2022-07-11T18:57:21.830Z] 31adcdaf11c8: Download complete [2022-07-11T18:57:21.830Z] 5d74067f8e1e: Download complete [2022-07-11T18:57:21.830Z] fd57009d33ed: Verifying Checksum [2022-07-11T18:57:21.830Z] fd57009d33ed: Download complete [2022-07-11T18:57:21.830Z] a0d0a0d46f8b: Verifying Checksum [2022-07-11T18:57:21.830Z] a0d0a0d46f8b: Download complete [2022-07-11T18:57:21.830Z] 6b058263d067: Verifying Checksum [2022-07-11T18:57:21.830Z] 6b058263d067: Download complete [2022-07-11T18:57:22.094Z] 16d7c86c65f4: Verifying Checksum [2022-07-11T18:57:22.094Z] 16d7c86c65f4: Download complete [2022-07-11T18:57:22.094Z] a0d0a0d46f8b: Pull complete [2022-07-11T18:57:22.094Z] 31adcdaf11c8: Pull complete [2022-07-11T18:57:22.360Z] b8b176561691: Pull complete [2022-07-11T18:57:22.620Z] 1290d154cb4b: Verifying Checksum [2022-07-11T18:57:22.620Z] 1290d154cb4b: Download complete [2022-07-11T18:57:22.620Z] 4527c011a84f: Verifying Checksum [2022-07-11T18:57:22.620Z] 4527c011a84f: Download complete [2022-07-11T18:57:26.815Z] 4527c011a84f: Pull complete [2022-07-11T18:57:26.815Z] 5d74067f8e1e: Pull complete [2022-07-11T18:57:26.815Z] fd57009d33ed: Pull complete [2022-07-11T18:57:26.815Z] 6b058263d067: Pull complete [2022-07-11T18:57:26.815Z] 16d7c86c65f4: Pull complete [2022-07-11T18:57:28.724Z] 1290d154cb4b: Pull complete [2022-07-11T18:57:28.724Z] Digest: sha256:35e6ac41c26efe3add569c2382a45e417c8e583193a5145d003e9829e558bdd0 [2022-07-11T18:57:28.724Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base:1.16-alpine-lts [2022-07-11T18:57:28.724Z] ---> de6a6ee31cbe [2022-07-11T18:57:28.724Z] Step 3/10 : ARG MAKE=make build [2022-07-11T18:57:30.108Z] ---> Running in 5e914092bb4c [2022-07-11T18:57:30.108Z] Removing intermediate container 5e914092bb4c [2022-07-11T18:57:30.108Z] ---> 6f9a515c7877 [2022-07-11T18:57:30.108Z] Step 4/10 : WORKDIR /device-sdk-go [2022-07-11T18:57:30.108Z] ---> Running in 5eed5e57cdef [2022-07-11T18:57:30.108Z] Removing intermediate container 5eed5e57cdef [2022-07-11T18:57:30.108Z] ---> c78bace2c108 [2022-07-11T18:57:30.108Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T18:57:30.108Z] ---> Running in b3c227d75866 [2022-07-11T18:57:30.108Z] Removing intermediate container b3c227d75866 [2022-07-11T18:57:30.108Z] ---> 4f03a6256b48 [2022-07-11T18:57:30.108Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:57:30.108Z] ---> Running in 4478128903ba [2022-07-11T18:57:30.682Z] Removing intermediate container 4478128903ba [2022-07-11T18:57:30.682Z] ---> 60a734dd73a8 [2022-07-11T18:57:30.682Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-07-11T18:57:30.682Z] ---> Running in 192c9648a2f8 [2022-07-11T18:57:30.943Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-11T18:57:31.890Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-11T18:57:32.150Z] OK: 220 MiB in 52 packages [2022-07-11T18:57:32.409Z] Removing intermediate container 192c9648a2f8 [2022-07-11T18:57:32.409Z] ---> d2c9e0861c3c [2022-07-11T18:57:32.409Z] Step 8/10 : COPY . . [2022-07-11T18:57:33.349Z] ---> 4cb566d8f519 [2022-07-11T18:57:33.349Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:57:33.349Z] ---> Running in 8039967e1b3e [2022-07-11T18:57:33.609Z] skipping... [2022-07-11T18:57:33.868Z] Removing intermediate container 8039967e1b3e [2022-07-11T18:57:33.868Z] ---> eccdc8f3cbe7 [2022-07-11T18:57:33.868Z] Step 10/10 : RUN ${MAKE} [2022-07-11T18:57:33.868Z] ---> Running in 1f9f42d625ce [2022-07-11T18:57:34.089Z] Still waiting to schedule task [2022-07-11T18:57:34.090Z] Waiting for next available executor on ‘prd-ubuntu20.04-docker-arm64-4c-16g-19329’ [2022-07-11T18:57:34.127Z] noop [2022-07-11T18:57:34.388Z] Removing intermediate container 1f9f42d625ce [2022-07-11T18:57:34.388Z] ---> 86c65f54d8e3 [2022-07-11T18:57:34.388Z] Successfully built 86c65f54d8e3 [2022-07-11T18:57:34.388Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:57:34.834Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T18:57:34.834Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T18:57:35.000Z] prd-ubuntu20.04-docker-8c-8g-19330 does not seem to be running inside a container [2022-07-11T18:57:35.039Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1192 -v /w/workspace/gexfoundry_device-sdk-go_PR-1192:/w/workspace/gexfoundry_device-sdk-go_PR-1192:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-11T18:57:35.408Z] $ docker top 0d72d676312d6bae7e362f4fb325579dffc07049e5bb5429e57eeaad4c28b745 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T18:57:35.883Z] + go version [2022-07-11T18:57:35.883Z] go version go1.16.8 linux/amd64 [Pipeline] } [2022-07-11T18:57:35.917Z] $ docker stop --time=1 0d72d676312d6bae7e362f4fb325579dffc07049e5bb5429e57eeaad4c28b745 [2022-07-11T18:57:37.223Z] $ docker rm -f 0d72d676312d6bae7e362f4fb325579dffc07049e5bb5429e57eeaad4c28b745 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:57:37.936Z] + docker inspect -f . ci-base-image-x86_64 [2022-07-11T18:57:37.936Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T18:57:38.089Z] prd-ubuntu20.04-docker-8c-8g-19330 does not seem to be running inside a container [2022-07-11T18:57:38.128Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/gexfoundry_device-sdk-go_PR-1192 -v /w/workspace/gexfoundry_device-sdk-go_PR-1192:/w/workspace/gexfoundry_device-sdk-go_PR-1192:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2022-07-11T18:57:38.488Z] $ docker top be93f83c080a39a2ef7ecba64e58d28acb49d9ce7ad6ad194f40d2fba4590303 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-11T18:57:38.938Z] + make test [2022-07-11T18:57:38.938Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-11T18:57:44.224Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.058s coverage: 23.3% of statements [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.074s coverage: 27.6% of statements [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.099s coverage: 78.9% of statements [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.085s coverage: 9.0% of statements [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.086s coverage: 28.7% of statements [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.064s coverage: 83.3% of statements [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.105s coverage: 57.8% of statements [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 0.858s coverage: 89.2% of statements [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-07-11T18:57:54.211Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.057s coverage: 4.8% of statements [2022-07-11T18:57:54.211Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-07-11T18:57:54.471Z] GO111MODULE=on go vet ./... [2022-07-11T18:58:02.590Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T18:58:02.590Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T18:58:02.590Z] ./bin/test-attribution-txt.sh [2022-07-11T18:58:03.531Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-07-11T18:58:03.531Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-07-11T18:58:03.791Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-07-11T18:58:03.791Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-07-11T18:58:03.791Z] go: downloading github.com/google/uuid v1.3.0 [2022-07-11T18:58:03.791Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-07-11T18:58:03.791Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-07-11T18:58:03.791Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-07-11T18:58:03.791Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-07-11T18:58:03.791Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-07-11T18:58:03.791Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-07-11T18:58:03.791Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-07-11T18:58:03.791Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-07-11T18:58:04.055Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-07-11T18:58:04.055Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-07-11T18:58:04.055Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-07-11T18:58:04.055Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-07-11T18:58:04.055Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-07-11T18:58:04.055Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-07-11T18:58:04.055Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-07-11T18:58:04.055Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-07-11T18:58:04.055Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-07-11T18:58:04.055Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-07-11T18:58:04.055Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-07-11T18:58:04.314Z] go: downloading golang.org/x/text v0.3.6 [2022-07-11T18:58:04.314Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-07-11T18:58:04.314Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-07-11T18:58:04.314Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-07-11T18:58:04.314Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-07-11T18:58:04.314Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-07-11T18:58:04.577Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-07-11T18:58:04.577Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-07-11T18:58:04.577Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-07-11T18:58:04.577Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-07-11T18:58:04.577Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-07-11T18:58:04.577Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-07-11T18:58:04.577Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-07-11T18:58:04.577Z] go: downloading github.com/x448/float16 v0.8.4 [2022-07-11T18:58:04.577Z] go: downloading github.com/fatih/color v1.9.0 [2022-07-11T18:58:04.577Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-07-11T18:58:04.577Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-07-11T18:58:04.577Z] go: downloading github.com/go-playground/locales v0.14.0 [2022-07-11T18:58:04.837Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [Pipeline] echo [2022-07-11T18:58:05.809Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-07-11T18:58:06.171Z] + go mod tidy [2022-07-11T18:58:06.171Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-07-11T18:58:06.171Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-07-11T18:58:06.171Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-07-11T18:58:06.171Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-07-11T18:58:06.171Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-07-11T18:58:06.171Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-07-11T18:58:06.171Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-07-11T18:58:06.438Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-07-11T18:58:06.438Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-07-11T18:58:06.438Z] go: downloading github.com/pkg/errors v0.9.1 [2022-07-11T18:58:06.438Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-07-11T18:58:06.438Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-07-11T18:58:06.438Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-07-11T18:58:06.438Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-07-11T18:58:06.438Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-07-11T18:58:06.438Z] go: downloading github.com/miekg/dns v1.1.26 [2022-07-11T18:58:06.438Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-07-11T18:58:06.438Z] go: downloading github.com/kr/pretty v0.3.0 [2022-07-11T18:58:06.438Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-07-11T18:58:06.700Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-07-11T18:58:06.700Z] go: downloading github.com/kr/text v0.2.0 [2022-07-11T18:58:06.700Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-07-11T18:58:06.700Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-07-11T18:58:06.985Z] $ docker stop --time=1 be93f83c080a39a2ef7ecba64e58d28acb49d9ce7ad6ad194f40d2fba4590303 [2022-07-11T18:58:09.098Z] $ docker rm -f be93f83c080a39a2ef7ecba64e58d28acb49d9ce7ad6ad194f40d2fba4590303 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T18:58:09.731Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-11T18:58:09.859Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh [2022-07-11T18:58:10.483Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-11T18:58:10.799Z] + ls -al . [2022-07-11T18:58:10.799Z] total 308 [2022-07-11T18:58:10.799Z] drwxrwxr-x 12 jenkins jenkins 4096 Jul 11 18:58 . [2022-07-11T18:58:10.799Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 18:56 .. [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 11 18:56 .dockerignore [2022-07-11T18:58:10.799Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 18:57 .git [2022-07-11T18:58:10.799Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 18:56 .github [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 124 Jul 11 18:56 .gitignore [2022-07-11T18:58:10.799Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 18:57 .semver [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 26850 Jul 11 18:56 CHANGELOG.md [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 18:56 GOVERNANCE.md [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 11 18:56 Jenkinsfile [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 11 18:56 LICENSE [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 1120 Jul 11 18:56 Makefile [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 11 18:56 OWNERS.md [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 4890 Jul 11 18:56 README.md [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 18:57 VERSION [2022-07-11T18:58:10.799Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 18:56 bin [2022-07-11T18:58:10.799Z] -rw-r--r-- 1 jenkins jenkins 128641 Jul 11 18:57 coverage.out [2022-07-11T18:58:10.799Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 11 18:56 example [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 576 Jul 11 18:58 go.mod [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 48946 Jul 11 18:56 go.sum [2022-07-11T18:58:10.799Z] drwxrwxr-x 15 jenkins jenkins 4096 Jul 11 18:56 internal [2022-07-11T18:58:10.799Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 18:56 openapi [2022-07-11T18:58:10.799Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 11 18:56 pkg [2022-07-11T18:58:10.799Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 18:56 snap [2022-07-11T18:58:10.799Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 11 18:56 vendor [2022-07-11T18:58:10.799Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 11 18:56 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:58:11.200Z] + docker build -t device-sdk-simple -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg MAKE=make build --build-arg ARCH=amd64 --label git_sha=306dfe472137a7e6d1c4e2550b25dfc2733f5b7d --label arch=amd64 --label version=0.0.0 . [2022-07-11T18:58:11.200Z] Sending build context to Docker daemon 20.86MB [2022-07-11T18:58:11.460Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2022-07-11T18:58:11.460Z] Step 2/24 : FROM ${BASE} AS builder [2022-07-11T18:58:11.460Z] ---> 86c65f54d8e3 [2022-07-11T18:58:11.460Z] Step 3/24 : ARG MAKE=make build [2022-07-11T18:58:11.460Z] ---> Running in 36a5485c78b8 [2022-07-11T18:58:11.460Z] Removing intermediate container 36a5485c78b8 [2022-07-11T18:58:11.460Z] ---> 4eb9bb0c8721 [2022-07-11T18:58:11.460Z] Step 4/24 : WORKDIR /device-sdk-go [2022-07-11T18:58:11.460Z] ---> Running in da0ecf3671b1 [2022-07-11T18:58:11.720Z] Removing intermediate container da0ecf3671b1 [2022-07-11T18:58:11.720Z] ---> e43472958844 [2022-07-11T18:58:11.720Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T18:58:11.720Z] ---> Running in c2e9b2ecbeea [2022-07-11T18:58:11.720Z] Removing intermediate container c2e9b2ecbeea [2022-07-11T18:58:11.720Z] ---> 02b93b9c93e7 [2022-07-11T18:58:11.720Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:58:11.720Z] ---> Running in 01d3b8e1460d [2022-07-11T18:58:12.289Z] Removing intermediate container 01d3b8e1460d [2022-07-11T18:58:12.289Z] ---> 7fd617113863 [2022-07-11T18:58:12.289Z] Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-07-11T18:58:12.548Z] ---> Running in 145431b55294 [2022-07-11T18:58:12.823Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-11T18:58:13.395Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-11T18:58:13.968Z] OK: 220 MiB in 52 packages [2022-07-11T18:58:14.229Z] Removing intermediate container 145431b55294 [2022-07-11T18:58:14.229Z] ---> 556d5e483942 [2022-07-11T18:58:14.229Z] Step 8/24 : COPY . . [2022-07-11T18:58:15.169Z] ---> d950ec3f8f03 [2022-07-11T18:58:15.169Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T18:58:15.169Z] ---> Running in 22d3e95ff423 [2022-07-11T18:58:15.431Z] skipping... [2022-07-11T18:58:15.691Z] Removing intermediate container 22d3e95ff423 [2022-07-11T18:58:15.691Z] ---> 5cc95c8d18d3 [2022-07-11T18:58:15.691Z] Step 10/24 : RUN ${MAKE} [2022-07-11T18:58:15.691Z] ---> Running in 8d1ef6555549 [2022-07-11T18:58:15.952Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-07-11T18:58:22.525Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-07-11T18:58:23.094Z] Removing intermediate container 8d1ef6555549 [2022-07-11T18:58:23.094Z] ---> d4beeb7a0ac9 [2022-07-11T18:58:23.094Z] Step 11/24 : FROM alpine:3.14 [2022-07-11T18:58:23.665Z] 3.14: Pulling from library/alpine [2022-07-11T18:58:23.926Z] 8663204ce13b: Pulling fs layer [2022-07-11T18:58:23.926Z] 8663204ce13b: Download complete [2022-07-11T18:58:24.186Z] 8663204ce13b: Pull complete [2022-07-11T18:58:24.186Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-11T18:58:24.186Z] Status: Downloaded newer image for alpine:3.14 [2022-07-11T18:58:24.186Z] ---> e04c818066af [2022-07-11T18:58:24.186Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T18:58:24.186Z] ---> Running in b49c5fd2654f [2022-07-11T18:58:24.186Z] Removing intermediate container b49c5fd2654f [2022-07-11T18:58:24.186Z] ---> b2cde1a3963f [2022-07-11T18:58:24.186Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T18:58:24.186Z] ---> Running in 052bb6aca159 [2022-07-11T18:58:24.755Z] Removing intermediate container 052bb6aca159 [2022-07-11T18:58:24.755Z] ---> f2da20a1ced9 [2022-07-11T18:58:24.755Z] Step 14/24 : RUN apk add --update --no-cache zeromq [2022-07-11T18:58:25.015Z] ---> Running in f25dcc474a9b [2022-07-11T18:58:25.275Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/x86_64/APKINDEX.tar.gz [2022-07-11T18:58:26.215Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/x86_64/APKINDEX.tar.gz [2022-07-11T18:58:26.476Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-07-11T18:58:26.476Z] (2/5) Installing libsodium (1.0.18-r0) [2022-07-11T18:58:26.476Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-11T18:58:26.736Z] (4/5) Installing libzmq (4.3.4-r0) [2022-07-11T18:58:26.736Z] (5/5) Installing zeromq (4.3.4-r0) [2022-07-11T18:58:26.998Z] Executing busybox-1.33.1-r7.trigger [2022-07-11T18:58:26.998Z] OK: 8 MiB in 19 packages [2022-07-11T18:58:27.260Z] Removing intermediate container f25dcc474a9b [2022-07-11T18:58:27.260Z] ---> e71312add404 [2022-07-11T18:58:27.260Z] Step 15/24 : WORKDIR / [2022-07-11T18:58:27.260Z] ---> Running in 5b9d2e4c6543 [2022-07-11T18:58:27.260Z] Removing intermediate container 5b9d2e4c6543 [2022-07-11T18:58:27.260Z] ---> 16ec06f6f543 [2022-07-11T18:58:27.260Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-07-11T18:58:27.519Z] ---> d0023066d238 [2022-07-11T18:58:27.519Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-07-11T18:58:27.780Z] ---> b78e3c1f8da0 [2022-07-11T18:58:27.780Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-07-11T18:58:28.040Z] ---> e5531e55bae1 [2022-07-11T18:58:28.040Z] Step 19/24 : EXPOSE 59999 [2022-07-11T18:58:28.040Z] ---> Running in 32b44a2cf8b0 [2022-07-11T18:58:28.040Z] Removing intermediate container 32b44a2cf8b0 [2022-07-11T18:58:28.040Z] ---> b65ee13d23d2 [2022-07-11T18:58:28.040Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2022-07-11T18:58:28.040Z] ---> Running in 7ecf248ab2af [2022-07-11T18:58:28.302Z] Removing intermediate container 7ecf248ab2af [2022-07-11T18:58:28.302Z] ---> 801202bc02ee [2022-07-11T18:58:28.302Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T18:58:28.302Z] ---> Running in e829ab1332e9 [2022-07-11T18:58:28.302Z] Removing intermediate container e829ab1332e9 [2022-07-11T18:58:28.302Z] ---> ba79847acbf2 [2022-07-11T18:58:28.302Z] Step 22/24 : LABEL arch=amd64 [2022-07-11T18:58:28.302Z] ---> Running in b01164680630 [2022-07-11T18:58:28.302Z] Removing intermediate container b01164680630 [2022-07-11T18:58:28.302Z] ---> 4d473c2e79ae [2022-07-11T18:58:28.302Z] Step 23/24 : LABEL git_sha=306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [2022-07-11T18:58:28.562Z] ---> Running in 7a4d9cefd37e [2022-07-11T18:58:28.562Z] Removing intermediate container 7a4d9cefd37e [2022-07-11T18:58:28.562Z] ---> 5786abe8de72 [2022-07-11T18:58:28.562Z] Step 24/24 : LABEL version=0.0.0 [2022-07-11T18:58:28.562Z] ---> Running in a33607bc1594 [2022-07-11T18:58:28.562Z] Removing intermediate container a33607bc1594 [2022-07-11T18:58:28.562Z] ---> a28cc335623a [2022-07-11T18:58:28.562Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-11T18:58:28.562Z] Successfully built a28cc335623a [2022-07-11T18:58:28.563Z] Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:58:29.372Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T18:58:29.372Z] [2022-07-11T18:58:29.372Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T18:58:29.748Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T18:58:29.748Z] latest: Pulling from edgex-lftools-log-publisher [2022-07-11T18:58:29.748Z] 5eb5b503b376: Pulling fs layer [2022-07-11T18:58:29.748Z] 5c69ac0246d0: Pulling fs layer [2022-07-11T18:58:29.748Z] ec43610c2a17: Pulling fs layer [2022-07-11T18:58:29.748Z] 3a2ae6a8a46f: Pulling fs layer [2022-07-11T18:58:29.748Z] 33b1e0a273af: Pulling fs layer [2022-07-11T18:58:29.748Z] 5d3b04190fa2: Pulling fs layer [2022-07-11T18:58:29.748Z] 2f39f015ded8: Pulling fs layer [2022-07-11T18:58:29.748Z] 33b1e0a273af: Waiting [2022-07-11T18:58:29.748Z] 5d3b04190fa2: Waiting [2022-07-11T18:58:29.748Z] 2f39f015ded8: Waiting [2022-07-11T18:58:29.748Z] 3a2ae6a8a46f: Waiting [2022-07-11T18:58:29.748Z] 5c69ac0246d0: Download complete [2022-07-11T18:58:29.748Z] 3a2ae6a8a46f: Download complete [2022-07-11T18:58:29.748Z] 33b1e0a273af: Verifying Checksum [2022-07-11T18:58:29.748Z] 33b1e0a273af: Download complete [2022-07-11T18:58:29.748Z] 5d3b04190fa2: Verifying Checksum [2022-07-11T18:58:29.748Z] 5d3b04190fa2: Download complete [2022-07-11T18:58:29.748Z] ec43610c2a17: Verifying Checksum [2022-07-11T18:58:29.748Z] ec43610c2a17: Download complete [2022-07-11T18:58:30.013Z] 5eb5b503b376: Verifying Checksum [2022-07-11T18:58:30.013Z] 5eb5b503b376: Download complete [2022-07-11T18:58:30.583Z] 2f39f015ded8: Download complete [2022-07-11T18:58:31.150Z] 5eb5b503b376: Pull complete [2022-07-11T18:58:31.150Z] 5c69ac0246d0: Pull complete [2022-07-11T18:58:31.716Z] ec43610c2a17: Pull complete [2022-07-11T18:58:31.716Z] 3a2ae6a8a46f: Pull complete [2022-07-11T18:58:31.975Z] 33b1e0a273af: Pull complete [2022-07-11T18:58:31.975Z] 5d3b04190fa2: Pull complete [2022-07-11T18:58:36.164Z] 2f39f015ded8: Pull complete [2022-07-11T18:58:36.164Z] Digest: sha256:aad550b2ae72f0c3871cfab1553edc96d28a4cf46347c1b5d8abfaef0d2cf592 [2022-07-11T18:58:36.164Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T18:58:36.164Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T18:58:36.389Z] prd-ubuntu20.04-docker-8c-8g-19330 does not seem to be running inside a container [2022-07-11T18:58:36.427Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1192 -v /w/workspace/gexfoundry_device-sdk-go_PR-1192:/w/workspace/gexfoundry_device-sdk-go_PR-1192:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-11T18:58:37.721Z] $ docker top 53c7ada01c597c1d0a8f6f7f526939299934d24038eba864ddb87263f6d98803 -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T18:58:38.165Z] ---> job-cost.sh [2022-07-11T18:58:38.165Z] lf-activate-venv: SKIPPING [2022-07-11T18:58:38.165Z] INFO: No Stack... [2022-07-11T18:58:38.424Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T18:58:38.994Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T18:58:39.373Z] + cat /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives/cost.csv [2022-07-11T18:58:39.373Z] + cut -d, -f6 [Pipeline] lock [2022-07-11T18:58:39.423Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] [2022-07-11T18:58:39.427Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] did not exist. Created. [2022-07-11T18:58:39.428Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T18:58:39.856Z] + echo total: 0.2199999988079071 [Pipeline] stash [2022-07-11T18:58:39.920Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T18:58:39.934Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T18:58:40.002Z] $ docker stop --time=1 53c7ada01c597c1d0a8f6f7f526939299934d24038eba864ddb87263f6d98803 [2022-07-11T18:58:41.172Z] $ docker rm -f 53c7ada01c597c1d0a8f6f7f526939299934d24038eba864ddb87263f6d98803 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2022-07-11T19:01:01.419Z] Running on prd-ubuntu20.04-docker-arm64-4c-16g-19331 in /w/workspace/gexfoundry_device-sdk-go_PR-1192 [Pipeline] { [Pipeline] ws [2022-07-11T19:01:01.465Z] Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout [2022-07-11T19:01:01.531Z] The recommended git tool is: git [2022-07-11T19:01:09.215Z] using credential edgex-jenkins-ssh [2022-07-11T19:01:09.234Z] Cloning the remote Git repository [2022-07-11T19:01:09.439Z] Cloning repository git@github.com:edgexfoundry/device-sdk-go.git [2022-07-11T19:01:09.619Z] > git init /w/workspace/device-sdk-go/1 # timeout=10 [2022-07-11T19:01:09.789Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-07-11T19:01:09.790Z] > git --version # timeout=10 [2022-07-11T19:01:09.867Z] > git --version # 'git version 2.25.1' [2022-07-11T19:01:09.870Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T19:01:10.095Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T19:01:13.057Z] Merging remotes/origin/jakarta commit ba443a3625d4eef64e240836a867426dc0799199 into PR head commit 7ac517d3a1701eab144e36f2ef0a344d5ff3c953 [2022-07-11T19:01:12.185Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-07-11T19:01:12.245Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2022-07-11T19:01:12.329Z] > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 [2022-07-11T19:01:12.393Z] Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git [2022-07-11T19:01:12.395Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T19:01:12.412Z] > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/1192/head:refs/remotes/origin/PR-1192 +refs/heads/jakarta:refs/remotes/origin/jakarta # timeout=10 [2022-07-11T19:01:13.074Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T19:01:13.130Z] > git checkout -f 7ac517d3a1701eab144e36f2ef0a344d5ff3c953 # timeout=10 [2022-07-11T19:01:14.417Z] Merge succeeded, producing f190329e80ef2cfc856c54532dc91a9505743473 [2022-07-11T19:01:14.418Z] Checking out Revision f190329e80ef2cfc856c54532dc91a9505743473 (PR-1192) [2022-07-11T19:01:13.692Z] > git remote # timeout=10 [2022-07-11T19:01:13.729Z] > git config --get remote.origin.url # timeout=10 [2022-07-11T19:01:13.765Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2022-07-11T19:01:13.781Z] > git merge ba443a3625d4eef64e240836a867426dc0799199 # timeout=10 [2022-07-11T19:01:14.386Z] > git rev-parse HEAD^{commit} # timeout=10 [2022-07-11T19:01:14.430Z] > git config core.sparsecheckout # timeout=10 [2022-07-11T19:01:14.452Z] > git checkout -f f190329e80ef2cfc856c54532dc91a9505743473 # timeout=10 [2022-07-11T19:01:18.711Z] Commit message: "Merge commit 'ba443a3625d4eef64e240836a867426dc0799199' into HEAD" [2022-07-11T19:01:18.712Z] First time build. Skipping changelog. [2022-07-11T19:01:18.769Z] > git --version # timeout=10 [2022-07-11T19:01:18.782Z] > git --version # 'git version 2.25.1' [2022-07-11T19:01:18.805Z] fatal: bad object 7e4371ac6d730b8e642184b898413c6ef59a5643 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T19:01:19.958Z] + sudo curl -o /etc/docker/seccomp.json https://raw.githubusercontent.com/moby/moby/master/profiles/seccomp/default.json [2022-07-11T19:01:19.958Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T19:01:19.958Z] Dload Upload Total Spent Left Speed [2022-07-11T19:01:19.958Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 12276 100 12276 0 0 93709 0 --:--:-- --:--:-- --:--:-- 93709 [Pipeline] sh [2022-07-11T19:01:20.760Z] + sudo sed -i s/"defaultAction": "SCMP_ACT_ERRNO"/"defaultAction": "SCMP_ACT_TRACE"/g /etc/docker/seccomp.json [Pipeline] sh [2022-07-11T19:01:21.118Z] + sudo jq . += {"seccomp-profile": "/etc/docker/seccomp.json"} /etc/docker/daemon.json [2022-07-11T19:01:21.118Z] + sudo tee /etc/docker/daemon.new [2022-07-11T19:01:21.118Z] { [2022-07-11T19:01:21.118Z] "registry-mirrors": [ [2022-07-11T19:01:21.118Z] "https://nexus3.edgexfoundry.org:10001" [2022-07-11T19:01:21.118Z] ], [2022-07-11T19:01:21.118Z] "bip": "10.250.0.254/24", [2022-07-11T19:01:21.118Z] "hosts": [ [2022-07-11T19:01:21.118Z] "tcp://0.0.0.0:5555", [2022-07-11T19:01:21.118Z] "unix:///var/run/docker.sock" [2022-07-11T19:01:21.118Z] ], [2022-07-11T19:01:21.118Z] "mtu": 1458, [2022-07-11T19:01:21.118Z] "selinux-enabled": true, [2022-07-11T19:01:21.118Z] "seccomp-profile": "/etc/docker/seccomp.json" [2022-07-11T19:01:21.118Z] } [Pipeline] sh [2022-07-11T19:01:21.480Z] + sudo mv /etc/docker/daemon.new /etc/docker/daemon.json [Pipeline] sh [2022-07-11T19:01:21.839Z] + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T19:01:40.517Z] provisioning config files... [2022-07-11T19:01:40.543Z] copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config30241925826712734tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:01:40.938Z] ---> docker-login.sh [2022-07-11T19:01:40.938Z] nexus3.edgexfoundry.org:10001 [2022-07-11T19:01:41.542Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T19:01:41.816Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T19:01:41.817Z] Configure a credential helper to remove this warning. See [2022-07-11T19:01:41.817Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T19:01:41.817Z] [2022-07-11T19:01:41.817Z] Login Succeeded [2022-07-11T19:01:41.817Z] nexus3.edgexfoundry.org:10002 [2022-07-11T19:01:42.091Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T19:01:42.091Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T19:01:42.091Z] Configure a credential helper to remove this warning. See [2022-07-11T19:01:42.091Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T19:01:42.091Z] [2022-07-11T19:01:42.091Z] Login Succeeded [2022-07-11T19:01:42.091Z] nexus3.edgexfoundry.org:10003 [2022-07-11T19:01:42.693Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T19:01:42.693Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T19:01:42.693Z] Configure a credential helper to remove this warning. See [2022-07-11T19:01:42.693Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T19:01:42.693Z] [2022-07-11T19:01:42.693Z] Login Succeeded [2022-07-11T19:01:42.693Z] nexus3.edgexfoundry.org:10004 [2022-07-11T19:01:42.972Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T19:01:43.245Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T19:01:43.245Z] Configure a credential helper to remove this warning. See [2022-07-11T19:01:43.245Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T19:01:43.245Z] [2022-07-11T19:01:43.245Z] Login Succeeded [2022-07-11T19:01:43.245Z] docker.io [2022-07-11T19:01:43.518Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2022-07-11T19:01:43.791Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2022-07-11T19:01:43.791Z] Configure a credential helper to remove this warning. See [2022-07-11T19:01:43.791Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2022-07-11T19:01:43.791Z] [2022-07-11T19:01:43.791Z] Login Succeeded [2022-07-11T19:01:43.791Z] ---> docker-login.sh ends [Pipeline] } [2022-07-11T19:01:43.819Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2022-07-11T19:01:44.217Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] sh [2022-07-11T19:01:44.569Z] + cut -d -f 2 [2022-07-11T19:01:44.569Z] + grep ^go [0-9].[0-9]* go.mod [Pipeline] echo [2022-07-11T19:01:44.645Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] echo [2022-07-11T19:01:44.677Z] ========================================================= [2022-07-11T19:01:44.677Z] [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.16-alpine-lts] [2022-07-11T19:01:44.677Z] ========================================================= [Pipeline] fileExists [Pipeline] fileExists [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:01:45.178Z] + docker build -t ci-base-image-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.16-alpine-lts --build-arg MAKE=echo noop --target=builder . [2022-07-11T19:01:46.614Z] Sending build context to Docker daemon 16.23MB [2022-07-11T19:01:46.614Z] Step 1/10 : ARG BASE=golang:1.16-alpine3.14 [2022-07-11T19:01:46.614Z] Step 2/10 : FROM ${BASE} AS builder [2022-07-11T19:01:46.614Z] 1.16-alpine-lts: Pulling from edgex-devops/edgex-golang-base-arm64 [2022-07-11T19:01:46.614Z] 552d1f2373af: Pulling fs layer [2022-07-11T19:01:46.614Z] ea3f2d53f512: Pulling fs layer [2022-07-11T19:01:46.614Z] 9e70ebbbe112: Pulling fs layer [2022-07-11T19:01:46.614Z] 7a9cfe048b4a: Pulling fs layer [2022-07-11T19:01:46.614Z] 72dc09318566: Pulling fs layer [2022-07-11T19:01:46.614Z] f324388ff665: Pulling fs layer [2022-07-11T19:01:46.614Z] 53ef782089cf: Pulling fs layer [2022-07-11T19:01:46.614Z] 2af28fca035d: Pulling fs layer [2022-07-11T19:01:46.614Z] 7a9cfe048b4a: Waiting [2022-07-11T19:01:46.614Z] f324388ff665: Waiting [2022-07-11T19:01:46.615Z] 72dc09318566: Waiting [2022-07-11T19:01:46.615Z] 53ef782089cf: Waiting [2022-07-11T19:01:46.615Z] 2af28fca035d: Waiting [2022-07-11T19:01:46.615Z] 9e70ebbbe112: Download complete [2022-07-11T19:01:46.615Z] ea3f2d53f512: Verifying Checksum [2022-07-11T19:01:46.615Z] ea3f2d53f512: Download complete [2022-07-11T19:01:46.615Z] 72dc09318566: Verifying Checksum [2022-07-11T19:01:46.615Z] 72dc09318566: Download complete [2022-07-11T19:01:46.615Z] 552d1f2373af: Verifying Checksum [2022-07-11T19:01:46.615Z] f324388ff665: Verifying Checksum [2022-07-11T19:01:46.615Z] f324388ff665: Download complete [2022-07-11T19:01:46.615Z] 53ef782089cf: Verifying Checksum [2022-07-11T19:01:46.615Z] 53ef782089cf: Download complete [2022-07-11T19:01:47.225Z] 552d1f2373af: Pull complete [2022-07-11T19:01:47.835Z] ea3f2d53f512: Pull complete [2022-07-11T19:01:48.111Z] 9e70ebbbe112: Pull complete [2022-07-11T19:01:48.712Z] 2af28fca035d: Verifying Checksum [2022-07-11T19:01:48.712Z] 2af28fca035d: Download complete [2022-07-11T19:01:48.988Z] 7a9cfe048b4a: Verifying Checksum [2022-07-11T19:01:48.988Z] 7a9cfe048b4a: Download complete [2022-07-11T19:02:01.402Z] 7a9cfe048b4a: Pull complete [2022-07-11T19:02:01.402Z] 72dc09318566: Pull complete [2022-07-11T19:02:01.402Z] f324388ff665: Pull complete [2022-07-11T19:02:01.402Z] 53ef782089cf: Pull complete [2022-07-11T19:02:06.822Z] 2af28fca035d: Pull complete [2022-07-11T19:02:06.822Z] Digest: sha256:527acc5c9bdbcdb39ccaea3aa8445d1f41445096e6313448e88606d2b64d4b83 [2022-07-11T19:02:06.822Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10002/edgex-devops/edgex-golang-base-arm64:1.16-alpine-lts [2022-07-11T19:02:06.822Z] ---> d19f1962542a [2022-07-11T19:02:06.822Z] Step 3/10 : ARG MAKE=make build [2022-07-11T19:02:08.805Z] ---> Running in 94aa5639979e [2022-07-11T19:02:08.805Z] Removing intermediate container 94aa5639979e [2022-07-11T19:02:08.805Z] ---> c40b69620666 [2022-07-11T19:02:08.805Z] Step 4/10 : WORKDIR /device-sdk-go [2022-07-11T19:02:08.805Z] ---> Running in 6b8ed743400b [2022-07-11T19:02:09.079Z] Removing intermediate container 6b8ed743400b [2022-07-11T19:02:09.079Z] ---> e1add33a180e [2022-07-11T19:02:09.079Z] Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T19:02:09.079Z] ---> Running in fa96d966cf25 [2022-07-11T19:02:09.357Z] Removing intermediate container fa96d966cf25 [2022-07-11T19:02:09.357Z] ---> a87495aa4e52 [2022-07-11T19:02:09.357Z] Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T19:02:09.630Z] ---> Running in 6b4207ab200e [2022-07-11T19:02:11.622Z] Removing intermediate container 6b4207ab200e [2022-07-11T19:02:11.622Z] ---> a2b133ed3f2c [2022-07-11T19:02:11.622Z] Step 7/10 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-07-11T19:02:11.622Z] ---> Running in b99c434e75e1 [2022-07-11T19:02:12.220Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-11T19:02:13.204Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-11T19:02:13.814Z] OK: 219 MiB in 52 packages [2022-07-11T19:02:14.799Z] Removing intermediate container b99c434e75e1 [2022-07-11T19:02:14.799Z] ---> 899db5bf6cf0 [2022-07-11T19:02:14.799Z] Step 8/10 : COPY . . [2022-07-11T19:02:19.127Z] ---> f47d0ae2cb7c [2022-07-11T19:02:19.127Z] Step 9/10 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T19:02:19.127Z] ---> Running in e542fffa27f2 [2022-07-11T19:02:19.407Z] skipping... [2022-07-11T19:02:20.008Z] Removing intermediate container e542fffa27f2 [2022-07-11T19:02:20.008Z] ---> 9007c1605944 [2022-07-11T19:02:20.008Z] Step 10/10 : RUN ${MAKE} [2022-07-11T19:02:20.008Z] ---> Running in a7d9ccede2ac [2022-07-11T19:02:21.004Z] noop [2022-07-11T19:02:21.998Z] Removing intermediate container a7d9ccede2ac [2022-07-11T19:02:21.998Z] ---> 1e25b64c3214 [2022-07-11T19:02:21.998Z] Successfully built 1e25b64c3214 [2022-07-11T19:02:21.998Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:02:22.490Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T19:02:22.490Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T19:02:22.806Z] prd-ubuntu20.04-docker-arm64-4c-16g-19331 does not seem to be running inside a container [2022-07-11T19:02:22.897Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-11T19:02:24.142Z] $ docker top c12f9eb642ac185a3ca21dd28fcf281327cd06727407fa66b2b4545740c47ac6 -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T19:02:25.092Z] + go version [2022-07-11T19:02:25.092Z] go version go1.16.8 linux/arm64 [Pipeline] } [2022-07-11T19:02:25.128Z] $ docker stop --time=1 c12f9eb642ac185a3ca21dd28fcf281327cd06727407fa66b2b4545740c47ac6 [2022-07-11T19:02:26.741Z] $ docker rm -f c12f9eb642ac185a3ca21dd28fcf281327cd06727407fa66b2b4545740c47ac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:02:27.643Z] + docker inspect -f . ci-base-image-arm64 [2022-07-11T19:02:27.643Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T19:02:27.950Z] prd-ubuntu20.04-docker-arm64-4c-16g-19331 does not seem to be running inside a container [2022-07-11T19:02:28.030Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2022-07-11T19:02:29.247Z] $ docker top 5af868c11fe5a0ab3dfd231a4edcc9c9c13dad93447624743780e1f884b667c2 -eo pid,comm [Pipeline] { [Pipeline] fileExists [Pipeline] sh [2022-07-11T19:02:30.246Z] + make test [2022-07-11T19:02:30.246Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2022-07-11T19:02:57.077Z] ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] [2022-07-11T19:04:05.156Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] [2022-07-11T19:04:05.156Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] [2022-07-11T19:04:05.156Z] ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] [2022-07-11T19:04:10.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/application 0.414s coverage: 23.3% of statements [2022-07-11T19:04:10.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] [2022-07-11T19:04:10.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.230s coverage: 27.6% of statements [2022-07-11T19:04:10.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.274s coverage: 78.9% of statements [2022-07-11T19:04:10.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 0.238s coverage: 9.0% of statements [2022-07-11T19:04:10.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] [2022-07-11T19:04:10.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] [2022-07-11T19:04:10.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] [2022-07-11T19:04:10.595Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.356s coverage: 28.7% of statements [2022-07-11T19:04:10.595Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] [2022-07-11T19:04:12.581Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/messaging 1.258s coverage: 83.3% of statements [2022-07-11T19:04:12.581Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] [2022-07-11T19:04:12.581Z] ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] [2022-07-11T19:04:12.581Z] ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.381s coverage: 57.8% of statements [2022-07-11T19:04:16.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.099s coverage: 89.2% of statements [2022-07-11T19:04:16.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/models/mocks [no test files] [2022-07-11T19:04:16.890Z] ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.209s coverage: 4.8% of statements [2022-07-11T19:04:16.890Z] ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] [2022-07-11T19:04:16.890Z] GO111MODULE=on go vet ./... [2022-07-11T19:05:13.481Z] gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/") [2022-07-11T19:05:14.077Z] [ "`gofmt -l $(find . -type f -name '*.go'| grep -v "/vendor/")`" = "" ] [2022-07-11T19:05:14.350Z] ./bin/test-attribution-txt.sh [2022-07-11T19:05:15.792Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.1.1 [2022-07-11T19:05:16.065Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.1.1 [2022-07-11T19:05:16.065Z] go: downloading github.com/google/uuid v1.3.0 [2022-07-11T19:05:16.065Z] go: downloading github.com/stretchr/testify v1.7.0 [2022-07-11T19:05:16.065Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2022-07-11T19:05:16.065Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.1.0 [2022-07-11T19:05:16.065Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.1.1 [2022-07-11T19:05:16.339Z] go: downloading github.com/pelletier/go-toml v1.9.4 [2022-07-11T19:05:16.339Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20210107192922-496545a6307b [2022-07-11T19:05:16.339Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2022-07-11T19:05:16.339Z] go: downloading github.com/gorilla/mux v1.8.0 [2022-07-11T19:05:16.339Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2022-07-11T19:05:16.339Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.1.0 [2022-07-11T19:05:16.339Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.1.1 [2022-07-11T19:05:16.613Z] go: downloading github.com/hashicorp/go-multierror v1.1.0 [2022-07-11T19:05:16.613Z] go: downloading github.com/hashicorp/consul/api v1.9.1 [2022-07-11T19:05:16.613Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2022-07-11T19:05:16.613Z] go: downloading github.com/go-kit/kit v0.11.0 [2022-07-11T19:05:16.613Z] go: downloading github.com/fxamacker/cbor/v2 v2.3.0 [2022-07-11T19:05:16.613Z] go: downloading github.com/go-playground/validator/v10 v10.9.0 [2022-07-11T19:05:16.613Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.5 [2022-07-11T19:05:16.613Z] go: downloading github.com/pebbe/zmq4 v1.2.7 [2022-07-11T19:05:16.886Z] go: downloading github.com/go-redis/redis/v7 v7.3.0 [2022-07-11T19:05:16.886Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2022-07-11T19:05:16.886Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2022-07-11T19:05:16.886Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2022-07-11T19:05:16.886Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2022-07-11T19:05:16.886Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2022-07-11T19:05:16.886Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2022-07-11T19:05:16.886Z] go: downloading github.com/stretchr/objx v0.1.1 [2022-07-11T19:05:16.886Z] go: downloading github.com/go-logfmt/logfmt v0.5.0 [2022-07-11T19:05:16.886Z] go: downloading golang.org/x/sys v0.0.0-20210806184541-e5e7981a1069 [2022-07-11T19:05:16.886Z] go: downloading golang.org/x/net v0.0.0-20210405180319-a5a99cb37ef4 [2022-07-11T19:05:16.886Z] go: downloading golang.org/x/text v0.3.6 [2022-07-11T19:05:18.325Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2022-07-11T19:05:18.325Z] go: downloading github.com/hashicorp/errwrap v1.0.0 [2022-07-11T19:05:18.325Z] go: downloading github.com/x448/float16 v0.8.4 [2022-07-11T19:05:18.325Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2022-07-11T19:05:18.325Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2022-07-11T19:05:18.325Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2022-07-11T19:05:18.325Z] go: downloading github.com/hashicorp/serf v0.9.5 [2022-07-11T19:05:18.599Z] go: downloading github.com/go-playground/universal-translator v0.18.0 [2022-07-11T19:05:18.870Z] go: downloading github.com/leodido/go-urn v1.2.1 [2022-07-11T19:05:19.144Z] go: downloading golang.org/x/crypto v0.0.0-20210711020723-a769d52b0f97 [2022-07-11T19:05:20.115Z] go: downloading github.com/gorilla/websocket v1.4.2 [2022-07-11T19:05:20.115Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2022-07-11T19:05:20.115Z] go: downloading github.com/fatih/color v1.9.0 [2022-07-11T19:05:20.115Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2022-07-11T19:05:20.115Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2022-07-11T19:05:20.115Z] go: downloading github.com/mitchellh/go-homedir v1.1.0 [2022-07-11T19:05:20.115Z] go: downloading github.com/go-playground/locales v0.14.0 [Pipeline] echo [2022-07-11T19:05:24.439Z] [edgeX.isLTS] Checking if [jakarta] matches against LTS streams [[^jakarta$, ^lts-test$]] [Pipeline] fileExists [Pipeline] sh [2022-07-11T19:05:25.163Z] + go mod tidy [2022-07-11T19:05:25.440Z] go: downloading gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c [2022-07-11T19:05:25.440Z] go: downloading github.com/go-stack/stack v1.8.0 [2022-07-11T19:05:25.440Z] go: downloading github.com/go-playground/assert/v2 v2.0.1 [2022-07-11T19:05:25.717Z] go: downloading github.com/hashicorp/consul/sdk v0.8.0 [2022-07-11T19:05:25.717Z] go: downloading github.com/hashicorp/go-uuid v1.0.1 [2022-07-11T19:05:25.717Z] go: downloading github.com/onsi/ginkgo v1.10.1 [2022-07-11T19:05:25.717Z] go: downloading github.com/onsi/gomega v1.7.0 [2022-07-11T19:05:25.717Z] go: downloading github.com/pkg/errors v0.9.1 [2022-07-11T19:05:25.717Z] go: downloading github.com/kr/pretty v0.3.0 [2022-07-11T19:05:25.717Z] go: downloading github.com/hashicorp/memberlist v0.2.2 [2022-07-11T19:05:25.717Z] go: downloading github.com/hashicorp/go-msgpack v0.5.3 [2022-07-11T19:05:25.994Z] go: downloading github.com/mitchellh/go-testing-interface v1.0.0 [2022-07-11T19:05:25.994Z] go: downloading github.com/pascaldekloe/goe v0.0.0-20180627143212-57f6aae5913c [2022-07-11T19:05:25.994Z] go: downloading github.com/kr/text v0.2.0 [2022-07-11T19:05:25.994Z] go: downloading github.com/rogpeppe/go-internal v1.8.0 [2022-07-11T19:05:25.994Z] go: downloading github.com/google/btree v0.0.0-20180813153112-4030bb1f1f0c [2022-07-11T19:05:25.994Z] go: downloading github.com/hashicorp/go-sockaddr v1.0.0 [2022-07-11T19:05:25.994Z] go: downloading github.com/miekg/dns v1.1.26 [2022-07-11T19:05:25.994Z] go: downloading github.com/sean-/seed v0.0.0-20170313163322-e2103e2c3529 [2022-07-11T19:05:26.271Z] go: downloading github.com/hpcloud/tail v1.0.0 [2022-07-11T19:05:26.271Z] go: downloading gopkg.in/yaml.v2 v2.3.0 [2022-07-11T19:05:26.271Z] go: downloading gopkg.in/tomb.v1 v1.0.0-20141024135613-dd632973f1e7 [2022-07-11T19:05:26.271Z] go: downloading gopkg.in/fsnotify.v1 v1.4.7 [Pipeline] } [2022-07-11T19:05:26.580Z] $ docker stop --time=1 5af868c11fe5a0ab3dfd231a4edcc9c9c13dad93447624743780e1f884b667c2 [2022-07-11T19:05:28.834Z] $ docker rm -f 5af868c11fe5a0ab3dfd231a4edcc9c9c13dad93447624743780e1f884b667c2 [Pipeline] // withDockerContainer [Pipeline] sh [2022-07-11T19:05:31.326Z] + sudo chown -R jenkins:jenkins . [Pipeline] stash [2022-07-11T19:05:31.365Z] Warning: overwriting stash ‘coverage-report’ [2022-07-11T19:05:32.146Z] Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh [2022-07-11T19:05:32.806Z] + sudo chown -R jenkins:jenkins . [Pipeline] sh [2022-07-11T19:05:33.172Z] + ls -al . [2022-07-11T19:05:33.172Z] total 304 [2022-07-11T19:05:33.172Z] drwxrwxr-x 11 jenkins jenkins 4096 Jul 11 19:05 . [2022-07-11T19:05:33.172Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 19:01 .. [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 140 Jul 11 19:01 .dockerignore [2022-07-11T19:05:33.172Z] drwxrwxr-x 8 jenkins jenkins 4096 Jul 11 19:01 .git [2022-07-11T19:05:33.172Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 19:01 .github [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 124 Jul 11 19:01 .gitignore [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 26850 Jul 11 19:01 CHANGELOG.md [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 677 Jul 11 19:01 GOVERNANCE.md [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 880 Jul 11 19:01 Jenkinsfile [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 11341 Jul 11 19:01 LICENSE [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 1120 Jul 11 19:01 Makefile [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 619 Jul 11 19:01 OWNERS.md [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 4890 Jul 11 19:01 README.md [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 5 Jul 11 18:57 VERSION [2022-07-11T19:05:33.172Z] drwxrwxr-x 2 jenkins jenkins 4096 Jul 11 19:01 bin [2022-07-11T19:05:33.172Z] -rw-r--r-- 1 jenkins jenkins 128641 Jul 11 19:04 coverage.out [2022-07-11T19:05:33.172Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 11 19:01 example [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 576 Jul 11 19:05 go.mod [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 48946 Jul 11 19:01 go.sum [2022-07-11T19:05:33.172Z] drwxrwxr-x 15 jenkins jenkins 4096 Jul 11 19:01 internal [2022-07-11T19:05:33.172Z] drwxrwxr-x 3 jenkins jenkins 4096 Jul 11 19:01 openapi [2022-07-11T19:05:33.172Z] drwxrwxr-x 5 jenkins jenkins 4096 Jul 11 19:01 pkg [2022-07-11T19:05:33.172Z] drwxrwxr-x 4 jenkins jenkins 4096 Jul 11 19:01 snap [2022-07-11T19:05:33.172Z] drwxrwxr-x 6 jenkins jenkins 4096 Jul 11 19:01 vendor [2022-07-11T19:05:33.172Z] -rw-rw-r-- 1 jenkins jenkins 222 Jul 11 19:01 version.go [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:05:33.609Z] + docker build -t device-sdk-simple-arm64 -f example/cmd/device-simple/Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=f190329e80ef2cfc856c54532dc91a9505743473 --label arch=arm64 --label version=0.0.0 . [2022-07-11T19:05:35.052Z] Sending build context to Docker daemon 16.36MB [2022-07-11T19:05:35.052Z] Step 1/24 : ARG BASE=golang:1.16-alpine3.14 [2022-07-11T19:05:35.052Z] Step 2/24 : FROM ${BASE} AS builder [2022-07-11T19:05:35.052Z] ---> 1e25b64c3214 [2022-07-11T19:05:35.052Z] Step 3/24 : ARG MAKE=make build [2022-07-11T19:05:35.052Z] ---> Running in c40c1b3e254e [2022-07-11T19:05:35.330Z] Removing intermediate container c40c1b3e254e [2022-07-11T19:05:35.330Z] ---> af248d95620b [2022-07-11T19:05:35.330Z] Step 4/24 : WORKDIR /device-sdk-go [2022-07-11T19:05:35.330Z] ---> Running in 4a82cafc9737 [2022-07-11T19:05:35.610Z] Removing intermediate container 4a82cafc9737 [2022-07-11T19:05:35.610Z] ---> b5775a07a4f4 [2022-07-11T19:05:35.610Z] Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T19:05:35.887Z] ---> Running in 3bcf942d8b8b [2022-07-11T19:05:36.163Z] Removing intermediate container 3bcf942d8b8b [2022-07-11T19:05:36.163Z] ---> 0c090e4c7829 [2022-07-11T19:05:36.163Z] Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T19:05:36.163Z] ---> Running in d63324fddbd2 [2022-07-11T19:05:38.154Z] Removing intermediate container d63324fddbd2 [2022-07-11T19:05:38.154Z] ---> f6f30921c152 [2022-07-11T19:05:38.154Z] Step 7/24 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev [2022-07-11T19:05:38.154Z] ---> Running in bd0774913779 [2022-07-11T19:05:38.753Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-11T19:05:39.733Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-11T19:05:40.727Z] OK: 219 MiB in 52 packages [2022-07-11T19:05:41.342Z] Removing intermediate container bd0774913779 [2022-07-11T19:05:41.342Z] ---> 91a5f7e4c3a2 [2022-07-11T19:05:41.342Z] Step 8/24 : COPY . . [2022-07-11T19:05:45.662Z] ---> c5dbdf6ef30b [2022-07-11T19:05:45.662Z] Step 9/24 : RUN [ ! -d "vendor" ] && go mod download all || echo "skipping..." [2022-07-11T19:05:45.662Z] ---> Running in 0cf148fde87b [2022-07-11T19:05:46.652Z] skipping... [2022-07-11T19:05:47.256Z] Removing intermediate container 0cf148fde87b [2022-07-11T19:05:47.256Z] ---> 01c5df7f09f9 [2022-07-11T19:05:47.256Z] Step 10/24 : RUN ${MAKE} [2022-07-11T19:05:47.256Z] ---> Running in bfa62ec30173 [2022-07-11T19:05:48.240Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple [2022-07-11T19:06:27.327Z] CGO_ENABLED=1 GO111MODULE=on go install -tags=safe [2022-07-11T19:06:27.327Z] Removing intermediate container bfa62ec30173 [2022-07-11T19:06:27.327Z] ---> 3f35e42e32ab [2022-07-11T19:06:27.327Z] Step 11/24 : FROM alpine:3.14 [2022-07-11T19:06:27.327Z] 3.14: Pulling from library/alpine [2022-07-11T19:06:27.327Z] 455c02918c45: Pulling fs layer [2022-07-11T19:06:27.327Z] 455c02918c45: Verifying Checksum [2022-07-11T19:06:27.327Z] 455c02918c45: Download complete [2022-07-11T19:06:27.327Z] 455c02918c45: Pull complete [2022-07-11T19:06:27.327Z] Digest: sha256:06b5d462c92fc39303e6363c65e074559f8d6b1363250027ed5053557e3398c5 [2022-07-11T19:06:27.327Z] Status: Downloaded newer image for alpine:3.14 [2022-07-11T19:06:27.327Z] ---> ac73e934f311 [2022-07-11T19:06:27.327Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [2022-07-11T19:06:27.327Z] ---> Running in 7b331db621e5 [2022-07-11T19:06:27.327Z] Removing intermediate container 7b331db621e5 [2022-07-11T19:06:27.327Z] ---> e66e5af130db [2022-07-11T19:06:27.327Z] Step 13/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2022-07-11T19:06:27.327Z] ---> Running in b06ea7960b64 [2022-07-11T19:06:28.314Z] Removing intermediate container b06ea7960b64 [2022-07-11T19:06:28.314Z] ---> 37ae326784c4 [2022-07-11T19:06:28.314Z] Step 14/24 : RUN apk add --update --no-cache zeromq [2022-07-11T19:06:28.314Z] ---> Running in dcc4879df0a2 [2022-07-11T19:06:29.296Z] fetch https://nl.alpinelinux.org/alpine/v3.14/main/aarch64/APKINDEX.tar.gz [2022-07-11T19:06:30.280Z] fetch https://nl.alpinelinux.org/alpine/v3.14/community/aarch64/APKINDEX.tar.gz [2022-07-11T19:06:30.881Z] (1/5) Installing libgcc (10.3.1_git20210424-r2) [2022-07-11T19:06:31.154Z] (2/5) Installing libsodium (1.0.18-r0) [2022-07-11T19:06:31.154Z] (3/5) Installing libstdc++ (10.3.1_git20210424-r2) [2022-07-11T19:06:31.154Z] (4/5) Installing libzmq (4.3.4-r0) [2022-07-11T19:06:31.428Z] (5/5) Installing zeromq (4.3.4-r0) [2022-07-11T19:06:31.428Z] Executing busybox-1.33.1-r7.trigger [2022-07-11T19:06:31.428Z] OK: 8 MiB in 19 packages [2022-07-11T19:06:32.426Z] Removing intermediate container dcc4879df0a2 [2022-07-11T19:06:32.426Z] ---> d701f5767a2b [2022-07-11T19:06:32.426Z] Step 15/24 : WORKDIR / [2022-07-11T19:06:32.426Z] ---> Running in 14919e3e9823 [2022-07-11T19:06:32.703Z] Removing intermediate container 14919e3e9823 [2022-07-11T19:06:32.703Z] ---> 068f2da732a6 [2022-07-11T19:06:32.703Z] Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt [2022-07-11T19:06:33.303Z] ---> 2063ffce8d42 [2022-07-11T19:06:33.303Z] Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple [2022-07-11T19:06:34.286Z] ---> 4759d5cabcc8 [2022-07-11T19:06:34.286Z] Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res [2022-07-11T19:06:34.886Z] ---> e162985cbaba [2022-07-11T19:06:34.886Z] Step 19/24 : EXPOSE 59999 [2022-07-11T19:06:34.886Z] ---> Running in f278d9df67c8 [2022-07-11T19:06:35.166Z] Removing intermediate container f278d9df67c8 [2022-07-11T19:06:35.166Z] ---> da94b31b59ea [2022-07-11T19:06:35.166Z] Step 20/24 : ENTRYPOINT ["/device-simple"] [2022-07-11T19:06:35.443Z] ---> Running in e50104a61487 [2022-07-11T19:06:35.718Z] Removing intermediate container e50104a61487 [2022-07-11T19:06:35.718Z] ---> b4752d8b9afe [2022-07-11T19:06:35.718Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2022-07-11T19:06:35.718Z] ---> Running in 016ebedfc52c [2022-07-11T19:06:35.993Z] Removing intermediate container 016ebedfc52c [2022-07-11T19:06:35.993Z] ---> e12b2633f44a [2022-07-11T19:06:35.993Z] Step 22/24 : LABEL arch=arm64 [2022-07-11T19:06:35.993Z] ---> Running in afae0d1ee2d5 [2022-07-11T19:06:36.272Z] Removing intermediate container afae0d1ee2d5 [2022-07-11T19:06:36.272Z] ---> 42959d0a4046 [2022-07-11T19:06:36.272Z] Step 23/24 : LABEL git_sha=f190329e80ef2cfc856c54532dc91a9505743473 [2022-07-11T19:06:36.548Z] ---> Running in 2e9f2ac3ad16 [2022-07-11T19:06:36.822Z] Removing intermediate container 2e9f2ac3ad16 [2022-07-11T19:06:36.822Z] ---> 4523ffe5652f [2022-07-11T19:06:36.822Z] Step 24/24 : LABEL version=0.0.0 [2022-07-11T19:06:36.822Z] ---> Running in 0e6815ee9d68 [2022-07-11T19:06:37.096Z] Removing intermediate container 0e6815ee9d68 [2022-07-11T19:06:37.096Z] ---> f0fd4d593326 [2022-07-11T19:06:37.096Z] [Warning] One or more build-args [ARCH] were not consumed [2022-07-11T19:06:37.368Z] Successfully built f0fd4d593326 [2022-07-11T19:06:37.368Z] Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:06:38.188Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T19:06:38.189Z] [2022-07-11T19:06:38.189Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:06:38.620Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T19:06:38.897Z] arm64: Pulling from edgex-lftools-log-publisher [2022-07-11T19:06:38.897Z] 8998bd30e6a1: Pulling fs layer [2022-07-11T19:06:38.897Z] 04944245beec: Pulling fs layer [2022-07-11T19:06:38.897Z] 699f458cf7ca: Pulling fs layer [2022-07-11T19:06:38.897Z] 765212b225bb: Pulling fs layer [2022-07-11T19:06:38.897Z] f23df028b6ca: Pulling fs layer [2022-07-11T19:06:38.897Z] d65c8cfc05b1: Pulling fs layer [2022-07-11T19:06:38.897Z] 2437ff75d9bd: Pulling fs layer [2022-07-11T19:06:38.897Z] f23df028b6ca: Waiting [2022-07-11T19:06:38.897Z] 765212b225bb: Waiting [2022-07-11T19:06:38.897Z] 2437ff75d9bd: Waiting [2022-07-11T19:06:38.897Z] d65c8cfc05b1: Waiting [2022-07-11T19:06:38.897Z] 04944245beec: Verifying Checksum [2022-07-11T19:06:38.897Z] 04944245beec: Download complete [2022-07-11T19:06:38.897Z] 765212b225bb: Verifying Checksum [2022-07-11T19:06:38.897Z] 765212b225bb: Download complete [2022-07-11T19:06:38.897Z] f23df028b6ca: Verifying Checksum [2022-07-11T19:06:38.897Z] f23df028b6ca: Download complete [2022-07-11T19:06:38.897Z] d65c8cfc05b1: Verifying Checksum [2022-07-11T19:06:38.897Z] d65c8cfc05b1: Download complete [2022-07-11T19:06:39.177Z] 699f458cf7ca: Download complete [2022-07-11T19:06:39.454Z] 8998bd30e6a1: Verifying Checksum [2022-07-11T19:06:39.454Z] 8998bd30e6a1: Download complete [2022-07-11T19:06:42.104Z] 2437ff75d9bd: Verifying Checksum [2022-07-11T19:06:42.104Z] 2437ff75d9bd: Download complete [2022-07-11T19:06:43.548Z] 8998bd30e6a1: Pull complete [2022-07-11T19:06:44.153Z] 04944245beec: Pull complete [2022-07-11T19:06:45.604Z] 699f458cf7ca: Pull complete [2022-07-11T19:06:45.879Z] 765212b225bb: Pull complete [2022-07-11T19:06:46.861Z] f23df028b6ca: Pull complete [2022-07-11T19:06:46.861Z] d65c8cfc05b1: Pull complete [2022-07-11T19:07:01.979Z] 2437ff75d9bd: Pull complete [2022-07-11T19:07:01.979Z] Digest: sha256:08a7fcc486bb39f1d20d4dd6a72316e28301370873105f4106f8313defd495da [2022-07-11T19:07:01.979Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [2022-07-11T19:07:01.979Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T19:07:16.597Z] prd-ubuntu20.04-docker-arm64-4c-16g-19331 does not seem to be running inside a container [2022-07-11T19:07:16.675Z] $ docker run -t -d -u 1001:1001 -u 0:0 --privileged --net host -v /home/jenkins:/home/jenkins -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:arm64 cat [2022-07-11T19:07:18.703Z] $ docker top 9001fcf133da15938adb3a1165dc889a7076c6af9e6ac5b93be16c2f7eca71db -eo pid,comm [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:19.689Z] ---> job-cost.sh [2022-07-11T19:07:19.689Z] lf-activate-venv: SKIPPING [2022-07-11T19:07:19.689Z] INFO: No Stack... [2022-07-11T19:07:19.961Z] INFO: Retrieving Pricing Info for: v3-standard-4 [2022-07-11T19:07:20.937Z] INFO: Archiving Costs [Pipeline] sh [2022-07-11T19:07:21.615Z] + cut -d, -f6 [2022-07-11T19:07:21.616Z] + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock [2022-07-11T19:07:21.663Z] Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] [2022-07-11T19:07:21.668Z] Resource [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] did not exist. Created. [2022-07-11T19:07:21.669Z] Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh [2022-07-11T19:07:22.418Z] /w/workspace/device-sdk-go/1@tmp/durable-fe0cd8f8/script.sh: 1: Syntax error: Unterminated quoted string [Pipeline] sh [2022-07-11T19:07:23.119Z] + echo total: 0.10999999940395355 [Pipeline] stash [2022-07-11T19:07:23.151Z] Warning: overwriting stash ‘stack-cost’ [2022-07-11T19:07:23.461Z] Stashed 1 file(s) [Pipeline] } [2022-07-11T19:07:23.476Z] Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-1192-1-stack-cost] [Pipeline] // lock [Pipeline] } [2022-07-11T19:07:23.552Z] $ docker stop --time=1 9001fcf133da15938adb3a1165dc889a7076c6af9e6ac5b93be16c2f7eca71db [2022-07-11T19:07:25.107Z] $ docker rm -f 9001fcf133da15938adb3a1165dc889a7076c6af9e6ac5b93be16c2f7eca71db [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 [2022-07-11T19:07:26.224Z] provisioning config files... [2022-07-11T19:07:26.234Z] copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/config3495986707702024351tmp [Pipeline] { [Pipeline] sh [2022-07-11T19:07:26.578Z] + set +x [2022-07-11T19:07:26.578Z] + curl -s https://codecov.io/bash [2022-07-11T19:07:26.578Z] + bash -s -- [2022-07-11T19:07:26.578Z] [2022-07-11T19:07:26.578Z] _____ _ [2022-07-11T19:07:26.578Z] / ____| | | [2022-07-11T19:07:26.578Z] | | ___ __| | ___ ___ _____ __ [2022-07-11T19:07:26.578Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2022-07-11T19:07:26.578Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2022-07-11T19:07:26.578Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2022-07-11T19:07:26.578Z] Bash-1.0.6 [2022-07-11T19:07:26.578Z] [2022-07-11T19:07:26.578Z] [2022-07-11T19:07:26.578Z] ==> git version 2.25.1 found [2022-07-11T19:07:26.578Z] ==> 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 [2022-07-11T19:07:26.578Z] Release-Date: 2020-01-08 [2022-07-11T19:07:26.578Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtmp rtsp scp sftp smb smbs smtp smtps telnet tftp [2022-07-11T19:07:26.578Z] Features: AsynchDNS brotli GSS-API HTTP2 HTTPS-proxy IDN IPv6 Kerberos Largefile libz NTLM NTLM_WB PSL SPNEGO SSL TLS-SRP UnixSockets [2022-07-11T19:07:26.578Z] ==> Jenkins CI detected. [2022-07-11T19:07:26.578Z] current dir:  /w/workspace/gexfoundry_device-sdk-go_PR-1192 [2022-07-11T19:07:26.578Z] project root: . [2022-07-11T19:07:26.578Z] --> token set from env [2022-07-11T19:07:26.578Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2022-07-11T19:07:26.578Z] ==> Running gcov in . (disable via -X gcov) [2022-07-11T19:07:26.578Z] ==> Python coveragepy not found [2022-07-11T19:07:26.578Z] ==> Searching for coverage reports in: [2022-07-11T19:07:26.578Z] + . [2022-07-11T19:07:26.578Z] -> Found 1 reports [2022-07-11T19:07:26.578Z] ==> Detecting git/mercurial file structure [2022-07-11T19:07:26.578Z] ==> Reading reports [2022-07-11T19:07:26.838Z] + ./coverage.out bytes=128641 [2022-07-11T19:07:26.838Z] ==> Appending adjustments [2022-07-11T19:07:26.838Z] https://docs.codecov.io/docs/fixing-reports [2022-07-11T19:07:27.100Z] + Found adjustments [2022-07-11T19:07:27.100Z] ==> Gzipping contents [2022-07-11T19:07:27.100Z] 24K /tmp/codecov.JV2V2j.gz [2022-07-11T19:07:27.100Z] ==> Uploading reports [2022-07-11T19:07:27.100Z] url: https://codecov.io [2022-07-11T19:07:27.100Z] query: branch=PR-1192&commit=306dfe472137a7e6d1c4e2550b25dfc2733f5b7d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1192%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1192&job=&cmd_args= [2022-07-11T19:07:27.100Z] -> Pinging Codecov [2022-07-11T19:07:27.100Z] https://codecov.io/upload/v4?package=bash-1.0.6&token=&package=bash-1.0.6&token=6fc62cd9-fce6-47f0-85f4-af589338491a&branch=PR-1192&commit=306dfe472137a7e6d1c4e2550b25dfc2733f5b7d&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-1192%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=1192&job=&cmd_args= [2022-07-11T19:07:27.360Z] -> Uploading to [2022-07-11T19:07:27.360Z] https://storage.googleapis.com/codecov/v4/raw/2022-07-11/7E55EF52A471D76F132DFD9A03CDDE97/306dfe472137a7e6d1c4e2550b25dfc2733f5b7d/897b72b0-f0fe-4016-a853-125253758cf1.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1E5YTIQF4NUDJHIPRXCW6SWPNHIWXR6YCTGFLBKZTWXKPGHK3U3FMCQWA%2F20220711%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20220711T190727Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1b24dc86227840dca977c32e8adb8b80228ff76245b26859fdac4c4af8c8628b [2022-07-11T19:07:27.360Z] % Total % Received % Xferd Average Speed Time Time Time Current [2022-07-11T19:07:27.360Z] Dload Upload Total Spent Left Speed [2022-07-11T19:07:27.621Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 23071 0 0 100 23071 0 99874 --:--:-- --:--:-- --:--:-- 99874 [2022-07-11T19:07:27.621Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/306dfe472137a7e6d1c4e2550b25dfc2733f5b7d [Pipeline] } [2022-07-11T19:07:27.647Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] sh [2022-07-11T19:07:29.418Z] + [ -d /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives ] [2022-07-11T19:07:29.419Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives [2022-07-11T19:07:29.419Z] total 16 [2022-07-11T19:07:29.419Z] drwxr-xr-x 3 root root 4096 Jul 11 18:58 . [2022-07-11T19:07:29.419Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 11 18:58 .. [2022-07-11T19:07:29.419Z] drwxr-xr-x 2 root root 4096 Jul 11 18:58 cost [2022-07-11T19:07:29.419Z] -rw-r--r-- 1 root root 85 Jul 11 18:58 cost.csv [2022-07-11T19:07:29.419Z] + sudo chown -R jenkins:jenkins /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives [2022-07-11T19:07:29.419Z] + ls -al /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives [2022-07-11T19:07:29.419Z] total 16 [2022-07-11T19:07:29.419Z] drwxr-xr-x 3 jenkins jenkins 4096 Jul 11 18:58 . [2022-07-11T19:07:29.419Z] drwxrwxr-x 13 jenkins jenkins 4096 Jul 11 18:58 .. [2022-07-11T19:07:29.419Z] drwxr-xr-x 2 jenkins jenkins 4096 Jul 11 18:58 cost [2022-07-11T19:07:29.419Z] -rw-r--r-- 1 jenkins jenkins 85 Jul 11 18:58 cost.csv [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:29.756Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:30.656Z] ---> package-listing.sh [2022-07-11T19:07:30.656Z] ++ facter osfamily [2022-07-11T19:07:30.656Z] ++ tr '[:upper:]' '[:lower:]' [2022-07-11T19:07:30.917Z] + OS_FAMILY=debian [2022-07-11T19:07:30.917Z] + workspace=/w/workspace/gexfoundry_device-sdk-go_PR-1192 [2022-07-11T19:07:30.917Z] + START_PACKAGES=/tmp/packages_start.txt [2022-07-11T19:07:30.917Z] + END_PACKAGES=/tmp/packages_end.txt [2022-07-11T19:07:30.917Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2022-07-11T19:07:30.917Z] + PACKAGES=/tmp/packages_start.txt [2022-07-11T19:07:30.917Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1192 ']' [2022-07-11T19:07:30.917Z] + PACKAGES=/tmp/packages_end.txt [2022-07-11T19:07:30.917Z] + case "${OS_FAMILY}" in [2022-07-11T19:07:30.917Z] + dpkg -l [2022-07-11T19:07:30.917Z] + grep '^ii' [2022-07-11T19:07:30.917Z] + '[' -f /tmp/packages_start.txt ']' [2022-07-11T19:07:30.917Z] + '[' -f /tmp/packages_end.txt ']' [2022-07-11T19:07:30.917Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2022-07-11T19:07:30.917Z] + '[' /w/workspace/gexfoundry_device-sdk-go_PR-1192 ']' [2022-07-11T19:07:30.917Z] + mkdir -p /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives/ [2022-07-11T19:07:30.917Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/gexfoundry_device-sdk-go_PR-1192/archives/ [Pipeline] echo [2022-07-11T19:07:30.949Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1192/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2022-07-11T19:07:31.254Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2022-07-11T19:07:31.888Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest [2022-07-11T19:07:31.888Z] . [Pipeline] } [Pipeline] // withEnv [Pipeline] withDockerContainer [2022-07-11T19:07:32.048Z] prd-ubuntu20.04-docker-8c-8g-19330 does not seem to be running inside a container [2022-07-11T19:07:32.085Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sysstat:/var/log/sysstat -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/gexfoundry_device-sdk-go_PR-1192/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/gexfoundry_device-sdk-go_PR-1192 -v /w/workspace/gexfoundry_device-sdk-go_PR-1192:/w/workspace/gexfoundry_device-sdk-go_PR-1192:rw,z -v /w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:latest cat [2022-07-11T19:07:32.335Z] $ docker top a873531f02c7d9ae87dfb676a722293ad2d5b6fadc0a7db52b61bc01afbb412b -eo pid,comm [Pipeline] { [Pipeline] sh [2022-07-11T19:07:32.751Z] + touch /tmp/pre-build-complete [Pipeline] sh [2022-07-11T19:07:33.061Z] + mkdir -p /var/log/sysstat [Pipeline] sh [2022-07-11T19:07:33.382Z] + ls /var/log/sa-host [2022-07-11T19:07:33.382Z] ls: cannot access '/var/log/sa-host': No such file or directory [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2022-07-11T19:07:33.515Z] provisioning config files... [2022-07-11T19:07:33.524Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/gexfoundry_device-sdk-go_PR-1192@tmp/config4570110064879463956tmp [Pipeline] { [Pipeline] echo [2022-07-11T19:07:33.581Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:33.896Z] ---> create-netrc.sh [Pipeline] } [2022-07-11T19:07:33.925Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:34.326Z] ---> python-tools-install.sh [Pipeline] echo [2022-07-11T19:07:34.357Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:34.675Z] ---> sudo-logs.sh [2022-07-11T19:07:34.675Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2022-07-11T19:07:34.756Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:35.075Z] ---> job-cost.sh [2022-07-11T19:07:35.075Z] lf-activate-venv: SKIPPING [2022-07-11T19:07:35.075Z] DEBUG: total: 0.2199999988079071 [2022-07-11T19:07:35.075Z] INFO: Retrieving Stack Cost... [2022-07-11T19:07:35.648Z] INFO: Retrieving Pricing Info for: v3-standard-8 [2022-07-11T19:07:35.909Z] INFO: Archiving Costs [Pipeline] echo [2022-07-11T19:07:35.940Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2022-07-11T19:07:36.254Z] ---> logs-deploy.sh [2022-07-11T19:07:36.254Z] lf-activate-venv: SKIPPING [2022-07-11T19:07:36.254Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-1192/1 [2022-07-11T19:07:36.254Z] INFO: archiving workspace using pattern(s): [2022-07-11T19:07:37.200Z] Archives upload complete. [2022-07-11T19:07:37.200Z] INFO: archiving logs to Nexus