Pull request #3274 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of ernestojeda for edgexfoundry/edgex-go Obtained Jenkinsfile from de96312b6d930c1fe4730e9d18a3540b89689fbf+24d41aa13106852e9bb405be786bb5b163481b42 (f6b76a598c0cd628dd705290fd635452b729eafc) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@57ded3389ef25720063a8030e5c426a6b7ea5b20 Attempting to resolve 57ded3389ef25720063a8030e5c426a6b7ea5b20 from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Candidate match: refs/tags/experimental revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Candidate match: refs/tags/v1.0.186 revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Found match: refs/heads/master revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared 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 > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared 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 ========================================================= [edgeXBuildGoParallel] RAW Config: [project:edgex-go, dockerFileGlobPath:cmd/**/Dockerfile, testScript:make test, buildScript:echo build, buildImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true, arch:[amd64]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: echo build GO_VERSION: 1.15 DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_GLOB: cmd/**/Dockerfile DOCKER_IMAGE_NAME_PREFIX: docker- DOCKER_IMAGE_NAME_SUFFIX: -go DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: false PUSH_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 BUILD_SNAP: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task ‘prd-centos7-docker-4c-2g-30546’ is offline Running on prd-centos7-docker-4c-2g-30548 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/edgex-go.git > git init /w/workspace/edgex-go/17 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 24d41aa13106852e9bb405be786bb5b163481b42 into PR head commit de96312b6d930c1fe4730e9d18a3540b89689fbf Merge succeeded, producing e618554084601bedd09e798ed9ee91efabbb50bb Checking out Revision e618554084601bedd09e798ed9ee91efabbb50bb (PR-3274) > git config remote.origin.url git@github.com:edgexfoundry/edgex-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/edgex-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f de96312b6d930c1fe4730e9d18a3540b89689fbf # 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 24d41aa13106852e9bb405be786bb5b163481b42 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f e618554084601bedd09e798ed9ee91efabbb50bb # timeout=10 Commit message: "Merge commit '24d41aa13106852e9bb405be786bb5b163481b42' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { > git rev-list --no-walk 3459709a6694f0dbeb6a7ed92cdbcd54ee9a8ea0 # timeout=10 [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-03-19T15:31:14.028Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-03-19T15:31:14.320Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-03-19T15:31:14.421Z] ========================================================= [2021-03-19T15:31:14.421Z] EdgeX Global Pipelines Version Info [2021-03-19T15:31:14.422Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:31:16.025Z] ------------------- [2021-03-19T15:31:16.025Z] stable info: [2021-03-19T15:31:16.025Z] ------------------- [2021-03-19T15:31:16.025Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-03-19T15:31:16.025Z] Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c [2021-03-19T15:31:16.025Z] Message: update stable to v1.0.184 [2021-03-19T15:31:16.976Z] ------------------- [2021-03-19T15:31:16.976Z] experimental info: [2021-03-19T15:31:16.976Z] ------------------- [2021-03-19T15:31:16.976Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-03-19T15:31:16.976Z] Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 [2021-03-19T15:31:16.976Z] Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-03-19T15:31:17.237Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-03-19T15:31:17.580Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-03-19T15:31:17.670Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-03-19T15:31:17.784Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-03-19T15:31:17.897Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = echo build [Pipeline] echo [2021-03-19T15:31:18.061Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-03-19T15:31:18.173Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-03-19T15:31:18.278Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-03-19T15:31:18.372Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-03-19T15:31:18.487Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-03-19T15:31:18.573Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-03-19T15:31:18.659Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-03-19T15:31:18.745Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-03-19T15:31:18.831Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-03-19T15:31:18.923Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T15:31:19.009Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo [2021-03-19T15:31:19.109Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-03-19T15:31:19.338Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-03-19T15:31:19.431Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-03-19T15:31:19.514Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-03-19T15:31:19.598Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-03-19T15:31:19.690Z] [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo [2021-03-19T15:31:19.775Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3274 [Pipeline] echo [2021-03-19T15:31:19.858Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3274 [Pipeline] echo [2021-03-19T15:31:19.942Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3274 [Pipeline] echo [2021-03-19T15:31:20.027Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = e618554084601bedd09e798ed9ee91efabbb50bb [Pipeline] echo [2021-03-19T15:31:20.115Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = e618554 [Pipeline] echo [2021-03-19T15:31:20.202Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] sh [2021-03-19T15:31:20.656Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrapper/Dockerfile cmd/security-proxy-setup/Dockerfile cmd/security-secretstore-setup/Dockerfile cmd/support-notifications/Dockerfile cmd/support-scheduler/Dockerfile cmd/sys-mgmt-agent/Dockerfile [2021-03-19T15:31:20.656Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.656Z] ++ dirname cmd/core-command/Dockerfile [2021-03-19T15:31:20.656Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.656Z] + echo core-command,cmd/core-command/Dockerfile [2021-03-19T15:31:20.656Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.656Z] ++ dirname cmd/core-data/Dockerfile [2021-03-19T15:31:20.656Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.656Z] + echo core-data,cmd/core-data/Dockerfile [2021-03-19T15:31:20.656Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.656Z] ++ dirname cmd/core-metadata/Dockerfile [2021-03-19T15:31:20.656Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.656Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-03-19T15:31:20.656Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.656Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-03-19T15:31:20.656Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.656Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-03-19T15:31:20.656Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.656Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-03-19T15:31:20.656Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.656Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-03-19T15:31:20.656Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.656Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-03-19T15:31:20.656Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.656Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-03-19T15:31:20.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.657Z] ++ dirname cmd/support-notifications/Dockerfile [2021-03-19T15:31:20.657Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.657Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-03-19T15:31:20.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.657Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-03-19T15:31:20.657Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.657Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-03-19T15:31:20.657Z] + for file in '`ls cmd/**/Dockerfile`' [2021-03-19T15:31:20.657Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-03-19T15:31:20.657Z] ++ cut -d/ -f2 [2021-03-19T15:31:20.657Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-03-19T15:31:20.728Z] Generate Dockers from filesystem: [[image:docker-core-command-go, dockerfile:cmd/core-command/Dockerfile], [image:docker-core-data-go, dockerfile:cmd/core-data/Dockerfile], [image:docker-core-metadata-go, dockerfile:cmd/core-metadata/Dockerfile], [image:docker-security-bootstrapper-go, dockerfile:cmd/security-bootstrapper/Dockerfile], [image:docker-security-proxy-setup-go, dockerfile:cmd/security-proxy-setup/Dockerfile], [image:docker-security-secretstore-setup-go, dockerfile:cmd/security-secretstore-setup/Dockerfile], [image:docker-support-notifications-go, dockerfile:cmd/support-notifications/Dockerfile], [image:docker-support-scheduler-go, dockerfile:cmd/support-scheduler/Dockerfile], [image:docker-sys-mgmt-agent-go, dockerfile:cmd/sys-mgmt-agent/Dockerfile]] [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:31:22.364Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T15:31:22.627Z] [2021-03-19T15:31:22.627Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:31:22.977Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T15:31:22.977Z] latest: Pulling from edgex-devops/git-semver [2021-03-19T15:31:22.977Z] 31603596830f: Pulling fs layer [2021-03-19T15:31:22.977Z] 2a8b12db71e7: Pulling fs layer [2021-03-19T15:31:22.977Z] 6ca5941a6612: Pulling fs layer [2021-03-19T15:31:22.977Z] ecc8261a40a4: Pulling fs layer [2021-03-19T15:31:22.977Z] ecc8261a40a4: Waiting [2021-03-19T15:31:22.977Z] 2a8b12db71e7: Verifying Checksum [2021-03-19T15:31:22.977Z] 2a8b12db71e7: Download complete [2021-03-19T15:31:23.245Z] 31603596830f: Verifying Checksum [2021-03-19T15:31:23.245Z] 31603596830f: Download complete [2021-03-19T15:31:23.245Z] 6ca5941a6612: Verifying Checksum [2021-03-19T15:31:23.245Z] 6ca5941a6612: Download complete [2021-03-19T15:31:23.245Z] ecc8261a40a4: Verifying Checksum [2021-03-19T15:31:23.245Z] ecc8261a40a4: Download complete [2021-03-19T15:31:23.516Z] 31603596830f: Pull complete [2021-03-19T15:31:23.516Z] 2a8b12db71e7: Pull complete [2021-03-19T15:31:24.514Z] 6ca5941a6612: Pull complete [2021-03-19T15:31:24.515Z] ecc8261a40a4: Pull complete [2021-03-19T15:31:24.515Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-03-19T15:31:24.515Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-03-19T15:31:24.515Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-03-19T15:31:24.622Z] prd-centos7-docker-4c-2g-30548 does not seem to be running inside a container [2021-03-19T15:31:24.680Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-03-19T15:31:27.114Z] $ docker top f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-03-19T15:31:27.380Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T15:31:27.380Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T15:31:27.595Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T15:31:27.600Z] $ docker exec f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 ssh-agent [2021-03-19T15:31:27.771Z] SSH_AUTH_SOCK=/tmp/ssh-iH4rhktFFuhc/agent.11 [2021-03-19T15:31:27.771Z] SSH_AGENT_PID=16 [2021-03-19T15:31:27.783Z] Running ssh-add (command line suppressed) [2021-03-19T15:31:27.912Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_6709633681726148068.key (/w/workspace/edgex-go/17@tmp/private_key_6709633681726148068.key) [2021-03-19T15:31:27.968Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T15:31:28.305Z] + git tag --points-at HEAD [Pipeline] } [2021-03-19T15:31:28.332Z] $ docker exec --env ******** --env ******** f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 ssh-agent -k [2021-03-19T15:31:28.469Z] unset SSH_AUTH_SOCK; [2021-03-19T15:31:28.469Z] unset SSH_AGENT_PID; [2021-03-19T15:31:28.470Z] echo Agent pid 16 killed; [2021-03-19T15:31:28.522Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-03-19T15:31:28.653Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-03-19T15:31:28.654Z] [ssh-agent] Looking for ssh-agent implementation... [2021-03-19T15:31:28.825Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-03-19T15:31:28.831Z] $ docker exec f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 ssh-agent [2021-03-19T15:31:28.994Z] SSH_AUTH_SOCK=/tmp/ssh-RsfWX7iev8UD/agent.46 [2021-03-19T15:31:28.994Z] SSH_AGENT_PID=51 [2021-03-19T15:31:28.999Z] Running ssh-add (command line suppressed) [2021-03-19T15:31:29.120Z] Identity added: /w/workspace/edgex-go/17@tmp/private_key_8402981253670414226.key (/w/workspace/edgex-go/17@tmp/private_key_8402981253670414226.key) [2021-03-19T15:31:29.172Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-03-19T15:31:29.501Z] + git semver init [2021-03-19T15:31:29.502Z] # -> Open(): unable to determine branch for HEAD [2021-03-19T15:31:29.502Z] # $GIT_DIR = /w/workspace/edgex-go/17/.git [2021-03-19T15:31:29.502Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/17 [2021-03-19T15:31:29.502Z] # $SEMVER_REMOTE_NAME = origin [2021-03-19T15:31:29.502Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-03-19T15:31:29.502Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-03-19T15:31:29.502Z] # $SEMVER_BRANCH = PR-3274 [2021-03-19T15:31:29.502Z] # $SEMVER_TEMP = /tmp/semver-247147302 [2021-03-19T15:31:29.502Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-03-19T15:31:51.505Z] # '/tmp/semver-247147302' -> '/w/workspace/edgex-go/17/.semver' [2021-03-19T15:31:52.459Z] # -> Force: false [2021-03-19T15:31:52.459Z] # $SEMVER_DIR = /w/workspace/edgex-go/17/.semver [Pipeline] } [2021-03-19T15:31:52.476Z] $ docker exec --env ******** --env ******** f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 ssh-agent -k [2021-03-19T15:31:52.763Z] unset SSH_AUTH_SOCK; [2021-03-19T15:31:52.764Z] unset SSH_AGENT_PID; [2021-03-19T15:31:52.764Z] echo Agent pid 51 killed; [2021-03-19T15:31:52.871Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-03-19T15:31:53.341Z] + git semver [Pipeline] } [2021-03-19T15:31:53.360Z] $ docker stop --time=1 f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 [2021-03-19T15:31:55.019Z] $ docker rm -f f100ec75f913bac1c3202ec70c679a22e374b366eb09cde8f6d5a6d1d879d377 [Pipeline] // withDockerContainer [Pipeline] sh [2021-03-19T15:31:55.529Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-03-19T15:31:56.257Z] Stashed 1 file(s) [Pipeline] echo [2021-03-19T15:31:56.260Z] [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) Stage "arm64" skipped due to when conditional [Pipeline] stage [Pipeline] { (Prep) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] withEnv [Pipeline] { [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] stage [Pipeline] { (Prep) [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "arm64" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] script [Pipeline] { [Pipeline] sh [Pipeline] // stage [Pipeline] } [2021-03-19T15:31:57.638Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-03-19T15:31:57.935Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-03-19T15:31:58.236Z] + sudo service docker restart [2021-03-19T15:31:58.236Z] + true [2021-03-19T15:31:58.236Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-03-19T15:31:58.826Z] ========================================================= [2021-03-19T15:31:58.826Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-03-19T15:31:58.826Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:31:59.165Z] + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . [2021-03-19T15:32:02.484Z] Sending build context to Docker daemon 328.6MB [2021-03-19T15:32:02.484Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-03-19T15:32:02.484Z] Step 2/6 : FROM ${BASE} [2021-03-19T15:32:02.484Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-03-19T15:32:02.484Z] 188c0c94c7c5: Pulling fs layer [2021-03-19T15:32:02.484Z] 0ef7d3d256c8: Pulling fs layer [2021-03-19T15:32:02.484Z] de9db76c5a1d: Pulling fs layer [2021-03-19T15:32:02.484Z] bca2f99d35d6: Pulling fs layer [2021-03-19T15:32:02.484Z] 93359f2a8cfa: Pulling fs layer [2021-03-19T15:32:02.484Z] 7c6f9722023f: Pulling fs layer [2021-03-19T15:32:02.484Z] a35cf1a2eb13: Pulling fs layer [2021-03-19T15:32:02.484Z] 93359f2a8cfa: Waiting [2021-03-19T15:32:02.484Z] 7c6f9722023f: Waiting [2021-03-19T15:32:02.484Z] a35cf1a2eb13: Waiting [2021-03-19T15:32:02.484Z] bca2f99d35d6: Waiting [2021-03-19T15:32:02.484Z] de9db76c5a1d: Verifying Checksum [2021-03-19T15:32:02.484Z] de9db76c5a1d: Download complete [2021-03-19T15:32:02.484Z] 0ef7d3d256c8: Verifying Checksum [2021-03-19T15:32:02.484Z] 0ef7d3d256c8: Download complete [2021-03-19T15:32:02.484Z] 93359f2a8cfa: Download complete [2021-03-19T15:32:02.484Z] 7c6f9722023f: Verifying Checksum [2021-03-19T15:32:02.484Z] 7c6f9722023f: Download complete [2021-03-19T15:32:02.484Z] 188c0c94c7c5: Verifying Checksum [2021-03-19T15:32:02.484Z] 188c0c94c7c5: Download complete [2021-03-19T15:32:03.441Z] 188c0c94c7c5: Pull complete [2021-03-19T15:32:03.715Z] 0ef7d3d256c8: Pull complete [2021-03-19T15:32:03.978Z] de9db76c5a1d: Pull complete [2021-03-19T15:32:04.239Z] a35cf1a2eb13: Verifying Checksum [2021-03-19T15:32:04.239Z] a35cf1a2eb13: Download complete [2021-03-19T15:32:04.813Z] bca2f99d35d6: Verifying Checksum [2021-03-19T15:32:04.813Z] bca2f99d35d6: Download complete [2021-03-19T15:32:10.140Z] bca2f99d35d6: Pull complete [2021-03-19T15:32:10.140Z] 93359f2a8cfa: Pull complete [2021-03-19T15:32:10.140Z] 7c6f9722023f: Pull complete [2021-03-19T15:32:14.367Z] a35cf1a2eb13: Pull complete [2021-03-19T15:32:14.367Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-03-19T15:32:14.367Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T15:32:14.367Z] ---> a62c8e92a672 [2021-03-19T15:32:14.367Z] Step 3/6 : RUN apk add --update --no-cache make git curl bash zeromq-dev libsodium-dev pkgconfig build-base && ln -s /bin/touch /usr/bin/touch [2021-03-19T15:32:14.640Z] ---> Running in bfdb803063e7 [2021-03-19T15:32:16.036Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-03-19T15:32:16.609Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-03-19T15:32:17.555Z] (1/12) Installing libmagic (5.38-r0) [2021-03-19T15:32:17.817Z] (2/12) Installing file (5.38-r0) [2021-03-19T15:32:17.817Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-03-19T15:32:17.817Z] (4/12) Installing g++ (9.3.0-r2) [2021-03-19T15:32:25.966Z] (5/12) Installing fortify-headers (1.1-r0) [2021-03-19T15:32:25.966Z] (6/12) Installing patch (2.7.6-r6) [2021-03-19T15:32:25.966Z] (7/12) Installing build-base (0.5-r2) [2021-03-19T15:32:25.966Z] (8/12) Installing libsodium (1.0.18-r0) [2021-03-19T15:32:25.966Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-03-19T15:32:25.966Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-03-19T15:32:25.966Z] (11/12) Installing libzmq (4.3.3-r0) [2021-03-19T15:32:25.966Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-03-19T15:32:25.966Z] Executing busybox-1.31.1-r19.trigger [2021-03-19T15:32:25.966Z] OK: 233 MiB in 51 packages [2021-03-19T15:32:29.288Z] Removing intermediate container bfdb803063e7 [2021-03-19T15:32:29.288Z] ---> 437be0e1e986 [2021-03-19T15:32:29.288Z] Step 4/6 : WORKDIR /edgex-go [2021-03-19T15:32:29.552Z] ---> Running in ab0fb4f3e5a5 [2021-03-19T15:32:29.552Z] Removing intermediate container ab0fb4f3e5a5 [2021-03-19T15:32:29.552Z] ---> 67bee1bc8895 [2021-03-19T15:32:29.552Z] Step 5/6 : COPY go.mod . [2021-03-19T15:32:29.816Z] ---> 1e4335e8bfab [2021-03-19T15:32:29.816Z] Step 6/6 : RUN go mod download [2021-03-19T15:32:30.081Z] ---> Running in dd07e05ce8e7 [2021-03-19T15:32:52.095Z] Removing intermediate container dd07e05ce8e7 [2021-03-19T15:32:52.095Z] ---> 0a9655cccb4d [2021-03-19T15:32:52.095Z] Successfully built 0a9655cccb4d [2021-03-19T15:32:52.095Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:32:52.423Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T15:32:52.423Z] . [Pipeline] withDockerContainer [2021-03-19T15:32:52.538Z] prd-centos7-docker-4c-2g-30548 does not seem to be running inside a container [2021-03-19T15:32:52.597Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T15:32:53.469Z] $ docker top 36ead56a2c6d7db3aa239df5172ef602864deb5336fe6187c7019ff2d8c1a487 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T15:32:53.972Z] + go version [2021-03-19T15:32:53.972Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-03-19T15:32:53.992Z] $ docker stop --time=1 36ead56a2c6d7db3aa239df5172ef602864deb5336fe6187c7019ff2d8c1a487 [2021-03-19T15:32:55.369Z] $ docker rm -f 36ead56a2c6d7db3aa239df5172ef602864deb5336fe6187c7019ff2d8c1a487 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:32:56.198Z] + docker inspect -f . ci-base-image-x86_64 [2021-03-19T15:32:56.198Z] . [Pipeline] withDockerContainer [2021-03-19T15:32:56.318Z] prd-centos7-docker-4c-2g-30548 does not seem to be running inside a container [2021-03-19T15:32:56.376Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-03-19T15:32:57.191Z] $ docker top e73d6c31ae2ab4521d10be66e9f547d0d0147f6e1b1c4b9a2deaf9f5f71fdbc8 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-03-19T15:32:57.437Z] ========================================================= [2021-03-19T15:32:57.437Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-03-19T15:32:57.437Z] ========================================================= [Pipeline] sh [2021-03-19T15:32:57.737Z] + make test [2021-03-19T15:32:57.737Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-03-19T15:33:07.852Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-03-19T15:33:30.068Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-03-19T15:33:32.036Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-03-19T15:33:34.689Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-03-19T15:33:34.689Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-03-19T15:33:36.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-03-19T15:33:36.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-03-19T15:33:36.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-03-19T15:33:36.108Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-03-19T15:33:37.077Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-03-19T15:33:37.345Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-03-19T15:33:39.918Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-03-19T15:33:39.918Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-03-19T15:33:39.918Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-03-19T15:33:42.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.134s coverage: 45.9% of statements [2021-03-19T15:33:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-03-19T15:33:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-03-19T15:33:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-03-19T15:33:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-03-19T15:33:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-03-19T15:33:42.496Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-03-19T15:33:42.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/application 0.088s coverage: 19.8% of statements [2021-03-19T15:33:42.496Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.101s coverage: 100.0% of statements [2021-03-19T15:33:47.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.207s coverage: 27.1% of statements [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-03-19T15:33:47.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.038s coverage: 100.0% of statements [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-03-19T15:33:47.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-03-19T15:33:47.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.090s coverage: 71.3% of statements [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-03-19T15:33:47.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.198s coverage: 82.9% of statements [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T15:33:47.841Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/io 0.058s coverage: 78.9% of statements [2021-03-19T15:33:47.841Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-03-19T15:33:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.393s coverage: 28.6% of statements [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-03-19T15:33:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.055s coverage: 100.0% of statements [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-03-19T15:33:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.047s coverage: 100.0% of statements [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-03-19T15:33:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.123s coverage: 86.7% of statements [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-03-19T15:33:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.129s coverage: 97.5% of statements [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-03-19T15:33:51.230Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.071s coverage: 78.3% of statements [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-03-19T15:33:51.230Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.447s coverage: 92.8% of statements [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.032s coverage: 58.8% of statements [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.099s coverage: 0.1% of statements [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-03-19T15:33:54.652Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.088s coverage: 47.1% of statements [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.046s coverage: 79.5% of statements [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.053s coverage: 94.1% of statements [2021-03-19T15:33:54.652Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.044s coverage: 96.3% of statements [2021-03-19T15:33:54.935Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.054s coverage: 87.5% of statements [2021-03-19T15:34:07.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 11.074s coverage: 94.4% of statements [2021-03-19T15:34:07.228Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.034s coverage: 44.8% of statements [2021-03-19T15:34:09.164Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/setupacl 13.126s coverage: 81.9% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/waitfor 22.074s coverage: 92.9% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/helper 0.034s coverage: 77.8% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/container [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/redis/handlers [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.043s coverage: 87.2% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.034s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.046s coverage: 75.5% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.037s coverage: 80.8% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.082s coverage: 87.2% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.055s coverage: 84.6% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.098s coverage: 91.6% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.196s coverage: 62.4% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.062s coverage: 91.3% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.047s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.038s coverage: 73.7% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.335s coverage: 69.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/models [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.128s coverage: 38.4% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/secretsengine 0.053s coverage: 89.5% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokencreatable [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore/tokenfilewriter 0.041s coverage: 84.8% of statements [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.212s coverage: 47.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.067s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.067s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2 [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/application [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/bootstrap/container [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/controller/http 0.210s coverage: 87.1% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/v2/io [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.749s coverage: 29.1% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.072s coverage: 99.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.046s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2 [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/application [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/bootstrap/container [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/controller/http 0.096s coverage: 96.5% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/infrastructure/interfaces/mocks [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/v2/io [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.023s coverage: 0.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-03-19T15:34:19.839Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.055s coverage: 87.9% of statements [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-03-19T15:34:19.839Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-03-19T15:34:20.104Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.036s coverage: 100.0% of statements [2021-03-19T15:34:20.677Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.033s coverage: 32.1% of statements [2021-03-19T15:34:20.677Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.044s coverage: 100.0% of statements [2021-03-19T15:34:20.939Z] GO111MODULE=on go vet ./... [2021-03-19T15:34:53.247Z] gofmt -l . [2021-03-19T15:34:53.247Z] [ "`gofmt -l .`" = "" ] [2021-03-19T15:34:53.247Z] ./bin/test-go-mod-tidy.sh [2021-03-19T15:34:53.247Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-03-19T15:34:53.568Z] + ls -al . [2021-03-19T15:34:53.568Z] total 760 [2021-03-19T15:34:53.568Z] drwxrwxr-x 10 1001 1001 4096 Mar 19 15:34 . [2021-03-19T15:34:53.568Z] drwxr-xr-x 4 root root 30 Mar 19 15:32 .. [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 11 Mar 19 15:31 .dockerignore [2021-03-19T15:34:53.568Z] drwxrwxr-x 8 1001 1001 179 Mar 19 15:31 .git [2021-03-19T15:34:53.568Z] drwxrwxr-x 3 1001 1001 125 Mar 19 15:31 .github [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 818 Mar 19 15:31 .gitignore [2021-03-19T15:34:53.568Z] drwx------ 3 1001 1001 60 Mar 19 15:31 .semver [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 166 Mar 19 15:31 .sonarcloud.properties [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 8607 Mar 19 15:31 Attribution.txt [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 3804 Mar 19 15:31 CONTRIBUTING.md [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 931 Mar 19 15:31 Dockerfile.build [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 986 Mar 19 15:31 Jenkinsfile [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 10775 Mar 19 15:31 LICENSE [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 5774 Mar 19 15:31 Makefile [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 6548 Mar 19 15:31 README.md [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 6755 Mar 19 15:31 SECURITY.md [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 5 Mar 19 15:31 VERSION [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 4131 Mar 19 15:31 ZMQWindows.md [2021-03-19T15:34:53.568Z] drwxrwxr-x 2 1001 1001 117 Mar 19 15:31 bin [2021-03-19T15:34:53.568Z] drwxrwxr-x 14 1001 1001 4096 Mar 19 15:31 cmd [2021-03-19T15:34:53.568Z] -rw-r--r-- 1 root root 650607 Mar 19 15:34 coverage.out [2021-03-19T15:34:53.568Z] -rw-r--r-- 1 root root 1055 Mar 19 15:34 go.mod [2021-03-19T15:34:53.568Z] -rw-r--r-- 1 root root 21981 Mar 19 15:34 go.sum [2021-03-19T15:34:53.568Z] drwxrwxr-x 8 1001 1001 127 Mar 19 15:31 internal [2021-03-19T15:34:53.568Z] drwxrwxr-x 4 1001 1001 26 Mar 19 15:31 openapi [2021-03-19T15:34:53.568Z] drwxrwxr-x 4 1001 1001 71 Mar 19 15:31 snap [2021-03-19T15:34:53.568Z] -rw-rw-r-- 1 1001 1001 168 Mar 19 15:31 version.go [Pipeline] sh [2021-03-19T15:34:53.898Z] + '[' -e coverage.out ] [2021-03-19T15:34:53.898Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-03-19T15:34:54.100Z] Stashed 1 file(s) [Pipeline] sh [2021-03-19T15:34:54.411Z] + echo build [2021-03-19T15:34:54.411Z] build [Pipeline] } [2021-03-19T15:34:54.435Z] $ docker stop --time=1 e73d6c31ae2ab4521d10be66e9f547d0d0147f6e1b1c4b9a2deaf9f5f71fdbc8 [2021-03-19T15:34:56.464Z] $ docker rm -f e73d6c31ae2ab4521d10be66e9f547d0d0147f6e1b1c4b9a2deaf9f5f71fdbc8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) Stage "Docker Build" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-03-19T15:35:12.773Z] Still waiting to schedule task [2021-03-19T15:35:12.773Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-03-19T15:35:58.281Z] Running on prd-ubuntu18.04-docker-8c-8g-30552 in /w/workspace/edgexfoundry_edgex-go_PR-3274 [Pipeline] { [Pipeline] ws [2021-03-19T15:35:58.343Z] Running in /w/workspace/edgex-go/17 [Pipeline] { [Pipeline] checkout [2021-03-19T15:36:00.396Z] using credential edgex-jenkins-ssh [2021-03-19T15:36:00.478Z] Cloning the remote Git repository [2021-03-19T15:36:00.505Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-03-19T15:36:00.569Z] > git init /w/workspace/edgex-go/17 # timeout=10 [2021-03-19T15:36:00.598Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T15:36:00.598Z] > git --version # timeout=10 [2021-03-19T15:36:00.603Z] > git --version # 'git version 2.17.1' [2021-03-19T15:36:00.604Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T15:36:00.626Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T15:36:14.395Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T15:36:14.405Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-03-19T15:36:14.416Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-03-19T15:36:14.427Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-03-19T15:36:14.428Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T15:36:14.431Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3274/head:refs/remotes/origin/PR-3274 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-03-19T15:36:15.159Z] Merging remotes/origin/master commit 24d41aa13106852e9bb405be786bb5b163481b42 into PR head commit de96312b6d930c1fe4730e9d18a3540b89689fbf [2021-03-19T15:36:15.381Z] Merge succeeded, producing 0a969cd21e0991d490ab9b6932dc660d71d10073 [2021-03-19T15:36:15.382Z] Checking out Revision 0a969cd21e0991d490ab9b6932dc660d71d10073 (PR-3274) [2021-03-19T15:36:15.172Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T15:36:15.178Z] > git checkout -f de96312b6d930c1fe4730e9d18a3540b89689fbf # timeout=10 [2021-03-19T15:36:15.284Z] > git remote # timeout=10 [2021-03-19T15:36:15.289Z] > git config --get remote.origin.url # timeout=10 [2021-03-19T15:36:15.293Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-03-19T15:36:15.296Z] > git merge 24d41aa13106852e9bb405be786bb5b163481b42 # timeout=10 [2021-03-19T15:36:15.381Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-03-19T15:36:15.389Z] > git config core.sparsecheckout # timeout=10 [2021-03-19T15:36:15.393Z] > git checkout -f 0a969cd21e0991d490ab9b6932dc660d71d10073 # timeout=10 [2021-03-19T15:36:18.992Z] Commit message: "Merge commit '24d41aa13106852e9bb405be786bb5b163481b42' into HEAD" [2021-03-19T15:36:19.000Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:36:20.044Z] + echo snap-build.sh [2021-03-19T15:36:20.044Z] snap-build.sh [2021-03-19T15:36:20.044Z] + SNAP_BASE_DIR=. [2021-03-19T15:36:20.044Z] + '[' '!' -z /w/workspace/edgex-go/17 ']' [2021-03-19T15:36:20.044Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/17 [2021-03-19T15:36:20.044Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/17]' [2021-03-19T15:36:20.044Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/17] [2021-03-19T15:36:20.044Z] + cd /w/workspace/edgex-go/17 [2021-03-19T15:36:20.044Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-03-19T15:36:20.044Z] Reading package lists... [2021-03-19T15:36:20.044Z] Building dependency tree... [2021-03-19T15:36:20.044Z] Reading state information... [2021-03-19T15:36:18.999Z] > git rev-list --no-walk 3459709a6694f0dbeb6a7ed92cdbcd54ee9a8ea0 # timeout=10 [2021-03-19T15:36:20.306Z] The following packages were automatically installed and are no longer required: [2021-03-19T15:36:20.306Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-03-19T15:36:20.306Z] uidmap xdelta3 [2021-03-19T15:36:20.306Z] Use 'sudo apt autoremove' to remove them. [2021-03-19T15:36:20.306Z] The following packages will be REMOVED: [2021-03-19T15:36:20.306Z] lxd* lxd-client* [2021-03-19T15:36:20.877Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-03-19T15:36:20.877Z] After this operation, 31.7 MB disk space will be freed. [2021-03-19T15:36:22.190Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 190027 files and directories currently installed.) [2021-03-19T15:36:22.190Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T15:36:23.133Z] Removing lxd dnsmasq configuration [2021-03-19T15:36:23.133Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T15:36:23.394Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-03-19T15:36:23.968Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-03-19T15:36:24.229Z] (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 189852 files and directories currently installed.) [2021-03-19T15:36:24.229Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-03-19T15:36:25.644Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-03-19T15:36:25.644Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-03-19T15:36:27.029Z] + sudo snap remove --purge lxd [2021-03-19T15:36:27.289Z] snap "lxd" is not installed [2021-03-19T15:36:27.289Z] + sudo groupadd --force --system lxd [2021-03-19T15:36:27.289Z] ++ whoami [2021-03-19T15:36:27.289Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-03-19T15:36:27.289Z] + newgrp - lxd [2021-03-19T15:36:27.289Z] + sudo snap install lxd [2021-03-19T15:36:33.871Z] 2021-03-19T15:36:32Z INFO Waiting for automatic snapd restart... [2021-03-19T15:36:48.782Z] lxd 4.12 from Canonical* installed [2021-03-19T15:36:48.782Z] + sudo lxd init --auto [2021-03-19T15:36:56.941Z] + sudo snap install --classic snapcraft [2021-03-19T15:37:02.242Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T15:37:02.242Z] + '[' -f snap/local/build-helpers/bin/minimal-snap-build.sh ']' [2021-03-19T15:37:02.242Z] + ./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T15:37:02.242Z] ===================================================== [2021-03-19T15:37:02.242Z] SNAP DEBUG [2021-03-19T15:37:02.242Z] ARCH=x86_64 [2021-03-19T15:37:02.242Z] BRANCH_NAME=PR-3274 [2021-03-19T15:37:02.242Z] BUILD_DISPLAY_NAME=#17 [2021-03-19T15:37:02.242Z] BUILD_DOCKER_IMAGE=false [2021-03-19T15:37:02.242Z] BUILD_FAILURE_NOTIFY_LIST=edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [2021-03-19T15:37:02.242Z] BUILD_ID=17 [2021-03-19T15:37:02.242Z] BUILD_NUMBER=17 [2021-03-19T15:37:02.242Z] BUILD_SCRIPT=echo build [2021-03-19T15:37:02.242Z] BUILD_SNAP=true [2021-03-19T15:37:02.242Z] BUILD_TAG=jenkins-edgexfoundry-edgex-go-PR-3274-17 [2021-03-19T15:37:02.242Z] BUILD_TIMESTAMP=2021-03-19 15:29:23 UTC [2021-03-19T15:37:02.242Z] BUILD_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/17/ [2021-03-19T15:37:02.242Z] CHANGE_AUTHOR=ernestojeda [2021-03-19T15:37:02.242Z] CHANGE_AUTHOR_DISPLAY_NAME=Ernesto Ojeda [2021-03-19T15:37:02.242Z] CHANGE_AUTHOR_EMAIL=ernesto.ojeda@intel.com [2021-03-19T15:37:02.242Z] CHANGE_BRANCH=snap-debug [2021-03-19T15:37:02.242Z] CHANGE_FORK=ernestojeda [2021-03-19T15:37:02.242Z] CHANGE_ID=3274 [2021-03-19T15:37:02.242Z] CHANGE_TARGET=master [2021-03-19T15:37:02.242Z] CHANGE_TITLE=ci: debug failure build [2021-03-19T15:37:02.242Z] CHANGE_URL=https://github.com/edgexfoundry/edgex-go/pull/3274 [2021-03-19T15:37:02.242Z] DOCKERHUB_REGISTRY=docker.io [2021-03-19T15:37:02.243Z] DOCKER_BASE_IMAGE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-03-19T15:37:02.243Z] DOCKER_BUILD_CONTEXT=. [2021-03-19T15:37:02.243Z] DOCKER_BUILD_FILE_PATH=Dockerfile.build [2021-03-19T15:37:02.243Z] DOCKER_FILE_GLOB=cmd/**/Dockerfile [2021-03-19T15:37:02.243Z] DOCKER_IMAGE_NAME_PREFIX=docker- [2021-03-19T15:37:02.243Z] DOCKER_IMAGE_NAME_SUFFIX=-go [2021-03-19T15:37:02.243Z] DOCKER_NEXUS_REPO=staging [2021-03-19T15:37:02.243Z] DOCKER_REGISTRY=nexus3.edgexfoundry.org [2021-03-19T15:37:02.243Z] EXECUTOR_NUMBER=0 [2021-03-19T15:37:02.243Z] GITSEMVER_INIT_VERSION=0.0.0 [2021-03-19T15:37:02.243Z] GIT_AUTHOR_EMAIL=collab-it+edgex@linuxfoundation.org [2021-03-19T15:37:02.243Z] GIT_AUTHOR_NAME=edgex-jenkins [2021-03-19T15:37:02.243Z] GIT_BASE=https://github.com/edgexfoundry/$PROJECT [2021-03-19T15:37:02.243Z] GIT_BRANCH=PR-3274 [2021-03-19T15:37:02.243Z] GIT_BRANCH_CLEAN=PR-3274 [2021-03-19T15:37:02.243Z] GIT_CLONE_URL=git@github.com: [2021-03-19T15:37:02.243Z] GIT_COMMIT=e618554084601bedd09e798ed9ee91efabbb50bb [2021-03-19T15:37:02.243Z] GIT_COMMITTER_EMAIL=collab-it+edgex@linuxfoundation.org [2021-03-19T15:37:02.243Z] GIT_COMMITTER_NAME=edgex-jenkins [2021-03-19T15:37:02.243Z] GIT_PREVIOUS_COMMIT=3459709a6694f0dbeb6a7ed92cdbcd54ee9a8ea0 [2021-03-19T15:37:02.243Z] GIT_PREVIOUS_SUCCESSFUL_COMMIT=3459709a6694f0dbeb6a7ed92cdbcd54ee9a8ea0 [2021-03-19T15:37:02.243Z] GIT_URL=git@github.com:edgexfoundry/edgex-go.git [2021-03-19T15:37:02.243Z] GOPROXY=https://nexus3.edgexfoundry.org/repository/go-proxy/ [2021-03-19T15:37:02.243Z] GO_VERSION=1.15 [2021-03-19T15:37:02.243Z] HOME=/home/jenkins [2021-03-19T15:37:02.243Z] HUDSON_COOKIE=9165f6a8-a3c0-4af6-95c0-28804b164ace [2021-03-19T15:37:02.243Z] HUDSON_HOME=/var/lib/jenkins [2021-03-19T15:37:02.243Z] HUDSON_SERVER_COOKIE=0f9321d5a576e62d [2021-03-19T15:37:02.243Z] HUDSON_URL=https://jenkins.edgexfoundry.org/ [2021-03-19T15:37:02.243Z] JENKINS_HOME=/var/lib/jenkins [2021-03-19T15:37:02.243Z] JENKINS_HOSTNAME=vex-yul-edgex-jenkins-1 [2021-03-19T15:37:02.243Z] JENKINS_NODE_COOKIE=db1c1241-7ea0-4178-a1f7-83b141db873b [2021-03-19T15:37:02.243Z] JENKINS_SERVER_COOKIE=durable-f5f110e9b13338fa006565ef5554c786 [2021-03-19T15:37:02.243Z] JENKINS_URL=https://jenkins.edgexfoundry.org/ [2021-03-19T15:37:02.243Z] JOB_BASE_NAME=PR-3274 [2021-03-19T15:37:02.243Z] JOB_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/display/redirect [2021-03-19T15:37:02.243Z] JOB_NAME=edgexfoundry/edgex-go/PR-3274 [2021-03-19T15:37:02.243Z] JOB_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/ [2021-03-19T15:37:02.243Z] LANG=C.UTF-8 [2021-03-19T15:37:02.243Z] LOGNAME=jenkins [2021-03-19T15:37:02.243Z] LOGS_SERVER=https://logs.edgexfoundry.org [2021-03-19T15:37:02.243Z] MAIL=/var/mail/jenkins [2021-03-19T15:37:02.243Z] MAVEN_SETTINGS=edgex-go-settings [2021-03-19T15:37:02.243Z] NEXUS_URL=https://nexus.edgexfoundry.org [2021-03-19T15:37:02.243Z] NODE_LABELS=prd-ubuntu18.04-docker-8c-8g-30552 ubuntu18.04-docker-8c-8g [2021-03-19T15:37:02.243Z] NODE_NAME=prd-ubuntu18.04-docker-8c-8g-30552 [2021-03-19T15:37:02.243Z] OLDPWD=/w/workspace/edgex-go/17 [2021-03-19T15:37:02.243Z] OPENSTACK_PUBLIC_IP=10.30.123.95 [2021-03-19T15:37:02.243Z] PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin [2021-03-19T15:37:02.243Z] PROJECT=edgex-go [2021-03-19T15:37:02.243Z] PUBLISH_SWAGGER_DOCS=true [2021-03-19T15:37:02.243Z] PUSH_DOCKER_IMAGE=false [2021-03-19T15:37:02.243Z] PWD=/w/workspace/edgex-go/17 [2021-03-19T15:37:02.243Z] REGISTRY_PORTS=10001 10002 10003 10004 [2021-03-19T15:37:02.243Z] RUN_ARTIFACTS_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/17/display/redirect?page=artifacts [2021-03-19T15:37:02.243Z] RUN_CHANGES_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/17/display/redirect?page=changes [2021-03-19T15:37:02.243Z] RUN_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/17/display/redirect [2021-03-19T15:37:02.243Z] RUN_TESTS_DISPLAY_URL=https://jenkins.edgexfoundry.org/job/edgexfoundry/job/edgex-go/job/PR-3274/17/display/redirect?page=tests [2021-03-19T15:37:02.243Z] SEMVER_BRANCH=PR-3274 [2021-03-19T15:37:02.243Z] SEMVER_BUMP_LEVEL=pre [2021-03-19T15:37:02.243Z] SEMVER_PRE_PREFIX=dev [2021-03-19T15:37:02.243Z] SHELL=/bin/bash [2021-03-19T15:37:02.243Z] SHLVL=2 [2021-03-19T15:37:02.243Z] SHORT_GIT_COMMIT=e618554 [2021-03-19T15:37:02.243Z] SIGUL_BRIDGE_IP=10.30.120.3 [2021-03-19T15:37:02.243Z] SIGUL_KEY=edgex-release-2020 [2021-03-19T15:37:02.243Z] SILO=production [2021-03-19T15:37:02.243Z] SSH_CLIENT=10.30.120.5 54496 22 [2021-03-19T15:37:02.243Z] SSH_CONNECTION=10.30.120.5 54496 10.30.123.95 22 [2021-03-19T15:37:02.243Z] STAGE_NAME=Snap [2021-03-19T15:37:02.243Z] SWAGGER_API_FOLDERS=openapi/v1 openapi/v2 [2021-03-19T15:37:02.243Z] TEST_SCRIPT=make test [2021-03-19T15:37:02.243Z] USER=jenkins [2021-03-19T15:37:02.243Z] USE_SEMVER=true [2021-03-19T15:37:02.243Z] VERSION=0.0.0 [2021-03-19T15:37:02.243Z] WORKSPACE=/w/workspace/edgex-go/17 [2021-03-19T15:37:02.243Z] XDG_RUNTIME_DIR=/run/user/1001 [2021-03-19T15:37:02.243Z] XDG_SESSION_ID=1 [2021-03-19T15:37:02.243Z] _=./snap/local/build-helpers/bin/minimal-snap-build.sh [2021-03-19T15:37:02.243Z] sysfs on /sys type sysfs (rw,nosuid,nodev,noexec,relatime) [2021-03-19T15:37:02.243Z] proc on /proc type proc (rw,nosuid,nodev,noexec,relatime) [2021-03-19T15:37:02.243Z] udev on /dev type devtmpfs (rw,nosuid,relatime,size=4070384k,nr_inodes=1017596,mode=755) [2021-03-19T15:37:02.243Z] devpts on /dev/pts type devpts (rw,nosuid,noexec,relatime,gid=5,mode=620,ptmxmode=000) [2021-03-19T15:37:02.243Z] tmpfs on /run type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) [2021-03-19T15:37:02.243Z] /dev/vda1 on / type ext4 (rw,relatime,data=ordered) [2021-03-19T15:37:02.243Z] securityfs on /sys/kernel/security type securityfs (rw,nosuid,nodev,noexec,relatime) [2021-03-19T15:37:02.243Z] tmpfs on /dev/shm type tmpfs (rw,nosuid,nodev) [2021-03-19T15:37:02.243Z] tmpfs on /run/lock type tmpfs (rw,nosuid,nodev,noexec,relatime,size=5120k) [2021-03-19T15:37:02.243Z] tmpfs on /sys/fs/cgroup type tmpfs (ro,nosuid,nodev,noexec,mode=755) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/unified type cgroup2 (rw,nosuid,nodev,noexec,relatime) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/systemd type cgroup (rw,nosuid,nodev,noexec,relatime,xattr,name=systemd) [2021-03-19T15:37:02.243Z] pstore on /sys/fs/pstore type pstore (rw,nosuid,nodev,noexec,relatime) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/devices type cgroup (rw,nosuid,nodev,noexec,relatime,devices) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/freezer type cgroup (rw,nosuid,nodev,noexec,relatime,freezer) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/hugetlb type cgroup (rw,nosuid,nodev,noexec,relatime,hugetlb) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/net_cls,net_prio type cgroup (rw,nosuid,nodev,noexec,relatime,net_cls,net_prio) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/blkio type cgroup (rw,nosuid,nodev,noexec,relatime,blkio) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/rdma type cgroup (rw,nosuid,nodev,noexec,relatime,rdma) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/cpu,cpuacct type cgroup (rw,nosuid,nodev,noexec,relatime,cpu,cpuacct) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/cpuset type cgroup (rw,nosuid,nodev,noexec,relatime,cpuset,clone_children) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/memory type cgroup (rw,nosuid,nodev,noexec,relatime,memory) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/pids type cgroup (rw,nosuid,nodev,noexec,relatime,pids) [2021-03-19T15:37:02.243Z] cgroup on /sys/fs/cgroup/perf_event type cgroup (rw,nosuid,nodev,noexec,relatime,perf_event) [2021-03-19T15:37:02.243Z] systemd-1 on /proc/sys/fs/binfmt_misc type autofs (rw,relatime,fd=27,pgrp=1,timeout=0,minproto=5,maxproto=5,direct,pipe_ino=11672) [2021-03-19T15:37:02.243Z] debugfs on /sys/kernel/debug type debugfs (rw,relatime) [2021-03-19T15:37:02.243Z] mqueue on /dev/mqueue type mqueue (rw,relatime) [2021-03-19T15:37:02.243Z] hugetlbfs on /dev/hugepages type hugetlbfs (rw,relatime,pagesize=2M) [2021-03-19T15:37:02.243Z] fusectl on /sys/fs/fuse/connections type fusectl (rw,relatime) [2021-03-19T15:37:02.243Z] configfs on /sys/kernel/config type configfs (rw,relatime) [2021-03-19T15:37:02.243Z] /dev/vda15 on /boot/efi type vfat (rw,relatime,fmask=0022,dmask=0022,codepage=437,iocharset=iso8859-1,shortname=mixed,errors=remount-ro) [2021-03-19T15:37:02.243Z] binfmt_misc on /proc/sys/fs/binfmt_misc type binfmt_misc (rw,relatime) [2021-03-19T15:37:02.243Z] lxcfs on /var/lib/lxcfs type fuse.lxcfs (rw,nosuid,nodev,relatime,user_id=0,group_id=0,allow_other) [2021-03-19T15:37:02.243Z] tmpfs on /run/user/1001 type tmpfs (rw,nosuid,nodev,relatime,size=816680k,mode=700,uid=1001,gid=1001) [2021-03-19T15:37:02.243Z] /var/lib/snapd/snaps/snapd_11107.snap on /snap/snapd/11107 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-19T15:37:02.243Z] /var/lib/snapd/snaps/core18_1988.snap on /snap/core18/1988 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-19T15:37:02.243Z] /var/lib/snapd/snaps/lxd_19823.snap on /snap/lxd/19823 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-19T15:37:02.243Z] tmpfs on /run/snapd/ns type tmpfs (rw,nosuid,noexec,relatime,size=816684k,mode=755) [2021-03-19T15:37:02.243Z] nsfs on /run/snapd/ns/lxd.mnt type nsfs (rw) [2021-03-19T15:37:02.243Z] tmpfs on /var/snap/lxd/common/ns type tmpfs (rw,relatime,size=1024k,mode=700) [2021-03-19T15:37:02.243Z] nsfs on /var/snap/lxd/common/ns/shmounts type nsfs (rw) [2021-03-19T15:37:02.243Z] nsfs on /var/snap/lxd/common/ns/mntns type nsfs (rw) [2021-03-19T15:37:02.243Z] /var/lib/snapd/snaps/snapcraft_6120.snap on /snap/snapcraft/6120 type squashfs (ro,nodev,relatime,x-gdu.hide) [2021-03-19T15:37:02.243Z] Filesystem Size Used Avail Use% Mounted on [2021-03-19T15:37:02.243Z] udev 3.9G 0 3.9G 0% /dev [2021-03-19T15:37:02.243Z] tmpfs 798M 980K 797M 1% /run [2021-03-19T15:37:02.243Z] /dev/vda1 39G 8.3G 31G 22% / [2021-03-19T15:37:02.243Z] tmpfs 3.9G 0 3.9G 0% /dev/shm [2021-03-19T15:37:02.243Z] tmpfs 5.0M 0 5.0M 0% /run/lock [2021-03-19T15:37:02.243Z] tmpfs 3.9G 0 3.9G 0% /sys/fs/cgroup [2021-03-19T15:37:02.243Z] /dev/vda15 105M 3.6M 101M 4% /boot/efi [2021-03-19T15:37:02.243Z] tmpfs 798M 0 798M 0% /run/user/1001 [2021-03-19T15:37:02.243Z] /dev/loop0 33M 33M 0 100% /snap/snapd/11107 [2021-03-19T15:37:02.243Z] /dev/loop1 56M 56M 0 100% /snap/core18/1988 [2021-03-19T15:37:02.243Z] /dev/loop2 69M 69M 0 100% /snap/lxd/19823 [2021-03-19T15:37:02.243Z] tmpfs 1.0M 0 1.0M 0% /var/snap/lxd/common/ns [2021-03-19T15:37:02.243Z] /dev/loop3 69M 69M 0 100% /snap/snapcraft/6120 [2021-03-19T15:37:02.243Z] ===================================================== [2021-03-19T15:37:02.243Z] /w: [2021-03-19T15:37:02.243Z] total 1508 [2021-03-19T15:37:02.243Z] drwxr-xr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.243Z] drwxr-xr-x 24 root root 4096 Mar 19 15:35 .. [2021-03-19T15:37:02.243Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 caches [2021-03-19T15:37:02.243Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:35 remoting [2021-03-19T15:37:02.243Z] -rw-rw-r-- 1 jenkins jenkins 1522833 Mar 19 15:35 remoting.jar [2021-03-19T15:37:02.243Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:35 workspace [2021-03-19T15:37:02.243Z] [2021-03-19T15:37:02.243Z] /w/caches: [2021-03-19T15:37:02.243Z] total 12 [2021-03-19T15:37:02.243Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.243Z] drwxr-xr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 durable-task [2021-03-19T15:37:02.243Z] [2021-03-19T15:37:02.243Z] /w/caches/durable-task: [2021-03-19T15:37:02.243Z] total 8 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.243Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.243Z] [2021-03-19T15:37:02.243Z] /w/remoting: [2021-03-19T15:37:02.243Z] total 16 [2021-03-19T15:37:02.243Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.243Z] drwxr-xr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.243Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 jarCache [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 logs [2021-03-19T15:37:02.243Z] [2021-03-19T15:37:02.243Z] /w/remoting/jarCache: [2021-03-19T15:37:02.243Z] total 172 [2021-03-19T15:37:02.243Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.243Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:35 .. [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 04 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 14 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 1D [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 1E [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 21 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 22 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 2A [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 31 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 39 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 52 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 60 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 68 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 6E [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 75 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 76 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 78 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 81 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 96 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 9A [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 9B [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 9E [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 A4 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 C0 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 C2 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 C3 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 CA [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 CC [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 CD [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 D1 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 D4 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 D5 [2021-03-19T15:37:02.243Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 DB [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 DD [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 E0 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 ED [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 EF [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 F0 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 F2 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 F3 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 FD [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 FE [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/04: [2021-03-19T15:37:02.244Z] total 148 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 141207 Mar 19 15:35 D04F08030B7FF8337135F2FE2724A7.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/14: [2021-03-19T15:37:02.244Z] total 220 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 214788 Mar 19 15:36 0904381276BD2C1FDCD762678FF20E.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/1D: [2021-03-19T15:37:02.244Z] total 660 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 664077 Mar 19 15:36 19C6F58BCC0DA8B031BAD3262E9CCD.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/1E: [2021-03-19T15:37:02.244Z] total 5188 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 5303920 Mar 19 15:36 DC99ACC552C43E8C4A4BFBF436BA0E.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/21: [2021-03-19T15:37:02.244Z] total 28 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 17292 Mar 19 15:36 06F1EF0FB710683187C98FE4AA61C3.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/22: [2021-03-19T15:37:02.244Z] total 32 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 20599 Mar 19 15:35 3826AB7A485E24DE46F29B08986201.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/2A: [2021-03-19T15:37:02.244Z] total 616 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 621199 Mar 19 15:36 F939BAFDED7B8F9888D77B20A8D9F2.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/31: [2021-03-19T15:37:02.244Z] total 376 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 374032 Mar 19 15:35 F0E069BACE3FC7D8FEE5484B144572.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/39: [2021-03-19T15:37:02.244Z] total 440 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 442331 Mar 19 15:36 9FFBA1E9C2F0C84C53E04421ED4221.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/52: [2021-03-19T15:37:02.244Z] total 72 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 65368 Mar 19 15:36 84DB5DC9E72CD9DA9E479C0EB490B0.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/60: [2021-03-19T15:37:02.244Z] total 28 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 17567 Mar 19 15:35 4351E301207E4FA3C701C02EFCEBC8.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/68: [2021-03-19T15:37:02.244Z] total 20 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 11541 Mar 19 15:35 275882C8D31CAC88CDDAFAD86DA00E.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/6E: [2021-03-19T15:37:02.244Z] total 20 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 8600 Mar 19 15:35 D9515E7C2CC6225B491AAA082AFF86.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/75: [2021-03-19T15:37:02.244Z] total 10612 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 10856363 Mar 19 15:36 66F61CBBD499E791F83FA3EF62880B.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/76: [2021-03-19T15:37:02.244Z] total 16 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 4414 Mar 19 15:35 6B1544A267DC9EA57735D913F3B493.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/78: [2021-03-19T15:37:02.244Z] total 344 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 340710 Mar 19 15:35 E3669C16C61C969CA2788A5A979BBD.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/81: [2021-03-19T15:37:02.244Z] total 3104 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 3167380 Mar 19 15:36 C5752A9CE4D35AF5DA6764CCEF8097.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/96: [2021-03-19T15:37:02.244Z] total 36 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 28570 Mar 19 15:35 455C4416B1DFC9256F9617336C0F7D.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/9A: [2021-03-19T15:37:02.244Z] total 612 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 615064 Mar 19 15:35 6A4B56B50338925829E7BDD00689E7.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/9B: [2021-03-19T15:37:02.244Z] total 128 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 120069 Mar 19 15:35 12E4381689FC456A1C5ECDE11F063E.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/9E: [2021-03-19T15:37:02.244Z] total 28 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 19673 Mar 19 15:35 2AF9045A0E0FBF520FE664585A9E4F.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/A4: [2021-03-19T15:37:02.244Z] total 180 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 175785 Mar 19 15:35 E0D96E04218B7B22F3F079F385FB93.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/C0: [2021-03-19T15:37:02.244Z] total 2200 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 2240798 Mar 19 15:35 64B347EB2F15857560AEE8E3E9177C.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/C2: [2021-03-19T15:37:02.244Z] total 288 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 284220 Mar 19 15:36 6DEE0DB71344F5159FEBFCD6E52613.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/C3: [2021-03-19T15:37:02.244Z] total 32 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 21038 Mar 19 15:35 A0F258782CEED655E52D9CE9936A97.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/CA: [2021-03-19T15:37:02.244Z] total 288 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 285605 Mar 19 15:35 6FBC12EEB6347F4A390FBDC1809C15.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/CC: [2021-03-19T15:37:02.244Z] total 28 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 16461 Mar 19 15:36 00215D08B8695997AE285B94DA5E0F.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/CD: [2021-03-19T15:37:02.244Z] total 52 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 41139 Mar 19 15:36 4D2A4997EF5C203FBE29A4E0E69F64.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/D1: [2021-03-19T15:37:02.244Z] total 228 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 222400 Mar 19 15:36 0E3C64E5452C8FA9CADF2E573E7BC6.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/D4: [2021-03-19T15:37:02.244Z] total 16 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 7946 Mar 19 15:36 7363E33E4C720064004B16BBA2C1E9.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/D5: [2021-03-19T15:37:02.244Z] total 104 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 97087 Mar 19 15:35 BA8D074CAA2B8566984DC9CCDF3968.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/DB: [2021-03-19T15:37:02.244Z] total 1620 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 1649781 Mar 19 15:35 8A4DF2E81A8CAD5CE8FFDC86EB96D0.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/DD: [2021-03-19T15:37:02.244Z] total 1480 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 1505196 Mar 19 15:35 891A07A8C64C7162B75516CD586859.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/E0: [2021-03-19T15:37:02.244Z] total 2776 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 2832168 Mar 19 15:36 240FE882C60E69CF8C67EE7233739C.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/ED: [2021-03-19T15:37:02.244Z] total 20 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 8476 Mar 19 15:36 4FA7991DAB026265BED9E25F518D2A.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/EF: [2021-03-19T15:37:02.244Z] total 336 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 332270 Mar 19 15:36 D64023B31319D07A86E9EABC478335.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/F0: [2021-03-19T15:37:02.244Z] total 160 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 152990 Mar 19 15:35 5F7926BC1E00AEF37FB6E95B8590F6.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/F2: [2021-03-19T15:37:02.244Z] total 568 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 22663 Mar 19 15:35 84FCC8C54FBFD68EF9E319A863DC13.jar [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 548722 Mar 19 15:35 B017BB6AB6889E7D0F0EB9BD654C6A.jar [2021-03-19T15:37:02.244Z] [2021-03-19T15:37:02.244Z] /w/remoting/jarCache/F3: [2021-03-19T15:37:02.244Z] total 76 [2021-03-19T15:37:02.244Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.244Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.244Z] -rw-rw-r-- 1 jenkins jenkins 68803 Mar 19 15:35 D242560AF5B707558485E723CB0CCF.jar [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/remoting/jarCache/FD: [2021-03-19T15:37:02.245Z] total 252 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 246174 Mar 19 15:36 3B9B71FCE0A55CB5626E0D29C522C3.jar [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/remoting/jarCache/FE: [2021-03-19T15:37:02.245Z] total 532 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 43 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 533110 Mar 19 15:35 4C264E639D06F42E6ADDA720A7F5DF.jar [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/remoting/logs: [2021-03-19T15:37:02.245Z] total 8 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:35 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 0 Mar 19 15:35 remoting.log.0 [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 0 Mar 19 15:35 remoting.log.0.lck [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace: [2021-03-19T15:37:02.245Z] total 16 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:35 . [2021-03-19T15:37:02.245Z] drwxr-xr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 edgex-go [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 60 Mar 19 15:35 workspaces.txt [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go: [2021-03-19T15:37:02.245Z] total 16 [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:35 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 17 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 17@tmp [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17: [2021-03-19T15:37:02.245Z] total 124 [2021-03-19T15:37:02.245Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 11 Mar 19 15:36 .dockerignore [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .git [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .github [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 818 Mar 19 15:36 .gitignore [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 166 Mar 19 15:36 .sonarcloud.properties [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 8607 Mar 19 15:36 Attribution.txt [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 3804 Mar 19 15:36 CONTRIBUTING.md [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 931 Mar 19 15:36 Dockerfile.build [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 986 Mar 19 15:36 Jenkinsfile [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 10775 Mar 19 15:36 LICENSE [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 5774 Mar 19 15:36 Makefile [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 6548 Mar 19 15:36 README.md [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 6755 Mar 19 15:36 SECURITY.md [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 4131 Mar 19 15:36 ZMQWindows.md [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 bin [2021-03-19T15:37:02.245Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 cmd [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 1055 Mar 19 15:36 go.mod [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 internal [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 openapi [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 snap [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 168 Mar 19 15:36 version.go [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git: [2021-03-19T15:37:02.245Z] total 164 [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 29977 Mar 19 15:36 FETCH_HEAD [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 HEAD [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 ORIG_HEAD [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 branches [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 203 Mar 19 15:36 config [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 73 Mar 19 15:36 description [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 hooks [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 85643 Mar 19 15:36 index [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 info [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 logs [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 objects [2021-03-19T15:37:02.245Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 refs [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/branches: [2021-03-19T15:37:02.245Z] total 8 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/hooks: [2021-03-19T15:37:02.245Z] total 56 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 478 Mar 19 15:36 applypatch-msg.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 896 Mar 19 15:36 commit-msg.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 3327 Mar 19 15:36 fsmonitor-watchman.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 189 Mar 19 15:36 post-update.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 424 Mar 19 15:36 pre-applypatch.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 1642 Mar 19 15:36 pre-commit.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 1348 Mar 19 15:36 pre-push.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 4898 Mar 19 15:36 pre-rebase.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 544 Mar 19 15:36 pre-receive.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 1492 Mar 19 15:36 prepare-commit-msg.sample [2021-03-19T15:37:02.245Z] -rwxrwxr-x 1 jenkins jenkins 3610 Mar 19 15:36 update.sample [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/info: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 240 Mar 19 15:36 exclude [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs: [2021-03-19T15:37:02.245Z] total 16 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 422 Mar 19 15:36 HEAD [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 refs [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 remotes [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 origin [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin: [2021-03-19T15:37:02.245Z] total 52 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 313 Mar 19 15:36 PR-3274 [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 california [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 delhi [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 dependabot [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 edinburgh [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 fuji [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 geneva [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 hanoi [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 master [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 save [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 semver [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 go_modules [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 github.com [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com: [2021-03-19T15:37:02.245Z] total 16 [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 edgexfoundry [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 lib [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry: [2021-03-19T15:37:02.245Z] total 24 [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-bootstrap [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-configuration [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-core-contracts [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-secrets [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 v2-2.0.0-dev.15 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 v2-2.0.0-dev.4 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 v2-2.0.0-dev.54 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 v2-2.0.0-dev.8 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/logs/refs/remotes/origin/dependabot/go_modules/github.com/lib: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -rw-rw-r-- 1 jenkins jenkins 255 Mar 19 15:36 pq-1.10.0 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/objects: [2021-03-19T15:37:02.245Z] total 24 [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 0a [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 ce [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 info [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 pack [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/objects/0a: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -r--r--r-- 1 jenkins jenkins 197 Mar 19 15:36 969cd21e0991d490ab9b6932dc660d71d10073 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/objects/ce: [2021-03-19T15:37:02.245Z] total 12 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] -r--r--r-- 1 jenkins jenkins 682 Mar 19 15:36 d3dfb073c64f4f8a7fbc52e0e0e0ac15b13072 [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/objects/info: [2021-03-19T15:37:02.245Z] total 8 [2021-03-19T15:37:02.245Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.245Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.245Z] [2021-03-19T15:37:02.245Z] /w/workspace/edgex-go/17/.git/objects/pack: [2021-03-19T15:37:02.246Z] total 158036 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -r--r--r-- 1 jenkins jenkins 4012 Mar 19 15:36 pack-38ee1b7c84bbb007f752b4002f1a4df816b1eaee.idx [2021-03-19T15:37:02.246Z] -r--r--r-- 1 jenkins jenkins 21395 Mar 19 15:36 pack-38ee1b7c84bbb007f752b4002f1a4df816b1eaee.pack [2021-03-19T15:37:02.246Z] -r--r--r-- 1 jenkins jenkins 1080304 Mar 19 15:36 pack-e56abb607cb25535eef12421d623a1cb84befbb0.idx [2021-03-19T15:37:02.246Z] -r--r--r-- 1 jenkins jenkins 160707957 Mar 19 15:36 pack-e56abb607cb25535eef12421d623a1cb84befbb0.pack [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs: [2021-03-19T15:37:02.246Z] total 28 [2021-03-19T15:37:02.246Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 heads [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 remotes [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 12288 Mar 19 15:36 tags [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/heads: [2021-03-19T15:37:02.246Z] total 8 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 origin [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin: [2021-03-19T15:37:02.246Z] total 52 [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 PR-3274 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 california [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 delhi [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 dependabot [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 edinburgh [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 fuji [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 geneva [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 hanoi [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 master [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 save [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 semver [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 go_modules [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 github.com [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com: [2021-03-19T15:37:02.246Z] total 16 [2021-03-19T15:37:02.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 edgexfoundry [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 lib [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry: [2021-03-19T15:37:02.246Z] total 24 [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-bootstrap [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-configuration [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-core-contracts [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 go-mod-secrets [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-bootstrap: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2-2.0.0-dev.15 [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-configuration: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2-2.0.0-dev.4 [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-core-contracts: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2-2.0.0-dev.54 [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com/edgexfoundry/go-mod-secrets: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2-2.0.0-dev.8 [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/remotes/origin/dependabot/go_modules/github.com/lib: [2021-03-19T15:37:02.246Z] total 12 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 pq-1.10.0 [2021-03-19T15:37:02.246Z] [2021-03-19T15:37:02.246Z] /w/workspace/edgex-go/17/.git/refs/tags: [2021-03-19T15:37:02.246Z] total 1092 [2021-03-19T15:37:02.246Z] drwxrwxr-x 2 jenkins jenkins 12288 Mar 19 15:36 . [2021-03-19T15:37:02.246Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 0.6.0 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 0.6.1 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 0.7.0 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 0.7.1 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v0.0.0 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v0.0.1-dev.1 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.0.0 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.0.1 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.1.0 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.0 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.1 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.1 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.10 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.100 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.101 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.102 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.103 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.104 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.105 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.106 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.107 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.11 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.12 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.13 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.14 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.15 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.16 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.17 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.18 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.19 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.2 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.20 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.21 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.22 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.23 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.24 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.25 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.26 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.27 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.28 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.29 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.3 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.30 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.31 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.32 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.33 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.34 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.35 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.36 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.37 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.38 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.39 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.4 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.40 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.41 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.42 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.43 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.44 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.45 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.46 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.47 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.48 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.49 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.5 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.50 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.51 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.52 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.53 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.54 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.55 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.56 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.57 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.58 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.59 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.6 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.60 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.61 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.62 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.63 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.64 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.65 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.66 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.67 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.68 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.69 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.7 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.70 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.71 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.72 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.73 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.74 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.75 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.76 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.77 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.78 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.79 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.8 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.80 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.81 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.82 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.83 [2021-03-19T15:37:02.246Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.84 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.85 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.86 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.87 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.88 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.89 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.9 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.90 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.91 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.92 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.93 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.94 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.95 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.96 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.97 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.98 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.2.2-dev.99 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.0 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.1 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.10 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.11 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.12 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.13 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.14 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.15 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.16 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.17 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.18 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.2 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.3 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.4 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.5 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.6 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.7 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.8 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v1.3.1-dev.9 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.1 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.10 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.100 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.101 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.102 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.103 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.104 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.105 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.106 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.107 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.108 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.109 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.11 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.110 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.111 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.112 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.113 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.114 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.115 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.116 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.117 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.118 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.119 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.12 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.120 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.121 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.122 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.123 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.124 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.125 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.126 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.127 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.128 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.129 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.13 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.130 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.131 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.14 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.15 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.16 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.17 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.18 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.19 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.2 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.20 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.21 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.22 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.23 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.24 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.25 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.26 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.27 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.28 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.29 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.3 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.30 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.31 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.32 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.33 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.34 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.35 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.36 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.37 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.38 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.39 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.4 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.40 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.41 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.42 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.43 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.44 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.45 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.46 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.47 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.48 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.49 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.5 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.50 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.51 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.52 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.53 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.54 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.55 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.56 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.57 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.58 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.59 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.6 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.60 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.61 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.62 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.63 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.64 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.65 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.66 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.67 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.68 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.69 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.7 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.70 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.71 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.72 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.73 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.74 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.75 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.76 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.77 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.78 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.79 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.8 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.80 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.81 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.82 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.83 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.84 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.85 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.86 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.87 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.88 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.89 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.9 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.90 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.91 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.92 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.93 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.94 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.95 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.96 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.97 [2021-03-19T15:37:02.247Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.98 [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 41 Mar 19 15:36 v2.0.0-dev.99 [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/.github: [2021-03-19T15:37:02.248Z] total 28 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 3876 Mar 19 15:36 Contributing.md [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 ISSUE_TEMPLATE [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1019 Mar 19 15:36 PULL_REQUEST_TEMPLATE.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 149 Mar 19 15:36 dependabot.yml [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 450 Mar 19 15:36 semantic.yml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/.github/ISSUE_TEMPLATE: [2021-03-19T15:37:02.248Z] total 28 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1262 Mar 19 15:36 1-bug-report.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1113 Mar 19 15:36 2-feature-request.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1450 Mar 19 15:36 3-docs-bug.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 820 Mar 19 15:36 4-security-issue-disclosure.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 517 Mar 19 15:36 5-support-request.md [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/bin: [2021-03-19T15:37:02.248Z] total 24 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 1438 Mar 19 15:36 edgex-docker-launch.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 1516 Mar 19 15:36 edgex-launch.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 1412 Mar 19 15:36 test-attribution-txt.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 1007 Mar 19 15:36 test-go-mod-tidy.sh [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd: [2021-03-19T15:37:02.248Z] total 56 [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 core-command [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 core-data [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 core-metadata [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 secrets-config [2021-03-19T15:37:02.248Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 security-bootstrapper [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 security-file-token-provider [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 security-proxy-setup [2021-03-19T15:37:02.248Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 security-secretstore-setup [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 support-notifications [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 support-scheduler [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 sys-mgmt-agent [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 sys-mgmt-executor [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/core-command: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1801 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 985 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/core-command/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1328 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/core-data: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2064 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1018 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/core-data/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2228 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/core-metadata: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1857 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 986 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/core-metadata/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1587 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/secrets-config: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 7377 Mar 19 15:36 README.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 440 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-bootstrapper: [2021-03-19T15:37:02.248Z] total 36 [2021-03-19T15:37:02.248Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2574 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 consul-acl [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 entrypoint-scripts [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 2114 Mar 19 15:36 entrypoint.sh [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1293 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res-bootstrap-redis [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-bootstrapper/consul-acl: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 118 Mar 19 15:36 config_consul_acl.json [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-bootstrapper/entrypoint-scripts: [2021-03-19T15:37:02.248Z] total 40 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 4587 Mar 19 15:36 consul_wait_install.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 3330 Mar 19 15:36 kong_wait_install.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 3847 Mar 19 15:36 postgres_wait_install.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 2230 Mar 19 15:36 proxy_setup_wait_install.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 1661 Mar 19 15:36 ready_to_run_wait_install.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 3006 Mar 19 15:36 redis_wait_install.sh [2021-03-19T15:37:02.248Z] -rwxrwxr-x 1 jenkins jenkins 2055 Mar 19 15:36 vault_wait_install.sh [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-bootstrapper/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1765 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-bootstrapper/res-bootstrap-redis: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1459 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-file-token-provider: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 543 Mar 19 15:36 README.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1010 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-file-token-provider/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2534 Mar 19 15:36 token-config.json [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-proxy-setup: [2021-03-19T15:37:02.248Z] total 24 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1839 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1740 Mar 19 15:36 README.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1017 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-proxy-setup/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2454 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-secretstore-setup: [2021-03-19T15:37:02.248Z] total 36 [2021-03-19T15:37:02.248Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2346 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 3886 Mar 19 15:36 README.md [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1705 Mar 19 15:36 entrypoint.sh [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1105 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res-file-token-provider [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-secretstore-setup/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 2145 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-secretstore-setup/res-file-token-provider: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 355 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/security-secretstore-setup/testdata: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 3240 Mar 19 15:36 docker-compose.yml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/support-notifications: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1842 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1232 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/support-notifications/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1358 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/support-scheduler: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1825 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 992 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/support-scheduler/res: [2021-03-19T15:37:02.248Z] total 12 [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1804 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.248Z] /w/workspace/edgex-go/17/cmd/sys-mgmt-agent: [2021-03-19T15:37:02.248Z] total 20 [2021-03-19T15:37:02.248Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.248Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 1524 Mar 19 15:36 Dockerfile [2021-03-19T15:37:02.248Z] -rw-rw-r-- 1 jenkins jenkins 982 Mar 19 15:36 main.go [2021-03-19T15:37:02.248Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.248Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/cmd/sys-mgmt-agent/res: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1714 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/cmd/sys-mgmt-executor: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 14 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1160 Mar 19 15:36 main.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal: [2021-03-19T15:37:02.249Z] total 40 [2021-03-19T15:37:02.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1210 Mar 19 15:36 constants.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 core [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 114 Mar 19 15:36 interface.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.249Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 pkg [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 security [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 support [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 system [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core: [2021-03-19T15:37:02.249Z] total 20 [2021-03-19T15:37:02.249Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 command [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 data [2021-03-19T15:37:02.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 metadata [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command: [2021-03-19T15:37:02.249Z] total 144 [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 3191 Mar 19 15:36 README.md [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 977 Mar 19 15:36 const.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 6519 Mar 19 15:36 device.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 8008 Mar 19 15:36 device_test.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 errors [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2074 Mar 19 15:36 get.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 7019 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 4560 Mar 19 15:36 init.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 916 Mar 19 15:36 interfaces.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2977 Mar 19 15:36 main.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1977 Mar 19 15:36 put.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 5779 Mar 19 15:36 put_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 14172 Mar 19 15:36 restDevice_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 8380 Mar 19 15:36 rest_device.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 5995 Mar 19 15:36 router.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 515 Mar 19 15:36 test_utils.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1959 Mar 19 15:36 types.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 4045 Mar 19 15:36 types_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1534 Mar 19 15:36 utils.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/config: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 3976 Mar 19 15:36 config.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/container: [2021-03-19T15:37:02.249Z] total 16 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1316 Mar 19 15:36 config.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1292 Mar 19 15:36 device.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/errors: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1784 Mar 19 15:36 types.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/interfaces: [2021-03-19T15:37:02.249Z] total 16 [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 444 Mar 19 15:36 db.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/interfaces/mocks: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2787 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/v2: [2021-03-19T15:37:02.249Z] total 20 [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 application [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 controller [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1510 Mar 19 15:36 router.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/v2/application: [2021-03-19T15:37:02.249Z] total 24 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 8934 Mar 19 15:36 command.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2664 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/v2/controller: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 http [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/command/v2/controller/http: [2021-03-19T15:37:02.249Z] total 40 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 5316 Mar 19 15:36 command.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 21801 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data: [2021-03-19T15:37:02.249Z] total 240 [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2821 Mar 19 15:36 README.md [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1330 Mar 19 15:36 const.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 3737 Mar 19 15:36 device.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2768 Mar 19 15:36 device_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1937 Mar 19 15:36 domain_events.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 errors [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 9658 Mar 19 15:36 event.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 16853 Mar 19 15:36 event_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 5521 Mar 19 15:36 init.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2986 Mar 19 15:36 io.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2546 Mar 19 15:36 io_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 3337 Mar 19 15:36 main.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 operators [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 6937 Mar 19 15:36 reading.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 9872 Mar 19 15:36 reading_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 55767 Mar 19 15:36 router.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 11402 Mar 19 15:36 router_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1511 Mar 19 15:36 utils.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2374 Mar 19 15:36 validate.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 5742 Mar 19 15:36 validate_test.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 10524 Mar 19 15:36 valuedescriptor.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 14914 Mar 19 15:36 valuedescriptor_test.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/config: [2021-03-19T15:37:02.249Z] total 16 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 5374 Mar 19 15:36 config.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/container: [2021-03-19T15:37:02.249Z] total 24 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1310 Mar 19 15:36 config.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1478 Mar 19 15:36 events.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1261 Mar 19 15:36 messaging.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1283 Mar 19 15:36 metadata.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/errors: [2021-03-19T15:37:02.249Z] total 16 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 4118 Mar 19 15:36 types.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/interfaces: [2021-03-19T15:37:02.249Z] total 20 [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 7724 Mar 19 15:36 db.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/interfaces/mocks: [2021-03-19T15:37:02.249Z] total 28 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 19846 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/mocks: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2902 Mar 19 15:36 device.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/operators: [2021-03-19T15:37:02.249Z] total 16 [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 reading [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 value_descriptor [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/operators/reading: [2021-03-19T15:37:02.249Z] total 28 [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1009 Mar 19 15:36 db.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 2218 Mar 19 15:36 get.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 4870 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/operators/reading/mocks: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 836 Mar 19 15:36 Loader.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/operators/value_descriptor: [2021-03-19T15:37:02.249Z] total 28 [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1079 Mar 19 15:36 db.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 3145 Mar 19 15:36 get.go [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 7599 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/operators/value_descriptor/mocks: [2021-03-19T15:37:02.249Z] total 12 [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] -rw-rw-r-- 1 jenkins jenkins 1305 Mar 19 15:36 Loader.go [2021-03-19T15:37:02.249Z] [2021-03-19T15:37:02.249Z] /w/workspace/edgex-go/17/internal/core/data/v2: [2021-03-19T15:37:02.249Z] total 36 [2021-03-19T15:37:02.249Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.249Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 application [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 bootstrap [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 controller [2021-03-19T15:37:02.249Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 infrastructure [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 io [2021-03-19T15:37:02.249Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2641 Mar 19 15:36 router.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/application: [2021-03-19T15:37:02.250Z] total 56 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 8523 Mar 19 15:36 event.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 15114 Mar 19 15:36 event_test.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3658 Mar 19 15:36 reading.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 9712 Mar 19 15:36 reading_test.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/application/mocks: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2314 Mar 19 15:36 deviceClient.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/bootstrap: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/bootstrap/container: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 633 Mar 19 15:36 database.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/controller: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 http [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/controller/http: [2021-03-19T15:37:02.250Z] total 92 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 663 Mar 19 15:36 const_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 13818 Mar 19 15:36 event.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 35314 Mar 19 15:36 event_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 8491 Mar 19 15:36 reading.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 14842 Mar 19 15:36 reading_test.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/infrastructure: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/infrastructure/interfaces: [2021-03-19T15:37:02.250Z] total 16 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1344 Mar 19 15:36 db.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/infrastructure/interfaces/mocks: [2021-03-19T15:37:02.250Z] total 20 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 9056 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/io: [2021-03-19T15:37:02.250Z] total 16 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3030 Mar 19 15:36 event.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2812 Mar 19 15:36 event_test.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/data/v2/mocks: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1421 Mar 19 15:36 container.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata: [2021-03-19T15:37:02.250Z] total 336 [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3210 Mar 19 15:36 README.md [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2388 Mar 19 15:36 const.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 errors [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3689 Mar 19 15:36 init.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3301 Mar 19 15:36 main.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 operators [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 8822 Mar 19 15:36 rest_addressable.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 27217 Mar 19 15:36 rest_addressable_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3470 Mar 19 15:36 rest_command.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 8108 Mar 19 15:36 rest_command_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 29905 Mar 19 15:36 rest_device.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2774 Mar 19 15:36 rest_device_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 16611 Mar 19 15:36 rest_deviceprofile.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 55783 Mar 19 15:36 rest_deviceprofile_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 10556 Mar 19 15:36 rest_devicereport.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 22116 Mar 19 15:36 rest_deviceservice.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 25276 Mar 19 15:36 rest_deviceservice_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 17596 Mar 19 15:36 rest_provisionwatcher.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 33176 Mar 19 15:36 router.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1090 Mar 19 15:36 utils.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/config: [2021-03-19T15:37:02.250Z] total 16 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 4291 Mar 19 15:36 config.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/container: [2021-03-19T15:37:02.250Z] total 20 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1329 Mar 19 15:36 config.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1414 Mar 19 15:36 coredata.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1358 Mar 19 15:36 notifications.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/errors: [2021-03-19T15:37:02.250Z] total 16 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 4518 Mar 19 15:36 types.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/interfaces: [2021-03-19T15:37:02.250Z] total 20 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 4706 Mar 19 15:36 db.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/interfaces/mocks: [2021-03-19T15:37:02.250Z] total 36 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 27216 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators: [2021-03-19T15:37:02.250Z] total 28 [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 addressable [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 command [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 device [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 device_profile [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 device_service [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/addressable: [2021-03-19T15:37:02.250Z] total 68 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1816 Mar 19 15:36 add.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3827 Mar 19 15:36 add_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1562 Mar 19 15:36 db.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2492 Mar 19 15:36 delete.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 8140 Mar 19 15:36 delete_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 5576 Mar 19 15:36 get.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 11012 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3022 Mar 19 15:36 update.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 5507 Mar 19 15:36 update_test.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/addressable/mocks: [2021-03-19T15:37:02.250Z] total 32 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 4616 Mar 19 15:36 AddressDeleter.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3773 Mar 19 15:36 AddressLoader.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 5090 Mar 19 15:36 AddressUpdater.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 754 Mar 19 15:36 AddressWriter.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/command: [2021-03-19T15:37:02.250Z] total 28 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 350 Mar 19 15:36 db.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3160 Mar 19 15:36 get.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 6300 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/command/mocks: [2021-03-19T15:37:02.250Z] total 12 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2186 Mar 19 15:36 CommandLoader.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/device: [2021-03-19T15:37:02.250Z] total 84 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3057 Mar 19 15:36 add.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 8874 Mar 19 15:36 add_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 946 Mar 19 15:36 db.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 205 Mar 19 15:36 events.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2786 Mar 19 15:36 get.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3827 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 4671 Mar 19 15:36 notify.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 6174 Mar 19 15:36 notify_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2100 Mar 19 15:36 request.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1496 Mar 19 15:36 request_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 5744 Mar 19 15:36 update.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 7599 Mar 19 15:36 update_test.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/device/mocks: [2021-03-19T15:37:02.250Z] total 32 [2021-03-19T15:37:02.250Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2724 Mar 19 15:36 DeviceAdder.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1239 Mar 19 15:36 DeviceLoader.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3111 Mar 19 15:36 DeviceProfileDeleter.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3626 Mar 19 15:36 DeviceProfileUpdater.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 1290 Mar 19 15:36 DeviceServiceLoader.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 3390 Mar 19 15:36 DeviceUpdater.go [2021-03-19T15:37:02.250Z] [2021-03-19T15:37:02.250Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/device_profile: [2021-03-19T15:37:02.250Z] total 96 [2021-03-19T15:37:02.250Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.250Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2191 Mar 19 15:36 add.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 4344 Mar 19 15:36 add_test.go [2021-03-19T15:37:02.250Z] -rw-rw-r-- 1 jenkins jenkins 2938 Mar 19 15:36 db.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2947 Mar 19 15:36 delete.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 8578 Mar 19 15:36 delete_test.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 6328 Mar 19 15:36 get.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 10800 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2562 Mar 19 15:36 update.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 7869 Mar 19 15:36 update_test.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 7481 Mar 19 15:36 value_descriptor.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 11570 Mar 19 15:36 value_descriptor_test.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/device_profile/mocks: [2021-03-19T15:37:02.251Z] total 40 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 774 Mar 19 15:36 DeviceProfileAdder.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 5828 Mar 19 15:36 DeviceProfileDeleter.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 4002 Mar 19 15:36 DeviceProfileLoader.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 5848 Mar 19 15:36 DeviceProfileUpdater.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 876 Mar 19 15:36 ValueDescriptorAdder.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2767 Mar 19 15:36 ValueDescriptorUpdater.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/device_service: [2021-03-19T15:37:02.251Z] total 60 [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 1395 Mar 19 15:36 db.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 5382 Mar 19 15:36 get.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 12800 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 6189 Mar 19 15:36 update.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 9845 Mar 19 15:36 update_test.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/operators/device_service/mocks: [2021-03-19T15:37:02.251Z] total 16 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 3284 Mar 19 15:36 DeviceServiceLoader.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 3613 Mar 19 15:36 DeviceServiceUpdater.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2: [2021-03-19T15:37:02.251Z] total 36 [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 application [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 bootstrap [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 controller [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 infrastructure [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 io [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 4446 Mar 19 15:36 router.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/application: [2021-03-19T15:37:02.251Z] total 56 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 8416 Mar 19 15:36 device.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 6737 Mar 19 15:36 deviceprofile.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 5060 Mar 19 15:36 deviceservice.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 8728 Mar 19 15:36 notify.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 7978 Mar 19 15:36 provisionwatcher.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/bootstrap: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/bootstrap/container: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 637 Mar 19 15:36 database.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/controller: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 http [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/controller/http: [2021-03-19T15:37:02.251Z] total 200 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 567 Mar 19 15:36 const_test.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 10890 Mar 19 15:36 device.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 32688 Mar 19 15:36 device_test.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 14792 Mar 19 15:36 deviceprofile.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 46917 Mar 19 15:36 deviceprofile_test.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 7755 Mar 19 15:36 deviceservice.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 21683 Mar 19 15:36 deviceservice_test.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 10775 Mar 19 15:36 provisionwatcher.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 33986 Mar 19 15:36 provisionwatcher_test.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/infrastructure: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/infrastructure/interfaces: [2021-03-19T15:37:02.251Z] total 16 [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2964 Mar 19 15:36 db.go [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/infrastructure/interfaces/mocks: [2021-03-19T15:37:02.251Z] total 28 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 20162 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/core/metadata/v2/io: [2021-03-19T15:37:02.251Z] total 24 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 1902 Mar 19 15:36 device.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2459 Mar 19 15:36 deviceprofile.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2163 Mar 19 15:36 deviceservice.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 2292 Mar 19 15:36 provisionwatcher.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/mocks: [2021-03-19T15:37:02.251Z] total 24 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 10205 Mar 19 15:36 DeviceClient.go [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 717 Mar 19 15:36 HttpCaller.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/pkg: [2021-03-19T15:37:02.251Z] total 48 [2021-03-19T15:37:02.251Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 bootstrap [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 common [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 correlation [2021-03-19T15:37:02.251Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 db [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 1293 Mar 19 15:36 encoding.go [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 errorconcept [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 telemetry [2021-03-19T15:37:02.251Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 1176 Mar 19 15:36 version.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/pkg/bootstrap: [2021-03-19T15:37:02.251Z] total 20 [2021-03-19T15:37:02.251Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 handlers [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/pkg/bootstrap/container: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 1273 Mar 19 15:36 database.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/pkg/bootstrap/handlers: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 database [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/pkg/bootstrap/handlers/database: [2021-03-19T15:37:02.251Z] total 16 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 4851 Mar 19 15:36 database.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.251Z] /w/workspace/edgex-go/17/internal/pkg/bootstrap/interfaces: [2021-03-19T15:37:02.251Z] total 12 [2021-03-19T15:37:02.251Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.251Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.251Z] -rw-rw-r-- 1 jenkins jenkins 1051 Mar 19 15:36 database.go [2021-03-19T15:37:02.251Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/common: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1363 Mar 19 15:36 util.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/container: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1262 Mar 19 15:36 errorHandler.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/correlation: [2021-03-19T15:37:02.252Z] total 20 [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 247 Mar 19 15:36 handler.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1542 Mar 19 15:36 middleware.go [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 models [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/correlation/models: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2704 Mar 19 15:36 event.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/db: [2021-03-19T15:37:02.252Z] total 24 [2021-03-19T15:37:02.252Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2218 Mar 19 15:36 db.go [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 redis [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 test [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/db/interfaces: [2021-03-19T15:37:02.252Z] total 20 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 10986 Mar 19 15:36 db.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/db/redis: [2021-03-19T15:37:02.252Z] total 184 [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1101 Mar 19 15:36 CONFIGURATION.md [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 5660 Mar 19 15:36 README.md [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3949 Mar 19 15:36 client.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3188 Mar 19 15:36 client_integration_test.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 33044 Mar 19 15:36 data.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2773 Mar 19 15:36 device.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2170 Mar 19 15:36 device_profile.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2282 Mar 19 15:36 device_service.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2822 Mar 19 15:36 event.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 32121 Mar 19 15:36 metadata.go [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 models [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 23698 Mar 19 15:36 notifications.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1102 Mar 19 15:36 object.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2528 Mar 19 15:36 provision_watcher.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 8706 Mar 19 15:36 queries.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 10209 Mar 19 15:36 scheduler.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 4437 Mar 19 15:36 scripts.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1041 Mar 19 15:36 util.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/db/redis/models: [2021-03-19T15:37:02.252Z] total 20 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1416 Mar 19 15:36 db_command.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1906 Mar 19 15:36 interval.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2634 Mar 19 15:36 interval_action.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/db/test: [2021-03-19T15:37:02.252Z] total 84 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 23259 Mar 19 15:36 db_data.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 30139 Mar 19 15:36 db_metadata.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 12103 Mar 19 15:36 db_notifications.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 6940 Mar 19 15:36 db_scheduler.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/errorconcept: [2021-03-19T15:37:02.252Z] total 88 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2585 Mar 19 15:36 addressable.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1322 Mar 19 15:36 cbor.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1445 Mar 19 15:36 command.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 6048 Mar 19 15:36 common.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 874 Mar 19 15:36 const.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2236 Mar 19 15:36 db.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2731 Mar 19 15:36 default.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2566 Mar 19 15:36 device.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 6333 Mar 19 15:36 device_profile.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1767 Mar 19 15:36 device_report.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 4164 Mar 19 15:36 device_service.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1297 Mar 19 15:36 event.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2646 Mar 19 15:36 handler.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 6257 Mar 19 15:36 provision_watcher.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1395 Mar 19 15:36 service_client.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3669 Mar 19 15:36 value_descriptors.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/telemetry: [2021-03-19T15:37:02.252Z] total 28 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1465 Mar 19 15:36 linux_cpu.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2932 Mar 19 15:36 telemetry.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1007 Mar 19 15:36 telemetry_test.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 1315 Mar 19 15:36 unimplemented_cpu.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2139 Mar 19 15:36 windows_cpu.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2: [2021-03-19T15:37:02.252Z] total 28 [2021-03-19T15:37:02.252Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 bootstrap [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 controller [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 infrastructure [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 utils [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/bootstrap: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 handlers [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/bootstrap/handlers: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3779 Mar 19 15:36 database.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/controller: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 http [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/controller/http: [2021-03-19T15:37:02.252Z] total 16 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 4351 Mar 19 15:36 common.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/infrastructure: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 redis [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/infrastructure/redis: [2021-03-19T15:37:02.252Z] total 168 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 30531 Mar 19 15:36 client.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 548 Mar 19 15:36 client_test.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 952 Mar 19 15:36 dbconsts.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 283 Mar 19 15:36 dbhelper.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 371 Mar 19 15:36 dbhelper_test.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 9076 Mar 19 15:36 device.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 12673 Mar 19 15:36 device_profile.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 8077 Mar 19 15:36 device_service.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 11257 Mar 19 15:36 event.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 5486 Mar 19 15:36 interval.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2376 Mar 19 15:36 intervalaction.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 6313 Mar 19 15:36 notification.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 9643 Mar 19 15:36 provisionwatcher.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 7690 Mar 19 15:36 queries.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 9016 Mar 19 15:36 reading.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 8574 Mar 19 15:36 subscription.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/interfaces: [2021-03-19T15:37:02.252Z] total 12 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 143 Mar 19 15:36 db.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/pkg/v2/utils: [2021-03-19T15:37:02.252Z] total 20 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 177 Mar 19 15:36 db.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 6321 Mar 19 15:36 http.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/security: [2021-03-19T15:37:02.252Z] total 36 [2021-03-19T15:37:02.252Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 bootstrapper [2021-03-19T15:37:02.252Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.252Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 fileprovider [2021-03-19T15:37:02.252Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 kdf [2021-03-19T15:37:02.252Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 pipedhexreader [2021-03-19T15:37:02.252Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 proxy [2021-03-19T15:37:02.252Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 secretstore [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/security/bootstrapper: [2021-03-19T15:37:02.252Z] total 44 [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 command [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 handlers [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 helper [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3352 Mar 19 15:36 main.go [2021-03-19T15:37:02.252Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 redis [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 tcp [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command: [2021-03-19T15:37:02.252Z] total 52 [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3070 Mar 19 15:36 cmd_dispatcher.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2972 Mar 19 15:36 cmd_dispatcher_test.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 3586 Mar 19 15:36 flags_common.go [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 gate [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 genpassword [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 gethttpstatus [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 help [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 listen [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 ping [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 setupacl [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 waitfor [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/gate: [2021-03-19T15:37:02.252Z] total 24 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 5225 Mar 19 15:36 command.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 4434 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/genpassword: [2021-03-19T15:37:02.252Z] total 16 [2021-03-19T15:37:02.252Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.252Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2645 Mar 19 15:36 command.go [2021-03-19T15:37:02.252Z] -rw-rw-r-- 1 jenkins jenkins 2198 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.252Z] [2021-03-19T15:37:02.252Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/gethttpstatus: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3417 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3101 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/help: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2135 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1715 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/listen: [2021-03-19T15:37:02.253Z] total 20 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2874 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 4147 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/ping: [2021-03-19T15:37:02.253Z] total 20 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 4205 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1636 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/setupacl: [2021-03-19T15:37:02.253Z] total 84 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3815 Mar 19 15:36 aclbootstrap.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 14253 Mar 19 15:36 acltokens.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 12873 Mar 19 15:36 acltokens_test.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 17766 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 14423 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1528 Mar 19 15:36 stubdata_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/command/waitfor: [2021-03-19T15:37:02.253Z] total 28 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 7503 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 8165 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1200 Mar 19 15:36 uri_flags.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/config: [2021-03-19T15:37:02.253Z] total 20 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3163 Mar 19 15:36 config.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3099 Mar 19 15:36 types.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 932 Mar 19 15:36 waitFor.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/container: [2021-03-19T15:37:02.253Z] total 12 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1324 Mar 19 15:36 container.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/handlers: [2021-03-19T15:37:02.253Z] total 12 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3177 Mar 19 15:36 init.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/helper: [2021-03-19T15:37:02.253Z] total 28 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1830 Mar 19 15:36 helper.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1845 Mar 19 15:36 helper_test.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 6127 Mar 19 15:36 redis_conf.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2760 Mar 19 15:36 redis_config_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/interfaces: [2021-03-19T15:37:02.253Z] total 12 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1174 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/redis: [2021-03-19T15:37:02.253Z] total 28 [2021-03-19T15:37:02.253Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1848 Mar 19 15:36 Developer-notes.md [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2722 Mar 19 15:36 configure.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 handlers [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/redis/config: [2021-03-19T15:37:02.253Z] total 12 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3710 Mar 19 15:36 config.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/redis/container: [2021-03-19T15:37:02.253Z] total 12 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1400 Mar 19 15:36 config.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/redis/handlers: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 5333 Mar 19 15:36 handlers.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/bootstrapper/tcp: [2021-03-19T15:37:02.253Z] total 24 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 10 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2130 Mar 19 15:36 client.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2467 Mar 19 15:36 client_test.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2603 Mar 19 15:36 listener.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2629 Mar 19 15:36 listener_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config: [2021-03-19T15:37:02.253Z] total 24 [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2235 Mar 19 15:36 bootstraphandler.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 command [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2026 Mar 19 15:36 main.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command: [2021-03-19T15:37:02.253Z] total 20 [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2884 Mar 19 15:36 flags_common.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 help [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 proxy [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/help: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1146 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1040 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy: [2021-03-19T15:37:02.253Z] total 36 [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 adduser [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1663 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 common [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 deluser [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 jwt [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 oauth2 [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 tls [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/adduser: [2021-03-19T15:37:02.253Z] total 32 [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 12079 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 4343 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/adduser/testdata: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1704 Mar 19 15:36 rsa.key [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 451 Mar 19 15:36 rsa.pub [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/common: [2021-03-19T15:37:02.253Z] total 12 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 241 Mar 19 15:36 common.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/deluser: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2657 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1913 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/jwt: [2021-03-19T15:37:02.253Z] total 20 [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3742 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1966 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/jwt/testdata: [2021-03-19T15:37:02.253Z] total 24 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 227 Mar 19 15:36 ecdsa.key [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 178 Mar 19 15:36 ecdsa.pub [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1704 Mar 19 15:36 rsa.key [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 451 Mar 19 15:36 rsa.pub [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/oauth2: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 4003 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2185 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/tls: [2021-03-19T15:37:02.253Z] total 36 [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 10411 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 9844 Mar 19 15:36 command_test.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/command/proxy/tls/testdata: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1996 Mar 19 15:36 testCert.pem [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3272 Mar 19 15:36 testCert.prkey [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/config/interfaces: [2021-03-19T15:37:02.253Z] total 16 [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 442 Mar 19 15:36 command.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 424 Mar 19 15:36 constants.go [2021-03-19T15:37:02.253Z] [2021-03-19T15:37:02.253Z] /w/workspace/edgex-go/17/internal/security/fileprovider: [2021-03-19T15:37:02.253Z] total 104 [2021-03-19T15:37:02.253Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.253Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1479 Mar 19 15:36 defaults.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1480 Mar 19 15:36 defaults_test.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 3430 Mar 19 15:36 init.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 1134 Mar 19 15:36 interface.go [2021-03-19T15:37:02.253Z] -rw-rw-r-- 1 jenkins jenkins 2453 Mar 19 15:36 main.go [2021-03-19T15:37:02.253Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 8036 Mar 19 15:36 provider.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 20496 Mar 19 15:36 provider_test.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 res [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 5379 Mar 19 15:36 tokenconfig.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 7190 Mar 19 15:36 tokenconfig_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 974 Mar 19 15:36 types.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 870 Mar 19 15:36 util.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1112 Mar 19 15:36 util_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/fileprovider/config: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3299 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/fileprovider/container: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1394 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/fileprovider/mocks: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1362 Mar 19 15:36 mock.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1576 Mar 19 15:36 mock_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/fileprovider/res: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1314 Mar 19 15:36 edgex-privileged-token-creator.hcl [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/kdf: [2021-03-19T15:37:02.254Z] total 32 [2021-03-19T15:37:02.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 874 Mar 19 15:36 interface.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3545 Mar 19 15:36 methods.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 8674 Mar 19 15:36 methods_test.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/kdf/mocks: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 460 Mar 19 15:36 mock.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 723 Mar 19 15:36 mock_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/pipedhexreader: [2021-03-19T15:37:02.254Z] total 28 [2021-03-19T15:37:02.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 425 Mar 19 15:36 interface.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1297 Mar 19 15:36 pipedhexreader.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 775 Mar 19 15:36 pipedhexreader_linux_test.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/pipedhexreader/mocks: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 452 Mar 19 15:36 mock.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 740 Mar 19 15:36 mock_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/pipedhexreader/testdata: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rwxrwxr-x 1 jenkins jenkins 25 Mar 19 15:36 echowithnewline [2021-03-19T15:37:02.254Z] -rwxrwxr-x 1 jenkins jenkins 28 Mar 19 15:36 echowithoutnewline [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/proxy: [2021-03-19T15:37:02.254Z] total 92 [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1090 Mar 19 15:36 const.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2954 Mar 19 15:36 init.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2960 Mar 19 15:36 main.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 models [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1773 Mar 19 15:36 requestor.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2220 Mar 19 15:36 resource.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2422 Mar 19 15:36 resource_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 17339 Mar 19 15:36 service.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 17635 Mar 19 15:36 service_test.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1087 Mar 19 15:36 token.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/proxy/config: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3748 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/proxy/container: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1387 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/proxy/models: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2558 Mar 19 15:36 kongParameters.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/proxy/testdata: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2098 Mar 19 15:36 configuration.toml [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 127 Mar 19 15:36 test-resp-init.json [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore: [2021-03-19T15:37:02.254Z] total 156 [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 5613 Mar 19 15:36 certs.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2400 Mar 19 15:36 certs_test.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1617 Mar 19 15:36 constants.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1038 Mar 19 15:36 credentialgenerator.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 487 Mar 19 15:36 credentialgenerator_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 833 Mar 19 15:36 execrunner-mock_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1353 Mar 19 15:36 execrunner.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 18984 Mar 19 15:36 init.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2190 Mar 19 15:36 init_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2940 Mar 19 15:36 main.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 6410 Mar 19 15:36 password.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1060 Mar 19 15:36 password_linux_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2964 Mar 19 15:36 password_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2617 Mar 19 15:36 passwordprovider.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3268 Mar 19 15:36 passwordprovider_test.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 secretsengine [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 testdata [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 tokencreatable [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 tokenfilewriter [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 6190 Mar 19 15:36 tokenmaintenance.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3853 Mar 19 15:36 tokenmaintenance_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3068 Mar 19 15:36 tokenprovider.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1659 Mar 19 15:36 tokenprovider_linux_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 4014 Mar 19 15:36 tokenprovider_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 8326 Mar 19 15:36 vmkencryption.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2968 Mar 19 15:36 vmkencryption_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore/config: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3788 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore/container: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1393 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore/secretsengine: [2021-03-19T15:37:02.254Z] total 20 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3935 Mar 19 15:36 enabler.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 5638 Mar 19 15:36 enabler_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore/testdata: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 109 Mar 19 15:36 test-resp-init.json [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore/tokencreatable: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1054 Mar 19 15:36 tokencreatable.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/security/secretstore/tokenfilewriter: [2021-03-19T15:37:02.254Z] total 24 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 6934 Mar 19 15:36 tokenfilewriter.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 6160 Mar 19 15:36 tokenfilewriter_test.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/support: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 notifications [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 scheduler [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/support/notifications: [2021-03-19T15:37:02.254Z] total 200 [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2176 Mar 19 15:36 cleanup.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1607 Mar 19 15:36 const.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2471 Mar 19 15:36 distribution_coordinator.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 errors [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 2267 Mar 19 15:36 escalating_service.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1716 Mar 19 15:36 init.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 3666 Mar 19 15:36 main.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1459 Mar 19 15:36 normal_distribution.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 operators [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 12715 Mar 19 15:36 rest_notification.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 39714 Mar 19 15:36 rest_notification_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 9080 Mar 19 15:36 rest_subscription.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 17778 Mar 19 15:36 rest_subscription_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 9720 Mar 19 15:36 rest_transmission.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 13089 Mar 19 15:36 router.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 9243 Mar 19 15:36 sending_service.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 4106 Mar 19 15:36 sending_service_test.go [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1678 Mar 19 15:36 utils.go [2021-03-19T15:37:02.254Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/support/notifications/config: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 4455 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/support/notifications/container: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1394 Mar 19 15:36 config.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/support/notifications/errors: [2021-03-19T15:37:02.254Z] total 12 [2021-03-19T15:37:02.254Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.254Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.254Z] -rw-rw-r-- 1 jenkins jenkins 1737 Mar 19 15:36 types.go [2021-03-19T15:37:02.254Z] [2021-03-19T15:37:02.254Z] /w/workspace/edgex-go/17/internal/support/notifications/interfaces: [2021-03-19T15:37:02.254Z] total 16 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 3590 Mar 19 15:36 db.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/interfaces/mocks: [2021-03-19T15:37:02.255Z] total 28 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 18562 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/operators: [2021-03-19T15:37:02.255Z] total 16 [2021-03-19T15:37:02.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 notification [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 subscription [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/operators/notification: [2021-03-19T15:37:02.255Z] total 56 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1784 Mar 19 15:36 db.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2759 Mar 19 15:36 delete.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 5622 Mar 19 15:36 delete_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 5361 Mar 19 15:36 get.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 19031 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/operators/notification/mocks: [2021-03-19T15:37:02.255Z] total 20 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1148 Mar 19 15:36 NotificationDeleter.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 4802 Mar 19 15:36 NotificationLoader.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/operators/subscription: [2021-03-19T15:37:02.255Z] total 60 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1315 Mar 19 15:36 add.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2698 Mar 19 15:36 add_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1683 Mar 19 15:36 db.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2233 Mar 19 15:36 delete.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 4157 Mar 19 15:36 delete_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 3033 Mar 19 15:36 get.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 8393 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1512 Mar 19 15:36 update.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 3370 Mar 19 15:36 update_test.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/operators/subscription/mocks: [2021-03-19T15:37:02.255Z] total 24 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 845 Mar 19 15:36 SubscriptionDeleter.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2348 Mar 19 15:36 SubscriptionLoader.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2666 Mar 19 15:36 SubscriptionUpdater.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 769 Mar 19 15:36 SubscriptionWriter.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2: [2021-03-19T15:37:02.255Z] total 32 [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 application [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 bootstrap [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 controller [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 infrastructure [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 io [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2656 Mar 19 15:36 router.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/application: [2021-03-19T15:37:02.255Z] total 24 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 5043 Mar 19 15:36 notification.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 6612 Mar 19 15:36 subscription.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/bootstrap: [2021-03-19T15:37:02.255Z] total 12 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/bootstrap/container: [2021-03-19T15:37:02.255Z] total 12 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 650 Mar 19 15:36 database.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/controller: [2021-03-19T15:37:02.255Z] total 12 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 http [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/controller/http: [2021-03-19T15:37:02.255Z] total 84 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 9551 Mar 19 15:36 notification.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 20240 Mar 19 15:36 notification_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 11745 Mar 19 15:36 subscription.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 31393 Mar 19 15:36 subscription_test.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/infrastructure: [2021-03-19T15:37:02.255Z] total 12 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/infrastructure/interfaces: [2021-03-19T15:37:02.255Z] total 16 [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1450 Mar 19 15:36 db.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/infrastructure/interfaces/mocks: [2021-03-19T15:37:02.255Z] total 20 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 9118 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/notifications/v2/io: [2021-03-19T15:37:02.255Z] total 16 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1479 Mar 19 15:36 notification.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2130 Mar 19 15:36 subscription.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/scheduler: [2021-03-19T15:37:02.255Z] total 204 [2021-03-19T15:37:02.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2349 Mar 19 15:36 README.md [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 1456 Mar 19 15:36 const.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 errors [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2702 Mar 19 15:36 init.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2837 Mar 19 15:36 interval.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 8442 Mar 19 15:36 interval_action.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 5604 Mar 19 15:36 interval_action_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 5003 Mar 19 15:36 interval_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 8638 Mar 19 15:36 loader.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 3362 Mar 19 15:36 main.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 operators [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 8359 Mar 19 15:36 rest_interval.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 28750 Mar 19 15:36 rest_interval_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 11362 Mar 19 15:36 rest_intervalaction.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 8890 Mar 19 15:36 rest_intervalaction_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 7162 Mar 19 15:36 router.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 18497 Mar 19 15:36 schedule.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 2787 Mar 19 15:36 schedulecontext.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 7424 Mar 19 15:36 schedulercontext_test.go [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 3131 Mar 19 15:36 utils.go [2021-03-19T15:37:02.255Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/scheduler/config: [2021-03-19T15:37:02.255Z] total 16 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.255Z] -rw-rw-r-- 1 jenkins jenkins 5310 Mar 19 15:36 config.go [2021-03-19T15:37:02.255Z] [2021-03-19T15:37:02.255Z] /w/workspace/edgex-go/17/internal/support/scheduler/container: [2021-03-19T15:37:02.255Z] total 16 [2021-03-19T15:37:02.255Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.255Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1313 Mar 19 15:36 config.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1296 Mar 19 15:36 queue.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/errors: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3821 Mar 19 15:36 types.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/interfaces: [2021-03-19T15:37:02.256Z] total 20 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2856 Mar 19 15:36 db.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2344 Mar 19 15:36 scheduler_queue.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/interfaces/mocks: [2021-03-19T15:37:02.256Z] total 28 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 8247 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4981 Mar 19 15:36 SchedulerQueueClient.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/operators: [2021-03-19T15:37:02.256Z] total 16 [2021-03-19T15:37:02.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interval [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 intervalaction [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/operators/interval: [2021-03-19T15:37:02.256Z] total 76 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1967 Mar 19 15:36 add.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 5400 Mar 19 15:36 add_test.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2539 Mar 19 15:36 db.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4736 Mar 19 15:36 delete.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 12256 Mar 19 15:36 delete_test.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2555 Mar 19 15:36 get.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 7193 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3220 Mar 19 15:36 update.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 10131 Mar 19 15:36 update_test.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/operators/interval/mocks: [2021-03-19T15:37:02.256Z] total 44 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 879 Mar 19 15:36 IntervalActionLoader.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3378 Mar 19 15:36 IntervalDeleter.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2156 Mar 19 15:36 IntervalLoader.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3014 Mar 19 15:36 IntervalUpdater.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2595 Mar 19 15:36 IntervalWriter.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1672 Mar 19 15:36 SchedulerQueueDeleter.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1338 Mar 19 15:36 SchedulerQueueLoader.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1662 Mar 19 15:36 SchedulerQueueUpdater.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1650 Mar 19 15:36 SchedulerQueueWriter.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/operators/intervalaction: [2021-03-19T15:37:02.256Z] total 40 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3003 Mar 19 15:36 add.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 8186 Mar 19 15:36 add_test.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1876 Mar 19 15:36 db.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1978 Mar 19 15:36 get.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4732 Mar 19 15:36 get_test.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/operators/intervalaction/mocks: [2021-03-19T15:37:02.256Z] total 28 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4218 Mar 19 15:36 IntervalActionLoader.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4718 Mar 19 15:36 IntervalActionWriter.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1826 Mar 19 15:36 SchedulerQueueWriter.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2: [2021-03-19T15:37:02.256Z] total 32 [2021-03-19T15:37:02.256Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 application [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 bootstrap [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 controller [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 infrastructure [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 io [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1794 Mar 19 15:36 router.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/application: [2021-03-19T15:37:02.256Z] total 20 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4815 Mar 19 15:36 interval.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1444 Mar 19 15:36 intervalaction.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/bootstrap: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/bootstrap/container: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 641 Mar 19 15:36 database.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/controller: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 http [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/controller/http: [2021-03-19T15:37:02.256Z] total 52 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 506 Mar 19 15:36 const_test.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 7375 Mar 19 15:36 interval.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 18690 Mar 19 15:36 interval_test.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2703 Mar 19 15:36 intervalaction.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4167 Mar 19 15:36 intervalaction_test.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/infrastructure: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/infrastructure/interfaces: [2021-03-19T15:37:02.256Z] total 16 [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 721 Mar 19 15:36 db.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 mocks [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/infrastructure/interfaces/mocks: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3955 Mar 19 15:36 DBClient.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/support/scheduler/v2/io: [2021-03-19T15:37:02.256Z] total 16 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 7 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1976 Mar 19 15:36 interval.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2198 Mar 19 15:36 intervalaction.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system: [2021-03-19T15:37:02.256Z] total 24 [2021-03-19T15:37:02.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 8 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 agent [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 executor [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3686 Mar 19 15:36 result.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1384 Mar 19 15:36 result_test.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent: [2021-03-19T15:37:02.256Z] total 72 [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 clients [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 concurrent [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 container [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 direct [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 executor [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 getconfig [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4738 Mar 19 15:36 init.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 interfaces [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2726 Mar 19 15:36 main.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 response [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 5837 Mar 19 15:36 router.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1464 Mar 19 15:36 services.go [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 setconfig [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/clients: [2021-03-19T15:37:02.256Z] total 16 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1986 Mar 19 15:36 general.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1437 Mar 19 15:36 general_test.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/concurrent: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1423 Mar 19 15:36 concurrent.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/config: [2021-03-19T15:37:02.256Z] total 12 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3844 Mar 19 15:36 config.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/container: [2021-03-19T15:37:02.256Z] total 32 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1320 Mar 19 15:36 config.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1261 Mar 19 15:36 general.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1289 Mar 19 15:36 getconfig.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1269 Mar 19 15:36 metrics.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1299 Mar 19 15:36 operations.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1289 Mar 19 15:36 setconfig.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/direct: [2021-03-19T15:37:02.256Z] total 20 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 840 Mar 19 15:36 const.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 4993 Mar 19 15:36 metrics.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/executor: [2021-03-19T15:37:02.256Z] total 44 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 835 Mar 19 15:36 const.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3437 Mar 19 15:36 executor-stub.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1058 Mar 19 15:36 executor.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2541 Mar 19 15:36 metrics.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 5077 Mar 19 15:36 metrics_test.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2560 Mar 19 15:36 operation.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 5021 Mar 19 15:36 operation_test.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/getconfig: [2021-03-19T15:37:02.256Z] total 16 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 3450 Mar 19 15:36 executor.go [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 2330 Mar 19 15:36 get.go [2021-03-19T15:37:02.256Z] [2021-03-19T15:37:02.256Z] /w/workspace/edgex-go/17/internal/system/agent/interfaces: [2021-03-19T15:37:02.256Z] total 24 [2021-03-19T15:37:02.256Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.256Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.256Z] -rw-rw-r-- 1 jenkins jenkins 1044 Mar 19 15:36 config.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 847 Mar 19 15:36 executor.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 916 Mar 19 15:36 metrics.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 903 Mar 19 15:36 operations.go [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/internal/system/agent/response: [2021-03-19T15:37:02.257Z] total 16 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 1197 Mar 19 15:36 process.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 1897 Mar 19 15:36 process_test.go [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/internal/system/agent/setconfig: [2021-03-19T15:37:02.257Z] total 24 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 12 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 1875 Mar 19 15:36 executor-stub.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 3693 Mar 19 15:36 executor.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 2148 Mar 19 15:36 executor_test.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 2193 Mar 19 15:36 set.go [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/internal/system/executor: [2021-03-19T15:37:02.257Z] total 44 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 6305 Mar 19 15:36 README.md [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 4591 Mar 19 15:36 commands.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 2721 Mar 19 15:36 docker.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 11871 Mar 19 15:36 docker_test.go [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 3142 Mar 19 15:36 metrics.go [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/openapi: [2021-03-19T15:37:02.257Z] total 16 [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 v1 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 v2 [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/openapi/v1: [2021-03-19T15:37:02.257Z] total 204 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 10522 Mar 19 15:36 core-command.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 32557 Mar 19 15:36 core-data.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 73721 Mar 19 15:36 core-metadata.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 13581 Mar 19 15:36 support-logging.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 38890 Mar 19 15:36 support-notifications.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 14249 Mar 19 15:36 support-scheduler.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 4110 Mar 19 15:36 system-agent.yaml [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/openapi/v2: [2021-03-19T15:37:02.257Z] total 356 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 375 Mar 19 15:36 README.md [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 29744 Mar 19 15:36 core-command.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 57287 Mar 19 15:36 core-data.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 118899 Mar 19 15:36 core-metadata.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 71727 Mar 19 15:36 support-notifications.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 39475 Mar 19 15:36 support-scheduler.yaml [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 24182 Mar 19 15:36 system-agent.yaml [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap: [2021-03-19T15:37:02.257Z] total 60 [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 12571 Mar 19 15:36 README.md [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 hooks [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 local [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 28336 Mar 19 15:36 snapcraft.yaml [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/hooks: [2021-03-19T15:37:02.257Z] total 32 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 5349 Mar 19 15:36 configure [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 9781 Mar 19 15:36 install [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 145 Mar 19 15:36 pre-refresh [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local: [2021-03-19T15:37:02.257Z] total 24 [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 assets [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 build-helpers [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 patches [2021-03-19T15:37:02.257Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 runtime-helpers [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/assets: [2021-03-19T15:37:02.257Z] total 20 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 11942 Mar 19 15:36 edgex-snap-icon.png [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/build-helpers: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 bin [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/build-helpers/bin: [2021-03-19T15:37:02.257Z] total 16 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 1051 Mar 19 15:36 go-build-helper.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 1952 Mar 19 15:36 minimal-snap-build.sh [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/patches: [2021-03-19T15:37:02.257Z] total 32 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 19043 Mar 19 15:36 0001-optimize-build-for-pipeline-CI-check.patch [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 406 Mar 19 15:36 0002-lua-resty-openssl-fix.patch [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers: [2021-03-19T15:37:02.257Z] total 20 [2021-03-19T15:37:02.257Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 bin [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 config [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 etc [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/bin: [2021-03-19T15:37:02.257Z] total 40 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 103 Mar 19 15:36 drop-snap-daemon.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 516 Mar 19 15:36 kong-daemon.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 951 Mar 19 15:36 kong-launch.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 355 Mar 19 15:36 kong-stop.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 677 Mar 19 15:36 perl5lib-launch.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 331 Mar 19 15:36 security-secret-store-env-var.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 1006 Mar 19 15:36 start-consul.sh [2021-03-19T15:37:02.257Z] -rwxrwxr-x 1 jenkins jenkins 922 Mar 19 15:36 sys-mgmt-agent-snap-executor.sh [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/config: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 security-secret-store [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/config/security-secret-store: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 595 Mar 19 15:36 vault-config.hcl.in [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/etc: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 5 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 postgresql [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/etc/postgresql: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 10 [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/etc/postgresql/10: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 main [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17/snap/local/runtime-helpers/etc/postgresql/10/main: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 50 Mar 19 15:36 postgresql.conf [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17@tmp: [2021-03-19T15:37:02.257Z] total 12 [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 durable-f397234a [2021-03-19T15:37:02.257Z] [2021-03-19T15:37:02.257Z] /w/workspace/edgex-go/17@tmp/durable-f397234a: [2021-03-19T15:37:02.257Z] total 160 [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 3 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 150602 Mar 19 15:37 jenkins-log.txt [2021-03-19T15:37:02.257Z] -rwxr-xr-x 1 jenkins jenkins 852 Mar 19 15:36 script.sh [2021-03-19T15:37:02.257Z] total 60 [2021-03-19T15:37:02.257Z] drwxrwxr-x 4 jenkins jenkins 4096 Mar 19 15:36 . [2021-03-19T15:37:02.257Z] drwxrwxr-x 9 jenkins jenkins 4096 Mar 19 15:36 .. [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 12571 Mar 19 15:36 README.md [2021-03-19T15:37:02.257Z] drwxrwxr-x 2 jenkins jenkins 4096 Mar 19 15:36 hooks [2021-03-19T15:37:02.257Z] drwxrwxr-x 6 jenkins jenkins 4096 Mar 19 15:36 local [2021-03-19T15:37:02.257Z] -rw-rw-r-- 1 jenkins jenkins 28336 Mar 19 15:36 snapcraft.yaml [2021-03-19T15:37:02.257Z] ===================================================== [2021-03-19T15:37:02.257Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T15:37:02.257Z] Dload Upload Total Spent Left Speed [2021-03-19T15:37:02.257Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 627 100 627 0 0 6966 0 --:--:-- --:--:-- --:--:-- 6966 [2021-03-19T15:37:02.257Z] 100 3325k 100 3325k 0 0 15.9M 0 --:--:-- --:--:-- --:--:-- 15.9M [2021-03-19T15:37:02.257Z] ./yq_linux_amd64 [2021-03-19T15:37:02.257Z] snap "yq" is not installed [2021-03-19T15:37:02.257Z] + sudo snapcraft prime --use-lxd [2021-03-19T15:37:03.643Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-03-19T15:37:03.643Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-19T15:37:03.643Z] - README.md [2021-03-19T15:37:03.643Z] [2021-03-19T15:37:03.643Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T15:37:04.220Z] Launching a container. [2021-03-19T15:37:16.456Z] Waiting for container to be ready [2021-03-19T15:37:16.456Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-03-19T15:37:16.457Z] [2021-03-19T15:37:19.761Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-03-19T15:37:20.333Z] Waiting for network to be ready... [2021-03-19T15:37:20.905Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T15:37:20.905Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T15:37:21.166Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-19T15:37:21.166Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T15:37:21.428Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T15:37:21.689Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T15:37:21.689Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T15:37:21.689Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T15:37:21.689Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T15:37:21.689Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T15:37:21.689Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T15:37:21.689Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-19T15:37:21.689Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T15:37:21.689Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T15:37:21.689Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-19T15:37:21.689Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-19T15:37:21.689Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T15:37:21.952Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T15:37:21.952Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T15:37:22.214Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T15:37:22.477Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T15:37:22.477Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T15:37:22.477Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T15:37:22.477Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T15:37:22.477Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T15:37:22.477Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-19T15:37:22.477Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T15:37:26.693Z] Fetched 24.1 MB in 6s (4171 kB/s) [2021-03-19T15:37:27.640Z] Reading package lists... [2021-03-19T15:37:27.640Z] Reading package lists... [2021-03-19T15:37:27.902Z] Building dependency tree... [2021-03-19T15:37:27.902Z] Reading state information... [2021-03-19T15:37:28.165Z] The following additional packages will be installed: [2021-03-19T15:37:28.165Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T15:37:28.165Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T15:37:28.165Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T15:37:28.165Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-03-19T15:37:28.165Z] Suggested packages: [2021-03-19T15:37:28.165Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-03-19T15:37:28.165Z] Recommended packages: [2021-03-19T15:37:28.165Z] gnupg libsasl2-modules [2021-03-19T15:37:28.165Z] The following NEW packages will be installed: [2021-03-19T15:37:28.166Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-03-19T15:37:28.166Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-03-19T15:37:28.166Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-03-19T15:37:28.166Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-03-19T15:37:28.166Z] The following packages will be upgraded: [2021-03-19T15:37:28.166Z] gpg gpg-agent gpgconf libudev1 [2021-03-19T15:37:28.166Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-03-19T15:37:28.166Z] Need to get 3530 kB of archives. [2021-03-19T15:37:28.166Z] After this operation, 13.3 MB of additional disk space will be used. [2021-03-19T15:37:28.166Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-03-19T15:37:28.166Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-03-19T15:37:28.166Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.10 [15.8 kB] [2021-03-19T15:37:28.166Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.10 [154 kB] [2021-03-19T15:37:28.166Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.45 [59.0 kB] [2021-03-19T15:37:28.426Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.45 [1101 kB] [2021-03-19T15:37:29.000Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-03-19T15:37:29.572Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-03-19T15:37:29.572Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg amd64 2.2.4-1ubuntu1.4 [467 kB] [2021-03-19T15:37:29.834Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgconf amd64 2.2.4-1ubuntu1.4 [123 kB] [2021-03-19T15:37:29.834Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.4 [227 kB] [2021-03-19T15:37:30.096Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-03-19T15:37:30.096Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-03-19T15:37:30.357Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-03-19T15:37:30.357Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-03-19T15:37:30.357Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-03-19T15:37:30.619Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-03-19T15:37:30.619Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-03-19T15:37:30.881Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-03-19T15:37:30.881Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-03-19T15:37:30.881Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-03-19T15:37:31.142Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dirmngr amd64 2.2.4-1ubuntu1.4 [316 kB] [2021-03-19T15:37:31.403Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T15:37:31.403Z] Fetched 3530 kB in 3s (1154 kB/s) [2021-03-19T15:37:31.403Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T15:37:31.403Z] Preparing to unpack .../libudev1_237-3ubuntu10.45_amd64.deb ... [2021-03-19T15:37:31.403Z] Unpacking libudev1:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T15:37:31.664Z] Setting up libudev1:amd64 (237-3ubuntu10.45) ... [2021-03-19T15:37:31.664Z] Selecting previously unselected package udev. [2021-03-19T15:37:31.664Z] (Reading database ... 12511 files and directories currently installed.) [2021-03-19T15:37:31.664Z] Preparing to unpack .../00-udev_237-3ubuntu10.45_amd64.deb ... [2021-03-19T15:37:31.664Z] Unpacking udev (237-3ubuntu10.45) ... [2021-03-19T15:37:31.925Z] Selecting previously unselected package libfuse2:amd64. [2021-03-19T15:37:31.925Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T15:37:31.925Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T15:37:32.187Z] Selecting previously unselected package fuse. [2021-03-19T15:37:32.187Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-03-19T15:37:32.187Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-03-19T15:37:32.187Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T15:37:32.187Z] Unpacking gpg (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T15:37:32.187Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T15:37:32.449Z] Unpacking gpgconf (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T15:37:32.449Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T15:37:32.449Z] Unpacking gpg-agent (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T15:37:32.711Z] Selecting previously unselected package libksba8:amd64. [2021-03-19T15:37:32.711Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-03-19T15:37:32.711Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-03-19T15:37:32.711Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-03-19T15:37:32.711Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:32.711Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:32.711Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-03-19T15:37:32.711Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:32.711Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:32.973Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-03-19T15:37:32.973Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:32.973Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:32.973Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-03-19T15:37:32.973Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:32.973Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:32.973Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-03-19T15:37:32.973Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:32.973Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:33.234Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-03-19T15:37:33.234Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:33.234Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:33.234Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-03-19T15:37:33.234Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:33.234Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:33.496Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-03-19T15:37:33.496Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:33.496Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:33.496Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-03-19T15:37:33.496Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-03-19T15:37:33.496Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:33.496Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-03-19T15:37:33.496Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T15:37:33.496Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T15:37:33.760Z] Selecting previously unselected package libsasl2-2:amd64. [2021-03-19T15:37:33.760Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-03-19T15:37:33.760Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T15:37:33.760Z] Selecting previously unselected package libldap-common. [2021-03-19T15:37:33.760Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb ... [2021-03-19T15:37:34.023Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T15:37:34.023Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-03-19T15:37:34.023Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb ... [2021-03-19T15:37:34.023Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T15:37:34.286Z] Selecting previously unselected package dirmngr. [2021-03-19T15:37:34.286Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T15:37:34.286Z] Unpacking dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T15:37:34.286Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T15:37:34.286Z] Setting up gpgconf (2.2.4-1ubuntu1.4) ... [2021-03-19T15:37:34.286Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-03-19T15:37:34.547Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T15:37:34.547Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-03-19T15:37:34.547Z] Setting up gpg-agent (2.2.4-1ubuntu1.4) ... [2021-03-19T15:37:34.547Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:34.547Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-03-19T15:37:34.548Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T15:37:34.809Z] Setting up udev (237-3ubuntu10.45) ... [2021-03-19T15:37:35.071Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-03-19T15:37:35.071Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.333Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-03-19T15:37:35.333Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-03-19T15:37:35.333Z] Setting up gpg (2.2.4-1ubuntu1.4) ... [2021-03-19T15:37:35.333Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.333Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.333Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.333Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.594Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.594Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.594Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-03-19T15:37:35.594Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.10) ... [2021-03-19T15:37:35.594Z] Setting up dirmngr (2.2.4-1ubuntu1.4) ... [2021-03-19T15:37:35.594Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T15:37:36.167Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-03-19T15:37:36.167Z] settings in the [Install] section, and DefaultInstance for template units). [2021-03-19T15:37:36.167Z] This means they are not meant to be enabled using systemctl. [2021-03-19T15:37:36.167Z] Possible reasons for having this kind of units are: [2021-03-19T15:37:36.167Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-03-19T15:37:36.167Z] .wants/ or .requires/ directory. [2021-03-19T15:37:36.167Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-03-19T15:37:36.167Z] a requirement dependency on it. [2021-03-19T15:37:36.167Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-03-19T15:37:36.167Z] D-Bus, udev, scripted systemctl call, ...). [2021-03-19T15:37:36.167Z] 4) In case of template units, the unit is meant to be enabled with some [2021-03-19T15:37:36.167Z] instance name specified. [2021-03-19T15:37:36.430Z] Reading package lists... [2021-03-19T15:37:36.430Z] Building dependency tree... [2021-03-19T15:37:36.430Z] Reading state information... [2021-03-19T15:37:36.691Z] The following additional packages will be installed: [2021-03-19T15:37:36.691Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-03-19T15:37:36.691Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-03-19T15:37:36.691Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-03-19T15:37:36.691Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-03-19T15:37:36.691Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-03-19T15:37:36.691Z] Suggested packages: [2021-03-19T15:37:36.691Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-03-19T15:37:36.691Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-03-19T15:37:36.691Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-03-19T15:37:36.691Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-03-19T15:37:36.691Z] systemd-container policykit-1 [2021-03-19T15:37:36.691Z] Recommended packages: [2021-03-19T15:37:36.691Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-03-19T15:37:36.691Z] The following NEW packages will be installed: [2021-03-19T15:37:36.691Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-03-19T15:37:36.691Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-03-19T15:37:36.691Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-03-19T15:37:36.691Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-03-19T15:37:36.691Z] python3.6-minimal snapd squashfs-tools sudo [2021-03-19T15:37:36.691Z] The following packages will be upgraded: [2021-03-19T15:37:36.691Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-03-19T15:37:36.953Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-03-19T15:37:36.953Z] Need to get 35.2 MB of archives. [2021-03-19T15:37:36.953Z] After this operation, 141 MB of additional disk space will be used. [2021-03-19T15:37:36.953Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.45 [2913 kB] [2021-03-19T15:37:36.953Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-03-19T15:37:37.526Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-03-19T15:37:37.526Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.8 [1301 kB] [2021-03-19T15:37:37.789Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.45 [210 kB] [2021-03-19T15:37:37.789Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-03-19T15:37:37.789Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-03-19T15:37:37.789Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-03-19T15:37:37.789Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-03-19T15:37:37.789Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-03-19T15:37:37.789Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-03-19T15:37:37.789Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-03-19T15:37:37.789Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-03-19T15:37:37.789Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [534 kB] [2021-03-19T15:37:37.789Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-03-19T15:37:37.789Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.4 [1610 kB] [2021-03-19T15:37:37.789Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-03-19T15:37:37.789Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.4 [1712 kB] [2021-03-19T15:37:37.789Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.4 [203 kB] [2021-03-19T15:37:37.789Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-03-19T15:37:37.789Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-03-19T15:37:37.789Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-03-19T15:37:37.789Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-03-19T15:37:37.789Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-03-19T15:37:37.789Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-03-19T15:37:37.790Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-03-19T15:37:37.790Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-03-19T15:37:37.790Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.6 [1089 kB] [2021-03-19T15:37:38.050Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-03-19T15:37:38.050Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 snapd amd64 2.48.3+18.04 [21.0 MB] [2021-03-19T15:37:39.447Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T15:37:39.447Z] Fetched 35.2 MB in 3s (13.9 MB/s) [2021-03-19T15:37:39.447Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T15:37:39.447Z] Preparing to unpack .../systemd_237-3ubuntu10.45_amd64.deb ... [2021-03-19T15:37:39.709Z] Unpacking systemd (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T15:37:40.285Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.45_amd64.deb ... [2021-03-19T15:37:40.285Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T15:37:40.547Z] Setting up libsystemd0:amd64 (237-3ubuntu10.45) ... [2021-03-19T15:37:40.547Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T15:37:40.547Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T15:37:40.547Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T15:37:40.808Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-03-19T15:37:40.808Z] (Reading database ... 12757 files and directories currently installed.) [2021-03-19T15:37:40.808Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-03-19T15:37:41.070Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-03-19T15:37:41.331Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-03-19T15:37:41.331Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-03-19T15:37:41.903Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-03-19T15:37:41.903Z] (Reading database ... 12764 files and directories currently installed.) [2021-03-19T15:37:41.903Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T15:37:41.903Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T15:37:42.164Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-03-19T15:37:42.164Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T15:37:42.164Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:42.426Z] Selecting previously unselected package libexpat1:amd64. [2021-03-19T15:37:42.426Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-03-19T15:37:42.426Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T15:37:42.687Z] Selecting previously unselected package python3.6-minimal. [2021-03-19T15:37:42.687Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T15:37:42.687Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:42.949Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T15:37:42.949Z] Checking for services that may need to be restarted...done. [2021-03-19T15:37:42.949Z] Checking for services that may need to be restarted...done. [2021-03-19T15:37:43.211Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:43.211Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-03-19T15:37:43.211Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:43.782Z] Selecting previously unselected package python3-minimal. [2021-03-19T15:37:43.782Z] (Reading database ... 13012 files and directories currently installed.) [2021-03-19T15:37:43.782Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-03-19T15:37:43.783Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-03-19T15:37:43.783Z] Selecting previously unselected package mime-support. [2021-03-19T15:37:43.783Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-03-19T15:37:44.045Z] Unpacking mime-support (3.60ubuntu1) ... [2021-03-19T15:37:44.045Z] Selecting previously unselected package libmpdec2:amd64. [2021-03-19T15:37:44.045Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-03-19T15:37:44.045Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T15:37:44.045Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-03-19T15:37:44.045Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T15:37:44.045Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:45.432Z] Selecting previously unselected package python3.6. [2021-03-19T15:37:45.432Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.4_amd64.deb ... [2021-03-19T15:37:45.432Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:45.432Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-03-19T15:37:45.432Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-03-19T15:37:45.432Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T15:37:45.694Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-03-19T15:37:45.956Z] Selecting previously unselected package python3. [2021-03-19T15:37:45.956Z] (Reading database ... 13442 files and directories currently installed.) [2021-03-19T15:37:45.956Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-03-19T15:37:45.956Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-03-19T15:37:45.956Z] Selecting previously unselected package multiarch-support. [2021-03-19T15:37:45.956Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T15:37:45.956Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T15:37:45.956Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-03-19T15:37:46.218Z] Selecting previously unselected package liblzo2-2:amd64. [2021-03-19T15:37:46.218Z] (Reading database ... 13479 files and directories currently installed.) [2021-03-19T15:37:46.218Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-03-19T15:37:46.218Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T15:37:46.218Z] Selecting previously unselected package libbsd0:amd64. [2021-03-19T15:37:46.218Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-03-19T15:37:46.218Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T15:37:46.480Z] Selecting previously unselected package sudo. [2021-03-19T15:37:46.480Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-03-19T15:37:46.480Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T15:37:46.480Z] Selecting previously unselected package apparmor. [2021-03-19T15:37:46.480Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T15:37:46.480Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-03-19T15:37:46.741Z] Selecting previously unselected package libedit2:amd64. [2021-03-19T15:37:46.741Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-03-19T15:37:46.741Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T15:37:46.741Z] Selecting previously unselected package libkrb5support0:amd64. [2021-03-19T15:37:46.741Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T15:37:46.741Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:46.741Z] Selecting previously unselected package libk5crypto3:amd64. [2021-03-19T15:37:46.741Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T15:37:46.741Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:47.003Z] Selecting previously unselected package libkeyutils1:amd64. [2021-03-19T15:37:47.003Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-03-19T15:37:47.003Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T15:37:47.003Z] Selecting previously unselected package libkrb5-3:amd64. [2021-03-19T15:37:47.003Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T15:37:47.003Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:47.265Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-03-19T15:37:47.265Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-03-19T15:37:47.265Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:47.265Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-03-19T15:37:47.265Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.6_amd64.deb ... [2021-03-19T15:37:47.265Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T15:37:47.526Z] Selecting previously unselected package openssh-client. [2021-03-19T15:37:47.526Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-03-19T15:37:47.526Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T15:37:47.526Z] Selecting previously unselected package squashfs-tools. [2021-03-19T15:37:47.526Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-03-19T15:37:47.527Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T15:37:47.787Z] Selecting previously unselected package snapd. [2021-03-19T15:37:47.787Z] Preparing to unpack .../13-snapd_2.48.3+18.04_amd64.deb ... [2021-03-19T15:37:47.787Z] Unpacking snapd (2.48.3+18.04) ... [2021-03-19T15:37:50.333Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-03-19T15:37:50.333Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.6) ... [2021-03-19T15:37:50.333Z] Setting up mime-support (3.60ubuntu1) ... [2021-03-19T15:37:50.333Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-03-19T15:37:50.333Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-03-19T15:37:50.333Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:50.333Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T15:37:50.333Z] Setting up systemd (237-3ubuntu10.45) ... [2021-03-19T15:37:50.333Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-03-19T15:37:51.277Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-03-19T15:37:51.277Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-03-19T15:37:51.277Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-03-19T15:37:51.538Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:51.538Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:51.538Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.4) ... [2021-03-19T15:37:52.116Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-03-19T15:37:52.375Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:52.375Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-03-19T15:37:52.375Z] Setting up python3 (3.6.7-1~18.04) ... [2021-03-19T15:37:52.375Z] running python rtupdate hooks for python3.6... [2021-03-19T15:37:52.375Z] running python post-rtupdate hooks for python3.6... [2021-03-19T15:37:52.375Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-03-19T15:37:54.292Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-03-19T15:37:54.292Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-03-19T15:37:54.292Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-03-19T15:37:54.552Z] Setting up snapd (2.48.3+18.04) ... [2021-03-19T15:37:54.813Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-03-19T15:37:55.074Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-03-19T15:37:55.334Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-03-19T15:37:55.596Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-03-19T15:37:55.859Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T15:37:55.859Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-03-19T15:37:55.859Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-03-19T15:37:56.123Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-03-19T15:37:56.384Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-03-19T15:37:56.645Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-03-19T15:37:56.645Z] /usr/sbin/policy-rc.d returned 101, not running 'start snapd.apparmor.service snapd.autoimport.service snapd.core-fixup.service snapd.failure.service snapd.recovery-chooser-trigger.service snapd.seeded.service snapd.service snapd.snap-repair.service snapd.snap-repair.timer snapd.socket snapd.system-shutdown.service' [2021-03-19T15:37:56.645Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-03-19T15:37:56.645Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T15:37:57.590Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T15:37:57.851Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T15:37:57.851Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T15:37:59.241Z] Reading package lists... [2021-03-19T15:37:59.241Z] Reading package lists... [2021-03-19T15:37:59.501Z] Building dependency tree... [2021-03-19T15:37:59.501Z] Reading state information... [2021-03-19T15:37:59.501Z] Calculating upgrade... [2021-03-19T15:37:59.762Z] The following packages will be upgraded: [2021-03-19T15:37:59.762Z] advancecomp base-files bash binutils binutils-common [2021-03-19T15:37:59.762Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-03-19T15:37:59.762Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-03-19T15:37:59.762Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-03-19T15:37:59.762Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-03-19T15:37:59.762Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-03-19T15:37:59.762Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-03-19T15:37:59.762Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-03-19T15:37:59.762Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-03-19T15:37:59.762Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-03-19T15:37:59.762Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-03-19T15:37:59.762Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-03-19T15:37:59.762Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-03-19T15:37:59.762Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-03-19T15:37:59.762Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-03-19T15:38:00.022Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T15:38:00.022Z] Need to get 63.8 MB of archives. [2021-03-19T15:38:00.022Z] After this operation, 5207 kB of additional disk space will be used. [2021-03-19T15:38:00.022Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-03-19T15:38:00.022Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-03-19T15:38:00.593Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-03-19T15:38:00.593Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-03-19T15:38:00.593Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-03-19T15:38:00.593Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-03-19T15:38:00.593Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-03-19T15:38:00.593Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-03-19T15:38:00.593Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-03-19T15:38:00.593Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-03-19T15:38:00.593Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-03-19T15:38:00.593Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-03-19T15:38:00.593Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-03-19T15:38:00.593Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-03-19T15:38:00.593Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-03-19T15:38:00.593Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-03-19T15:38:00.593Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-03-19T15:38:00.593Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 linux-libc-dev amd64 4.15.0-139.143 [993 kB] [2021-03-19T15:38:00.593Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-03-19T15:38:00.855Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-03-19T15:38:00.855Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-03-19T15:38:00.855Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-03-19T15:38:00.855Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-03-19T15:38:00.855Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-03-19T15:38:00.855Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-03-19T15:38:00.855Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-03-19T15:38:00.855Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-03-19T15:38:00.855Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-03-19T15:38:00.855Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-03-19T15:38:00.855Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-03-19T15:38:00.855Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-03-19T15:38:00.855Z] Get:32 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-03-19T15:38:00.855Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-03-19T15:38:00.855Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-03-19T15:38:00.855Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-03-19T15:38:01.117Z] Get:36 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-03-19T15:38:01.117Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-03-19T15:38:01.117Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-03-19T15:38:01.117Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-03-19T15:38:01.117Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-03-19T15:38:01.117Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-03-19T15:38:01.117Z] Get:42 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-03-19T15:38:01.117Z] Get:43 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-03-19T15:38:01.117Z] Get:44 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-03-19T15:38:01.117Z] Get:45 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-03-19T15:38:01.117Z] Get:46 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-03-19T15:38:01.117Z] Get:47 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-03-19T15:38:01.117Z] Get:48 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules-bin amd64 1.1.8-3.6ubuntu2.18.04.2 [36.7 kB] [2021-03-19T15:38:01.117Z] Get:49 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-03-19T15:38:01.117Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.45 [16.7 kB] [2021-03-19T15:38:01.117Z] Get:51 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-03-19T15:38:01.117Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-03-19T15:38:01.117Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-03-19T15:38:01.117Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 gpgv amd64 2.2.4-1ubuntu1.4 [198 kB] [2021-03-19T15:38:01.117Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-03-19T15:38:01.117Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-03-19T15:38:01.117Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-03-19T15:38:01.117Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-03-19T15:38:01.117Z] Get:59 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-03-19T15:38:01.117Z] Get:60 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-03-19T15:38:01.117Z] Get:61 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.2 [189 kB] [2021-03-19T15:38:01.117Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-03-19T15:38:01.117Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-03-19T15:38:01.117Z] Get:64 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-03-19T15:38:01.117Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-03-19T15:38:01.117Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-03-19T15:38:01.378Z] Get:67 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdevmapper1.02.1 amd64 2:1.02.145-4.1ubuntu3.18.04.3 [127 kB] [2021-03-19T15:38:01.378Z] Get:68 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-03-19T15:38:01.378Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-03-19T15:38:01.378Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.8 [614 kB] [2021-03-19T15:38:01.378Z] Get:71 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-03-19T15:38:01.378Z] Get:72 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-03-19T15:38:01.378Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20210119~18.04.1 [147 kB] [2021-03-19T15:38:01.378Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-03-19T15:38:01.378Z] Get:75 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-03-19T15:38:01.378Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-03-19T15:38:01.378Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-03-19T15:38:01.378Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-03-19T15:38:01.378Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-03-19T15:38:01.378Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-03-19T15:38:01.378Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-03-19T15:38:01.378Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.5 [1839 kB] [2021-03-19T15:38:01.378Z] Get:83 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-03-19T15:38:01.378Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.5 [489 kB] [2021-03-19T15:38:01.378Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.5 [3388 B] [2021-03-19T15:38:01.378Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.5 [197 kB] [2021-03-19T15:38:01.378Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-03-19T15:38:01.642Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-03-19T15:38:01.642Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-03-19T15:38:01.642Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-03-19T15:38:01.905Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-03-19T15:38:02.479Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-03-19T15:38:02.479Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-03-19T15:38:02.479Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-03-19T15:38:02.739Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-03-19T15:38:02.739Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-03-19T15:38:02.739Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-03-19T15:38:02.739Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-03-19T15:38:02.739Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-03-19T15:38:02.999Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T15:38:03.000Z] Fetched 63.8 MB in 3s (21.2 MB/s) [2021-03-19T15:38:03.000Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:03.000Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T15:38:03.000Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T15:38:03.943Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T15:38:03.943Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T15:38:03.943Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-139.143_amd64.deb ... [2021-03-19T15:38:03.943Z] Unpacking linux-libc-dev:amd64 (4.15.0-139.143) over (4.15.0-20.21) ... [2021-03-19T15:38:04.886Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:04.886Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:04.886Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:04.886Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.148Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:05.148Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.148Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:05.148Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.409Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:05.409Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.409Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:05.409Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.670Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:05.670Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.670Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:05.933Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T15:38:05.933Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:05.933Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-03-19T15:38:05.933Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:06.194Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T15:38:06.194Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:06.194Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:06.456Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:06.456Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:06.456Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:06.456Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-03-19T15:38:06.717Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:06.717Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T15:38:06.717Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T15:38:06.978Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T15:38:07.553Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T15:38:07.815Z] (Reading database ... 13911 files and directories currently installed.) [2021-03-19T15:38:07.816Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-03-19T15:38:07.816Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-03-19T15:38:07.816Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-03-19T15:38:07.816Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-03-19T15:38:08.077Z] Setting up base-files (10.1ubuntu2.10) ... [2021-03-19T15:38:08.077Z] Installing new version of config file /etc/issue ... [2021-03-19T15:38:08.077Z] Installing new version of config file /etc/issue.net ... [2021-03-19T15:38:08.077Z] Installing new version of config file /etc/lsb-release ... [2021-03-19T15:38:08.077Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-03-19T15:38:08.338Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-03-19T15:38:08.338Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-03-19T15:38:08.338Z] Removing obsolete conffile /etc/default/motd-news ... [2021-03-19T15:38:08.600Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:08.600Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-03-19T15:38:08.600Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-03-19T15:38:08.600Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-03-19T15:38:08.862Z] update-alternatives: using /usr/share/man/man7/bash-builtins.7.gz to provide /usr/share/man/man7/builtins.7.gz (builtins.7.gz) in auto mode [2021-03-19T15:38:08.862Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:08.862Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:08.862Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:08.862Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:09.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:09.124Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-03-19T15:38:09.124Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-03-19T15:38:09.124Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-03-19T15:38:09.124Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:09.124Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-03-19T15:38:09.386Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T15:38:09.386Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-03-19T15:38:09.648Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:09.648Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T15:38:09.648Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T15:38:09.648Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T15:38:09.910Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:09.910Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T15:38:09.910Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T15:38:09.910Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-03-19T15:38:10.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:10.172Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-03-19T15:38:10.172Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-03-19T15:38:10.172Z] Setting up grep (3.1-2build1) ... [2021-03-19T15:38:10.172Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:10.172Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T15:38:10.172Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T15:38:10.437Z] Setting up login (1:4.5-1ubuntu2) ... [2021-03-19T15:38:10.437Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:10.437Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T15:38:10.437Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T15:38:10.698Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-03-19T15:38:10.698Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:10.698Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T15:38:10.698Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T15:38:11.273Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T15:38:11.273Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T15:38:11.534Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-03-19T15:38:11.534Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T15:38:12.111Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-03-19T15:38:12.111Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:12.111Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-03-19T15:38:12.111Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-03-19T15:38:13.054Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T15:38:13.054Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T15:38:13.314Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-03-19T15:38:13.314Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-03-19T15:38:13.315Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T15:38:13.315Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:13.315Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-03-19T15:38:13.575Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-03-19T15:38:13.575Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-03-19T15:38:13.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:13.836Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:13.836Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:13.836Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:13.836Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:13.836Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:13.836Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:14.098Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:14.098Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:14.098Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:14.098Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:14.098Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:14.359Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:14.359Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:14.359Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:14.359Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:14.620Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:14.620Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T15:38:14.620Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T15:38:14.620Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T15:38:14.620Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T15:38:14.881Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T15:38:14.881Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:14.881Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-03-19T15:38:14.881Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T15:38:14.881Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T15:38:15.143Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:15.143Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:15.143Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:15.143Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:15.403Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:15.403Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:15.403Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:15.403Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:15.664Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:15.665Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:15.665Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:15.925Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:16.186Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-03-19T15:38:16.757Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-03-19T15:38:16.757Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:16.757Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-03-19T15:38:16.757Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-03-19T15:38:17.049Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T15:38:17.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-03-19T15:38:17.049Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-03-19T15:38:17.049Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-03-19T15:38:17.358Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-03-19T15:38:17.358Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:17.358Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-03-19T15:38:17.358Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-03-19T15:38:17.659Z] Setting up debconf (1.5.66ubuntu1) ... [2021-03-19T15:38:17.659Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:17.659Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-03-19T15:38:17.659Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T15:38:17.925Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-03-19T15:38:17.925Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:17.925Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-03-19T15:38:17.925Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-03-19T15:38:18.193Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-03-19T15:38:18.193Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:18.193Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T15:38:18.193Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T15:38:18.193Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T15:38:18.468Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:18.468Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T15:38:18.468Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T15:38:18.744Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T15:38:18.744Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:18.744Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-03-19T15:38:19.028Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T15:38:19.028Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T15:38:19.328Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:19.328Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-03-19T15:38:19.328Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-03-19T15:38:19.328Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.45_amd64.deb ... [2021-03-19T15:38:19.328Z] Unpacking systemd-sysv (237-3ubuntu10.45) over (237-3ubuntu10) ... [2021-03-19T15:38:19.600Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T15:38:19.600Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T15:38:19.600Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T15:38:19.866Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:19.866Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-03-19T15:38:19.866Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-03-19T15:38:19.866Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-03-19T15:38:20.127Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:20.127Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-03-19T15:38:20.127Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-03-19T15:38:20.127Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-03-19T15:38:20.388Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:20.388Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-03-19T15:38:20.649Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-03-19T15:38:20.649Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-03-19T15:38:20.649Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:20.649Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.2_amd64.deb ... [2021-03-19T15:38:20.913Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) over (1.3.3+dfsg-2ubuntu1) ... [2021-03-19T15:38:20.913Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.2) ... [2021-03-19T15:38:20.913Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:20.913Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-03-19T15:38:21.182Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-03-19T15:38:21.443Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-03-19T15:38:21.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:21.707Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.4_amd64.deb ... [2021-03-19T15:38:21.707Z] Unpacking gpgv (2.2.4-1ubuntu1.4) over (2.2.4-1ubuntu1) ... [2021-03-19T15:38:21.969Z] Setting up gpgv (2.2.4-1ubuntu1.4) ... [2021-03-19T15:38:21.969Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:21.969Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-03-19T15:38:21.969Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-03-19T15:38:21.969Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-03-19T15:38:22.233Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:22.233Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-03-19T15:38:22.233Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-03-19T15:38:22.233Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-03-19T15:38:22.493Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:22.493Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-03-19T15:38:22.493Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-03-19T15:38:22.493Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-03-19T15:38:22.756Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:22.756Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-03-19T15:38:22.756Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-03-19T15:38:22.756Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-03-19T15:38:23.016Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:23.016Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T15:38:23.017Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-03-19T15:38:23.017Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-03-19T15:38:23.278Z] (Reading database ... 13914 files and directories currently installed.) [2021-03-19T15:38:23.278Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-03-19T15:38:23.278Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-03-19T15:38:23.278Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-03-19T15:38:23.278Z] (Reading database ... 13915 files and directories currently installed.) [2021-03-19T15:38:23.278Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T15:38:23.278Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T15:38:23.538Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-03-19T15:38:23.538Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-03-19T15:38:23.538Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.8_amd64.deb ... [2021-03-19T15:38:23.800Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.8) over (1.1.0g-2ubuntu4) ... [2021-03-19T15:38:23.800Z] Preparing to unpack .../03-ca-certificates_20210119~18.04.1_all.deb ... [2021-03-19T15:38:23.800Z] Unpacking ca-certificates (20210119~18.04.1) over (20180409) ... [2021-03-19T15:38:24.060Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-03-19T15:38:24.060Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-03-19T15:38:24.060Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-03-19T15:38:24.323Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-03-19T15:38:24.323Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-03-19T15:38:24.323Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-03-19T15:38:24.323Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-03-19T15:38:24.323Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-03-19T15:38:24.584Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-03-19T15:38:24.584Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-03-19T15:38:24.584Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-03-19T15:38:24.584Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-03-19T15:38:24.845Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-03-19T15:38:24.845Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-03-19T15:38:24.845Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-03-19T15:38:25.106Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-03-19T15:38:26.058Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-03-19T15:38:26.058Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-03-19T15:38:26.058Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-03-19T15:38:26.058Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-03-19T15:38:26.058Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T15:38:26.058Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T15:38:26.629Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T15:38:26.629Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T15:38:26.890Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T15:38:26.890Z] Unpacking binutils (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T15:38:27.151Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.5_amd64.deb ... [2021-03-19T15:38:27.151Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.5) over (2.30-15ubuntu1) ... [2021-03-19T15:38:27.151Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:27.151Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:27.412Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:27.412Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:27.412Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:27.673Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:27.673Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:27.673Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:28.617Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:28.617Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:29.559Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:29.559Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:30.501Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:30.501Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:30.761Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:30.761Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:32.149Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-03-19T15:38:32.149Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-03-19T15:38:32.149Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T15:38:32.149Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T15:38:32.149Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T15:38:32.149Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T15:38:32.416Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-03-19T15:38:32.416Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-03-19T15:38:32.416Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-03-19T15:38:32.416Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-03-19T15:38:32.676Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T15:38:32.676Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T15:38:32.676Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-03-19T15:38:32.676Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-03-19T15:38:32.938Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-03-19T15:38:32.938Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-03-19T15:38:32.938Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:33.198Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-03-19T15:38:33.198Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:33.198Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:33.198Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:33.198Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-03-19T15:38:33.198Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-03-19T15:38:33.198Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-03-19T15:38:33.459Z] [2021-03-19T15:38:33.459Z] Current default time zone: 'Etc/UTC' [2021-03-19T15:38:33.459Z] Local time is now: Fri Mar 19 15:38:33 UTC 2021. [2021-03-19T15:38:33.459Z] Universal Time is now: Fri Mar 19 15:38:33 UTC 2021. [2021-03-19T15:38:33.459Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-03-19T15:38:33.459Z] [2021-03-19T15:38:33.459Z] Setting up systemd-sysv (237-3ubuntu10.45) ... [2021-03-19T15:38:33.459Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:33.459Z] Setting up linux-libc-dev:amd64 (4.15.0-139.143) ... [2021-03-19T15:38:33.460Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-03-19T15:38:33.460Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-03-19T15:38:33.727Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-03-19T15:38:33.727Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-03-19T15:38:33.727Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-03-19T15:38:33.727Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-03-19T15:38:33.727Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-03-19T15:38:33.727Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:33.727Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-03-19T15:38:33.988Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:33.988Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T15:38:34.250Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:34.250Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-03-19T15:38:34.250Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-03-19T15:38:34.250Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-03-19T15:38:34.250Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.8) ... [2021-03-19T15:38:34.250Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-03-19T15:38:34.250Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-03-19T15:38:34.250Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-03-19T15:38:34.250Z] Setting up ca-certificates (20210119~18.04.1) ... [2021-03-19T15:38:35.639Z] Updating certificates in /etc/ssl/certs... [2021-03-19T15:38:36.581Z] 23 added, 27 removed; done. [2021-03-19T15:38:36.581Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-03-19T15:38:36.581Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-03-19T15:38:36.581Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-03-19T15:38:36.581Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-03-19T15:38:36.581Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-03-19T15:38:36.581Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:36.841Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.5) ... [2021-03-19T15:38:36.841Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:36.841Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:36.841Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:36.841Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:36.841Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:37.103Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-03-19T15:38:37.103Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.5) ... [2021-03-19T15:38:37.103Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-03-19T15:38:37.103Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-03-19T15:38:37.103Z] Setting up binutils (2.30-21ubuntu1~18.04.5) ... [2021-03-19T15:38:37.103Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:37.103Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-03-19T15:38:37.364Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-03-19T15:38:37.364Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-03-19T15:38:37.364Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-03-19T15:38:37.364Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T15:38:37.364Z] Processing triggers for systemd (237-3ubuntu10.45) ... [2021-03-19T15:38:37.627Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-03-19T15:38:37.627Z] Processing triggers for ca-certificates (20210119~18.04.1) ... [2021-03-19T15:38:37.627Z] Updating certificates in /etc/ssl/certs... [2021-03-19T15:38:38.199Z] 0 added, 0 removed; done. [2021-03-19T15:38:38.199Z] Running hooks in /etc/ca-certificates/update.d... [2021-03-19T15:38:38.199Z] done. [2021-03-19T15:38:38.770Z] Reading package lists... [2021-03-19T15:38:38.770Z] Building dependency tree... [2021-03-19T15:38:38.770Z] Reading state information... [2021-03-19T15:38:39.032Z] The following NEW packages will be installed: [2021-03-19T15:38:39.032Z] apt-transport-https [2021-03-19T15:38:39.032Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T15:38:39.032Z] Need to get 1696 B of archives. [2021-03-19T15:38:39.032Z] After this operation, 153 kB of additional disk space will be used. [2021-03-19T15:38:39.032Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-03-19T15:38:39.294Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T15:38:39.294Z] Fetched 1696 B in 0s (30.7 kB/s) [2021-03-19T15:38:39.294Z] Selecting previously unselected package apt-transport-https. [2021-03-19T15:38:39.294Z] (Reading database ... 13920 files and directories currently installed.) [2021-03-19T15:38:39.294Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-03-19T15:38:39.294Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T15:38:39.294Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-03-19T15:38:39.865Z] Waiting for network to be ready... [2021-03-19T15:38:46.456Z] 2021-03-19T15:38:43Z INFO Waiting for automatic snapd restart... [2021-03-19T15:38:46.719Z] snapd 2.49 from Canonical* installed [2021-03-19T15:38:47.662Z] "snapd" switched to the "latest/stable" channel [2021-03-19T15:38:47.662Z] [2021-03-19T15:38:51.876Z] core18 20210128 from Canonical* installed [2021-03-19T15:38:51.876Z] "core18" switched to the "latest/stable" channel [2021-03-19T15:38:51.876Z] [2021-03-19T15:38:57.197Z] snapcraft 4.5.4 from Canonical* installed [2021-03-19T15:38:57.197Z] "snapcraft" switched to the "latest/stable" channel [2021-03-19T15:38:57.197Z] [2021-03-19T15:39:00.497Z] The 'snap' directory is meant specifically for snapcraft, but it contains the following non-snapcraft-related paths, which is unsupported and will cause unexpected behavior: [2021-03-19T15:39:00.497Z] - README.md [2021-03-19T15:39:00.497Z] [2021-03-19T15:39:00.497Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-03-19T15:39:07.080Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T15:39:07.080Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T15:39:07.080Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T15:39:07.341Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T15:39:08.724Z] Reading package lists... [2021-03-19T15:39:08.986Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.8 git-man=1:2.17.1-1ubuntu0.8 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.8 libnghttp2-14=1.30.0-1ubuntu1 libnorm1=1.5r6+dfsg1-6 libpgm-5.2-0=5.2.122~dfsg-2 libpsl5=0.19.1-5build1 librtmp1=2.4+20151223.gitfa8646d.1-1 libsodium23=1.0.16-2 libzmq3-dev=4.2.5-1ubuntu0.2 libzmq5=4.2.5-1ubuntu0.2 pkg-config=0.29.1-0ubuntu2 zip=3.0-11build1 [2021-03-19T15:39:15.577Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T15:39:15.577Z] Reading package lists... [2021-03-19T15:39:15.577Z] Building dependency tree... [2021-03-19T15:39:15.577Z] Reading state information... [2021-03-19T15:39:15.577Z] Suggested packages: [2021-03-19T15:39:15.577Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-03-19T15:39:15.577Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-03-19T15:39:15.577Z] Recommended packages: [2021-03-19T15:39:15.577Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-03-19T15:39:15.577Z] The following NEW packages will be installed: [2021-03-19T15:39:15.577Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-03-19T15:39:15.577Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-03-19T15:39:15.577Z] pkg-config zip [2021-03-19T15:39:15.577Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-03-19T15:39:15.577Z] Need to get 7657 kB of archives. [2021-03-19T15:39:15.577Z] After this operation, 43.8 MB of additional disk space will be used. [2021-03-19T15:39:15.577Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.8 [1171 kB] [2021-03-19T15:39:15.577Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-03-19T15:39:15.577Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.8 [804 kB] [2021-03-19T15:39:15.577Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.8 [3916 kB] [2021-03-19T15:39:15.577Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-03-19T15:39:15.839Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-03-19T15:39:15.839Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-03-19T15:39:15.839Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-03-19T15:39:16.099Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-03-19T15:39:16.099Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-03-19T15:39:16.099Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-03-19T15:39:16.099Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-03-19T15:39:16.099Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-03-19T15:39:16.099Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-03-19T15:39:16.099Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-03-19T15:39:16.360Z] debconf: delaying package configuration, since apt-utils is not installed [2021-03-19T15:39:16.360Z] Fetched 7657 kB in 1s (10.5 MB/s) [2021-03-19T15:39:16.360Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-03-19T15:39:16.360Z] (Reading database ... 13924 files and directories currently installed.) [2021-03-19T15:39:16.360Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.8_amd64.deb ... [2021-03-19T15:39:16.360Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T15:39:16.621Z] Selecting previously unselected package libpsl5:amd64. [2021-03-19T15:39:16.621Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-03-19T15:39:16.621Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T15:39:16.882Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-03-19T15:39:16.882Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-03-19T15:39:16.882Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T15:39:16.882Z] Selecting previously unselected package librtmp1:amd64. [2021-03-19T15:39:16.882Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-03-19T15:39:16.882Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T15:39:16.882Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-03-19T15:39:16.882Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-03-19T15:39:16.882Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T15:39:17.142Z] Selecting previously unselected package liberror-perl. [2021-03-19T15:39:17.142Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-03-19T15:39:17.142Z] Unpacking liberror-perl (0.17025-1) ... [2021-03-19T15:39:17.142Z] Selecting previously unselected package git-man. [2021-03-19T15:39:17.142Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.8_all.deb ... [2021-03-19T15:39:17.142Z] Unpacking git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T15:39:17.402Z] Selecting previously unselected package git. [2021-03-19T15:39:17.402Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.8_amd64.deb ... [2021-03-19T15:39:17.402Z] Unpacking git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T15:39:18.344Z] Selecting previously unselected package libnorm1:amd64. [2021-03-19T15:39:18.344Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-03-19T15:39:18.344Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T15:39:18.344Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-03-19T15:39:18.344Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-03-19T15:39:18.344Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T15:39:18.344Z] Selecting previously unselected package libsodium23:amd64. [2021-03-19T15:39:18.344Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-03-19T15:39:18.344Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-03-19T15:39:18.606Z] Selecting previously unselected package libzmq5:amd64. [2021-03-19T15:39:18.606Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T15:39:18.606Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T15:39:18.606Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-03-19T15:39:18.606Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-03-19T15:39:18.606Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T15:39:18.866Z] Selecting previously unselected package pkg-config. [2021-03-19T15:39:18.867Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-03-19T15:39:18.867Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T15:39:18.867Z] Selecting previously unselected package zip. [2021-03-19T15:39:18.867Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-03-19T15:39:18.867Z] Unpacking zip (3.0-11build1) ... [2021-03-19T15:39:18.867Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-03-19T15:39:18.867Z] Setting up git-man (1:2.17.1-1ubuntu0.8) ... [2021-03-19T15:39:19.127Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-03-19T15:39:19.127Z] Setting up liberror-perl (0.17025-1) ... [2021-03-19T15:39:19.127Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-03-19T15:39:19.127Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.8) ... [2021-03-19T15:39:19.127Z] No schema files found: doing nothing. [2021-03-19T15:39:19.127Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-03-19T15:39:19.127Z] Setting up zip (3.0-11build1) ... [2021-03-19T15:39:19.127Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-03-19T15:39:19.127Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-03-19T15:39:19.127Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-03-19T15:39:19.389Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T15:39:19.389Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-03-19T15:39:19.389Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-03-19T15:39:19.389Z] Setting up git (1:2.17.1-1ubuntu0.8) ... [2021-03-19T15:39:19.389Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-03-19T15:39:26.134Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T15:39:26.134Z] git set to automatically installed. [2021-03-19T15:39:26.134Z] git-man set to automatically installed. [2021-03-19T15:39:26.134Z] libcurl3-gnutls set to automatically installed. [2021-03-19T15:39:26.134Z] liberror-perl set to automatically installed. [2021-03-19T15:39:26.134Z] libglib2.0-0 set to automatically installed. [2021-03-19T15:39:26.134Z] libnghttp2-14 set to automatically installed. [2021-03-19T15:39:26.134Z] libnorm1 set to automatically installed. [2021-03-19T15:39:26.134Z] libpgm-5.2-0 set to automatically installed. [2021-03-19T15:39:26.134Z] libpsl5 set to automatically installed. [2021-03-19T15:39:26.134Z] librtmp1 set to automatically installed. [2021-03-19T15:39:26.134Z] libsodium23 set to automatically installed. [2021-03-19T15:39:26.134Z] libzmq3-dev set to automatically installed. [2021-03-19T15:39:26.134Z] libzmq5 set to automatically installed. [2021-03-19T15:39:26.134Z] pkg-config set to automatically installed. [2021-03-19T15:39:26.134Z] zip set to automatically installed. [2021-03-19T15:39:28.047Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T15:39:34.642Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T15:39:49.569Z] go (1.15/stable) 1.15.10 from Michael Hudson-Doyle (mwhudson) installed [2021-03-19T15:39:49.569Z] snapd is not logged in, snap install commands will use sudo [2021-03-19T15:39:54.869Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-03-19T15:39:55.442Z] snap "core18" has no updates available [2021-03-19T15:39:56.386Z] Pulling go-build-helper [2021-03-19T15:39:56.386Z] + snapcraftctl pull [2021-03-19T15:39:57.328Z] 'app-service-config' has dependencies that need to be staged: go-build-helper [2021-03-19T15:39:57.328Z] Skipping pull go-build-helper (already ran) [2021-03-19T15:39:57.328Z] Building go-build-helper [2021-03-19T15:39:57.328Z] + snapcraftctl build [2021-03-19T15:39:59.874Z] Staging go-build-helper [2021-03-19T15:39:59.874Z] + snapcraftctl stage [2021-03-19T15:40:12.113Z] Get:1 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-03-19T15:40:12.113Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-03-19T15:40:12.113Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-03-19T15:40:12.113Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1598 kB] [2021-03-19T15:40:12.113Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-03-19T15:40:12.113Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-03-19T15:40:12.113Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-03-19T15:40:12.113Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-03-19T15:40:12.113Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-03-19T15:40:12.113Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-03-19T15:40:12.113Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-03-19T15:40:12.113Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [305 kB] [2021-03-19T15:40:12.113Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [19.1 kB] [2021-03-19T15:40:12.113Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [4412 B] [2021-03-19T15:40:12.113Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [253 kB] [2021-03-19T15:40:12.113Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [32.9 kB] [2021-03-19T15:40:12.113Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1114 kB] [2021-03-19T15:40:12.113Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [250 kB] [2021-03-19T15:40:12.113Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-03-19T15:40:12.113Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1948 kB] [2021-03-19T15:40:12.113Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [398 kB] [2021-03-19T15:40:12.113Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [24.9 kB] [2021-03-19T15:40:12.113Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6464 B] [2021-03-19T15:40:12.113Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [278 kB] [2021-03-19T15:40:12.113Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [37.1 kB] [2021-03-19T15:40:12.113Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1721 kB] [2021-03-19T15:40:12.113Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [364 kB] [2021-03-19T15:40:12.113Z] Fetched 24.1 MB in 0s (0 B/s) [2021-03-19T15:40:12.113Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T15:40:12.113Z] Fetched 224 kB in 0s (0 B/s) [2021-03-19T15:40:12.113Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T15:40:12.113Z] Fetched 157 kB in 0s (0 B/s) [2021-03-19T15:40:12.113Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T15:40:12.113Z] Fetched 221 kB in 0s (0 B/s) [2021-03-19T15:40:12.113Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T15:40:12.113Z] Fetched 143 kB in 0s (0 B/s) [2021-03-19T15:40:12.113Z] Pulling app-service-config [2021-03-19T15:40:12.113Z] + snapcraftctl pull [2021-03-19T15:40:12.684Z] Cloning into '/root/parts/app-service-config/src'... [2021-03-19T15:40:13.257Z] Pulling config-common [2021-03-19T15:40:13.257Z] + snapcraftctl pull [2021-03-19T15:40:18.552Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T15:40:18.552Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T15:40:18.552Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T15:40:18.552Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T15:40:18.552Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-03-19T15:40:18.552Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T15:40:18.552Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-03-19T15:40:18.552Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T15:40:18.552Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-03-19T15:40:18.552Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T15:40:18.552Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-03-19T15:40:18.552Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T15:40:18.552Z] Pulling edgex-go [2021-03-19T15:40:18.552Z] + snapcraftctl pull [2021-03-19T15:40:40.525Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-03-19T15:40:40.525Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-03-19T15:40:40.525Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-03-19T15:40:40.525Z] Fetched 0 B in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-03-19T15:40:40.525Z] Fetched 96.5 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-03-19T15:40:40.525Z] Fetched 279 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-03-19T15:40:40.525Z] Fetched 122 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-03-19T15:40:40.525Z] Fetched 77.8 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-03-19T15:40:40.525Z] Fetched 8848 B in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-03-19T15:40:40.525Z] Fetched 47.8 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-03-19T15:40:40.525Z] Fetched 45.6 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-03-19T15:40:40.525Z] Fetched 15.0 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-03-19T15:40:40.525Z] Fetched 214 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.10_amd64.deb [154 kB] [2021-03-19T15:40:40.525Z] Fetched 154 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-03-19T15:40:40.525Z] Fetched 50.6 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-03-19T15:40:40.525Z] Fetched 14.8 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-03-19T15:40:40.525Z] Fetched 41.8 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-03-19T15:40:40.525Z] Fetched 499 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-03-19T15:40:40.525Z] Fetched 111 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-03-19T15:40:40.525Z] Fetched 240 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-03-19T15:40:40.525Z] Fetched 29.3 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-03-19T15:40:40.525Z] Fetched 85.5 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-03-19T15:40:40.525Z] Fetched 24.5 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-03-19T15:40:40.525Z] Fetched 49.2 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-03-19T15:40:40.525Z] Fetched 54.2 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-03-19T15:40:40.525Z] Fetched 30.8 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.10_all.deb [15.8 kB] [2021-03-19T15:40:40.525Z] Fetched 15.8 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-03-19T15:40:40.525Z] Fetched 85.9 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-03-19T15:40:40.525Z] Fetched 8720 B in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-03-19T15:40:40.525Z] Fetched 137 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-03-19T15:40:40.525Z] Fetched 119 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-03-19T15:40:40.525Z] Fetched 109 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-03-19T15:40:40.525Z] Fetched 11.1 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-03-19T15:40:40.525Z] Fetched 645 kB in 0s (0 B/s) [2021-03-19T15:40:40.525Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-03-19T15:40:40.525Z] Fetched 41.3 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-03-19T15:40:40.526Z] Fetched 17.9 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-03-19T15:40:40.526Z] Fetched 368 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-03-19T15:40:40.526Z] Fetched 187 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-03-19T15:40:40.526Z] Fetched 175 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-03-19T15:40:40.526Z] Fetched 206 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.8_amd64.deb [1301 kB] [2021-03-19T15:40:40.526Z] Fetched 1301 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-03-19T15:40:40.526Z] Fetched 36.2 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-03-19T15:40:40.526Z] Fetched 159 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-03-19T15:40:40.526Z] Fetched 107 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-03-19T15:40:40.526Z] Fetched 48.7 kB in 0s (0 B/s) [2021-03-19T15:40:40.526Z] Pulling static-packages [2021-03-19T15:40:40.526Z] + snapcraftctl pull [2021-03-19T15:40:40.526Z] Pulling version [2021-03-19T15:40:40.526Z] + cd /root/project [2021-03-19T15:40:40.526Z] + [ -f VERSION ] [2021-03-19T15:40:40.526Z] + PROJECT_VERSION=local-dev [2021-03-19T15:40:40.526Z] + git rev-parse --short HEAD [2021-03-19T15:40:40.526Z] + GIT_REVISION=0a969cd2 [2021-03-19T15:40:40.526Z] + snapcraftctl set-version local-dev [2021-03-19T15:40:41.096Z] Skipping build go-build-helper (already ran) [2021-03-19T15:40:41.096Z] Building app-service-config [2021-03-19T15:40:41.096Z] + make build [2021-03-19T15:40:41.096Z] CGO_ENABLED=1 go build -ldflags "-X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.SDKVersion=v2.0.0-dev.28 -X github.com/edgexfoundry/app-functions-sdk-go/v2/internal.ApplicationVersion=0.0.0" -o app-service-configurable [2021-03-19T15:40:44.398Z] go: downloading github.com/edgexfoundry/app-functions-sdk-go/v2 v2.0.0-dev.28 [2021-03-19T15:40:44.398Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.42 [2021-03-19T15:40:44.398Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.14 [2021-03-19T15:40:44.398Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.3 [2021-03-19T15:40:44.398Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.3 [2021-03-19T15:40:44.398Z] go: downloading github.com/hashicorp/consul/api v1.8.1 [2021-03-19T15:40:44.398Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.7 [2021-03-19T15:40:44.398Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-03-19T15:40:44.398Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-03-19T15:40:44.659Z] go: downloading github.com/hashicorp/go-hclog v0.12.0 [2021-03-19T15:40:44.659Z] go: downloading github.com/google/uuid v1.2.0 [2021-03-19T15:40:44.920Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-03-19T15:40:44.920Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.3 [2021-03-19T15:40:44.920Z] go: downloading github.com/fatih/color v1.9.0 [2021-03-19T15:40:44.920Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-03-19T15:40:45.182Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-03-19T15:40:45.182Z] go: downloading github.com/hashicorp/serf v0.9.5 [2021-03-19T15:40:45.182Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-03-19T15:40:45.182Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-03-19T15:40:45.442Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-03-19T15:40:45.442Z] go: downloading github.com/diegoholiveira/jsonlogic v1.0.1-0.20200220175622-ab7989be08b9 [2021-03-19T15:40:45.712Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-03-19T15:40:45.712Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-03-19T15:40:45.712Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-03-19T15:40:45.712Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-03-19T15:40:45.712Z] go: downloading golang.org/x/sys v0.0.0-20200223170610-d5e6a3e2c0ae [2021-03-19T15:40:45.712Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-03-19T15:40:45.712Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-03-19T15:40:45.712Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-03-19T15:40:45.712Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-03-19T15:40:45.712Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.2 [2021-03-19T15:40:45.712Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-03-19T15:40:45.712Z] go: downloading github.com/mattn/go-colorable v0.1.6 [2021-03-19T15:40:45.975Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-03-19T15:40:45.975Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-03-19T15:40:45.975Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-03-19T15:40:45.975Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-03-19T15:40:45.975Z] go: downloading github.com/pebbe/zmq4 v1.2.5 [2021-03-19T15:40:45.976Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-03-19T15:40:45.976Z] go: downloading github.com/x448/float16 v0.8.4 [2021-03-19T15:40:45.976Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-03-19T15:40:45.976Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-03-19T15:40:45.976Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-03-19T15:40:58.215Z] + install -DT ./app-service-configurable /root/parts/app-service-config/install/bin/app-service-configurable [2021-03-19T15:40:58.215Z] + install -DT ./res/rules-engine/configuration.toml /root/parts/app-service-config/install/config/app-service-configurable/res/rules-engine/configuration.toml [2021-03-19T15:40:58.215Z] + install -DT ./Attribution.txt /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/Attribution.txt [2021-03-19T15:40:58.215Z] + install -DT ./LICENSE /root/parts/app-service-config/install/usr/share/doc/app-service-configurable/LICENSE [2021-03-19T15:40:58.215Z] Building config-common [2021-03-19T15:40:58.215Z] + snapcraftctl build [2021-03-19T15:41:00.764Z] Building edgex-go [2021-03-19T15:41:01.710Z] + cd /root/parts/edgex-go/src [2021-03-19T15:41:01.710Z] + make build [2021-03-19T15:41:01.710Z] CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-data/core-data ./cmd/core-data [2021-03-19T15:41:03.095Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.6 [2021-03-19T15:41:03.096Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.51 [2021-03-19T15:41:03.096Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.13 [2021-03-19T15:41:03.096Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-03-19T15:41:03.096Z] go: downloading github.com/imdario/mergo v0.3.12 [2021-03-19T15:41:03.096Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.3.2 [2021-03-19T15:41:03.096Z] go: downloading github.com/pkg/errors v0.8.1 [2021-03-19T15:41:03.096Z] go: downloading golang.org/x/sys v0.0.0-20200323222414-85ca7c5b95cd [2021-03-19T15:41:03.357Z] go: downloading github.com/gorilla/websocket v1.4.2 [2021-03-19T15:41:03.357Z] go: downloading golang.org/x/net v0.0.0-20200425230154-ff2c4b7c35a0 [2021-03-19T15:41:08.653Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-metadata/core-metadata ./cmd/core-metadata [2021-03-19T15:41:08.653Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-03-19T15:41:13.957Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/core-command/core-command ./cmd/core-command [2021-03-19T15:41:15.876Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-notifications/support-notifications ./cmd/support-notifications [2021-03-19T15:41:17.263Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-executor/sys-mgmt-executor ./cmd/sys-mgmt-executor [2021-03-19T15:41:17.837Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/sys-mgmt-agent/sys-mgmt-agent ./cmd/sys-mgmt-agent [2021-03-19T15:41:18.098Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-03-19T15:41:18.358Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-03-19T15:41:18.358Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-03-19T15:41:18.358Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-03-19T15:41:20.273Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o cmd/support-scheduler/support-scheduler ./cmd/support-scheduler [2021-03-19T15:41:20.274Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-03-19T15:41:20.274Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-03-19T15:41:22.193Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-proxy-setup/security-proxy-setup ./cmd/security-proxy-setup [2021-03-19T15:41:23.136Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-secretstore-setup/security-secretstore-setup ./cmd/security-secretstore-setup [2021-03-19T15:41:23.136Z] go: downloading golang.org/x/crypto v0.0.0-20190923035154-9ee001bba392 [2021-03-19T15:41:25.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-file-token-provider/security-file-token-provider ./cmd/security-file-token-provider [2021-03-19T15:41:26.493Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/secrets-config ./cmd/secrets-config [2021-03-19T15:41:26.493Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-03-19T15:41:27.897Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrapper/security-bootstrapper ./cmd/security-bootstrapper [2021-03-19T15:41:27.897Z] go: downloading github.com/lib/pq v1.9.0 [2021-03-19T15:41:30.512Z] + install -DT ./cmd/core-command/core-command /root/parts/edgex-go/install/bin/core-command [2021-03-19T15:41:30.512Z] + install -DT ./cmd/core-command/res/configuration.toml /root/parts/edgex-go/install/config/core-command/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/core-data/core-data /root/parts/edgex-go/install/bin/core-data [2021-03-19T15:41:30.512Z] + install -DT ./cmd/core-data/res/configuration.toml /root/parts/edgex-go/install/config/core-data/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/core-metadata/core-metadata /root/parts/edgex-go/install/bin/core-metadata [2021-03-19T15:41:30.512Z] + install -DT ./cmd/core-metadata/res/configuration.toml /root/parts/edgex-go/install/config/core-metadata/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/support-notifications/support-notifications /root/parts/edgex-go/install/bin/support-notifications [2021-03-19T15:41:30.512Z] + install -DT ./cmd/support-notifications/res/configuration.toml /root/parts/edgex-go/install/config/support-notifications/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/support-scheduler/support-scheduler /root/parts/edgex-go/install/bin/support-scheduler [2021-03-19T15:41:30.512Z] + install -DT ./cmd/support-scheduler/res/configuration.toml /root/parts/edgex-go/install/config/support-scheduler/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/sys-mgmt-agent/sys-mgmt-agent /root/parts/edgex-go/install/bin/sys-mgmt-agent [2021-03-19T15:41:30.512Z] + install -DT ./cmd/sys-mgmt-agent/res/configuration.toml /root/parts/edgex-go/install/config/sys-mgmt-agent/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-proxy-setup/security-proxy-setup /root/parts/edgex-go/install/bin/security-proxy-setup [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-proxy-setup/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-secretstore-setup/security-secretstore-setup /root/parts/edgex-go/install/bin/security-secretstore-setup [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-secretstore-setup/res/configuration.toml /root/parts/edgex-go/install/config/security-secretstore-setup/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-file-token-provider/security-file-token-provider /root/parts/edgex-go/install/bin/security-file-token-provider [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /root/parts/edgex-go/install/config/security-file-token-provider/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-bootstrapper/security-bootstrapper /root/parts/edgex-go/install/bin/security-bootstrapper [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-bootstrapper/res-bootstrap-redis/configuration.toml /root/parts/edgex-go/install/config/security-bootstrapper/res-bootstrap-redis/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./cmd/secrets-config/secrets-config /root/parts/edgex-go/install/bin/secrets-config [2021-03-19T15:41:30.512Z] + install -DT ./cmd/security-proxy-setup/res/configuration.toml /root/parts/edgex-go/install/config/secrets-config/res/configuration.toml [2021-03-19T15:41:30.512Z] + install -DT ./Attribution.txt /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/Attribution.txt [2021-03-19T15:41:30.512Z] + install -DT ./LICENSE /root/parts/edgex-go/install/usr/share/doc/github.com/edgexfoundry/LICENSE [2021-03-19T15:41:30.512Z] + cp ./cmd/security-file-token-provider/res/token-config.json /root/parts/edgex-go/install/config/security-file-token-provider/res/token-config.json [2021-03-19T15:41:33.813Z] Building static-packages [2021-03-19T15:41:33.813Z] + snapcraftctl build [2021-03-19T15:41:35.727Z] Building version [2021-03-19T15:41:35.727Z] + snapcraftctl build [2021-03-19T15:41:38.277Z] Skipping stage go-build-helper (already ran) [2021-03-19T15:41:38.277Z] Staging app-service-config [2021-03-19T15:41:38.277Z] + snapcraftctl stage [2021-03-19T15:41:39.218Z] Staging config-common [2021-03-19T15:41:39.218Z] + snapcraftctl stage [2021-03-19T15:41:40.162Z] Staging edgex-go [2021-03-19T15:41:40.162Z] + snapcraftctl stage [2021-03-19T15:41:41.102Z] Staging static-packages [2021-03-19T15:41:41.103Z] + snapcraftctl stage [2021-03-19T15:41:42.491Z] Staging version [2021-03-19T15:41:42.491Z] + snapcraftctl stage [2021-03-19T15:41:43.433Z] Priming go-build-helper [2021-03-19T15:41:43.433Z] + snapcraftctl prime [2021-03-19T15:41:44.378Z] Priming app-service-config [2021-03-19T15:41:44.378Z] + snapcraftctl prime [2021-03-19T15:41:45.773Z] Priming config-common [2021-03-19T15:41:45.773Z] + snapcraftctl prime [2021-03-19T15:41:46.717Z] Priming edgex-go [2021-03-19T15:41:46.717Z] + snapcraftctl prime [2021-03-19T15:41:47.662Z] Priming static-packages [2021-03-19T15:41:47.662Z] + snapcraftctl prime [2021-03-19T15:41:50.215Z] Priming version [2021-03-19T15:41:50.215Z] + snapcraftctl prime [2021-03-19T15:41:51.160Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-03-19T15:41:53.917Z] provisioning config files... [2021-03-19T15:41:53.932Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/17@tmp/config9096605748244236962tmp [Pipeline] { [Pipeline] sh [2021-03-19T15:41:54.316Z] + set +x [2021-03-19T15:41:54.316Z] + curl -s https://codecov.io/bash [2021-03-19T15:41:54.316Z] + bash -s -- [2021-03-19T15:41:54.587Z] [2021-03-19T15:41:54.587Z] _____ _ [2021-03-19T15:41:54.587Z] / ____| | | [2021-03-19T15:41:54.587Z] | | ___ __| | ___ ___ _____ __ [2021-03-19T15:41:54.587Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-03-19T15:41:54.587Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-03-19T15:41:54.587Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-03-19T15:41:54.587Z] Bash-20210309-2b87ace [2021-03-19T15:41:54.587Z] [2021-03-19T15:41:54.587Z] [2021-03-19T15:41:54.587Z] ==> git version 2.24.3 found [2021-03-19T15:41:54.587Z] ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 [2021-03-19T15:41:54.587Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-03-19T15:41:54.587Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-03-19T15:41:54.587Z] ==> Jenkins CI detected. [2021-03-19T15:41:54.587Z] project root: . [2021-03-19T15:41:54.587Z] --> token set from env [2021-03-19T15:41:54.588Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-03-19T15:41:54.588Z] ==> Running gcov in . (disable via -X gcov) [2021-03-19T15:41:54.588Z] ==> Python coveragepy not found [2021-03-19T15:41:54.588Z] ==> Searching for coverage reports in: [2021-03-19T15:41:54.588Z] + . [2021-03-19T15:41:54.848Z] -> Found 1 reports [2021-03-19T15:41:54.848Z] ==> Detecting git/mercurial file structure [2021-03-19T15:41:54.848Z] ==> Reading reports [2021-03-19T15:41:54.848Z] + ./coverage.out bytes=650607 [2021-03-19T15:41:54.848Z] ==> Appending adjustments [2021-03-19T15:41:54.848Z] https://docs.codecov.io/docs/fixing-reports [2021-03-19T15:41:57.402Z] + Found adjustments [2021-03-19T15:41:57.402Z] ==> Gzipping contents [2021-03-19T15:41:57.402Z] 96K /tmp/codecov.xpmJtW.gz [2021-03-19T15:41:57.402Z] ==> Uploading reports [2021-03-19T15:41:57.402Z] url: https://codecov.io [2021-03-19T15:41:57.402Z] query: branch=PR-3274&commit=e618554084601bedd09e798ed9ee91efabbb50bb&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3274%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3274&job=&cmd_args= [2021-03-19T15:41:57.402Z] -> Pinging Codecov [2021-03-19T15:41:57.402Z] https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-3274&commit=e618554084601bedd09e798ed9ee91efabbb50bb&build=17&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3274%2F17%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3274&job=&cmd_args= [2021-03-19T15:41:57.976Z] -> Uploading to [2021-03-19T15:41:57.976Z] https://storage.googleapis.com/codecov/v4/raw/2021-03-19/00271124DB129430A58F1EEE437C3FCB/e618554084601bedd09e798ed9ee91efabbb50bb/467973af-2c60-4d03-9ffe-bd165fcd00a8.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210319%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210319T154157Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=04d452a362a4c8990e002e6505e6985f2aa4e8c9fdb1e9eefeba0ef00518f7ba [2021-03-19T15:41:57.976Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-03-19T15:41:57.976Z] Dload Upload Total Spent Left Speed [2021-03-19T15:41:58.557Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 94848 0 0 100 94848 0 146k --:--:-- --:--:-- --:--:-- 147k [2021-03-19T15:41:58.557Z] -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/edgex-go/commit/e618554084601bedd09e798ed9ee91efabbb50bb [Pipeline] } [2021-03-19T15:41:58.567Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:00.175Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:01.054Z] ---> package-listing.sh [2021-03-19T15:42:01.054Z] ++ facter osfamily [2021-03-19T15:42:01.054Z] ++ tr '[:upper:]' '[:lower:]' [2021-03-19T15:42:01.054Z] + OS_FAMILY=redhat [2021-03-19T15:42:01.054Z] + workspace=/w/workspace/edgex-go/17 [2021-03-19T15:42:01.054Z] + START_PACKAGES=/tmp/packages_start.txt [2021-03-19T15:42:01.054Z] + END_PACKAGES=/tmp/packages_end.txt [2021-03-19T15:42:01.054Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-03-19T15:42:01.054Z] + PACKAGES=/tmp/packages_start.txt [2021-03-19T15:42:01.054Z] + '[' /w/workspace/edgex-go/17 ']' [2021-03-19T15:42:01.054Z] + PACKAGES=/tmp/packages_end.txt [2021-03-19T15:42:01.054Z] + case "${OS_FAMILY}" in [2021-03-19T15:42:01.054Z] + rpm -qa [2021-03-19T15:42:01.054Z] + sort [2021-03-19T15:42:06.358Z] + '[' -f /tmp/packages_start.txt ']' [2021-03-19T15:42:06.358Z] + '[' -f /tmp/packages_end.txt ']' [2021-03-19T15:42:06.358Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-03-19T15:42:06.358Z] + '[' /w/workspace/edgex-go/17 ']' [2021-03-19T15:42:06.358Z] + mkdir -p /w/workspace/edgex-go/17/archives/ [2021-03-19T15:42:06.358Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/17/archives/ [Pipeline] echo [2021-03-19T15:42:06.372Z] Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-03-19T15:42:06.664Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:42:06.972Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T15:42:06.972Z] [2021-03-19T15:42:06.972Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-03-19T15:42:07.330Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T15:42:07.330Z] alpine: Pulling from edgex-lftools-log-publisher [2021-03-19T15:42:07.330Z] df20fa9351a1: Pulling fs layer [2021-03-19T15:42:07.330Z] 36b3adc4ff6f: Pulling fs layer [2021-03-19T15:42:07.330Z] 8ad3a11d3b57: Pulling fs layer [2021-03-19T15:42:07.330Z] 46f8f816bc3b: Pulling fs layer [2021-03-19T15:42:07.330Z] 93b61091891f: Pulling fs layer [2021-03-19T15:42:07.330Z] 93b9cdb0e59b: Pulling fs layer [2021-03-19T15:42:07.330Z] 5e14af77c1be: Pulling fs layer [2021-03-19T15:42:07.330Z] 01666e4c0597: Pulling fs layer [2021-03-19T15:42:07.330Z] aa168da1d23b: Pulling fs layer [2021-03-19T15:42:07.330Z] 93b9cdb0e59b: Waiting [2021-03-19T15:42:07.330Z] 5e14af77c1be: Waiting [2021-03-19T15:42:07.330Z] 01666e4c0597: Waiting [2021-03-19T15:42:07.330Z] aa168da1d23b: Waiting [2021-03-19T15:42:07.330Z] 46f8f816bc3b: Waiting [2021-03-19T15:42:07.330Z] 93b61091891f: Waiting [2021-03-19T15:42:07.330Z] 36b3adc4ff6f: Verifying Checksum [2021-03-19T15:42:07.330Z] 36b3adc4ff6f: Download complete [2021-03-19T15:42:07.330Z] 46f8f816bc3b: Verifying Checksum [2021-03-19T15:42:07.330Z] 46f8f816bc3b: Download complete [2021-03-19T15:42:07.330Z] df20fa9351a1: Verifying Checksum [2021-03-19T15:42:07.330Z] df20fa9351a1: Download complete [2021-03-19T15:42:07.602Z] 93b9cdb0e59b: Verifying Checksum [2021-03-19T15:42:07.602Z] 93b9cdb0e59b: Download complete [2021-03-19T15:42:07.602Z] 93b61091891f: Download complete [2021-03-19T15:42:07.602Z] 01666e4c0597: Verifying Checksum [2021-03-19T15:42:07.602Z] 01666e4c0597: Download complete [2021-03-19T15:42:07.602Z] 5e14af77c1be: Verifying Checksum [2021-03-19T15:42:07.602Z] 5e14af77c1be: Download complete [2021-03-19T15:42:07.602Z] 8ad3a11d3b57: Verifying Checksum [2021-03-19T15:42:07.602Z] 8ad3a11d3b57: Download complete [2021-03-19T15:42:07.868Z] df20fa9351a1: Pull complete [2021-03-19T15:42:07.868Z] 36b3adc4ff6f: Pull complete [2021-03-19T15:42:08.827Z] 8ad3a11d3b57: Pull complete [2021-03-19T15:42:09.425Z] 46f8f816bc3b: Pull complete [2021-03-19T15:42:09.689Z] aa168da1d23b: Verifying Checksum [2021-03-19T15:42:09.689Z] aa168da1d23b: Download complete [2021-03-19T15:42:09.689Z] 93b61091891f: Pull complete [2021-03-19T15:42:09.953Z] 93b9cdb0e59b: Pull complete [2021-03-19T15:42:09.953Z] 5e14af77c1be: Pull complete [2021-03-19T15:42:10.216Z] 01666e4c0597: Pull complete [2021-03-19T15:42:16.835Z] aa168da1d23b: Pull complete [2021-03-19T15:42:16.835Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-03-19T15:42:16.835Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-03-19T15:42:16.835Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-03-19T15:42:16.982Z] prd-centos7-docker-4c-2g-30548 does not seem to be running inside a container [2021-03-19T15:42:17.032Z] $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/edgex-go/17/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/edgex-go/17 -v /w/workspace/edgex-go/17:/w/workspace/edgex-go/17:rw,z -v /w/workspace/edgex-go/17@tmp:/w/workspace/edgex-go/17@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-03-19T15:42:20.580Z] $ docker top 6158bbffdf36b7147a68876a9c4bd1935d3fa7a8f395a107cb4eb16721bc9ab7 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-03-19T15:42:21.165Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-03-19T15:42:21.466Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-03-19T15:42:21.767Z] + ls /var/log/sa-host [2021-03-19T15:42:21.767Z] + sadf -c /var/log/sa-host/sa19 [2021-03-19T15:42:21.767Z] file_magic: OK [2021-03-19T15:42:21.767Z] HZ: Using current value: 100 [2021-03-19T15:42:21.767Z] file_header: OK [2021-03-19T15:42:21.767Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-19T15:42:21.767Z] Statistics: [2021-03-19T15:42:21.767Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-03-19T15:42:21.767Z] File successfully converted to sysstat format version 12.2.1 [2021-03-19T15:42:21.767Z] + sadf -c /var/log/sa-host/sa23 [2021-03-19T15:42:21.767Z] file_magic: OK [2021-03-19T15:42:21.767Z] HZ: Using current value: 100 [2021-03-19T15:42:21.767Z] file_header: OK [2021-03-19T15:42:21.767Z] file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK [2021-03-19T15:42:21.768Z] Statistics: [2021-03-19T15:42:21.768Z] Hnuu...uuuununununu... [2021-03-19T15:42:21.768Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-03-19T15:42:21.981Z] provisioning config files... [2021-03-19T15:42:21.999Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/17@tmp/config6251900109222536901tmp [Pipeline] { [Pipeline] echo [2021-03-19T15:42:22.102Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:22.404Z] ---> create-netrc.sh [Pipeline] } [2021-03-19T15:42:22.413Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-03-19T15:42:22.505Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:22.808Z] ---> python-tools-install.sh [Pipeline] echo [2021-03-19T15:42:22.819Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:23.133Z] ---> sudo-logs.sh [2021-03-19T15:42:23.133Z] Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo [2021-03-19T15:42:23.311Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:23.628Z] ---> job-cost.sh [2021-03-19T15:42:23.628Z] lf-activate-venv: SKIPPING [2021-03-19T15:42:23.628Z] INFO: No Stack... [2021-03-19T15:42:24.573Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-03-19T15:42:25.150Z] INFO: Archiving Costs [Pipeline] echo [2021-03-19T15:42:25.164Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-03-19T15:42:25.461Z] ---> logs-deploy.sh [2021-03-19T15:42:25.461Z] lf-activate-venv: SKIPPING [2021-03-19T15:42:25.461Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3274/17 [2021-03-19T15:42:25.461Z] INFO: archiving workspace using pattern(s): [2021-03-19T15:42:27.375Z] Archives upload complete. [2021-03-19T15:42:27.375Z] INFO: archiving logs to Nexus