Pull request #3080 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 weichou1229 for edgexfoundry/edgex-go Loading trusted files from base branch master at df7eaa583f48bd0cefe0e9af00d8477318667731 rather than 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 Obtained Jenkinsfile from df7eaa583f48bd0cefe0e9af00d8477318667731 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 69a7e166112f335804d9fea76440e5140e47f034 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 69a7e166112f335804d9fea76440e5140e47f034 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 with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 69a7e166112f335804d9fea76440e5140e47f034 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 69a7e166112f335804d9fea76440e5140e47f034 # timeout=10 Commit message: "Merge pull request #314 from ernestojeda/go-mod-semver-bump" > 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 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 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 15d0feb21ed94e8c3b2a9f11f016c82a5039dfb9 # timeout=10 Commit message: "Add license check to tox" > 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:make build, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2], buildSnap:true] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoParallel] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: edgex-go-settings PROJECT: edgex-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make 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: true PUSH_DOCKER_IMAGE: true 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 SECURITY_NOTIFY_LIST: security-issues@lists.edgexfoundry.org SNYK_DOCKER_SCAN: false [Pipeline] node Still waiting to schedule task Waiting for next available executor on ‘prd-centos7-docker-4c-2g-23915’ Running on prd-centos7-docker-4c-2g-23918 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/8 [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/8 # 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 > 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/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 Merge succeeded, producing 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 Checking out Revision 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 (PR-3080) > git config core.sparsecheckout # timeout=10 > git checkout -f 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 # 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 df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 # timeout=10 Commit message: "build: Upgrade go-mod-core-contract lib" > git rev-list --no-walk a7a5ad37d47db2939e386dd9539e0edb3313d548 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-29T07:28:22.011Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-29T07:28:22.296Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-29T07:28:22.408Z] ========================================================= [2021-01-29T07:28:22.408Z] EdgeX Global Pipelines Version Info [2021-01-29T07:28:22.408Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:28:23.931Z] ------------------- [2021-01-29T07:28:23.931Z] stable info: [2021-01-29T07:28:23.931Z] ------------------- [2021-01-29T07:28:23.931Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T07:28:23.931Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T07:28:23.931Z] Message: update stable to v1.0.179 [2021-01-29T07:28:24.882Z] ------------------- [2021-01-29T07:28:24.882Z] experimental info: [2021-01-29T07:28:24.882Z] ------------------- [2021-01-29T07:28:24.882Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-29T07:28:24.882Z] Commit SHA: 69a7e166112f335804d9fea76440e5140e47f034 [2021-01-29T07:28:24.882Z] Message: update experimental to v1.0.179 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-29T07:28:25.123Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-29T07:28:25.245Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-29T07:28:25.356Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-29T07:28:25.441Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-29T07:28:25.580Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-29T07:28:25.691Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-29T07:28:25.787Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-29T07:28:25.884Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-29T07:28:25.981Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-29T07:28:26.079Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-29T07:28:26.182Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-29T07:28:26.269Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-29T07:28:26.362Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-29T07:28:26.460Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-29T07:28:26.567Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T07:28:26.695Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-29T07:28:26.783Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-29T07:28:26.870Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-29T07:28:26.965Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-29T07:28:27.054Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-29T07:28:27.142Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-29T07:28:27.244Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-29T07:28:27.337Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-29T07:28:27.445Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-3080 [Pipeline] echo [2021-01-29T07:28:27.531Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-3080 [Pipeline] echo [2021-01-29T07:28:27.640Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-3080 [Pipeline] echo [2021-01-29T07:28:27.737Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [Pipeline] echo [2021-01-29T07:28:27.826Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 398cc32 [Pipeline] echo [2021-01-29T07:28:27.910Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T07:28:28.079Z] provisioning config files... [2021-01-29T07:28:28.106Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config7504906447184512330tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:28:28.463Z] ---> docker-login.sh [2021-01-29T07:28:28.463Z] nexus3.edgexfoundry.org:10001 [2021-01-29T07:28:28.725Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:28:28.990Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:28:28.990Z] Configure a credential helper to remove this warning. See [2021-01-29T07:28:28.990Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:28:28.990Z] [2021-01-29T07:28:28.990Z] Login Succeeded [2021-01-29T07:28:28.990Z] nexus3.edgexfoundry.org:10002 [2021-01-29T07:28:28.990Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:28:29.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:28:29.252Z] Configure a credential helper to remove this warning. See [2021-01-29T07:28:29.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:28:29.252Z] [2021-01-29T07:28:29.252Z] Login Succeeded [2021-01-29T07:28:29.252Z] nexus3.edgexfoundry.org:10003 [2021-01-29T07:28:29.252Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:28:29.252Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:28:29.252Z] Configure a credential helper to remove this warning. See [2021-01-29T07:28:29.252Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:28:29.252Z] [2021-01-29T07:28:29.252Z] Login Succeeded [2021-01-29T07:28:29.252Z] nexus3.edgexfoundry.org:10004 [2021-01-29T07:28:29.515Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:28:29.515Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:28:29.515Z] Configure a credential helper to remove this warning. See [2021-01-29T07:28:29.515Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:28:29.515Z] [2021-01-29T07:28:29.515Z] Login Succeeded [2021-01-29T07:28:29.515Z] docker.io [2021-01-29T07:28:29.777Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:28:30.039Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:28:30.039Z] Configure a credential helper to remove this warning. See [2021-01-29T07:28:30.039Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:28:30.039Z] [2021-01-29T07:28:30.039Z] Login Succeeded [2021-01-29T07:28:30.039Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T07:28:30.051Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T07:28:30.605Z] ++ 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-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/core-command/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/core-data/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/security-bootstrapper/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo security-bootstrapper,cmd/security-bootstrapper/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-29T07:28:30.605Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-29T07:28:30.605Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-29T07:28:30.605Z] ++ cut -d/ -f2 [2021-01-29T07:28:30.605Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-29T07:28:30.681Z] 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-01-29T07:28:31.522Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:28:31.522Z] [2021-01-29T07:28:31.522Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:28:31.865Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:28:31.865Z] latest: Pulling from edgex-devops/git-semver [2021-01-29T07:28:31.865Z] 31603596830f: Pulling fs layer [2021-01-29T07:28:31.865Z] 2a8b12db71e7: Pulling fs layer [2021-01-29T07:28:31.865Z] 6ca5941a6612: Pulling fs layer [2021-01-29T07:28:31.866Z] ecc8261a40a4: Pulling fs layer [2021-01-29T07:28:31.866Z] ecc8261a40a4: Waiting [2021-01-29T07:28:31.866Z] 2a8b12db71e7: Verifying Checksum [2021-01-29T07:28:31.866Z] 2a8b12db71e7: Download complete [2021-01-29T07:28:32.128Z] 31603596830f: Download complete [2021-01-29T07:28:32.128Z] ecc8261a40a4: Verifying Checksum [2021-01-29T07:28:32.128Z] ecc8261a40a4: Download complete [2021-01-29T07:28:32.128Z] 6ca5941a6612: Verifying Checksum [2021-01-29T07:28:32.128Z] 6ca5941a6612: Download complete [2021-01-29T07:28:32.390Z] 31603596830f: Pull complete [2021-01-29T07:28:32.668Z] 2a8b12db71e7: Pull complete [2021-01-29T07:28:33.250Z] 6ca5941a6612: Pull complete [2021-01-29T07:28:33.512Z] ecc8261a40a4: Pull complete [2021-01-29T07:28:33.512Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-29T07:28:33.777Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-29T07:28:33.777Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-29T07:28:33.885Z] prd-centos7-docker-4c-2g-23918 does not seem to be running inside a container [2021-01-29T07:28:33.937Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@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:10004/edgex-devops/git-semver:latest cat [2021-01-29T07:28:36.547Z] $ docker top 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-29T07:28:36.890Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T07:28:36.890Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T07:28:37.127Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T07:28:37.133Z] $ docker exec 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 ssh-agent [2021-01-29T07:28:37.303Z] SSH_AUTH_SOCK=/tmp/ssh-xaSRwiBFDhQl/agent.11 [2021-01-29T07:28:37.303Z] SSH_AGENT_PID=16 [2021-01-29T07:28:37.314Z] Running ssh-add (command line suppressed) [2021-01-29T07:28:37.443Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_13170209487941740.key (/w/workspace/edgex-go/8@tmp/private_key_13170209487941740.key) [2021-01-29T07:28:37.495Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T07:28:37.830Z] + git tag --points-at HEAD [Pipeline] } [2021-01-29T07:28:37.853Z] $ docker exec --env ******** --env ******** 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 ssh-agent -k [2021-01-29T07:28:37.970Z] unset SSH_AUTH_SOCK; [2021-01-29T07:28:37.970Z] unset SSH_AGENT_PID; [2021-01-29T07:28:37.970Z] echo Agent pid 16 killed; [2021-01-29T07:28:38.015Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-29T07:28:38.157Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-29T07:28:38.157Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-29T07:28:38.325Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-29T07:28:38.330Z] $ docker exec 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 ssh-agent [2021-01-29T07:28:38.509Z] SSH_AUTH_SOCK=/tmp/ssh-rvv6K4QOej1Y/agent.45 [2021-01-29T07:28:38.509Z] SSH_AGENT_PID=50 [2021-01-29T07:28:38.516Z] Running ssh-add (command line suppressed) [2021-01-29T07:28:38.640Z] Identity added: /w/workspace/edgex-go/8@tmp/private_key_7940316294340939138.key (/w/workspace/edgex-go/8@tmp/private_key_7940316294340939138.key) [2021-01-29T07:28:38.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-29T07:28:39.028Z] + git semver init [2021-01-29T07:28:39.028Z] # -> Open(): unable to determine branch for HEAD [2021-01-29T07:28:39.028Z] # $GIT_DIR = /w/workspace/edgex-go/8/.git [2021-01-29T07:28:39.028Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/8 [2021-01-29T07:28:39.028Z] # $SEMVER_REMOTE_NAME = origin [2021-01-29T07:28:39.028Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-29T07:28:39.028Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-29T07:28:39.028Z] # $SEMVER_BRANCH = PR-3080 [2021-01-29T07:28:39.028Z] # $SEMVER_TEMP = /tmp/semver-893476715 [2021-01-29T07:28:39.028Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-29T07:29:11.205Z] # '/tmp/semver-893476715' -> '/w/workspace/edgex-go/8/.semver' [2021-01-29T07:29:11.205Z] # -> Force: false [2021-01-29T07:29:11.205Z] # $SEMVER_DIR = /w/workspace/edgex-go/8/.semver [Pipeline] } [2021-01-29T07:29:11.224Z] $ docker exec --env ******** --env ******** 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 ssh-agent -k [2021-01-29T07:29:11.564Z] unset SSH_AUTH_SOCK; [2021-01-29T07:29:11.565Z] unset SSH_AGENT_PID; [2021-01-29T07:29:11.565Z] echo Agent pid 50 killed; [2021-01-29T07:29:11.672Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-29T07:29:12.144Z] + git semver [Pipeline] } [2021-01-29T07:29:12.167Z] $ docker stop --time=1 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 [2021-01-29T07:29:13.757Z] $ docker rm -f 86f1b730d1ac6628b0e5db5567521e78be18d15995d3dfc2924d1778ebc84825 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:29:14.314Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-29T07:29:14.880Z] Stashed 1 file(s) [Pipeline] echo [2021-01-29T07:29:14.883Z] [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) [Pipeline] node [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T07:29:15.775Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:29:16.075Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:29:16.378Z] + sudo service docker restart [2021-01-29T07:29:16.378Z] + true [2021-01-29T07:29:16.378Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-29T07:29:16.976Z] ========================================================= [2021-01-29T07:29:16.976Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-29T07:29:16.976Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:29:17.327Z] + 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-01-29T07:29:21.574Z] Sending build context to Docker daemon 327.2MB [2021-01-29T07:29:21.574Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T07:29:21.574Z] Step 2/6 : FROM ${BASE} [2021-01-29T07:29:21.574Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-29T07:29:21.574Z] 188c0c94c7c5: Pulling fs layer [2021-01-29T07:29:21.574Z] 0ef7d3d256c8: Pulling fs layer [2021-01-29T07:29:21.574Z] de9db76c5a1d: Pulling fs layer [2021-01-29T07:29:21.574Z] bca2f99d35d6: Pulling fs layer [2021-01-29T07:29:21.574Z] 93359f2a8cfa: Pulling fs layer [2021-01-29T07:29:21.574Z] 7c6f9722023f: Pulling fs layer [2021-01-29T07:29:21.574Z] a35cf1a2eb13: Pulling fs layer [2021-01-29T07:29:21.574Z] 93359f2a8cfa: Waiting [2021-01-29T07:29:21.574Z] 7c6f9722023f: Waiting [2021-01-29T07:29:21.574Z] a35cf1a2eb13: Waiting [2021-01-29T07:29:21.574Z] bca2f99d35d6: Waiting [2021-01-29T07:29:21.574Z] de9db76c5a1d: Verifying Checksum [2021-01-29T07:29:21.574Z] de9db76c5a1d: Download complete [2021-01-29T07:29:21.574Z] 0ef7d3d256c8: Verifying Checksum [2021-01-29T07:29:21.574Z] 0ef7d3d256c8: Download complete [2021-01-29T07:29:21.574Z] 93359f2a8cfa: Verifying Checksum [2021-01-29T07:29:21.574Z] 93359f2a8cfa: Download complete [2021-01-29T07:29:21.574Z] 7c6f9722023f: Verifying Checksum [2021-01-29T07:29:21.574Z] 7c6f9722023f: Download complete [2021-01-29T07:29:21.574Z] 188c0c94c7c5: Verifying Checksum [2021-01-29T07:29:21.574Z] 188c0c94c7c5: Download complete [2021-01-29T07:29:22.156Z] 188c0c94c7c5: Pull complete [2021-01-29T07:29:22.156Z] 0ef7d3d256c8: Pull complete [2021-01-29T07:29:22.419Z] de9db76c5a1d: Pull complete [2021-01-29T07:29:23.820Z] a35cf1a2eb13: Verifying Checksum [2021-01-29T07:29:23.820Z] a35cf1a2eb13: Download complete [2021-01-29T07:29:24.084Z] bca2f99d35d6: Verifying Checksum [2021-01-29T07:29:24.085Z] bca2f99d35d6: Download complete [2021-01-29T07:29:29.424Z] bca2f99d35d6: Pull complete [2021-01-29T07:29:29.686Z] 93359f2a8cfa: Pull complete [2021-01-29T07:29:29.686Z] 7c6f9722023f: Pull complete [2021-01-29T07:29:30.259Z] Still waiting to schedule task [2021-01-29T07:29:30.259Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-arm64-4c-16g-23916’ [2021-01-29T07:29:35.016Z] a35cf1a2eb13: Pull complete [2021-01-29T07:29:35.016Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-29T07:29:35.016Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-29T07:29:35.016Z] ---> a62c8e92a672 [2021-01-29T07:29:35.016Z] 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-01-29T07:29:35.016Z] ---> Running in 8f900bde1dc6 [2021-01-29T07:29:35.280Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:29:36.232Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:29:36.811Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T07:29:36.811Z] (2/12) Installing file (5.38-r0) [2021-01-29T07:29:37.074Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T07:29:37.074Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T07:29:45.236Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T07:29:45.236Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T07:29:45.236Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T07:29:45.236Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T07:29:45.236Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T07:29:45.236Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T07:29:45.236Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T07:29:45.236Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T07:29:45.236Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:29:45.236Z] OK: 233 MiB in 51 packages [2021-01-29T07:29:48.556Z] Removing intermediate container 8f900bde1dc6 [2021-01-29T07:29:48.556Z] ---> 3d3735a0861e [2021-01-29T07:29:48.556Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T07:29:48.556Z] ---> Running in 268a5e516be1 [2021-01-29T07:29:48.556Z] Removing intermediate container 268a5e516be1 [2021-01-29T07:29:48.556Z] ---> 5fbbd07e29fc [2021-01-29T07:29:48.556Z] Step 5/6 : COPY go.mod . [2021-01-29T07:29:48.833Z] ---> aef3dd405621 [2021-01-29T07:29:48.833Z] Step 6/6 : RUN go mod download [2021-01-29T07:29:48.833Z] ---> Running in aad50327094c [2021-01-29T07:30:10.899Z] Removing intermediate container aad50327094c [2021-01-29T07:30:10.899Z] ---> 4cdee5004bf3 [2021-01-29T07:30:10.899Z] Successfully built 4cdee5004bf3 [2021-01-29T07:30:10.899Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:30:11.219Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T07:30:11.219Z] . [Pipeline] withDockerContainer [2021-01-29T07:30:11.381Z] prd-centos7-docker-4c-2g-23918 does not seem to be running inside a container [2021-01-29T07:30:11.536Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T07:30:12.538Z] $ docker top 4230487e0440d0047fc027f0da9601d1428d116d4b5550be5a454b361afc28da -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:30:13.099Z] + go version [2021-01-29T07:30:13.099Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-29T07:30:13.118Z] $ docker stop --time=1 4230487e0440d0047fc027f0da9601d1428d116d4b5550be5a454b361afc28da [2021-01-29T07:30:14.493Z] $ docker rm -f 4230487e0440d0047fc027f0da9601d1428d116d4b5550be5a454b361afc28da [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:30:15.376Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-29T07:30:15.376Z] . [Pipeline] withDockerContainer [2021-01-29T07:30:15.474Z] prd-centos7-docker-4c-2g-23918 does not seem to be running inside a container [2021-01-29T07:30:15.530Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat [2021-01-29T07:30:16.292Z] $ docker top a64aac1f3bd6448ac7ebf9b1f606e280dc0377dcb8092fc63448e020770ea823 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-29T07:30:16.522Z] ========================================================= [2021-01-29T07:30:16.522Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T07:30:16.522Z] ========================================================= [Pipeline] sh [2021-01-29T07:30:16.820Z] + make test [2021-01-29T07:30:16.820Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T07:30:26.895Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T07:30:41.982Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T07:30:48.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T07:30:48.646Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T07:30:48.646Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T07:30:48.646Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T07:30:50.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T07:30:50.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T07:30:50.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T07:30:50.597Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T07:30:50.597Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T07:30:50.866Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T07:30:53.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T07:30:53.469Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T07:30:53.469Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T07:30:56.085Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.131s coverage: 46.0% of statements [2021-01-29T07:30:56.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T07:30:56.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T07:30:56.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T07:30:56.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T07:30:56.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T07:30:56.085Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T07:30:56.086Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T07:30:56.086Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.107s coverage: 100.0% of statements [2021-01-29T07:30:58.695Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.282s coverage: 27.1% of statements [2021-01-29T07:30:58.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T07:30:58.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T07:30:58.695Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T07:30:58.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.047s coverage: 100.0% of statements [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T07:30:58.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.067s coverage: 100.0% of statements [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T07:30:58.696Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.089s coverage: 65.8% of statements [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T07:30:58.696Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T07:30:59.298Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.458s coverage: 82.3% of statements [2021-01-29T07:30:59.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T07:30:59.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:30:59.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T07:30:59.298Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T07:31:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.387s coverage: 28.6% of statements [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T07:31:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.063s coverage: 100.0% of statements [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T07:31:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.044s coverage: 100.0% of statements [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T07:31:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.104s coverage: 86.7% of statements [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T07:31:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.123s coverage: 97.5% of statements [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T07:31:01.888Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.076s coverage: 78.3% of statements [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T07:31:01.888Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.391s coverage: 92.8% of statements [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.068s coverage: 58.8% of statements [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.074s coverage: 0.1% of statements [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T07:31:04.508Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.036s coverage: 43.8% of statements [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.082s coverage: 79.5% of statements [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.052s coverage: 94.1% of statements [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.097s coverage: 96.3% of statements [2021-01-29T07:31:04.508Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.036s coverage: 87.5% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.050s coverage: 94.4% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.030s coverage: 44.8% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.041s coverage: 87.2% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.038s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.044s coverage: 75.5% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.035s coverage: 80.8% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.077s coverage: 87.2% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.052s coverage: 84.2% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.080s coverage: 91.4% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.173s coverage: 63.5% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.035s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.043s coverage: 91.3% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.033s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.034s coverage: 73.7% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.032s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.283s coverage: 68.9% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.095s coverage: 37.0% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.268s coverage: 84.0% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.038s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.117s coverage: 47.1% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.054s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T07:31:16.801Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-29T07:31:16.801Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T07:31:18.220Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.691s coverage: 29.1% of statements [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T07:31:18.220Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.070s coverage: 99.0% of statements [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T07:31:18.220Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.044s coverage: 100.0% of statements [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T07:31:18.220Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.034s coverage: 0.0% of statements [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T07:31:18.220Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.033s coverage: 100.0% of statements [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T07:31:18.220Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T07:31:18.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.083s coverage: 87.9% of statements [2021-01-29T07:31:18.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T07:31:18.806Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T07:31:18.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.041s coverage: 100.0% of statements [2021-01-29T07:31:18.806Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.034s coverage: 32.1% of statements [2021-01-29T07:31:19.074Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.046s coverage: 100.0% of statements [2021-01-29T07:31:19.342Z] GO111MODULE=on go vet ./... [2021-01-29T07:31:46.503Z] gofmt -l . [2021-01-29T07:31:46.503Z] [ "`gofmt -l .`" = "" ] [2021-01-29T07:31:46.503Z] ./bin/test-go-mod-tidy.sh [2021-01-29T07:31:46.503Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T07:31:47.083Z] + ls -al . [2021-01-29T07:31:47.346Z] total 672 [2021-01-29T07:31:47.346Z] drwxrwxr-x 10 1001 1001 4096 Jan 29 07:31 . [2021-01-29T07:31:47.346Z] drwxr-xr-x 4 root root 28 Jan 29 07:30 .. [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 07:28 .dockerignore [2021-01-29T07:31:47.346Z] drwxrwxr-x 8 1001 1001 179 Jan 29 07:28 .git [2021-01-29T07:31:47.346Z] drwxrwxr-x 3 1001 1001 125 Jan 29 07:28 .github [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 07:28 .gitignore [2021-01-29T07:31:47.346Z] drwx------ 3 1001 1001 60 Jan 29 07:29 .semver [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 07:28 .sonarcloud.properties [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 07:28 Attribution.txt [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:28 CONTRIBUTING.md [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 07:28 Dockerfile.build [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 07:28 Jenkinsfile [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:28 LICENSE [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 07:28 Makefile [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 07:28 README.md [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 07:28 SECURITY.md [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 07:29 VERSION [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:28 ZMQWindows.md [2021-01-29T07:31:47.346Z] drwxrwxr-x 2 1001 1001 117 Jan 29 07:28 bin [2021-01-29T07:31:47.346Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 07:28 cmd [2021-01-29T07:31:47.346Z] -rw-r--r-- 1 root root 565356 Jan 29 07:31 coverage.out [2021-01-29T07:31:47.346Z] -rw-r--r-- 1 root root 1054 Jan 29 07:31 go.mod [2021-01-29T07:31:47.346Z] -rw-r--r-- 1 root root 19289 Jan 29 07:31 go.sum [2021-01-29T07:31:47.346Z] drwxrwxr-x 8 1001 1001 127 Jan 29 07:28 internal [2021-01-29T07:31:47.346Z] drwxrwxr-x 4 1001 1001 26 Jan 29 07:28 openapi [2021-01-29T07:31:47.346Z] drwxrwxr-x 4 1001 1001 71 Jan 29 07:28 snap [2021-01-29T07:31:47.346Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 07:28 version.go [Pipeline] sh [2021-01-29T07:31:47.647Z] + '[' -e coverage.out ] [2021-01-29T07:31:47.647Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T07:31:47.848Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T07:31:48.155Z] + make build [2021-01-29T07:31:48.155Z] 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-01-29T07:31:52.375Z] 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-01-29T07:32:00.632Z] 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-01-29T07:32:02.071Z] 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-01-29T07:32:03.479Z] 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-01-29T07:32:03.741Z] 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-01-29T07:32:05.685Z] 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-01-29T07:32:06.636Z] 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-01-29T07:32:07.588Z] 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-01-29T07:32:08.994Z] 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-01-29T07:32:09.996Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:32:11.406Z] 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-01-29T07:32:12.364Z] 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 [Pipeline] } [2021-01-29T07:32:14.346Z] $ docker stop --time=1 a64aac1f3bd6448ac7ebf9b1f606e280dc0377dcb8092fc63448e020770ea823 [2021-01-29T07:32:16.106Z] $ docker rm -f a64aac1f3bd6448ac7ebf9b1f606e280dc0377dcb8092fc63448e020770ea823 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:32:17.909Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:32:17.909Z] [2021-01-29T07:32:17.909Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:32:18.258Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:32:18.258Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-29T07:32:18.258Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-29T07:32:18.258Z] ca9280d653b3: Pulling fs layer [2021-01-29T07:32:18.258Z] 7e9c9ca2126c: Pulling fs layer [2021-01-29T07:32:18.521Z] cbdbe7a5bc2a: Download complete [2021-01-29T07:32:18.783Z] cbdbe7a5bc2a: Pull complete [2021-01-29T07:32:19.048Z] ca9280d653b3: Verifying Checksum [2021-01-29T07:32:19.048Z] ca9280d653b3: Download complete [2021-01-29T07:32:20.008Z] ca9280d653b3: Pull complete [2021-01-29T07:32:20.272Z] 7e9c9ca2126c: Download complete [2021-01-29T07:32:26.951Z] 7e9c9ca2126c: Pull complete [2021-01-29T07:32:26.951Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-29T07:32:26.951Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:32:26.951Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-29T07:32:27.103Z] prd-centos7-docker-4c-2g-23918 does not seem to be running inside a container [2021-01-29T07:32:27.153Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T07:32:30.708Z] $ docker top 1a2903393525f58ce5f9edf45d95380ff7e29b5b8e4cf5f0f1093a3e1eae669c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:32:31.406Z] + docker-compose build --help [2021-01-29T07:32:31.406Z] + grep parallel [2021-01-29T07:32:32.394Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T07:32:32.412Z] $ docker stop --time=1 1a2903393525f58ce5f9edf45d95380ff7e29b5b8e4cf5f0f1093a3e1eae669c [2021-01-29T07:32:33.913Z] $ docker rm -f 1a2903393525f58ce5f9edf45d95380ff7e29b5b8e4cf5f0f1093a3e1eae669c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:32:34.513Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-29T07:32:34.513Z] . [Pipeline] withDockerContainer [2021-01-29T07:32:34.621Z] prd-centos7-docker-4c-2g-23918 does not seem to be running inside a container [2021-01-29T07:32:34.666Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest cat [2021-01-29T07:32:35.501Z] $ docker top 0f7beeaee3449308bcc78f0feb61c93e22e97cd758ed9624f6596740f677986d -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:32:35.971Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T07:32:36.921Z] Building docker-core-command-go ... [2021-01-29T07:32:36.921Z] Building docker-core-data-go ... [2021-01-29T07:32:36.921Z] Building docker-core-metadata-go ... [2021-01-29T07:32:36.921Z] Building docker-security-bootstrapper-go ... [2021-01-29T07:32:36.921Z] Building docker-security-proxy-setup-go ... [2021-01-29T07:32:36.921Z] Building docker-security-secretstore-setup-go ... [2021-01-29T07:32:36.921Z] Building docker-support-notifications-go ... [2021-01-29T07:32:36.921Z] Building docker-support-scheduler-go ... [2021-01-29T07:32:36.921Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T07:32:36.921Z] Building docker-support-notifications-go [2021-01-29T07:32:36.921Z] Building docker-support-scheduler-go [2021-01-29T07:32:36.921Z] Building docker-security-proxy-setup-go [2021-01-29T07:32:36.921Z] Building docker-security-secretstore-setup-go [2021-01-29T07:32:36.921Z] Building docker-security-bootstrapper-go [2021-01-29T07:32:54.901Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-23920 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-01-29T07:32:54.988Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-29T07:33:00.425Z] using credential edgex-jenkins-ssh [2021-01-29T07:33:00.544Z] Cloning the remote Git repository [2021-01-29T07:33:00.614Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:33:00.725Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-29T07:33:00.806Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:33:00.807Z] > git --version # timeout=10 [2021-01-29T07:33:00.827Z] > git --version # 'git version 2.17.1' [2021-01-29T07:33:00.829Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:33:00.929Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:33:09.434Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:33:09.434Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:33:09.434Z] ---> 4cdee5004bf3 [2021-01-29T07:33:09.434Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T07:33:09.434Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:33:09.434Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:33:09.434Z] ---> 4cdee5004bf3 [2021-01-29T07:33:09.434Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:33:09.434Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:33:09.434Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:33:09.434Z] ---> 4cdee5004bf3 [2021-01-29T07:33:09.434Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T07:33:09.434Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:33:09.434Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:33:09.434Z] ---> 4cdee5004bf3 [2021-01-29T07:33:09.434Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:33:09.434Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:33:09.434Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:33:09.434Z] ---> 4cdee5004bf3 [2021-01-29T07:33:09.434Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T07:33:10.387Z] ---> Running in 87b1e2a1d334 [2021-01-29T07:33:10.387Z] ---> Running in e3f8d7b03040 [2021-01-29T07:33:10.387Z] ---> Running in cfb365fd41b5 [2021-01-29T07:33:10.387Z] ---> Running in 8a66b9c0e14a [2021-01-29T07:33:10.387Z] ---> Running in a01f7a99783f [2021-01-29T07:33:10.651Z] Removing intermediate container cfb365fd41b5 [2021-01-29T07:33:10.651Z] ---> 002d5afb1c20 [2021-01-29T07:33:10.651Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:33:10.651Z] Removing intermediate container 8a66b9c0e14a [2021-01-29T07:33:10.651Z] ---> 70e8c10ea667 [2021-01-29T07:33:10.651Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:33:10.651Z] Removing intermediate container e3f8d7b03040 [2021-01-29T07:33:10.651Z] ---> 2bcdc55f8475 [2021-01-29T07:33:10.651Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:33:10.651Z] Removing intermediate container a01f7a99783f [2021-01-29T07:33:10.651Z] ---> 3d8f1551d2be [2021-01-29T07:33:10.651Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:33:10.916Z] Removing intermediate container 87b1e2a1d334 [2021-01-29T07:33:10.916Z] ---> 5cc93be6bb8d [2021-01-29T07:33:10.916Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:33:10.916Z] ---> Running in a6e2d42f5ba9 [2021-01-29T07:33:10.916Z] ---> Running in 14389d417898 [2021-01-29T07:33:10.916Z] ---> Running in 63c454e936c1 [2021-01-29T07:33:10.916Z] ---> Running in 61b3fa9f3d71 [2021-01-29T07:33:10.916Z] ---> Running in 49d974df1099 [2021-01-29T07:33:13.485Z] Removing intermediate container 63c454e936c1 [2021-01-29T07:33:13.485Z] ---> 4c6902b3590e [2021-01-29T07:33:13.485Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T07:33:13.485Z] ---> Running in a31e9dd24f4e [2021-01-29T07:33:13.485Z] Removing intermediate container a6e2d42f5ba9 [2021-01-29T07:33:13.485Z] ---> 6a59e19c99a3 [2021-01-29T07:33:13.485Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T07:33:13.747Z] Removing intermediate container 14389d417898 [2021-01-29T07:33:13.747Z] ---> 12722586d85f [2021-01-29T07:33:13.747Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T07:33:13.747Z] ---> Running in d9c7843abfdf [2021-01-29T07:33:14.011Z] ---> Running in 1b1c014e1128 [2021-01-29T07:33:14.011Z] Removing intermediate container 61b3fa9f3d71 [2021-01-29T07:33:14.011Z] ---> dd801c3773cf [2021-01-29T07:33:14.011Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T07:33:14.275Z] ---> Running in afab97220b24 [2021-01-29T07:33:14.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:14.854Z] Removing intermediate container 49d974df1099 [2021-01-29T07:33:14.854Z] ---> 328dc323f2d4 [2021-01-29T07:33:14.854Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T07:33:14.854Z] ---> Running in 3dc404f4e6c4 [2021-01-29T07:33:14.854Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.117Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.380Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.642Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:15.904Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:16.167Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:33:16.746Z] OK: 233 MiB in 51 packages [2021-01-29T07:33:16.746Z] OK: 233 MiB in 51 packages [2021-01-29T07:33:17.009Z] OK: 233 MiB in 51 packages [2021-01-29T07:33:17.274Z] OK: 233 MiB in 51 packages [2021-01-29T07:33:17.274Z] Removing intermediate container d9c7843abfdf [2021-01-29T07:33:17.274Z] ---> 5af633dfc2cd [2021-01-29T07:33:17.274Z] Step 6/21 : COPY go.mod . [2021-01-29T07:33:17.274Z] OK: 233 MiB in 51 packages [2021-01-29T07:33:17.540Z] Removing intermediate container a31e9dd24f4e [2021-01-29T07:33:17.540Z] ---> ea44cd96ec59 [2021-01-29T07:33:17.540Z] Step 6/24 : COPY go.mod . [2021-01-29T07:33:17.802Z] ---> 9c9732a2a98b [2021-01-29T07:33:17.802Z] Step 7/21 : RUN go mod download [2021-01-29T07:33:18.069Z] ---> Running in 0c373ee806a8 [2021-01-29T07:33:18.069Z] Removing intermediate container 3dc404f4e6c4 [2021-01-29T07:33:18.069Z] ---> 120855ebe099 [2021-01-29T07:33:18.069Z] Step 6/22 : COPY go.mod . [2021-01-29T07:33:18.069Z] ---> 4c9ba7e3d5b6 [2021-01-29T07:33:18.069Z] Step 7/24 : RUN go mod download [2021-01-29T07:33:18.584Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:33:18.646Z] Removing intermediate container 1b1c014e1128 [2021-01-29T07:33:18.646Z] ---> 52cb8159ce33 [2021-01-29T07:33:18.646Z] Step 6/22 : COPY go.mod . [2021-01-29T07:33:18.927Z] ---> Running in 54826b4c7c7c [2021-01-29T07:33:18.927Z] ---> a372fb0c6b1b [2021-01-29T07:33:18.927Z] Step 7/22 : RUN go mod download [2021-01-29T07:33:18.927Z] Removing intermediate container afab97220b24 [2021-01-29T07:33:18.927Z] ---> 8ce26bd4326e [2021-01-29T07:33:18.927Z] Step 6/34 : COPY go.mod . [2021-01-29T07:33:18.927Z] ---> Running in 094500f1e167 [2021-01-29T07:33:19.124Z] Merge succeeded, producing 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:33:19.125Z] Checking out Revision 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 (PR-3080) [2021-01-29T07:33:19.192Z] ---> 15fc627dbfea [2021-01-29T07:33:19.192Z] Step 7/22 : RUN go mod download [2021-01-29T07:33:17.698Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:33:17.720Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:33:17.754Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:33:17.795Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:33:17.796Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:33:17.809Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T07:33:18.606Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:33:18.622Z] > git checkout -f 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 # timeout=10 [2021-01-29T07:33:18.940Z] > git remote # timeout=10 [2021-01-29T07:33:18.965Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T07:33:19.016Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:33:19.033Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T07:33:19.084Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T07:33:19.133Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:33:19.191Z] > git checkout -f 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 # timeout=10 [2021-01-29T07:33:19.457Z] ---> ba96b5cd931d [2021-01-29T07:33:19.457Z] Step 7/34 : RUN go mod download [2021-01-29T07:33:19.457Z] ---> Running in 6e516463e95a [2021-01-29T07:33:19.729Z] ---> Running in f0685cf68c47 [2021-01-29T07:33:20.694Z] Removing intermediate container 54826b4c7c7c [2021-01-29T07:33:20.694Z] ---> f30d2903c730 [2021-01-29T07:33:20.694Z] Step 8/24 : COPY . . [2021-01-29T07:33:22.097Z] Removing intermediate container 0c373ee806a8 [2021-01-29T07:33:22.097Z] ---> 0d00c6229706 [2021-01-29T07:33:22.097Z] Step 8/21 : COPY . . [2021-01-29T07:33:22.097Z] Removing intermediate container 094500f1e167 [2021-01-29T07:33:22.097Z] ---> 122baba86ea6 [2021-01-29T07:33:22.097Z] Step 8/22 : COPY . . [2021-01-29T07:33:23.048Z] Removing intermediate container 6e516463e95a [2021-01-29T07:33:23.048Z] ---> 8eb759389335 [2021-01-29T07:33:23.048Z] Step 8/22 : COPY . . [2021-01-29T07:33:23.761Z] Commit message: "build: Upgrade go-mod-core-contract lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-29T07:33:25.297Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:33:25.752Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-29T07:33:26.132Z] + true [2021-01-29T07:33:26.132Z] + sudo service docker restart [2021-01-29T07:33:28.404Z] Removing intermediate container f0685cf68c47 [2021-01-29T07:33:28.404Z] ---> 0ff4b6249d2e [2021-01-29T07:33:28.404Z] Step 8/34 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-29T07:33:28.863Z] provisioning config files... [2021-01-29T07:33:28.917Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/8@tmp/config1182093087003672848tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:33:29.339Z] ---> docker-login.sh [2021-01-29T07:33:29.339Z] nexus3.edgexfoundry.org:10001 [2021-01-29T07:33:30.335Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:33:30.608Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:33:30.608Z] Configure a credential helper to remove this warning. See [2021-01-29T07:33:30.608Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:33:30.608Z] [2021-01-29T07:33:30.608Z] Login Succeeded [2021-01-29T07:33:30.608Z] nexus3.edgexfoundry.org:10002 [2021-01-29T07:33:30.890Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:33:31.170Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:33:31.170Z] Configure a credential helper to remove this warning. See [2021-01-29T07:33:31.170Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:33:31.170Z] [2021-01-29T07:33:31.170Z] Login Succeeded [2021-01-29T07:33:31.170Z] nexus3.edgexfoundry.org:10003 [2021-01-29T07:33:31.772Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:33:31.772Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:33:31.772Z] Configure a credential helper to remove this warning. See [2021-01-29T07:33:31.772Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:33:31.772Z] [2021-01-29T07:33:31.772Z] Login Succeeded [2021-01-29T07:33:31.772Z] nexus3.edgexfoundry.org:10004 [2021-01-29T07:33:32.375Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:33:32.375Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:33:32.375Z] Configure a credential helper to remove this warning. See [2021-01-29T07:33:32.375Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:33:32.375Z] [2021-01-29T07:33:32.375Z] Login Succeeded [2021-01-29T07:33:32.375Z] docker.io [2021-01-29T07:33:32.974Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-29T07:33:33.249Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-29T07:33:33.249Z] Configure a credential helper to remove this warning. See [2021-01-29T07:33:33.249Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-29T07:33:33.249Z] [2021-01-29T07:33:33.249Z] Login Succeeded [2021-01-29T07:33:33.249Z] ---> docker-login.sh ends [Pipeline] } [2021-01-29T07:33:33.267Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-29T07:33:33.820Z] ========================================================= [2021-01-29T07:33:33.820Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-29T07:33:33.820Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:33:34.205Z] + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . [2021-01-29T07:33:36.869Z] Sending build context to Docker daemon 165.9MB [2021-01-29T07:33:36.869Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-29T07:33:36.869Z] Step 2/6 : FROM ${BASE} [2021-01-29T07:33:36.869Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-29T07:33:36.869Z] 5f621e34cdf4: Pulling fs layer [2021-01-29T07:33:36.869Z] a4357932f1b6: Pulling fs layer [2021-01-29T07:33:36.869Z] 18c013af1878: Pulling fs layer [2021-01-29T07:33:36.869Z] 00ac8860ef70: Pulling fs layer [2021-01-29T07:33:36.869Z] 63d7cb157983: Pulling fs layer [2021-01-29T07:33:36.869Z] b116817d02f9: Pulling fs layer [2021-01-29T07:33:36.869Z] 745a02a5169b: Pulling fs layer [2021-01-29T07:33:36.869Z] 00ac8860ef70: Waiting [2021-01-29T07:33:36.869Z] 63d7cb157983: Waiting [2021-01-29T07:33:36.869Z] b116817d02f9: Waiting [2021-01-29T07:33:36.869Z] 745a02a5169b: Waiting [2021-01-29T07:33:36.869Z] 18c013af1878: Verifying Checksum [2021-01-29T07:33:36.869Z] 18c013af1878: Download complete [2021-01-29T07:33:36.869Z] a4357932f1b6: Verifying Checksum [2021-01-29T07:33:36.869Z] a4357932f1b6: Download complete [2021-01-29T07:33:36.869Z] 63d7cb157983: Verifying Checksum [2021-01-29T07:33:36.870Z] 63d7cb157983: Download complete [2021-01-29T07:33:37.466Z] b116817d02f9: Download complete [2021-01-29T07:33:37.745Z] 5f621e34cdf4: Verifying Checksum [2021-01-29T07:33:37.745Z] 5f621e34cdf4: Download complete [2021-01-29T07:33:38.348Z] 5f621e34cdf4: Pull complete [2021-01-29T07:33:38.948Z] a4357932f1b6: Pull complete [2021-01-29T07:33:39.553Z] 18c013af1878: Pull complete [2021-01-29T07:33:41.005Z] 00ac8860ef70: Verifying Checksum [2021-01-29T07:33:41.005Z] 00ac8860ef70: Download complete [2021-01-29T07:33:41.005Z] 745a02a5169b: Verifying Checksum [2021-01-29T07:33:41.005Z] 745a02a5169b: Download complete [2021-01-29T07:33:51.182Z] 00ac8860ef70: Pull complete [2021-01-29T07:33:51.182Z] 63d7cb157983: Pull complete [2021-01-29T07:33:51.457Z] b116817d02f9: Pull complete [2021-01-29T07:33:54.865Z] 745a02a5169b: Pull complete [2021-01-29T07:33:54.865Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-29T07:33:54.865Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-29T07:33:54.865Z] ---> b7e6874047d6 [2021-01-29T07:33:54.865Z] 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-01-29T07:33:59.193Z] ---> Running in 9cc7082c0a9d [2021-01-29T07:34:00.178Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:00.688Z] ---> 62ed3c30c3bc [2021-01-29T07:34:00.688Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T07:34:01.157Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:34:02.611Z] ---> 97edcb514908 [2021-01-29T07:34:02.612Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T07:34:02.612Z] ---> af1be08e1a1a [2021-01-29T07:34:02.612Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T07:34:02.612Z] ---> Running in 73dfd573b5fc [2021-01-29T07:34:02.612Z] ---> 81c42d6cc639 [2021-01-29T07:34:02.612Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T07:34:02.612Z] ---> 59b85c0c428e [2021-01-29T07:34:02.612Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T07:34:02.612Z] (1/12) Installing libmagic (5.38-r0) [2021-01-29T07:34:02.612Z] (2/12) Installing file (5.38-r0) [2021-01-29T07:34:02.874Z] ---> Running in ca80d265f26f [2021-01-29T07:34:02.874Z] ---> Running in 7fd9a2e97879 [2021-01-29T07:34:02.874Z] ---> Running in df361d352cae [2021-01-29T07:34:02.874Z] ---> Running in 146745b01fb2 [2021-01-29T07:34:02.887Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-29T07:34:02.887Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-29T07:34:03.458Z] Removing intermediate container df361d352cae [2021-01-29T07:34:03.458Z] ---> 5fe34eee37a3 [2021-01-29T07:34:03.458Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T07:34:03.458Z] ---> Running in e83e01100093 [2021-01-29T07:34:03.731Z] 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-01-29T07:34:03.731Z] 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-01-29T07:34:04.001Z] 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-01-29T07:34:04.001Z] 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-01-29T07:34:04.272Z] 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-01-29T07:34:09.624Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-29T07:34:09.624Z] (6/12) Installing patch (2.7.6-r6) [2021-01-29T07:34:09.624Z] (7/12) Installing build-base (0.5-r2) [2021-01-29T07:34:09.624Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-29T07:34:09.624Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-29T07:34:09.624Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-29T07:34:09.624Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-29T07:34:09.624Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-29T07:34:09.624Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:09.624Z] OK: 217 MiB in 51 packages [2021-01-29T07:34:13.970Z] Removing intermediate container 9cc7082c0a9d [2021-01-29T07:34:13.970Z] ---> 7a2c4ffb6065 [2021-01-29T07:34:13.970Z] Step 4/6 : WORKDIR /edgex-go [2021-01-29T07:34:13.970Z] ---> Running in 0464cc649737 [2021-01-29T07:34:14.570Z] Removing intermediate container 0464cc649737 [2021-01-29T07:34:14.570Z] ---> ae7c4bfcbd9c [2021-01-29T07:34:14.570Z] Step 5/6 : COPY go.mod . [2021-01-29T07:34:15.551Z] ---> b93e7496a75c [2021-01-29T07:34:15.551Z] Step 6/6 : RUN go mod download [2021-01-29T07:34:15.551Z] ---> Running in 0def4b197c3e [2021-01-29T07:34:33.102Z] 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-01-29T07:34:33.102Z] 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-01-29T07:34:33.102Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:34:38.480Z] Removing intermediate container 7fd9a2e97879 [2021-01-29T07:34:38.480Z] ---> 0adb72146ad8 [2021-01-29T07:34:38.480Z] [2021-01-29T07:34:38.480Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:34:38.480Z] Removing intermediate container 146745b01fb2 [2021-01-29T07:34:38.480Z] ---> 4e15258f7a21 [2021-01-29T07:34:38.480Z] [2021-01-29T07:34:38.480Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:34:38.480Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T07:34:38.480Z] + cd /tmp/build/dist/linux [2021-01-29T07:34:38.480Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T07:34:38.480Z] 3.12: Pulling from library/alpine [2021-01-29T07:34:38.480Z] 3.12: Pulling from library/alpine [2021-01-29T07:34:38.480Z] Cloning into '.'... [2021-01-29T07:34:39.055Z] + go get github.com/robfig/glock [2021-01-29T07:34:39.055Z] Removing intermediate container 73dfd573b5fc [2021-01-29T07:34:39.055Z] ---> 5d63217cd03d [2021-01-29T07:34:39.055Z] [2021-01-29T07:34:39.055Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T07:34:39.055Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:34:39.055Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:34:39.055Z] 3.12: Pulling from library/alpine [2021-01-29T07:34:39.055Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:34:40.458Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T07:34:40.458Z] ---> 389fef711851 [2021-01-29T07:34:40.458Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:34:40.458Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T07:34:40.458Z] ---> 389fef711851 [2021-01-29T07:34:40.458Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T07:34:40.458Z] Status: Image is up to date for alpine:3.12 [2021-01-29T07:34:40.458Z] ---> 389fef711851 [2021-01-29T07:34:40.458Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T07:34:40.458Z] Removing intermediate container ca80d265f26f [2021-01-29T07:34:40.458Z] ---> f5ea76c055a7 [2021-01-29T07:34:40.458Z] [2021-01-29T07:34:40.458Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T07:34:40.458Z] ---> 389fef711851 [2021-01-29T07:34:40.458Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T07:34:40.458Z] ---> Running in 1646d8101ea5 [2021-01-29T07:34:40.458Z] ---> Running in d2f8cb95b42f [2021-01-29T07:34:40.458Z] ---> Running in 2d6670946620 [2021-01-29T07:34:40.458Z] ---> Running in d4ee2ef38999 [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:34:41.902Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T07:34:41.902Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:41.902Z] OK: 6 MiB in 15 packages [2021-01-29T07:34:42.177Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T07:34:42.177Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T07:34:42.177Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T07:34:42.177Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:42.177Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:34:42.177Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T07:34:42.177Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:34:42.177Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T07:34:42.177Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T07:34:42.177Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:34:42.177Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T07:34:42.177Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T07:34:42.177Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:42.177Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:34:42.177Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T07:34:42.177Z] OK: 6 MiB in 16 packages [2021-01-29T07:34:42.177Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:34:42.177Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:34:42.177Z] OK: 7 MiB in 19 packages [2021-01-29T07:34:43.126Z] OK: 7 MiB in 18 packages [2021-01-29T07:34:44.159Z] Removing intermediate container 0def4b197c3e [2021-01-29T07:34:44.159Z] ---> aad6a8fddbb9 [2021-01-29T07:34:44.159Z] Successfully built aad6a8fddbb9 [2021-01-29T07:34:44.159Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:34:44.520Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T07:34:44.520Z] . [2021-01-29T07:34:44.539Z] Removing intermediate container 1646d8101ea5 [2021-01-29T07:34:44.539Z] ---> 4541d92d4a59 [2021-01-29T07:34:44.539Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:34:44.539Z] ---> Running in 2543137d98d3 [Pipeline] withDockerContainer [2021-01-29T07:34:44.860Z] prd-ubuntu18.04-docker-arm64-4c-16g-23920 does not seem to be running inside a container [2021-01-29T07:34:44.966Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T07:34:45.123Z] Removing intermediate container 2d6670946620 [2021-01-29T07:34:45.123Z] ---> 7bde45786cb4 [2021-01-29T07:34:45.123Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:34:45.702Z] Removing intermediate container 2543137d98d3 [2021-01-29T07:34:45.702Z] ---> 59cd451683c8 [2021-01-29T07:34:45.702Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T07:34:46.522Z] $ docker top 36b5f37bd63040a9c390972c6b87884368e5b81efb00b27662df59c9edd6e138 -eo pid,comm [2021-01-29T07:34:46.660Z] Removing intermediate container d2f8cb95b42f [2021-01-29T07:34:46.660Z] ---> 9e46062cacbf [2021-01-29T07:34:46.660Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:34:46.660Z] ---> Running in ea490eb8f8de [Pipeline] { [Pipeline] sh [2021-01-29T07:34:47.575Z] + go version [2021-01-29T07:34:47.575Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-29T07:34:47.601Z] $ docker stop --time=1 36b5f37bd63040a9c390972c6b87884368e5b81efb00b27662df59c9edd6e138 [2021-01-29T07:34:48.054Z] Removing intermediate container d4ee2ef38999 [2021-01-29T07:34:48.054Z] ---> e2037d5ca708 [2021-01-29T07:34:48.054Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:34:48.326Z] ---> Running in d42d024e234a [2021-01-29T07:34:48.326Z] ---> Running in 92156849aed5 [2021-01-29T07:34:48.326Z] Removing intermediate container ea490eb8f8de [2021-01-29T07:34:48.326Z] ---> 1e8f53a75a10 [2021-01-29T07:34:48.326Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T07:34:48.326Z] ---> Running in 37fa1203ab9a [2021-01-29T07:34:48.592Z] ---> Running in bd05d46c7f61 [2021-01-29T07:34:48.592Z] Removing intermediate container d42d024e234a [2021-01-29T07:34:48.592Z] ---> 32681a6db14e [2021-01-29T07:34:48.592Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:34:48.592Z] ---> Running in e526002640d0 [2021-01-29T07:34:48.592Z] Removing intermediate container 92156849aed5 [2021-01-29T07:34:48.592Z] ---> 753d077eef49 [2021-01-29T07:34:48.592Z] Step 13/24 : WORKDIR / [2021-01-29T07:34:48.855Z] Removing intermediate container 37fa1203ab9a [2021-01-29T07:34:48.855Z] ---> d2fa9526f71b [2021-01-29T07:34:48.855Z] Step 13/21 : WORKDIR /edgex [2021-01-29T07:34:48.855Z] Removing intermediate container bd05d46c7f61 [2021-01-29T07:34:48.855Z] ---> 1abbdb606678 [2021-01-29T07:34:48.855Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:34:48.855Z] ---> Running in df47667527b4 [2021-01-29T07:34:48.855Z] ---> Running in e402e1802c07 [2021-01-29T07:34:49.118Z] ---> Running in 3ec632dcf265 [2021-01-29T07:34:49.118Z] Removing intermediate container e526002640d0 [2021-01-29T07:34:49.118Z] ---> 432fe41a2552 [2021-01-29T07:34:49.118Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:34:49.118Z] Removing intermediate container df47667527b4 [2021-01-29T07:34:49.118Z] ---> d5f3b535ddb2 [2021-01-29T07:34:49.118Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-29T07:34:49.384Z] Removing intermediate container e402e1802c07 [2021-01-29T07:34:49.384Z] ---> 72b9d46bb032 [2021-01-29T07:34:49.384Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T07:34:49.384Z] Removing intermediate container 3ec632dcf265 [2021-01-29T07:34:49.384Z] ---> 3cbdbbdee59b [2021-01-29T07:34:49.384Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:34:49.585Z] $ docker rm -f 36b5f37bd63040a9c390972c6b87884368e5b81efb00b27662df59c9edd6e138 [2021-01-29T07:34:49.651Z] ---> 7f431df51c9f [2021-01-29T07:34:49.651Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T07:34:49.651Z] + glock sync -n [2021-01-29T07:34:49.652Z]  ---> 7c3edba1091d [2021-01-29T07:34:49.652Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T07:34:49.652Z] ---> 42e21db82d88 [2021-01-29T07:34:49.652Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-29T07:34:49.919Z] ---> 61794fa5dce0 [2021-01-29T07:34:49.919Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [2021-01-29T07:34:50.188Z] ---> fbae33f3c882 [2021-01-29T07:34:50.188Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:34:50.460Z] ---> b486f0ac7341 [2021-01-29T07:34:50.461Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T07:34:50.461Z] ---> 13173a6f923f [2021-01-29T07:34:50.461Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T07:34:50.724Z] ---> f8f3bdea0679 [2021-01-29T07:34:50.724Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T07:34:50.788Z] + docker inspect -f . ci-base-image-arm64 [2021-01-29T07:34:50.788Z] . [Pipeline] withDockerContainer [2021-01-29T07:34:50.987Z] ---> 7127376eb50c [2021-01-29T07:34:50.987Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T07:34:50.987Z] ---> b4b183ed176a [2021-01-29T07:34:50.987Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T07:34:51.105Z] prd-ubuntu18.04-docker-arm64-4c-16g-23920 does not seem to be running inside a container [2021-01-29T07:34:51.202Z] $ 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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat [2021-01-29T07:34:51.562Z] ---> 598a5698e977 [2021-01-29T07:34:51.562Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T07:34:51.833Z] ---> Running in 35b4405d8b2c [2021-01-29T07:34:51.833Z] ---> Running in 5a3e6f4385a7 [2021-01-29T07:34:51.833Z] ---> e85a12a323cf [2021-01-29T07:34:51.833Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T07:34:51.833Z] ---> a3688451f1a7 [2021-01-29T07:34:51.833Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T07:34:52.097Z] ---> Running in a661bfcd9530 [2021-01-29T07:34:52.097Z] Removing intermediate container 35b4405d8b2c [2021-01-29T07:34:52.097Z] ---> df4ec1908f9f [2021-01-29T07:34:52.097Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:34:52.097Z] Removing intermediate container 5a3e6f4385a7 [2021-01-29T07:34:52.097Z] ---> 4604b6c4f249 [2021-01-29T07:34:52.097Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:34:52.362Z] ---> Running in e0a08f447cef [2021-01-29T07:34:52.362Z] Removing intermediate container a661bfcd9530 [2021-01-29T07:34:52.362Z] ---> eb033d5ea13e [2021-01-29T07:34:52.362Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T07:34:52.362Z] ---> Running in 701bec26d23d [2021-01-29T07:34:52.362Z] ---> 7efbef7f6488 [2021-01-29T07:34:52.362Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T07:34:52.623Z] ---> Running in 6608b77172a4 [2021-01-29T07:34:52.623Z] Removing intermediate container e0a08f447cef [2021-01-29T07:34:52.623Z] ---> 9e391ec38426 [2021-01-29T07:34:52.623Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T07:34:52.623Z] Removing intermediate container 701bec26d23d [2021-01-29T07:34:52.623Z] ---> ea0732c30afc [2021-01-29T07:34:52.623Z] Step 20/22 : LABEL arch=x86_64 [2021-01-29T07:34:52.883Z] $ docker top 1f8a80d008d6444a5827510962e6e8b72c2b8ff370d6b269b19107b1d9d508a4 -eo pid,comm [2021-01-29T07:34:52.889Z] ---> Running in c603d7917eee [2021-01-29T07:34:52.889Z] ---> Running in c7719454b1b8 [2021-01-29T07:34:52.889Z] ---> a3eddf322321 [2021-01-29T07:34:52.889Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-29T07:34:52.889Z] Removing intermediate container 6608b77172a4 [2021-01-29T07:34:52.889Z] ---> 26cc8da2483d [2021-01-29T07:34:52.889Z] Step 19/21 : LABEL arch=x86_64 [2021-01-29T07:34:53.153Z] ---> Running in c80cdcd769ab [2021-01-29T07:34:53.153Z] ---> Running in e35dc7ce869e [Pipeline] { [Pipeline] echo [2021-01-29T07:34:53.330Z] ========================================================= [2021-01-29T07:34:53.330Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-29T07:34:53.330Z] ========================================================= [Pipeline] sh [2021-01-29T07:34:53.735Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T07:34:53.735Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T07:34:53.735Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T07:34:53.735Z] Removing intermediate container c603d7917eee [2021-01-29T07:34:53.735Z] ---> 65569d4766ed [2021-01-29T07:34:53.735Z] Step 21/22 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:34:54.006Z] + make test [2021-01-29T07:34:54.006Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-29T07:34:54.320Z] Removing intermediate container c7719454b1b8 [2021-01-29T07:34:54.320Z] ---> b37c2d676ba0 [2021-01-29T07:34:54.320Z] Step 21/22 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:34:54.320Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T07:34:54.320Z] + git describe '--abbrev=0' --tags [2021-01-29T07:34:54.320Z] + TAG=v0.6.1 [2021-01-29T07:34:54.320Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T07:34:54.320Z] + apk --print-arch [2021-01-29T07:34:54.320Z] building [dockerize] for amd64 ... [2021-01-29T07:34:54.320Z] + arch=x86_64 [2021-01-29T07:34:54.320Z] + echo 'building [dockerize] for amd64 ... ' [2021-01-29T07:34:54.320Z] + CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags '-X main.buildVersion=v0.6.1' -a -tags netgo -installsuffix netgo -o /tmp/build/dist/linux/dockerize [2021-01-29T07:34:55.286Z]  ---> Running in c5c8b783fd33 [2021-01-29T07:34:55.286Z] ---> Running in 4f9ba032ad92 [2021-01-29T07:34:55.286Z] Removing intermediate container e35dc7ce869e [2021-01-29T07:34:55.286Z] ---> eb8c93f01fec [2021-01-29T07:34:55.286Z] Step 20/21 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:34:55.561Z] ---> Running in 03fdbae1e184 [2021-01-29T07:34:55.562Z] Removing intermediate container c5c8b783fd33 [2021-01-29T07:34:55.562Z] ---> b28b925327f7 [2021-01-29T07:34:55.562Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:34:56.139Z] ---> Running in 8424036c5e21 [2021-01-29T07:34:56.139Z] Removing intermediate container 4f9ba032ad92 [2021-01-29T07:34:56.139Z] ---> 94c12d1b1c24 [2021-01-29T07:34:56.139Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:34:56.139Z] Removing intermediate container 03fdbae1e184 [2021-01-29T07:34:56.139Z] ---> 779e0b19bb2d [2021-01-29T07:34:56.139Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T07:34:56.139Z] ---> Running in c35451c4ef56 [2021-01-29T07:34:56.139Z] ---> Running in ffafa3397485 [2021-01-29T07:34:56.416Z] Removing intermediate container 8424036c5e21 [2021-01-29T07:34:56.416Z] ---> 73b46d0ac240 [2021-01-29T07:34:56.416Z] [2021-01-29T07:34:56.689Z] Removing intermediate container c35451c4ef56 [2021-01-29T07:34:56.689Z] ---> 14a13d23f47a [2021-01-29T07:34:56.689Z] [2021-01-29T07:34:56.689Z] Removing intermediate container ffafa3397485 [2021-01-29T07:34:56.689Z] ---> 42199b068cf4 [2021-01-29T07:34:56.689Z] [2021-01-29T07:34:56.962Z] Removing intermediate container c80cdcd769ab [2021-01-29T07:34:56.962Z] ---> 1c2d925beeae [2021-01-29T07:34:56.962Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T07:34:56.962Z] Successfully built 73b46d0ac240 [2021-01-29T07:34:56.962Z] Successfully built 14a13d23f47a [2021-01-29T07:34:56.962Z] Successfully built 42199b068cf4 [2021-01-29T07:34:57.228Z] Successfully tagged docker-support-notifications-go:latest [2021-01-29T07:34:57.228Z]  Building docker-support-notifications-go ... done Building docker-core-command-go [2021-01-29T07:34:57.228Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-29T07:34:57.228Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-29T07:34:57.228Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-29T07:34:57.228Z] Building docker-core-data-go [2021-01-29T07:34:57.228Z]  Building docker-security-proxy-setup-go ... done  ---> Running in b1131aa26579 [2021-01-29T07:34:57.493Z] Removing intermediate container b1131aa26579 [2021-01-29T07:34:57.493Z] ---> 93a863c7a5e3 [2021-01-29T07:34:57.493Z] Step 22/24 : LABEL arch=x86_64 [2021-01-29T07:34:57.493Z] ---> Running in dbf8acfaa9f4 [2021-01-29T07:34:57.760Z] Removing intermediate container dbf8acfaa9f4 [2021-01-29T07:34:57.760Z] ---> 02fb69e498a8 [2021-01-29T07:34:57.760Z] Step 23/24 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:34:57.760Z] ---> Running in 708ecc6d405c [2021-01-29T07:34:58.030Z] Removing intermediate container 708ecc6d405c [2021-01-29T07:34:58.030Z] ---> b843a7851acb [2021-01-29T07:34:58.030Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T07:34:58.299Z] ---> Running in 243945f327d1 [2021-01-29T07:35:02.590Z] Removing intermediate container 243945f327d1 [2021-01-29T07:35:02.590Z] ---> c4e1a0c7d5a1 [2021-01-29T07:35:02.590Z] [2021-01-29T07:35:02.590Z] Successfully built c4e1a0c7d5a1 [2021-01-29T07:35:02.590Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-29T07:35:02.590Z] Building docker-core-metadata-go [2021-01-29T07:35:20.845Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-29T07:35:29.339Z]  Building docker-security-secretstore-setup-go ... done + date [2021-01-29T07:35:29.339Z] + echo 'Fri Jan 29 07:35:26 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T07:35:29.339Z] Fri Jan 29 07:35:26 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T07:35:29.620Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:35:29.620Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:35:29.620Z] ---> 4cdee5004bf3 [2021-01-29T07:35:29.620Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:35:29.620Z] ---> Using cache [2021-01-29T07:35:29.620Z] ---> 5cc93be6bb8d [2021-01-29T07:35:29.620Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:35:29.620Z] ---> Using cache [2021-01-29T07:35:29.620Z] ---> 328dc323f2d4 [2021-01-29T07:35:29.620Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:35:29.620Z] ---> Using cache [2021-01-29T07:35:29.620Z] ---> 120855ebe099 [2021-01-29T07:35:29.620Z] Step 6/23 : COPY go.mod . [2021-01-29T07:35:29.620Z] ---> Using cache [2021-01-29T07:35:29.620Z] ---> a372fb0c6b1b [2021-01-29T07:35:29.620Z] Step 7/23 : RUN go mod download [2021-01-29T07:35:29.620Z] ---> Using cache [2021-01-29T07:35:29.620Z] ---> 122baba86ea6 [2021-01-29T07:35:29.620Z] Step 8/23 : COPY . . [2021-01-29T07:35:29.897Z] ---> Using cache [2021-01-29T07:35:29.897Z] ---> af1be08e1a1a [2021-01-29T07:35:29.897Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T07:35:30.489Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:35:30.489Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:35:30.489Z] ---> 4cdee5004bf3 [2021-01-29T07:35:30.489Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T07:35:30.489Z] ---> Using cache [2021-01-29T07:35:30.489Z] ---> 5cc93be6bb8d [2021-01-29T07:35:30.489Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:35:30.489Z] ---> Using cache [2021-01-29T07:35:30.489Z] ---> 328dc323f2d4 [2021-01-29T07:35:30.489Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T07:35:30.756Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:35:30.756Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:35:30.756Z] ---> 4cdee5004bf3 [2021-01-29T07:35:30.756Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:35:30.756Z] ---> Using cache [2021-01-29T07:35:30.756Z] ---> 5cc93be6bb8d [2021-01-29T07:35:30.756Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:35:30.756Z] ---> Using cache [2021-01-29T07:35:30.756Z] ---> 328dc323f2d4 [2021-01-29T07:35:30.756Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T07:35:31.709Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:35:31.709Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:35:31.709Z] ---> 4cdee5004bf3 [2021-01-29T07:35:31.709Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:35:31.709Z] ---> Using cache [2021-01-29T07:35:31.709Z] ---> 5cc93be6bb8d [2021-01-29T07:35:31.710Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:35:31.710Z] ---> Using cache [2021-01-29T07:35:31.710Z] ---> 328dc323f2d4 [2021-01-29T07:35:31.710Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:35:31.710Z] ---> Using cache [2021-01-29T07:35:31.710Z] ---> 120855ebe099 [2021-01-29T07:35:31.710Z] Step 6/23 : COPY go.mod . [2021-01-29T07:35:31.710Z] ---> Using cache [2021-01-29T07:35:31.710Z] ---> a372fb0c6b1b [2021-01-29T07:35:31.710Z] Step 7/23 : RUN go mod download [2021-01-29T07:35:31.710Z] ---> Using cache [2021-01-29T07:35:31.710Z] ---> 122baba86ea6 [2021-01-29T07:35:31.710Z] Step 8/23 : COPY . . [2021-01-29T07:35:31.973Z] ---> Using cache [2021-01-29T07:35:31.973Z] ---> af1be08e1a1a [2021-01-29T07:35:31.973Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T07:35:32.552Z] ---> Running in 55e1e022d6d2 [2021-01-29T07:35:32.552Z] ---> Running in ea26d0140371 [2021-01-29T07:35:32.826Z] ---> Running in 54f91ea9188f [2021-01-29T07:35:32.826Z] ---> Running in 1c009abbf2ff [2021-01-29T07:35:34.268Z] 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-01-29T07:35:34.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:34.268Z] 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-01-29T07:35:34.268Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:34.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:34.856Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:35:35.824Z] OK: 233 MiB in 51 packages [2021-01-29T07:35:35.824Z] OK: 233 MiB in 51 packages [2021-01-29T07:35:41.214Z] Removing intermediate container 54f91ea9188f [2021-01-29T07:35:41.214Z] ---> 14956bc776d5 [2021-01-29T07:35:41.214Z] Step 6/23 : COPY go.mod . [2021-01-29T07:35:41.214Z] Removing intermediate container ea26d0140371 [2021-01-29T07:35:41.214Z] ---> 87b74553e1dc [2021-01-29T07:35:41.214Z] Step 6/26 : COPY go.mod . [2021-01-29T07:35:42.510Z] ---> 0f970f060813 [2021-01-29T07:35:42.510Z] Step 7/26 : RUN go mod download [2021-01-29T07:35:42.840Z] ---> bdb16eae036c [2021-01-29T07:35:42.840Z] Step 7/23 : RUN go mod download [2021-01-29T07:35:43.455Z] ---> Running in 635e0238f300 [2021-01-29T07:35:44.043Z] ---> Running in 25eaede2ed4c [2021-01-29T07:35:49.427Z] Removing intermediate container 635e0238f300 [2021-01-29T07:35:49.427Z] ---> 8eda19308a87 [2021-01-29T07:35:49.427Z] Step 8/26 : COPY . . [2021-01-29T07:35:49.427Z] Removing intermediate container 25eaede2ed4c [2021-01-29T07:35:49.427Z] ---> 2d7ca501496f [2021-01-29T07:35:49.427Z] Step 8/23 : COPY . . [2021-01-29T07:35:50.033Z] Removing intermediate container e83e01100093 [2021-01-29T07:35:50.033Z] ---> 97223421d7e8 [2021-01-29T07:35:50.033Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T07:35:56.702Z] ---> Running in cf85675251d5 [2021-01-29T07:36:03.372Z] /lib/ld-musl-x86_64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T07:36:03.372Z] statically linked [2021-01-29T07:36:10.028Z] Removing intermediate container cf85675251d5 [2021-01-29T07:36:10.028Z] ---> d684751d6ac7 [2021-01-29T07:36:10.028Z] [2021-01-29T07:36:10.028Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T07:36:10.028Z] ---> 389fef711851 [2021-01-29T07:36:10.028Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T07:36:10.028Z] ---> Running in 1bff0e53e176 [2021-01-29T07:36:10.628Z] Removing intermediate container 1bff0e53e176 [2021-01-29T07:36:10.628Z] ---> 0acca5be32f2 [2021-01-29T07:36:10.628Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T07:36:11.607Z] ---> Running in 97303ad1023d [2021-01-29T07:36:14.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:14.206Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:14.206Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T07:36:14.206Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T07:36:14.206Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T07:36:14.206Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:36:14.470Z] OK: 6 MiB in 17 packages [2021-01-29T07:36:17.519Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-29T07:36:21.881Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-29T07:36:23.595Z] Removing intermediate container 97303ad1023d [2021-01-29T07:36:23.595Z] ---> 2712449f46c3 [2021-01-29T07:36:23.595Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T07:36:23.595Z] Removing intermediate container 55e1e022d6d2 [2021-01-29T07:36:23.595Z] ---> 8fd2b2cd078c [2021-01-29T07:36:23.595Z] [2021-01-29T07:36:23.595Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:36:23.595Z] ---> 389fef711851 [2021-01-29T07:36:23.595Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:36:23.595Z] ---> Using cache [2021-01-29T07:36:23.595Z] ---> 4541d92d4a59 [2021-01-29T07:36:23.595Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:36:23.595Z] ---> Using cache [2021-01-29T07:36:23.595Z] ---> 59cd451683c8 [2021-01-29T07:36:23.595Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T07:36:23.595Z] ---> Running in b38e984154d3 [2021-01-29T07:36:23.595Z] Removing intermediate container 1c009abbf2ff [2021-01-29T07:36:23.595Z] ---> df227be40bca [2021-01-29T07:36:23.595Z] [2021-01-29T07:36:23.595Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:36:23.595Z] ---> 389fef711851 [2021-01-29T07:36:23.595Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:36:23.595Z] ---> Using cache [2021-01-29T07:36:23.595Z] ---> 4541d92d4a59 [2021-01-29T07:36:23.595Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:36:23.595Z] ---> Using cache [2021-01-29T07:36:23.595Z] ---> 59cd451683c8 [2021-01-29T07:36:23.595Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T07:36:23.595Z] ---> Running in 9e1697775250 [2021-01-29T07:36:23.595Z] ---> 43deb1cbe019 [2021-01-29T07:36:23.595Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T07:36:23.595Z] ---> 7c780bf1d416 [2021-01-29T07:36:23.595Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T07:36:23.595Z] ---> Running in 972d97ce55af [2021-01-29T07:36:23.595Z] ---> Running in 7c56b2e25650 [2021-01-29T07:36:23.595Z] ---> Running in 9f79ad6149c4 [2021-01-29T07:36:23.595Z] Removing intermediate container b38e984154d3 [2021-01-29T07:36:23.595Z] ---> 017894767481 [2021-01-29T07:36:23.595Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T07:36:23.595Z] Removing intermediate container 9e1697775250 [2021-01-29T07:36:23.595Z] ---> b69fef8a30bb [2021-01-29T07:36:23.595Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:36:23.595Z] Removing intermediate container 972d97ce55af [2021-01-29T07:36:23.595Z] ---> 03aeb93e9ff1 [2021-01-29T07:36:23.595Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:36:23.595Z] ---> Running in 8cf62a3b2c72 [2021-01-29T07:36:23.858Z] ---> Running in 36b9c3ca151e [2021-01-29T07:36:23.858Z] ---> Running in 05847b495515 [2021-01-29T07:36:24.142Z] Removing intermediate container 8cf62a3b2c72 [2021-01-29T07:36:24.142Z] ---> 8e8a73ba1c4a [2021-01-29T07:36:24.142Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T07:36:24.718Z] Removing intermediate container 36b9c3ca151e [2021-01-29T07:36:24.718Z] ---> 7e851f384996 [2021-01-29T07:36:24.718Z] Step 15/23 : WORKDIR / [2021-01-29T07:36:24.989Z] Removing intermediate container 05847b495515 [2021-01-29T07:36:24.989Z] ---> ac6cd3bea07d [2021-01-29T07:36:24.989Z] Step 15/23 : WORKDIR / [2021-01-29T07:36:24.989Z] ---> Running in c71382b40f3d [2021-01-29T07:36:24.989Z] ---> Running in f8321283f1ae [2021-01-29T07:36:24.989Z] 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-01-29T07:36:24.989Z] 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-01-29T07:36:25.262Z] ---> Running in be0a34376ff3 [2021-01-29T07:36:25.536Z] Removing intermediate container f8321283f1ae [2021-01-29T07:36:25.536Z] ---> a41c77ed56d0 [2021-01-29T07:36:25.536Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:36:25.536Z] Removing intermediate container be0a34376ff3 [2021-01-29T07:36:25.536Z] ---> 3bf625b346c3 [2021-01-29T07:36:25.536Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:36:25.811Z] ---> 0f3432001c9b [2021-01-29T07:36:25.811Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T07:36:26.083Z] ---> 6d53aabf8d01 [2021-01-29T07:36:26.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T07:36:27.069Z] Removing intermediate container c71382b40f3d [2021-01-29T07:36:27.069Z] ---> df199728b6db [2021-01-29T07:36:27.069Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T07:36:27.334Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-29T07:36:27.335Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-29T07:36:27.335Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-29T07:36:27.656Z] ---> Running in e1482de926ac [2021-01-29T07:36:27.656Z] ---> cff62b5baecb [2021-01-29T07:36:27.656Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T07:36:27.656Z] ---> 9e397974c103 [2021-01-29T07:36:27.656Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T07:36:27.924Z] Removing intermediate container e1482de926ac [2021-01-29T07:36:27.924Z] ---> 3f1ecd31085b [2021-01-29T07:36:27.924Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T07:36:28.194Z] ---> 928e81602479 [2021-01-29T07:36:28.194Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T07:36:28.194Z] ---> 458e8995d9e6 [2021-01-29T07:36:28.194Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T07:36:28.194Z] ---> Running in f38127d59d1f [2021-01-29T07:36:29.610Z] ---> Running in 837eaf70359d [2021-01-29T07:36:29.610Z] ---> 518953c45870 [2021-01-29T07:36:29.610Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T07:36:29.892Z] Removing intermediate container f38127d59d1f [2021-01-29T07:36:29.892Z] ---> e85594324fbb [2021-01-29T07:36:29.892Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:36:29.892Z] Removing intermediate container 837eaf70359d [2021-01-29T07:36:29.893Z] ---> e94484db469d [2021-01-29T07:36:29.893Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:36:29.893Z] ---> Running in 918e046a9635 [2021-01-29T07:36:30.171Z] ---> Running in 34bb9471b7fb [2021-01-29T07:36:30.445Z] ---> a689fa276ac7 [2021-01-29T07:36:30.445Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T07:36:30.445Z] Removing intermediate container 918e046a9635 [2021-01-29T07:36:30.445Z] ---> 3f2b083cabb3 [2021-01-29T07:36:30.445Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:36:30.718Z] Removing intermediate container 34bb9471b7fb [2021-01-29T07:36:30.718Z] ---> 6f72fd1c2213 [2021-01-29T07:36:30.718Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:36:30.718Z] ---> Running in e876250c253c [2021-01-29T07:36:30.718Z] ---> Running in 55ced10083ca [2021-01-29T07:36:30.990Z] ---> Running in 2a64705eba0d [2021-01-29T07:36:31.586Z] Removing intermediate container 55ced10083ca [2021-01-29T07:36:31.586Z] ---> 2490fceadf6c [2021-01-29T07:36:31.586Z] Step 22/23 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:36:31.586Z] Removing intermediate container 2a64705eba0d [2021-01-29T07:36:31.586Z] ---> e2e3daea1451 [2021-01-29T07:36:31.586Z] Step 22/23 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:36:33.027Z] ---> Running in 88458a9d1d49 [2021-01-29T07:36:33.027Z] ---> Running in 079c94453abb [2021-01-29T07:36:33.027Z] Removing intermediate container 88458a9d1d49 [2021-01-29T07:36:33.027Z] ---> 84f52161ad68 [2021-01-29T07:36:33.027Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:36:33.300Z] ---> Running in d06bc1395b7c [2021-01-29T07:36:33.300Z] Removing intermediate container 079c94453abb [2021-01-29T07:36:33.300Z] ---> 6711d7a1ec75 [2021-01-29T07:36:33.300Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:36:33.582Z] ---> Running in 0b0c7727a465 [2021-01-29T07:36:33.860Z] Removing intermediate container d06bc1395b7c [2021-01-29T07:36:33.860Z] ---> 0e173b2754a3 [2021-01-29T07:36:33.860Z] [2021-01-29T07:36:34.137Z] Successfully built 0e173b2754a3 [2021-01-29T07:36:34.137Z] Successfully tagged docker-core-command-go:latest [2021-01-29T07:36:34.137Z]  Building docker-core-command-go ... done Removing intermediate container e876250c253c [2021-01-29T07:36:34.137Z] ---> 7024d7311011 [2021-01-29T07:36:34.137Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:36:34.137Z] Removing intermediate container 0b0c7727a465 [2021-01-29T07:36:34.137Z] ---> 3a1e1cc9cea1 [2021-01-29T07:36:34.137Z] [2021-01-29T07:36:34.415Z] Successfully built 3a1e1cc9cea1 [2021-01-29T07:36:34.415Z] Successfully tagged docker-core-metadata-go:latest [2021-01-29T07:36:34.695Z]  Building docker-core-metadata-go ... done  ---> 99a083eb4813 [2021-01-29T07:36:34.695Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T07:36:35.691Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrapper [no test files] [2021-01-29T07:36:35.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-29T07:36:35.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-29T07:36:35.692Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-29T07:36:35.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-29T07:36:35.692Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-29T07:36:36.693Z] ---> 6e7ca5133537 [2021-01-29T07:36:36.693Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T07:36:37.286Z] ---> 60639289311c [2021-01-29T07:36:37.286Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T07:36:38.263Z] ---> 2e38b3c25dd3 [2021-01-29T07:36:38.263Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T07:36:38.856Z] ---> 6b727471aa25 [2021-01-29T07:36:38.856Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T07:36:39.136Z] ---> Running in 731bc6e94397 [2021-01-29T07:36:39.404Z] Removing intermediate container 731bc6e94397 [2021-01-29T07:36:39.404Z] ---> aaf4ffea9ccf [2021-01-29T07:36:39.404Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T07:36:40.000Z] ---> f040ee1f9491 [2021-01-29T07:36:40.000Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T07:36:40.589Z] ---> Running in 3b204deeb68e [2021-01-29T07:36:42.438Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-29T07:36:42.438Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-29T07:36:42.438Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-29T07:36:42.669Z] Removing intermediate container 3b204deeb68e [2021-01-29T07:36:42.669Z] ---> 2e113d114237 [2021-01-29T07:36:42.669Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T07:36:43.128Z] ---> Running in 1214b57d2248 [2021-01-29T07:36:43.442Z] Removing intermediate container 1214b57d2248 [2021-01-29T07:36:43.442Z] ---> 8ffa635d62db [2021-01-29T07:36:43.442Z] Step 31/34 : CMD ["gate"] [2021-01-29T07:36:44.077Z] ---> Running in 079e9098c7a1 [2021-01-29T07:36:45.029Z] Removing intermediate container 9f79ad6149c4 [2021-01-29T07:36:45.029Z] ---> c668e59e1e71 [2021-01-29T07:36:45.029Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T07:36:45.300Z] Removing intermediate container 079e9098c7a1 [2021-01-29T07:36:45.300Z] ---> 5315a55b25b5 [2021-01-29T07:36:45.300Z] Step 32/34 : LABEL arch=x86_64 [2021-01-29T07:36:45.300Z] ---> Running in 2c8ec39a6590 [2021-01-29T07:36:45.571Z] ---> Running in 931fac58713f [2021-01-29T07:36:45.839Z] Removing intermediate container 931fac58713f [2021-01-29T07:36:45.839Z] ---> 854604622a7e [2021-01-29T07:36:45.839Z] Step 33/34 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:36:46.107Z] 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-01-29T07:36:46.107Z] ---> Running in cceaa7a8ef49 [2021-01-29T07:36:46.383Z] Removing intermediate container cceaa7a8ef49 [2021-01-29T07:36:46.383Z] ---> 1aa88d1fa53b [2021-01-29T07:36:46.383Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T07:36:46.689Z] ---> Running in ddcbd6ba412e [2021-01-29T07:36:46.965Z] Removing intermediate container ddcbd6ba412e [2021-01-29T07:36:46.965Z] ---> 17699600b9ac [2021-01-29T07:36:46.965Z] [2021-01-29T07:36:47.231Z] Successfully built 17699600b9ac [2021-01-29T07:36:47.231Z] Successfully tagged docker-security-bootstrapper-go:latest [2021-01-29T07:36:49.158Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 2c8ec39a6590 [2021-01-29T07:36:49.158Z] ---> 08653dc2c46f [2021-01-29T07:36:49.158Z] [2021-01-29T07:36:49.158Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T07:36:49.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.335s coverage: 46.0% of statements [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2 [no test files] [2021-01-29T07:36:49.204Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/v2/application [no test files] [2021-01-29T07:36:49.204Z] ok github.com/edgexfoundry/edgex-go/internal/core/command/v2/controller/http 0.186s coverage: 100.0% of statements [2021-01-29T07:36:49.419Z] 20.10.0: Pulling from library/docker [2021-01-29T07:36:54.759Z] Removing intermediate container 7c56b2e25650 [2021-01-29T07:36:54.759Z] ---> 8bc96b9fede4 [2021-01-29T07:36:54.759Z] [2021-01-29T07:36:54.759Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:36:54.759Z] ---> 389fef711851 [2021-01-29T07:36:54.759Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:36:55.021Z] ---> Running in aa111c8ac3d7 [2021-01-29T07:36:55.283Z] Removing intermediate container aa111c8ac3d7 [2021-01-29T07:36:55.283Z] ---> dfdafd3386fe [2021-01-29T07:36:55.283Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T07:36:55.283Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T07:36:55.283Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T07:36:55.283Z] ---> aefe523efa57 [2021-01-29T07:36:55.283Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T07:36:55.283Z] ---> Running in 52324a0589ef [2021-01-29T07:36:55.548Z] ---> Running in dcbd44fc6b14 [2021-01-29T07:36:55.548Z] Removing intermediate container 52324a0589ef [2021-01-29T07:36:55.548Z] ---> aa22c5411361 [2021-01-29T07:36:55.548Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T07:36:55.814Z] ---> Running in 9ee4d7ea91b6 [2021-01-29T07:36:55.934Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.564s coverage: 27.1% of statements [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-29T07:36:55.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.055s coverage: 100.0% of statements [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-29T07:36:55.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.087s coverage: 100.0% of statements [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-29T07:36:55.935Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.286s coverage: 65.8% of statements [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-29T07:36:55.935Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-29T07:36:56.080Z] Removing intermediate container 9ee4d7ea91b6 [2021-01-29T07:36:56.080Z] ---> 07366bb319b8 [2021-01-29T07:36:56.080Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:36:56.080Z] ---> Running in 9396e43c75f9 [2021-01-29T07:36:56.080Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:56.346Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:56.346Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T07:36:56.346Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T07:36:56.611Z] Executing bash-5.0.17-r0.post-install [2021-01-29T07:36:56.611Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:36:56.611Z] OK: 12 MiB in 22 packages [2021-01-29T07:36:57.187Z] Removing intermediate container dcbd44fc6b14 [2021-01-29T07:36:57.187Z] Removing intermediate container 9396e43c75f9 [2021-01-29T07:36:57.187Z] ---> ce3f7e794841 [2021-01-29T07:36:57.187Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T07:36:57.187Z] ---> 8e39ea839bbf [2021-01-29T07:36:57.187Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T07:36:57.450Z] ---> Running in f001a3dfd270 [2021-01-29T07:36:57.450Z] ---> Running in 51802753d71a [2021-01-29T07:36:57.712Z] Removing intermediate container 51802753d71a [2021-01-29T07:36:57.712Z] ---> 37103e682b23 [2021-01-29T07:36:57.712Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T07:36:57.712Z] ---> Running in 5d69cbbe2b61 [2021-01-29T07:36:57.975Z] Removing intermediate container 5d69cbbe2b61 [2021-01-29T07:36:57.975Z] ---> cd8dac6ae9c8 [2021-01-29T07:36:57.975Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T07:36:57.975Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:57.975Z] ---> Running in 0059e1343fff [2021-01-29T07:36:58.239Z] Removing intermediate container 0059e1343fff [2021-01-29T07:36:58.239Z] ---> 1056b4649a7d [2021-01-29T07:36:58.239Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T07:36:58.583Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.698s coverage: 82.3% of statements [2021-01-29T07:36:58.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-29T07:36:58.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:36:58.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-29T07:36:58.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-29T07:36:58.817Z] ---> 1fd5cfd0e760 [2021-01-29T07:36:58.817Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T07:36:58.817Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:58.817Z] ---> 618e8597a3a2 [2021-01-29T07:36:58.817Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T07:36:59.394Z] ---> aa15b45b96f9 [2021-01-29T07:36:59.394Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T07:36:59.394Z] ---> Running in 56c911b57082 [2021-01-29T07:36:59.658Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T07:36:59.658Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T07:36:59.658Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T07:36:59.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:59.922Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T07:36:59.922Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:36:59.922Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T07:37:00.185Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T07:37:00.185Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T07:37:00.185Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T07:37:00.185Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T07:37:00.185Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T07:37:00.185Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T07:37:00.185Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T07:37:00.185Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T07:37:00.185Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:00.185Z] OK: 8 MiB in 20 packages [2021-01-29T07:37:03.505Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T07:37:03.506Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T07:37:03.506Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T07:37:03.506Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T07:37:03.506Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T07:37:03.506Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T07:37:03.506Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T07:37:04.451Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T07:37:04.713Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T07:37:04.713Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T07:37:04.713Z] Removing intermediate container f001a3dfd270 [2021-01-29T07:37:04.713Z] ---> adaecaa0d873 [2021-01-29T07:37:04.713Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:37:04.985Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T07:37:04.985Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T07:37:04.985Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T07:37:04.985Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T07:37:04.985Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T07:37:04.985Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T07:37:04.985Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T07:37:04.985Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T07:37:04.985Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T07:37:04.985Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T07:37:05.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.429s coverage: 28.6% of statements [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-29T07:37:05.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.157s coverage: 100.0% of statements [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-29T07:37:05.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.081s coverage: 100.0% of statements [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-29T07:37:05.334Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.334s coverage: 86.7% of statements [2021-01-29T07:37:05.334Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-29T07:37:05.558Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T07:37:05.559Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T07:37:05.559Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T07:37:05.631Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.355s coverage: 97.5% of statements [2021-01-29T07:37:05.631Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-29T07:37:05.821Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T07:37:06.083Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T07:37:06.083Z] ---> 65296f70bc99 [2021-01-29T07:37:06.083Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T07:37:06.083Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T07:37:06.083Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:06.083Z] OK: 71 MiB in 55 packages [2021-01-29T07:37:07.080Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.170s coverage: 78.3% of statements [2021-01-29T07:37:07.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-29T07:37:07.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-29T07:37:07.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-29T07:37:07.080Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-29T07:37:08.659Z] ---> 9d417c8fa581 [2021-01-29T07:37:08.659Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T07:37:09.614Z] ---> 2b1e9548c0a4 [2021-01-29T07:37:09.615Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T07:37:13.838Z] ---> Running in 908b57824fed [2021-01-29T07:37:13.838Z] Removing intermediate container 56c911b57082 [2021-01-29T07:37:13.838Z] ---> 73d2cf6667e8 [2021-01-29T07:37:13.838Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T07:37:13.838Z] Removing intermediate container 908b57824fed [2021-01-29T07:37:13.838Z] ---> 86d8d560a06a [2021-01-29T07:37:13.838Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:37:13.838Z] ---> Running in e1e9e0166d4e [2021-01-29T07:37:13.838Z] ---> Running in dac8719734c3 [2021-01-29T07:37:13.838Z] Removing intermediate container dac8719734c3 [2021-01-29T07:37:13.838Z] ---> 9fbca25b2243 [2021-01-29T07:37:13.838Z] Step 21/23 : LABEL arch=x86_64 [2021-01-29T07:37:13.838Z] ---> Running in f4876a2dd3b2 [2021-01-29T07:37:13.838Z] Removing intermediate container f4876a2dd3b2 [2021-01-29T07:37:13.838Z] ---> 2125bce5832e [2021-01-29T07:37:13.838Z] Step 22/23 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:37:13.838Z] ---> Running in b0108f73338b [2021-01-29T07:37:14.103Z] Removing intermediate container b0108f73338b [2021-01-29T07:37:14.103Z] ---> 51a0ef3ffa38 [2021-01-29T07:37:14.103Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:37:14.103Z] ---> Running in 7492d4bb90cc [2021-01-29T07:37:14.368Z] Removing intermediate container 7492d4bb90cc [2021-01-29T07:37:14.368Z] ---> 360b821027de [2021-01-29T07:37:14.368Z] [2021-01-29T07:37:14.632Z] Successfully built 360b821027de [2021-01-29T07:37:14.632Z] Successfully tagged docker-core-data-go:latest [2021-01-29T07:37:14.895Z]  Building docker-core-data-go ... done Collecting docker-compose==1.23.2 [2021-01-29T07:37:15.157Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T07:37:15.157Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T07:37:15.157Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T07:37:15.729Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T07:37:15.729Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T07:37:15.729Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T07:37:15.729Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T07:37:16.304Z] Collecting PyYAML<4,>=3.10 [2021-01-29T07:37:16.304Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T07:37:17.249Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T07:37:17.249Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T07:37:17.285Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.341s coverage: 92.8% of statements [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-29T07:37:17.285Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-29T07:37:17.285Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.058s coverage: 58.8% of statements [2021-01-29T07:37:17.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-29T07:37:17.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-29T07:37:17.286Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.221s coverage: 0.1% of statements [2021-01-29T07:37:17.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-29T07:37:17.286Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-29T07:37:17.286Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper [no test files] [2021-01-29T07:37:17.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command 0.093s coverage: 43.8% of statements [2021-01-29T07:37:17.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gate 0.083s coverage: 79.5% of statements [2021-01-29T07:37:17.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/genpassword 0.057s coverage: 94.1% of statements [2021-01-29T07:37:17.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/gethttpstatus 0.118s coverage: 96.3% of statements [2021-01-29T07:37:17.286Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/help 0.074s coverage: 87.5% of statements [2021-01-29T07:37:17.826Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T07:37:17.826Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T07:37:18.097Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T07:37:18.097Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T07:37:18.097Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-29T07:37:18.097Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T07:37:18.368Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T07:37:18.368Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T07:37:18.368Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T07:37:18.949Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-29T07:37:18.949Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-29T07:37:18.949Z] Collecting idna<2.8,>=2.5 [2021-01-29T07:37:18.949Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T07:37:18.949Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T07:37:18.949Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T07:37:19.212Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T07:37:19.212Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T07:37:19.212Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T07:37:19.212Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T07:37:19.212Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T07:37:19.212Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T07:37:19.475Z] Installing collected packages: websocket-client, idna, urllib3, requests, texttable, PyYAML, docopt, docker-pycreds, docker, jsonschema, cached-property, dockerpty, docker-compose [2021-01-29T07:37:19.475Z] Attempting uninstall: idna [2021-01-29T07:37:19.475Z] Found existing installation: idna 2.9 [2021-01-29T07:37:19.475Z] Uninstalling idna-2.9: [2021-01-29T07:37:19.475Z] Successfully uninstalled idna-2.9 [2021-01-29T07:37:19.738Z] Attempting uninstall: urllib3 [2021-01-29T07:37:19.738Z] Found existing installation: urllib3 1.25.9 [2021-01-29T07:37:19.738Z] Uninstalling urllib3-1.25.9: [2021-01-29T07:37:19.738Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T07:37:20.000Z] Attempting uninstall: requests [2021-01-29T07:37:20.000Z] Found existing installation: requests 2.23.0 [2021-01-29T07:37:20.000Z] Uninstalling requests-2.23.0: [2021-01-29T07:37:20.000Z] Successfully uninstalled requests-2.23.0 [2021-01-29T07:37:20.000Z] Running setup.py install for texttable: started [2021-01-29T07:37:20.576Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T07:37:20.576Z] Running setup.py install for PyYAML: started [2021-01-29T07:37:21.151Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T07:37:21.151Z] Running setup.py install for docopt: started [2021-01-29T07:37:21.724Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T07:37:22.670Z] Running setup.py install for dockerpty: started [2021-01-29T07:37:22.932Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T07:37:23.194Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-29T07:37:26.514Z] Removing intermediate container e1e9e0166d4e [2021-01-29T07:37:26.514Z] ---> 617af21aa998 [2021-01-29T07:37:26.514Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T07:37:26.778Z] ---> Running in 94ed35ac5c85 [2021-01-29T07:37:27.439Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-29T07:37:27.440Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-29T07:37:27.715Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:37:27.715Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T07:37:27.715Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T07:37:27.715Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:37:27.715Z] OK: 72 MiB in 58 packages [2021-01-29T07:37:28.308Z] Removing intermediate container 94ed35ac5c85 [2021-01-29T07:37:28.308Z] ---> 55d2f7a1398d [2021-01-29T07:37:28.308Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T07:37:28.308Z] ---> Running in 062c0c5b0a7f [2021-01-29T07:37:28.308Z] Removing intermediate container 062c0c5b0a7f [2021-01-29T07:37:28.308Z] ---> 927cf3ee06f7 [2021-01-29T07:37:28.308Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:37:28.579Z] ---> Running in 7888f91de30f [2021-01-29T07:37:28.579Z] Removing intermediate container 7888f91de30f [2021-01-29T07:37:28.579Z] ---> ddb5cf0f9d24 [2021-01-29T07:37:28.579Z] Step 24/26 : LABEL arch=x86_64 [2021-01-29T07:37:28.841Z] ---> Running in b89cab9b3e07 [2021-01-29T07:37:28.841Z] Removing intermediate container b89cab9b3e07 [2021-01-29T07:37:28.841Z] ---> 01519bde344a [2021-01-29T07:37:28.841Z] Step 25/26 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:37:28.841Z] ---> Running in 9d35f1020501 [2021-01-29T07:37:29.106Z] Removing intermediate container 9d35f1020501 [2021-01-29T07:37:29.106Z] ---> f10ce7a53408 [2021-01-29T07:37:29.106Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T07:37:29.106Z] ---> Running in b0b0d9599deb [2021-01-29T07:37:29.368Z] Removing intermediate container b0b0d9599deb [2021-01-29T07:37:29.368Z] ---> 91eb71a1ee78 [2021-01-29T07:37:29.368Z] [2021-01-29T07:37:29.631Z] Successfully built 91eb71a1ee78 [2021-01-29T07:37:29.631Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/listen 12.073s coverage: 94.4% of statements [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/command/ping 0.052s coverage: 44.8% of statements [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/config [no test files] [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/container [no test files] [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/handlers [no test files] [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/interfaces [no test files] [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/bootstrapper/tcp 11.075s coverage: 87.2% of statements [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.054s coverage: 100.0% of statements [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.077s coverage: 75.5% of statements [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.066s coverage: 80.8% of statements [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.128s coverage: 87.2% of statements [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.132s coverage: 84.2% of statements [2021-01-29T07:37:29.718Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.173s coverage: 91.4% of statements [2021-01-29T07:37:29.718Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-29T07:37:30.217Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-29T07:37:30.225Z] $ docker stop --time=1 0f7beeaee3449308bcc78f0feb61c93e22e97cd758ed9624f6596740f677986d [2021-01-29T07:37:31.796Z] $ docker rm -f 0f7beeaee3449308bcc78f0feb61c93e22e97cd758ed9624f6596740f677986d [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:37:32.347Z] + docker images [2021-01-29T07:37:32.347Z] + grep docker [2021-01-29T07:37:32.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.742s coverage: 63.5% of statements [2021-01-29T07:37:32.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-29T07:37:32.378Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-29T07:37:32.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.061s coverage: 100.0% of statements [2021-01-29T07:37:32.378Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-01-29T07:37:32.655Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.051s coverage: 100.0% of statements [2021-01-29T07:37:33.294Z] docker-sys-mgmt-agent-go latest 91eb71a1ee78 4 seconds ago 313MB [2021-01-29T07:37:33.294Z] docker-core-data-go latest 360b821027de 19 seconds ago 22.3MB [2021-01-29T07:37:33.294Z] docker-security-bootstrapper-go latest 17699600b9ac 47 seconds ago 33.5MB [2021-01-29T07:37:33.294Z] docker-core-command-go latest 0e173b2754a3 About a minute ago 16.9MB [2021-01-29T07:37:33.294Z] docker-core-metadata-go latest 3a1e1cc9cea1 About a minute ago 18.8MB [2021-01-29T07:37:33.294Z] docker-security-secretstore-setup-go latest c4e1a0c7d5a1 2 minutes ago 24.6MB [2021-01-29T07:37:33.294Z] docker-security-proxy-setup-go latest 42199b068cf4 2 minutes ago 24.4MB [2021-01-29T07:37:33.294Z] docker-support-notifications-go latest 73b46d0ac240 2 minutes ago 16.9MB [2021-01-29T07:37:33.294Z] docker-support-scheduler-go latest 14a13d23f47a 2 minutes ago 16.4MB [2021-01-29T07:37:33.294Z] docker 20.10.0 aefe523efa57 7 weeks ago 240MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [2021-01-29T07:37:33.648Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.063s coverage: 73.7% of statements [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-29T07:37:34.642Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.072s coverage: 100.0% of statements [2021-01-29T07:37:38.074Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.952s coverage: 68.9% of statements [2021-01-29T07:37:38.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-29T07:37:38.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-29T07:37:38.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-29T07:37:38.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-29T07:37:38.074Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-29T07:37:40.077Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.428s coverage: 37.0% of statements [2021-01-29T07:37:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-29T07:37:40.078Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-29T07:37:40.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.818s coverage: 84.0% of statements [2021-01-29T07:37:40.078Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.107s coverage: 100.0% of statements [2021-01-29T07:37:48.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.368s coverage: 47.1% of statements [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-29T07:37:48.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.193s coverage: 100.0% of statements [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-29T07:37:48.450Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.130s coverage: 100.0% of statements [2021-01-29T07:37:48.450Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-29T07:37:48.848Z] Still waiting to schedule task [2021-01-29T07:37:48.849Z] All nodes of label ‘ubuntu18.04-docker-8c-8g’ are offline [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.772s coverage: 29.1% of statements [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.248s coverage: 99.0% of statements [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.118s coverage: 100.0% of statements [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.060s coverage: 0.0% of statements [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.087s coverage: 100.0% of statements [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.103s coverage: 87.9% of statements [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-29T07:37:52.803Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-29T07:37:52.803Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.058s coverage: 100.0% of statements [2021-01-29T07:37:53.789Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.067s coverage: 32.1% of statements [2021-01-29T07:37:55.767Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.078s coverage: 100.0% of statements [2021-01-29T07:37:56.366Z] GO111MODULE=on go vet ./... [2021-01-29T07:39:18.238Z] gofmt -l . [2021-01-29T07:39:18.238Z] [ "`gofmt -l .`" = "" ] [2021-01-29T07:39:19.221Z] ./bin/test-go-mod-tidy.sh [2021-01-29T07:39:19.822Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-29T07:39:21.943Z] + ls -al . [2021-01-29T07:39:21.943Z] total 700 [2021-01-29T07:39:21.943Z] drwxrwxr-x 9 1001 1001 4096 Jan 29 07:39 . [2021-01-29T07:39:21.943Z] drwxr-xr-x 4 root root 4096 Jan 29 07:34 .. [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 11 Jan 29 07:33 .dockerignore [2021-01-29T07:39:21.943Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 07:33 .git [2021-01-29T07:39:21.943Z] drwxrwxr-x 3 1001 1001 4096 Jan 29 07:33 .github [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 872 Jan 29 07:33 .gitignore [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 166 Jan 29 07:33 .sonarcloud.properties [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 7859 Jan 29 07:33 Attribution.txt [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 3804 Jan 29 07:33 CONTRIBUTING.md [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 931 Jan 29 07:33 Dockerfile.build [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 863 Jan 29 07:33 Jenkinsfile [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 10775 Jan 29 07:33 LICENSE [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 6001 Jan 29 07:33 Makefile [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 6524 Jan 29 07:33 README.md [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 6755 Jan 29 07:33 SECURITY.md [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 5 Jan 29 07:29 VERSION [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 4131 Jan 29 07:33 ZMQWindows.md [2021-01-29T07:39:21.943Z] drwxrwxr-x 2 1001 1001 4096 Jan 29 07:33 bin [2021-01-29T07:39:21.943Z] drwxrwxr-x 15 1001 1001 4096 Jan 29 07:33 cmd [2021-01-29T07:39:21.943Z] -rw-r--r-- 1 root root 565356 Jan 29 07:37 coverage.out [2021-01-29T07:39:21.943Z] -rw-r--r-- 1 root root 1054 Jan 29 07:39 go.mod [2021-01-29T07:39:21.943Z] -rw-r--r-- 1 root root 19289 Jan 29 07:39 go.sum [2021-01-29T07:39:21.943Z] drwxrwxr-x 8 1001 1001 4096 Jan 29 07:33 internal [2021-01-29T07:39:21.943Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 07:33 openapi [2021-01-29T07:39:21.943Z] drwxrwxr-x 4 1001 1001 4096 Jan 29 07:33 snap [2021-01-29T07:39:21.943Z] -rw-rw-r-- 1 1001 1001 168 Jan 29 07:33 version.go [Pipeline] sh [2021-01-29T07:39:22.619Z] + '[' -e coverage.out ] [2021-01-29T07:39:22.619Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-29T07:39:22.696Z] Warning: overwriting stash ‘coverage-report’ [2021-01-29T07:39:24.037Z] Stashed 1 file(s) [Pipeline] sh [2021-01-29T07:39:24.717Z] + make build [2021-01-29T07:39:24.717Z] 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-01-29T07:39:37.253Z] 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-01-29T07:39:51.429Z] Running on prd-ubuntu18.04-docker-8c-8g-23922 in /w/workspace/edgexfoundry_edgex-go_PR-3080 [Pipeline] { [Pipeline] ws [2021-01-29T07:39:51.490Z] Running in /w/workspace/edgex-go/8 [Pipeline] { [Pipeline] checkout [2021-01-29T07:39:53.533Z] using credential edgex-jenkins-ssh [2021-01-29T07:39:53.604Z] Cloning the remote Git repository [2021-01-29T07:39:53.631Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:39:53.694Z] > git init /w/workspace/edgex-go/8 # timeout=10 [2021-01-29T07:39:53.732Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:39:53.732Z] > git --version # timeout=10 [2021-01-29T07:39:53.739Z] > git --version # 'git version 2.17.1' [2021-01-29T07:39:53.740Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:39:53.764Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:40:04.054Z] 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-01-29T07:40:06.674Z] 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-01-29T07:40:12.095Z] 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-01-29T07:40:13.076Z] 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-01-29T07:40:19.788Z] 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-01-29T07:40:19.655Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:40:19.662Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-29T07:40:19.675Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-29T07:40:19.689Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-29T07:40:19.689Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:40:19.693Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/3080/head:refs/remotes/origin/PR-3080 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-29T07:40:20.322Z] Merging remotes/origin/master commit df7eaa583f48bd0cefe0e9af00d8477318667731 into PR head commit 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:40:20.440Z] Merge succeeded, producing 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:40:20.441Z] Checking out Revision 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 (PR-3080) [2021-01-29T07:40:20.329Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:40:20.335Z] > git checkout -f 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 # timeout=10 [2021-01-29T07:40:20.409Z] > git remote # timeout=10 [2021-01-29T07:40:20.417Z] > git config --get remote.origin.url # timeout=10 [2021-01-29T07:40:20.422Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-29T07:40:20.425Z] > git merge df7eaa583f48bd0cefe0e9af00d8477318667731 # timeout=10 [2021-01-29T07:40:20.434Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-29T07:40:20.443Z] > git config core.sparsecheckout # timeout=10 [2021-01-29T07:40:20.448Z] > git checkout -f 398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 # timeout=10 [2021-01-29T07:40:24.137Z] Commit message: "build: Upgrade go-mod-core-contract lib" [Pipeline] withEnv [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:40:25.189Z] 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-01-29T07:40:25.315Z] + echo snap-build.sh [2021-01-29T07:40:25.315Z] snap-build.sh [2021-01-29T07:40:25.315Z] + SNAP_BASE_DIR=. [2021-01-29T07:40:25.315Z] + '[' '!' -z /w/workspace/edgex-go/8 ']' [2021-01-29T07:40:25.315Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/8 [2021-01-29T07:40:25.315Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/8]' [2021-01-29T07:40:25.315Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/8] [2021-01-29T07:40:25.315Z] + cd /w/workspace/edgex-go/8 [2021-01-29T07:40:25.315Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-29T07:40:25.315Z] Reading package lists... [2021-01-29T07:40:25.315Z] Building dependency tree... [2021-01-29T07:40:25.315Z] Reading state information... [2021-01-29T07:40:25.577Z] The following packages were automatically installed and are no longer required: [2021-01-29T07:40:25.577Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-29T07:40:25.577Z] uidmap xdelta3 [2021-01-29T07:40:25.577Z] Use 'sudo apt autoremove' to remove them. [2021-01-29T07:40:25.577Z] The following packages will be REMOVED: [2021-01-29T07:40:25.577Z] lxd* lxd-client* [2021-01-29T07:40:25.840Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-29T07:40:25.840Z] After this operation, 31.7 MB disk space will be freed. [2021-01-29T07:40:26.888Z] (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-01-29T07:40:26.888Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T07:40:27.834Z] Removing lxd dnsmasq configuration [2021-01-29T07:40:27.834Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T07:40:28.097Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-29T07:40:29.044Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-29T07:40:29.044Z] (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-01-29T07:40:29.044Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-29T07:40:29.494Z] 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-01-29T07:40:30.429Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-29T07:40:30.430Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-29T07:40:31.814Z] + sudo snap remove --purge lxd [2021-01-29T07:40:31.814Z] snap "lxd" is not installed [2021-01-29T07:40:31.814Z] + sudo groupadd --force --system lxd [2021-01-29T07:40:31.814Z] ++ whoami [2021-01-29T07:40:31.814Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-29T07:40:31.814Z] + newgrp - lxd [2021-01-29T07:40:31.814Z] + sudo snap install lxd [2021-01-29T07:40:36.200Z] 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-01-29T07:40:39.584Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:40:39.960Z] 2021-01-29T07:40:37Z INFO Waiting for automatic snapd restart... [2021-01-29T07:40:43.893Z] 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-01-29T07:40:48.200Z] 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 [Pipeline] } [2021-01-29T07:40:53.628Z] $ docker stop --time=1 1f8a80d008d6444a5827510962e6e8b72c2b8ff370d6b269b19107b1d9d508a4 [2021-01-29T07:40:56.061Z] $ docker rm -f 1f8a80d008d6444a5827510962e6e8b72c2b8ff370d6b269b19107b1d9d508a4 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:40:58.093Z] lxd 4.10 from Canonical* installed [2021-01-29T07:40:58.093Z] + sudo lxd init --auto [2021-01-29T07:40:58.149Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:40:58.149Z] [2021-01-29T07:40:58.149Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:40:58.551Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:40:58.823Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-29T07:40:58.823Z] 29e5d40040c1: Pulling fs layer [2021-01-29T07:40:58.823Z] 1ce36da41761: Pulling fs layer [2021-01-29T07:40:58.823Z] 25b303627fd3: Pulling fs layer [2021-01-29T07:40:59.419Z] 29e5d40040c1: Verifying Checksum [2021-01-29T07:40:59.419Z] 29e5d40040c1: Download complete [2021-01-29T07:41:00.020Z] 1ce36da41761: Verifying Checksum [2021-01-29T07:41:00.020Z] 1ce36da41761: Download complete [2021-01-29T07:41:00.020Z] 29e5d40040c1: Pull complete [2021-01-29T07:41:01.455Z] 1ce36da41761: Pull complete [2021-01-29T07:41:01.456Z] 25b303627fd3: Verifying Checksum [2021-01-29T07:41:01.456Z] 25b303627fd3: Download complete [2021-01-29T07:41:06.251Z] + sudo snap install --classic snapcraft [2021-01-29T07:41:10.474Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T07:41:10.474Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-29T07:41:10.474Z] + patch --verbose -p1 [2021-01-29T07:41:10.474Z] Hmm... Looks like a unified diff to me... [2021-01-29T07:41:10.474Z] The text leading up to this was: [2021-01-29T07:41:10.474Z] -------------------------- [2021-01-29T07:41:10.474Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-29T07:41:10.474Z] |From: Tony Espy [2021-01-29T07:41:10.474Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-29T07:41:10.474Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-29T07:41:10.474Z] | [2021-01-29T07:41:10.474Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-29T07:41:10.474Z] |optimize the snap CI check run for pull requests. When [2021-01-29T07:41:10.474Z] |applied, it essentially strips out everything (apps and [2021-01-29T07:41:10.474Z] |parts) from the snapcraft.yaml file except those required [2021-01-29T07:41:10.474Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-29T07:41:10.474Z] |catch changes to edgex-go that break the snap build. [2021-01-29T07:41:10.474Z] | [2021-01-29T07:41:10.474Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-29T07:41:10.474Z] |to update this patch file, otherwise it may fail to apply, [2021-01-29T07:41:10.474Z] |resulting in a failed snap build CI check in the associated [2021-01-29T07:41:10.474Z] |pull request. [2021-01-29T07:41:10.474Z] | [2021-01-29T07:41:10.474Z] |Note - in addition to applying this patch, the pipeline also [2021-01-29T07:41:10.474Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-29T07:41:10.474Z] |need to build the finally binary .snap file (and it won't [2021-01-29T07:41:10.474Z] |work with the patch applied). This further reduces the build [2021-01-29T07:41:10.474Z] |time. [2021-01-29T07:41:10.474Z] |--- [2021-01-29T07:41:10.474Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-29T07:41:10.474Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-29T07:41:10.474Z] | [2021-01-29T07:41:10.474Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-29T07:41:10.474Z] |index 1e537489..faf42425 100644 [2021-01-29T07:41:10.474Z] |--- a/snap/snapcraft.yaml [2021-01-29T07:41:10.474Z] |+++ b/snap/snapcraft.yaml [2021-01-29T07:41:10.474Z] -------------------------- [2021-01-29T07:41:10.474Z] patching file snap/snapcraft.yaml [2021-01-29T07:41:10.474Z] Using Plan A... [2021-01-29T07:41:10.474Z] Hunk #1 succeeded at 73. [2021-01-29T07:41:10.474Z] Hunk #2 succeeded at 202 with fuzz 1 (offset 2 lines). [2021-01-29T07:41:10.474Z] Hunk #3 succeeded at 214 (offset -1 lines). [2021-01-29T07:41:10.474Z] Hunk #4 succeeded at 222 (offset -1 lines). [2021-01-29T07:41:10.474Z] Hunk #5 succeeded at 229 (offset -1 lines). [2021-01-29T07:41:10.474Z] Hunk #6 succeeded at 256 (offset -1 lines). [2021-01-29T07:41:10.474Z] Hunk #7 succeeded at 290 (offset -1 lines). [2021-01-29T07:41:10.474Z] Hunk #8 succeeded at 342. [2021-01-29T07:41:10.474Z] Hmm... Ignoring the trailing garbage. [2021-01-29T07:41:10.474Z] done [2021-01-29T07:41:10.474Z] + sudo snapcraft prime --use-lxd [2021-01-29T07:41:11.599Z] 25b303627fd3: Pull complete [2021-01-29T07:41:11.599Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-29T07:41:11.599Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:41:11.599Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-29T07:41:11.834Z] prd-ubuntu18.04-docker-arm64-4c-16g-23920 does not seem to be running inside a container [2021-01-29T07:41:11.922Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T07:41:12.386Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-29T07:41:12.386Z] 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-01-29T07:41:12.386Z] - README.md [2021-01-29T07:41:12.386Z] - snapcraft.yaml.orig [2021-01-29T07:41:12.386Z] [2021-01-29T07:41:12.386Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T07:41:12.647Z] Launching a container. [2021-01-29T07:41:15.113Z] $ docker top 7aaa46afeaa23ec2e430174ffacc64cdf431779237b0793375c558ae3c23d88c -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:41:16.129Z] + docker-compose build --help [2021-01-29T07:41:16.129Z] + grep parallel [2021-01-29T07:41:19.504Z] --parallel Build images in parallel. [Pipeline] } [2021-01-29T07:41:19.802Z] $ docker stop --time=1 7aaa46afeaa23ec2e430174ffacc64cdf431779237b0793375c558ae3c23d88c [2021-01-29T07:41:21.708Z] $ docker rm -f 7aaa46afeaa23ec2e430174ffacc64cdf431779237b0793375c558ae3c23d88c [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:41:22.584Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-29T07:41:22.584Z] . [Pipeline] withDockerContainer [2021-01-29T07:41:22.855Z] prd-ubuntu18.04-docker-arm64-4c-16g-23920 does not seem to be running inside a container [2021-01-29T07:41:22.947Z] $ docker run -t -d -u 1001:1001 -u 0:0 --entrypoint= -v /var/run/docker.sock:/var/run/docker.sock --privileged -w /w/workspace/edgex-go/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest cat [2021-01-29T07:41:24.339Z] $ docker top 285dd56832b8869ab1429562ed8c18fa72112c59239c618aa80233269aec0757 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:41:24.891Z] Waiting for container to be ready [2021-01-29T07:41:25.151Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-29T07:41:25.151Z] [2021-01-29T07:41:25.379Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-29T07:41:28.456Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-29T07:41:29.029Z] Waiting for network to be ready... [2021-01-29T07:41:29.290Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T07:41:29.290Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T07:41:29.551Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T07:41:29.684Z] Building docker-core-command-go ... [2021-01-29T07:41:29.684Z] Building docker-core-data-go ... [2021-01-29T07:41:29.684Z] Building docker-core-metadata-go ... [2021-01-29T07:41:29.684Z] Building docker-security-bootstrapper-go ... [2021-01-29T07:41:29.684Z] Building docker-security-proxy-setup-go ... [2021-01-29T07:41:29.684Z] Building docker-security-secretstore-setup-go ... [2021-01-29T07:41:29.684Z] Building docker-support-notifications-go ... [2021-01-29T07:41:29.684Z] Building docker-support-scheduler-go ... [2021-01-29T07:41:29.684Z] Building docker-sys-mgmt-agent-go ... [2021-01-29T07:41:29.684Z] Building docker-core-data-go [2021-01-29T07:41:29.684Z] Building docker-security-bootstrapper-go [2021-01-29T07:41:29.684Z] Building docker-core-command-go [2021-01-29T07:41:29.684Z] Building docker-security-secretstore-setup-go [2021-01-29T07:41:29.684Z] Building docker-security-proxy-setup-go [2021-01-29T07:41:29.813Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T07:41:29.813Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T07:41:30.076Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T07:41:30.076Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T07:41:30.076Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T07:41:30.076Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T07:41:30.076Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T07:41:30.076Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T07:41:30.076Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T07:41:30.076Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T07:41:30.076Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T07:41:30.076Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T07:41:30.076Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T07:41:30.076Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T07:41:30.076Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T07:41:30.647Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T07:41:30.647Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] [2021-01-29T07:41:30.647Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T07:41:30.908Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T07:41:30.908Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T07:41:30.908Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] [2021-01-29T07:41:30.908Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] [2021-01-29T07:41:30.908Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T07:41:30.908Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T07:41:33.451Z] Fetched 23.8 MB in 4s (5711 kB/s) [2021-01-29T07:41:34.395Z] Reading package lists... [2021-01-29T07:41:34.395Z] Reading package lists... [2021-01-29T07:41:34.655Z] Building dependency tree... [2021-01-29T07:41:34.655Z] Reading state information... [2021-01-29T07:41:34.655Z] The following additional packages will be installed: [2021-01-29T07:41:34.655Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T07:41:34.655Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T07:41:34.655Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T07:41:34.655Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-29T07:41:34.655Z] Suggested packages: [2021-01-29T07:41:34.655Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-29T07:41:34.655Z] Recommended packages: [2021-01-29T07:41:34.655Z] gnupg libsasl2-modules [2021-01-29T07:41:34.655Z] The following NEW packages will be installed: [2021-01-29T07:41:34.655Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-29T07:41:34.655Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-29T07:41:34.655Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-29T07:41:34.655Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-29T07:41:34.655Z] The following packages will be upgraded: [2021-01-29T07:41:34.655Z] gpg gpg-agent gpgconf libudev1 [2021-01-29T07:41:34.917Z] 4 upgraded, 18 newly installed, 0 to remove and 104 not upgraded. [2021-01-29T07:41:34.917Z] Need to get 3533 kB of archives. [2021-01-29T07:41:34.917Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-29T07:41:34.917Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-29T07:41:34.917Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-29T07:41:34.917Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.44 [58.3 kB] [2021-01-29T07:41:34.917Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-29T07:41:34.917Z] Get:5 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-01-29T07:41:34.917Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-29T07:41:34.917Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-29T07:41:34.917Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-29T07:41:34.917Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-29T07:41:35.179Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.44 [1103 kB] [2021-01-29T07:41:35.440Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-29T07:41:35.440Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-29T07:41:35.440Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-29T07:41:35.703Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-29T07:41:35.703Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-29T07:41:35.703Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-29T07:41:35.703Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-29T07:41:35.703Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-29T07:41:35.703Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-29T07:41:35.703Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-29T07:41:35.703Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-29T07:41:35.703Z] Get:22 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-29T07:41:35.703Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:41:35.965Z] Fetched 3533 kB in 1s (3627 kB/s) [2021-01-29T07:41:35.965Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T07:41:35.965Z] Preparing to unpack .../libudev1_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:41:35.965Z] Unpacking libudev1:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:41:35.965Z] Setting up libudev1:amd64 (237-3ubuntu10.44) ... [2021-01-29T07:41:36.225Z] Selecting previously unselected package udev. [2021-01-29T07:41:36.226Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-29T07:41:36.226Z] Preparing to unpack .../00-udev_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:41:36.226Z] Unpacking udev (237-3ubuntu10.44) ... [2021-01-29T07:41:36.488Z] Selecting previously unselected package libfuse2:amd64. [2021-01-29T07:41:36.488Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T07:41:36.488Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T07:41:36.488Z] Selecting previously unselected package fuse. [2021-01-29T07:41:36.488Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-29T07:41:36.488Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-29T07:41:36.751Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:41:36.751Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:41:36.751Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:41:37.013Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:41:37.013Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:41:37.013Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:41:37.274Z] Selecting previously unselected package libksba8:amd64. [2021-01-29T07:41:37.274Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-29T07:41:37.274Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-29T07:41:37.274Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-29T07:41:37.274Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:37.274Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:37.535Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-29T07:41:37.535Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:37.535Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:37.535Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-29T07:41:37.535Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:37.535Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:37.535Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-29T07:41:37.535Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:37.535Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:37.797Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-29T07:41:37.797Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:37.797Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:37.797Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-29T07:41:37.797Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:37.797Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:38.058Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-29T07:41:38.058Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:38.058Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:38.058Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-29T07:41:38.058Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:38.058Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:38.058Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-29T07:41:38.058Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-29T07:41:38.058Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:38.319Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-29T07:41:38.319Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T07:41:38.319Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:41:38.319Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-29T07:41:38.319Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-29T07:41:38.319Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:41:38.319Z] Selecting previously unselected package libldap-common. [2021-01-29T07:41:38.319Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-29T07:41:38.319Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:41:38.580Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-29T07:41:38.580Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-29T07:41:38.580Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:41:38.580Z] Selecting previously unselected package dirmngr. [2021-01-29T07:41:38.580Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:41:38.580Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T07:41:38.580Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:41:38.842Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-29T07:41:38.842Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-29T07:41:38.842Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:41:38.842Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-29T07:41:38.842Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-29T07:41:38.842Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:38.842Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-29T07:41:38.842Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:41:38.842Z] Setting up udev (237-3ubuntu10.44) ... [2021-01-29T07:41:39.414Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-29T07:41:39.414Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.414Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-29T07:41:39.414Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-29T07:41:39.414Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-29T07:41:39.674Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-29T07:41:39.674Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-29T07:41:39.674Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-29T07:41:39.935Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:41:40.196Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-29T07:41:40.196Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-29T07:41:40.196Z] This means they are not meant to be enabled using systemctl. [2021-01-29T07:41:40.196Z] Possible reasons for having this kind of units are: [2021-01-29T07:41:40.196Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-29T07:41:40.196Z] .wants/ or .requires/ directory. [2021-01-29T07:41:40.196Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-29T07:41:40.196Z] a requirement dependency on it. [2021-01-29T07:41:40.196Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-29T07:41:40.196Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-29T07:41:40.196Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-29T07:41:40.196Z] instance name specified. [2021-01-29T07:41:40.458Z] Reading package lists... [2021-01-29T07:41:40.719Z] Building dependency tree... [2021-01-29T07:41:40.719Z] Reading state information... [2021-01-29T07:41:40.719Z] The following additional packages will be installed: [2021-01-29T07:41:40.719Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-29T07:41:40.719Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-29T07:41:40.719Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-29T07:41:40.719Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-29T07:41:40.719Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-29T07:41:40.719Z] Suggested packages: [2021-01-29T07:41:40.719Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-29T07:41:40.719Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-29T07:41:40.719Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-29T07:41:40.719Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-29T07:41:40.719Z] systemd-container policykit-1 [2021-01-29T07:41:40.719Z] Recommended packages: [2021-01-29T07:41:40.719Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-29T07:41:40.719Z] The following NEW packages will be installed: [2021-01-29T07:41:40.719Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-29T07:41:40.719Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-29T07:41:40.719Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-29T07:41:40.719Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-29T07:41:40.719Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-29T07:41:40.719Z] The following packages will be upgraded: [2021-01-29T07:41:40.719Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-29T07:41:40.980Z] 5 upgraded, 25 newly installed, 0 to remove and 99 not upgraded. [2021-01-29T07:41:40.980Z] Need to get 35.2 MB of archives. [2021-01-29T07:41:40.980Z] After this operation, 141 MB of additional disk space will be used. [2021-01-29T07:41:40.980Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.44 [2913 kB] [2021-01-29T07:41:40.980Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-29T07:41:41.551Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-29T07:41:41.551Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-29T07:41:41.812Z] Get:5 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.44 [209 kB] [2021-01-29T07:41:41.812Z] Get:6 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-29T07:41:41.812Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-29T07:41:41.812Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-29T07:41:41.812Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-29T07:41:41.812Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-29T07:41:41.812Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-29T07:41:41.812Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-29T07:41:41.812Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-29T07:41:41.812Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-29T07:41:41.812Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-29T07:41:41.812Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-29T07:41:41.812Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-29T07:41:41.812Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-29T07:41:41.812Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-29T07:41:41.812Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-29T07:41:41.812Z] Get:21 http://security.ubuntu.com/ubuntu bionic-security/main amd64 sudo amd64 1.8.21p2-3ubuntu1.4 [428 kB] [2021-01-29T07:41:41.812Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-29T07:41:41.812Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-29T07:41:41.812Z] Get:24 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-29T07:41:42.073Z] Get:25 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-29T07:41:42.073Z] Get:26 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-29T07:41:42.073Z] Get:27 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-29T07:41:42.073Z] Get:28 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-29T07:41:42.073Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-29T07:41:42.073Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-29T07:41:42.649Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:41:42.910Z] Fetched 35.2 MB in 2s (19.1 MB/s) [2021-01-29T07:41:42.910Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T07:41:42.910Z] Preparing to unpack .../systemd_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:41:42.910Z] Unpacking systemd (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:41:43.483Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:41:43.483Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:41:43.743Z] Setting up libsystemd0:amd64 (237-3ubuntu10.44) ... [2021-01-29T07:41:43.743Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T07:41:43.743Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T07:41:43.743Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T07:41:44.005Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-29T07:41:44.005Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-29T07:41:44.005Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-29T07:41:44.268Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-29T07:41:44.530Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-29T07:41:44.530Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-29T07:41:44.790Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-29T07:41:45.051Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-29T07:41:45.051Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T07:41:45.052Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T07:41:45.313Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-29T07:41:45.313Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:41:45.313Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:45.313Z] Selecting previously unselected package libexpat1:amd64. [2021-01-29T07:41:45.313Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-29T07:41:45.313Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T07:41:45.575Z] Selecting previously unselected package python3.6-minimal. [2021-01-29T07:41:45.575Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:41:45.575Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:46.147Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T07:41:46.147Z] Checking for services that may need to be restarted...done. [2021-01-29T07:41:46.147Z] Checking for services that may need to be restarted...done. [2021-01-29T07:41:46.147Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:46.147Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-29T07:41:46.147Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:46.719Z] Selecting previously unselected package python3-minimal. [2021-01-29T07:41:46.982Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-29T07:41:46.982Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-29T07:41:46.982Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-29T07:41:46.982Z] Selecting previously unselected package mime-support. [2021-01-29T07:41:46.982Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-29T07:41:46.982Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-29T07:41:46.982Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-29T07:41:46.982Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-29T07:41:46.982Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T07:41:47.243Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-29T07:41:47.243Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:41:47.243Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:47.504Z] Selecting previously unselected package python3.6. [2021-01-29T07:41:47.504Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-29T07:41:47.504Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:47.504Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-29T07:41:47.504Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-29T07:41:47.504Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T07:41:47.504Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-29T07:41:47.766Z] Selecting previously unselected package python3. [2021-01-29T07:41:47.766Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-29T07:41:47.766Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-29T07:41:47.766Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-29T07:41:48.027Z] Selecting previously unselected package multiarch-support. [2021-01-29T07:41:48.027Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:41:48.027Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T07:41:48.027Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-29T07:41:48.027Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-29T07:41:48.287Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-29T07:41:48.287Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-29T07:41:48.287Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T07:41:48.287Z] Selecting previously unselected package libbsd0:amd64. [2021-01-29T07:41:48.287Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-29T07:41:48.287Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T07:41:48.287Z] Selecting previously unselected package sudo. [2021-01-29T07:41:48.287Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.4_amd64.deb ... [2021-01-29T07:41:48.287Z] Unpacking sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T07:41:48.548Z] Selecting previously unselected package apparmor. [2021-01-29T07:41:48.548Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T07:41:48.548Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-29T07:41:48.809Z] Selecting previously unselected package libedit2:amd64. [2021-01-29T07:41:48.809Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-29T07:41:48.809Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T07:41:48.809Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-29T07:41:48.809Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:41:48.809Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:49.070Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-29T07:41:49.070Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:41:49.070Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:49.070Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-29T07:41:49.070Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-29T07:41:49.070Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T07:41:49.331Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-29T07:41:49.331Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:41:49.331Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:49.331Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-29T07:41:49.331Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-29T07:41:49.331Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:49.593Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-29T07:41:49.593Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-29T07:41:49.593Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T07:41:49.593Z] Selecting previously unselected package openssh-client. [2021-01-29T07:41:49.593Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-29T07:41:49.593Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T07:41:49.854Z] Selecting previously unselected package squashfs-tools. [2021-01-29T07:41:49.854Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-29T07:41:49.854Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T07:41:49.854Z] Selecting previously unselected package snapd. [2021-01-29T07:41:49.854Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-29T07:41:49.854Z] Unpacking snapd (2.48+18.04) ... [2021-01-29T07:41:52.393Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-29T07:41:52.394Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-29T07:41:52.394Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-29T07:41:52.394Z] Setting up sudo (1.8.21p2-3ubuntu1.4) ... [2021-01-29T07:41:52.394Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-29T07:41:52.394Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:52.394Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:41:52.394Z] Setting up systemd (237-3ubuntu10.44) ... [2021-01-29T07:41:52.394Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-29T07:41:52.964Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-29T07:41:52.964Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-29T07:41:52.964Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-29T07:41:53.225Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:53.225Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:53.225Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-29T07:41:53.796Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-29T07:41:53.796Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:53.796Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-29T07:41:53.797Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-29T07:41:53.797Z] running python rtupdate hooks for python3.6... [2021-01-29T07:41:53.797Z] running python post-rtupdate hooks for python3.6... [2021-01-29T07:41:54.057Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-29T07:41:55.450Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-29T07:41:55.450Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-29T07:41:55.450Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-29T07:41:55.712Z] Setting up snapd (2.48+18.04) ... [2021-01-29T07:41:55.973Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-29T07:41:56.239Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-29T07:41:56.239Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-29T07:41:56.504Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-29T07:41:56.766Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T07:41:56.766Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-29T07:41:57.029Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-29T07:41:57.029Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-29T07:41:57.290Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-29T07:41:57.555Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-29T07:41:57.555Z] /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-01-29T07:41:57.555Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-29T07:41:57.555Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T07:41:58.500Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T07:41:58.500Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T07:41:58.762Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T07:41:59.703Z] Reading package lists... [2021-01-29T07:41:59.964Z] Reading package lists... [2021-01-29T07:41:59.964Z] Building dependency tree... [2021-01-29T07:41:59.964Z] Reading state information... [2021-01-29T07:42:00.231Z] Calculating upgrade... [2021-01-29T07:42:00.231Z] The following packages will be upgraded: [2021-01-29T07:42:00.231Z] advancecomp base-files bash binutils binutils-common [2021-01-29T07:42:00.231Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-29T07:42:00.231Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-29T07:42:00.231Z] grep libapparmor1 libasan4 libatomic1 libaudit-common libaudit1 libbinutils [2021-01-29T07:42:00.231Z] libblkid1 libbz2-1.0 libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 [2021-01-29T07:42:00.231Z] libcilkrts5 libcom-err2 libcryptsetup12 libdb5.3 libdevmapper1.02.1 [2021-01-29T07:42:00.231Z] libdpkg-perl libext2fs2 libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 [2021-01-29T07:42:00.231Z] libgnutls30 libgomp1 libidn11 libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 [2021-01-29T07:42:00.231Z] libmount1 libmpx2 libncurses5 libncursesw5 libp11-kit0 libpam-modules [2021-01-29T07:42:00.231Z] libpam-modules-bin libpam-runtime libpam0g libperl5.26 libpng16-16 [2021-01-29T07:42:00.231Z] libprocps6 libquadmath0 libseccomp2 libsmartcols1 libsqlite3-0 libss2 [2021-01-29T07:42:00.231Z] libstdc++-7-dev libstdc++6 libtinfo5 libtsan0 libubsan0 libunistring2 [2021-01-29T07:42:00.231Z] libuuid1 libzstd1 linux-libc-dev login mount ncurses-base ncurses-bin [2021-01-29T07:42:00.231Z] openssl passwd patch perl perl-base perl-modules-5.26 pkgbinarymangler [2021-01-29T07:42:00.231Z] procps systemd-sysv tar tzdata ubuntu-keyring util-linux [2021-01-29T07:42:00.495Z] 99 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T07:42:00.495Z] Need to get 63.8 MB of archives. [2021-01-29T07:42:00.495Z] After this operation, 5205 kB of additional disk space will be used. [2021-01-29T07:42:00.495Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-135.139 [990 kB] [2021-01-29T07:42:00.495Z] Get:2 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-29T07:42:01.068Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-29T07:42:01.068Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-29T07:42:01.068Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-29T07:42:01.068Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-29T07:42:01.068Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-29T07:42:01.068Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-29T07:42:01.068Z] Get:9 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-29T07:42:01.068Z] Get:10 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-29T07:42:01.330Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-29T07:42:01.330Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-29T07:42:01.330Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-29T07:42:01.330Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-29T07:42:01.330Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-29T07:42:01.330Z] Get:16 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-29T07:42:01.330Z] Get:17 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-29T07:42:01.330Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-29T07:42:01.330Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tar amd64 1.29b-2ubuntu0.2 [234 kB] [2021-01-29T07:42:01.330Z] Get:20 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-29T07:42:01.330Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-29T07:42:01.330Z] Get:22 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-29T07:42:01.330Z] Get:23 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-29T07:42:01.330Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-29T07:42:01.330Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-29T07:42:01.330Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-29T07:42:01.330Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-29T07:42:01.330Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-29T07:42:01.330Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-29T07:42:01.330Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-29T07:42:01.330Z] Get:31 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-29T07:42:01.330Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-29T07:42:01.330Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit-common all 1:2.8.2-1ubuntu1.1 [4068 B] [2021-01-29T07:42:01.330Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libaudit1 amd64 1:2.8.2-1ubuntu1.1 [38.7 kB] [2021-01-29T07:42:01.330Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-29T07:42:01.330Z] Get:36 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-01-29T07:42:01.591Z] Get:37 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-29T07:42:01.591Z] Get:38 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-29T07:42:01.591Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-29T07:42:01.591Z] Get:40 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-29T07:42:01.591Z] Get:41 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.44 [16.1 kB] [2021-01-29T07:42:01.591Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-runtime all 1.1.8-3.6ubuntu2.18.04.2 [37.1 kB] [2021-01-29T07:42:01.591Z] Get:43 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-29T07:42:01.591Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-29T07:42:01.591Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-29T07:42:01.591Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-29T07:42:01.591Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-29T07:42:01.591Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-29T07:42:01.591Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-29T07:42:01.591Z] Get:50 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-29T07:42:01.591Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-29T07:42:01.591Z] Get:52 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-29T07:42:01.591Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-29T07:42:01.591Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-29T07:42:01.591Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-29T07:42:01.591Z] Get:56 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-01-29T07:42:01.591Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-29T07:42:01.591Z] Get:58 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-29T07:42:01.591Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-29T07:42:01.591Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-29T07:42:01.591Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-29T07:42:01.591Z] Get:62 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-29T07:42:01.591Z] Get:63 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-29T07:42:01.591Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-29T07:42:01.853Z] Get:65 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-29T07:42:01.853Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-29T07:42:01.853Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-29T07:42:01.853Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-29T07:42:01.853Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-29T07:42:01.853Z] Get:70 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-29T07:42:01.853Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-29T07:42:01.853Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-29T07:42:01.853Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-29T07:42:01.853Z] Get:74 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-29T07:42:01.853Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-29T07:42:02.120Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-29T07:42:02.120Z] Get:77 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-29T07:42:02.120Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-29T07:42:02.120Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-29T07:42:02.120Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2021a-0ubuntu0.18.04 [190 kB] [2021-01-29T07:42:02.120Z] Get:81 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-29T07:42:02.120Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-29T07:42:02.120Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-x86-64-linux-gnu amd64 2.30-21ubuntu1~18.04.4 [1839 kB] [2021-01-29T07:42:02.121Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-29T07:42:02.121Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-29T07:42:02.121Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-29T07:42:02.121Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-29T07:42:02.121Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-29T07:42:02.381Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-29T07:42:02.381Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-29T07:42:02.641Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-29T07:42:02.902Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-29T07:42:02.902Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-29T07:42:02.902Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-29T07:42:03.532Z] 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-01-29T07:42:03.532Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-29T07:42:03.532Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-29T07:42:03.532Z] Get:98 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-29T07:42:03.532Z] Get:99 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-29T07:42:03.532Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:42:03.532Z] Fetched 63.8 MB in 3s (20.4 MB/s) [2021-01-29T07:42:03.532Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:03.532Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:42:03.532Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:42:04.104Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:42:04.365Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:42:04.365Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-135.139_amd64.deb ... [2021-01-29T07:42:04.365Z] Unpacking linux-libc-dev:amd64 (4.15.0-135.139) over (4.15.0-20.21) ... [2021-01-29T07:42:05.310Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:05.310Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:05.310Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:05.310Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:05.571Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:05.571Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:05.571Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:05.571Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:05.832Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:05.832Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:05.832Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:05.832Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:06.093Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:06.093Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:06.093Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:06.093Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:42:06.093Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:06.354Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-29T07:42:06.354Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:06.354Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:42:06.354Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:06.616Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:06.616Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:06.616Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:06.616Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:06.877Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-29T07:42:06.877Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:07.138Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:42:07.138Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:42:07.138Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:42:07.707Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T07:42:07.969Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-29T07:42:07.969Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-29T07:42:07.969Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-29T07:42:07.969Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-29T07:42:07.969Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-29T07:42:08.231Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-29T07:42:08.231Z] Installing new version of config file /etc/issue ... [2021-01-29T07:42:08.231Z] Installing new version of config file /etc/issue.net ... [2021-01-29T07:42:08.231Z] Installing new version of config file /etc/lsb-release ... [2021-01-29T07:42:08.491Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-29T07:42:08.491Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-29T07:42:08.752Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-29T07:42:08.752Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-29T07:42:08.752Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:08.752Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-29T07:42:08.752Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-29T07:42:09.014Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-29T07:42:09.014Z] 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-01-29T07:42:09.014Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:09.014Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:09.014Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:09.278Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:09.278Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:09.278Z] Preparing to unpack .../tar_1.29b-2ubuntu0.2_amd64.deb ... [2021-01-29T07:42:09.278Z] Unpacking tar (1.29b-2ubuntu0.2) over (1.29b-2) ... [2021-01-29T07:42:09.541Z] Setting up tar (1.29b-2ubuntu0.2) ... [2021-01-29T07:42:09.541Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:09.541Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-29T07:42:09.541Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T07:42:09.802Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-29T07:42:10.063Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:10.063Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:42:10.063Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:42:10.063Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T07:42:10.519Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:10.519Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:42:10.519Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:42:10.780Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-29T07:42:10.780Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:10.780Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-29T07:42:10.780Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-29T07:42:11.049Z] Setting up grep (3.1-2build1) ... [2021-01-29T07:42:11.049Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:11.049Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T07:42:11.049Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T07:42:11.311Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-29T07:42:11.311Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:11.311Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:42:11.311Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:42:11.575Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-29T07:42:11.576Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:11.576Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T07:42:11.576Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:42:12.148Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T07:42:12.148Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:42:12.148Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-29T07:42:12.413Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:42:13.006Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-29T07:42:13.006Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:13.006Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-29T07:42:13.006Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-29T07:42:13.953Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T07:42:13.954Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T07:42:14.216Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-29T07:42:14.216Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-29T07:42:14.477Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T07:42:14.477Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:14.477Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-29T07:42:14.477Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-29T07:42:14.739Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-29T07:42:14.739Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:14.739Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:14.739Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:14.999Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:14.999Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:14.999Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:14.999Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:15.260Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:15.260Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:15.260Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:15.260Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:15.521Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:15.521Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:15.521Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:15.521Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:15.783Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:15.783Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:15.783Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:42:15.783Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:42:16.045Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:42:16.045Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:42:16.045Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T07:42:16.306Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:16.306Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-29T07:42:16.306Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:42:16.306Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T07:42:16.568Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:16.568Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:16.568Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:16.568Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:16.568Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:16.568Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:16.829Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:16.829Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:16.829Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:16.829Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:17.090Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:17.351Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:17.613Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-29T07:42:18.185Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-29T07:42:18.185Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:18.185Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-29T07:42:18.185Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-29T07:42:18.446Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:42:18.446Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-29T07:42:18.446Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-29T07:42:18.446Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-29T07:42:18.707Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-29T07:42:18.707Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:18.707Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-29T07:42:18.968Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-29T07:42:18.968Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-29T07:42:19.229Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:19.230Z] Preparing to unpack .../libaudit-common_1%3a2.8.2-1ubuntu1.1_all.deb ... [2021-01-29T07:42:19.230Z] Unpacking libaudit-common (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T07:42:19.491Z] Setting up libaudit-common (1:2.8.2-1ubuntu1.1) ... [2021-01-29T07:42:19.491Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:19.491Z] Preparing to unpack .../libaudit1_1%3a2.8.2-1ubuntu1.1_amd64.deb ... [2021-01-29T07:42:19.491Z] Unpacking libaudit1:amd64 (1:2.8.2-1ubuntu1.1) over (1:2.8.2-1ubuntu1) ... [2021-01-29T07:42:19.753Z] Setting up libaudit1:amd64 (1:2.8.2-1ubuntu1.1) ... [2021-01-29T07:42:19.753Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:19.753Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T07:42:19.753Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:42:20.014Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:42:20.014Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:20.014Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T07:42:20.014Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:42:20.274Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:42:20.274Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:20.274Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-29T07:42:20.534Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:42:20.534Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:42:20.796Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:20.796Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-29T07:42:20.796Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-29T07:42:21.057Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.44_amd64.deb ... [2021-01-29T07:42:21.057Z] Unpacking systemd-sysv (237-3ubuntu10.44) over (237-3ubuntu10) ... [2021-01-29T07:42:21.057Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:42:21.057Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:42:21.057Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T07:42:21.318Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:21.318Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-29T07:42:21.318Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-29T07:42:21.318Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-29T07:42:21.623Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:21.623Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-29T07:42:21.623Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-29T07:42:21.623Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-29T07:42:22.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:22.206Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-29T07:42:22.206Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-29T07:42:22.206Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-29T07:42:22.206Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:22.206Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-29T07:42:22.206Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-29T07:42:22.467Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-29T07:42:22.467Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:22.467Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-29T07:42:22.727Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-29T07:42:22.989Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-29T07:42:23.249Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:23.249Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-29T07:42:23.249Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-29T07:42:23.249Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-29T07:42:23.509Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:23.509Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-29T07:42:23.509Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-29T07:42:23.769Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-29T07:42:23.769Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:23.769Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-29T07:42:23.769Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-29T07:42:24.030Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-29T07:42:24.030Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:24.030Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-29T07:42:24.030Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-29T07:42:24.292Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-29T07:42:24.292Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:24.292Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-29T07:42:24.292Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-29T07:42:24.552Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-29T07:42:24.552Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:24.552Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T07:42:24.552Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-29T07:42:24.552Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-29T07:42:24.813Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-29T07:42:24.813Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-29T07:42:24.813Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-29T07:42:24.813Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-29T07:42:24.813Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-29T07:42:24.813Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T07:42:24.813Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T07:42:25.075Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-29T07:42:25.075Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-29T07:42:25.343Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-29T07:42:25.343Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-29T07:42:25.343Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-29T07:42:25.343Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-29T07:42:25.606Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-29T07:42:25.606Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-29T07:42:25.606Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-29T07:42:25.606Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-29T07:42:25.867Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-29T07:42:25.867Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-29T07:42:25.867Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-29T07:42:26.129Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-29T07:42:26.129Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-29T07:42:26.129Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-29T07:42:26.129Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-29T07:42:26.129Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-29T07:42:26.389Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-29T07:42:26.389Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-29T07:42:26.389Z] Preparing to unpack .../11-tzdata_2021a-0ubuntu0.18.04_all.deb ... [2021-01-29T07:42:26.649Z] Unpacking tzdata (2021a-0ubuntu0.18.04) over (2018d-1) ... [2021-01-29T07:42:27.221Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-29T07:42:27.221Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-29T07:42:27.482Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-29T07:42:27.482Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-29T07:42:27.482Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:42:27.482Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:42:28.061Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:42:28.061Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:42:28.061Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:42:28.061Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:42:28.061Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-29T07:42:28.061Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-29T07:42:28.632Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:28.632Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:28.632Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:28.893Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:28.893Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:28.893Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:28.893Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:29.163Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:30.254Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:30.254Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:30.954Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:30.954Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:31.569Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:31.570Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:31.831Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:31.831Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:32.774Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-29T07:42:32.774Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-29T07:42:32.774Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T07:42:33.035Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T07:42:33.035Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T07:42:33.035Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T07:42:33.296Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-29T07:42:33.296Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-29T07:42:33.296Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-29T07:42:33.557Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-29T07:42:33.557Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T07:42:33.819Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T07:42:33.819Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-29T07:42:33.819Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-29T07:42:34.080Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-29T07:42:34.080Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-29T07:42:34.080Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:34.080Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-29T07:42:34.080Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:34.342Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:34.342Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:34.342Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-29T07:42:34.342Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-29T07:42:34.342Z] Setting up tzdata (2021a-0ubuntu0.18.04) ... [2021-01-29T07:42:34.342Z] [2021-01-29T07:42:34.342Z] Current default time zone: 'Etc/UTC' [2021-01-29T07:42:34.342Z] Local time is now: Fri Jan 29 07:42:34 UTC 2021. [2021-01-29T07:42:34.342Z] Universal Time is now: Fri Jan 29 07:42:34 UTC 2021. [2021-01-29T07:42:34.342Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-29T07:42:34.342Z] [2021-01-29T07:42:34.603Z] Setting up systemd-sysv (237-3ubuntu10.44) ... [2021-01-29T07:42:34.603Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:34.603Z] Setting up linux-libc-dev:amd64 (4.15.0-135.139) ... [2021-01-29T07:42:34.603Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-29T07:42:34.603Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-29T07:42:34.603Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-29T07:42:34.603Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-29T07:42:34.868Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-29T07:42:34.868Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-29T07:42:34.868Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-29T07:42:34.868Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:34.868Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-29T07:42:35.129Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:35.129Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:42:35.129Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:35.129Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-29T07:42:35.129Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-29T07:42:35.129Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-29T07:42:35.391Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-29T07:42:35.391Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-29T07:42:35.391Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-29T07:42:35.391Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:42:35.391Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T07:42:37.307Z] Updating certificates in /etc/ssl/certs... [2021-01-29T07:42:38.253Z] 22 added, 17 removed; done. [2021-01-29T07:42:38.253Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-29T07:42:38.253Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-29T07:42:38.516Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-29T07:42:38.516Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-29T07:42:38.516Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-29T07:42:38.516Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:38.516Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:42:38.516Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:38.516Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:38.516Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:38.777Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:38.777Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:38.777Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-29T07:42:38.777Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:42:38.777Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-29T07:42:38.777Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-29T07:42:38.777Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-29T07:42:39.040Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:39.040Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-29T07:42:39.040Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-29T07:42:39.040Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-29T07:42:39.040Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-29T07:42:39.302Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:42:39.302Z] Processing triggers for systemd (237-3ubuntu10.44) ... [2021-01-29T07:42:39.302Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-29T07:42:39.302Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-29T07:42:39.302Z] Updating certificates in /etc/ssl/certs... [2021-01-29T07:42:40.247Z] 0 added, 0 removed; done. [2021-01-29T07:42:40.247Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-29T07:42:40.247Z] done. [2021-01-29T07:42:40.508Z] Reading package lists... [2021-01-29T07:42:40.768Z] Building dependency tree... [2021-01-29T07:42:40.768Z] Reading state information... [2021-01-29T07:42:40.768Z] The following NEW packages will be installed: [2021-01-29T07:42:40.768Z] apt-transport-https [2021-01-29T07:42:40.768Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T07:42:40.768Z] Need to get 1696 B of archives. [2021-01-29T07:42:40.768Z] After this operation, 153 kB of additional disk space will be used. [2021-01-29T07:42:40.768Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-29T07:42:41.029Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:42:41.029Z] Fetched 1696 B in 0s (42.9 kB/s) [2021-01-29T07:42:41.029Z] Selecting previously unselected package apt-transport-https. [2021-01-29T07:42:41.029Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-29T07:42:41.029Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-29T07:42:41.029Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T07:42:41.029Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-29T07:42:41.289Z] Waiting for network to be ready... [2021-01-29T07:42:46.575Z] 2021-01-29T07:42:44Z INFO Waiting for automatic snapd restart... [2021-01-29T07:42:47.153Z] snapd 2.48.2 from Canonical* installed [2021-01-29T07:42:48.094Z] "snapd" switched to the "latest/stable" channel [2021-01-29T07:42:48.094Z] [2021-01-29T07:42:50.639Z] core18 20201210 from Canonical* installed [2021-01-29T07:42:50.639Z] "core18" switched to the "latest/stable" channel [2021-01-29T07:42:50.639Z] [2021-01-29T07:42:51.438Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:42:51.438Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:42:51.438Z] ---> aad6a8fddbb9 [2021-01-29T07:42:51.438Z] Step 3/21 : WORKDIR /edgex-go [2021-01-29T07:42:51.438Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:42:51.438Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:42:51.438Z] ---> aad6a8fddbb9 [2021-01-29T07:42:51.438Z] Step 3/24 : WORKDIR /edgex-go [2021-01-29T07:42:51.438Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:42:51.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:42:51.438Z] ---> aad6a8fddbb9 [2021-01-29T07:42:51.438Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:42:51.438Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:42:51.438Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:42:51.438Z] ---> aad6a8fddbb9 [2021-01-29T07:42:51.438Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:42:51.438Z] Step 1/34 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:42:51.438Z] Step 2/34 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:42:51.438Z] ---> aad6a8fddbb9 [2021-01-29T07:42:51.438Z] Step 3/34 : WORKDIR /edgex-go [2021-01-29T07:42:51.438Z] ---> Running in 4e353884ce6e [2021-01-29T07:42:51.438Z] ---> Running in 05ad857d00c7 [2021-01-29T07:42:51.438Z] ---> Running in 42aacc6081e2 [2021-01-29T07:42:51.438Z] ---> Running in 2ea291a230bc [2021-01-29T07:42:51.438Z] ---> Running in b1910b80fb52 [2021-01-29T07:42:51.438Z] Removing intermediate container b1910b80fb52 [2021-01-29T07:42:51.438Z] ---> 9fac20ba9851 [2021-01-29T07:42:51.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:42:51.438Z] Removing intermediate container 4e353884ce6e [2021-01-29T07:42:51.438Z] ---> afc8cb51995f [2021-01-29T07:42:51.438Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:42:51.438Z] Removing intermediate container 2ea291a230bc [2021-01-29T07:42:51.438Z] ---> 9cee8a8f3d71 [2021-01-29T07:42:51.438Z] Step 4/34 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:42:51.438Z] Removing intermediate container 42aacc6081e2 [2021-01-29T07:42:51.438Z] ---> 443d2dde45a3 [2021-01-29T07:42:51.438Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:42:51.438Z] Removing intermediate container 05ad857d00c7 [2021-01-29T07:42:51.438Z] ---> aded0d2fc86e [2021-01-29T07:42:51.438Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:42:51.438Z] ---> Running in 7b5a95b775ee [2021-01-29T07:42:51.438Z] ---> Running in 7646d5ed579b [2021-01-29T07:42:51.438Z] ---> Running in 3631ff462f6b [2021-01-29T07:42:51.438Z] ---> Running in d9fcf1735dfe [2021-01-29T07:42:51.438Z] ---> Running in ce478f6b1141 [2021-01-29T07:42:51.438Z] Removing intermediate container 3631ff462f6b [2021-01-29T07:42:51.438Z] ---> 6f3cd84879d0 [2021-01-29T07:42:51.438Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-29T07:42:51.438Z] ---> Running in 51b20c4ca6bc [2021-01-29T07:42:51.438Z] Removing intermediate container 7646d5ed579b [2021-01-29T07:42:51.438Z] ---> fd3235c9d706 [2021-01-29T07:42:51.438Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-29T07:42:51.438Z] Removing intermediate container d9fcf1735dfe [2021-01-29T07:42:51.438Z] ---> 805f72ef37e0 [2021-01-29T07:42:51.438Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:42:51.438Z] ---> Running in 1b69c0884bcb [2021-01-29T07:42:51.438Z] ---> Running in aa9a284f215c [2021-01-29T07:42:51.438Z] Removing intermediate container 7b5a95b775ee [2021-01-29T07:42:51.438Z] ---> 5c5260127a0c [2021-01-29T07:42:51.438Z] Step 5/34 : RUN apk add --update --no-cache make git [2021-01-29T07:42:51.438Z] Removing intermediate container ce478f6b1141 [2021-01-29T07:42:51.438Z] ---> 97c00be2fd2d [2021-01-29T07:42:51.438Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-29T07:42:51.438Z] ---> Running in 85bf08d0e8b1 [2021-01-29T07:42:51.438Z] ---> Running in 08e9e55bfa35 [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] OK: 217 MiB in 51 packages [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.438Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:42:51.713Z] OK: 217 MiB in 51 packages [2021-01-29T07:42:52.318Z] OK: 217 MiB in 51 packages [2021-01-29T07:42:52.318Z] OK: 217 MiB in 51 packages [2021-01-29T07:42:52.596Z] Removing intermediate container 51b20c4ca6bc [2021-01-29T07:42:52.596Z] ---> 7671bfe374f3 [2021-01-29T07:42:52.596Z] Step 6/21 : COPY go.mod . [2021-01-29T07:42:52.596Z] OK: 217 MiB in 51 packages [2021-01-29T07:42:53.587Z] Removing intermediate container 1b69c0884bcb [2021-01-29T07:42:53.587Z] ---> 65ee7176ce07 [2021-01-29T07:42:53.587Z] Step 6/23 : COPY go.mod . [2021-01-29T07:42:53.862Z] ---> 1bec58d117c6 [2021-01-29T07:42:53.863Z] Step 7/21 : RUN go mod download [2021-01-29T07:42:53.863Z] Removing intermediate container 08e9e55bfa35 [2021-01-29T07:42:53.863Z] ---> 943f26f3d0a1 [2021-01-29T07:42:53.863Z] Step 6/24 : COPY go.mod . [2021-01-29T07:42:53.941Z] snapcraft 4.4.4 from Canonical* installed [2021-01-29T07:42:53.941Z] "snapcraft" switched to the "latest/stable" channel [2021-01-29T07:42:53.941Z] [2021-01-29T07:42:54.139Z] ---> Running in 97d3d64e1c87 [2021-01-29T07:42:54.139Z] Removing intermediate container 85bf08d0e8b1 [2021-01-29T07:42:54.139Z] ---> baf2f81118bf [2021-01-29T07:42:54.139Z] Step 6/34 : COPY go.mod . [2021-01-29T07:42:54.414Z] Removing intermediate container aa9a284f215c [2021-01-29T07:42:54.414Z] ---> 4ddb3e7cc113 [2021-01-29T07:42:54.414Z] Step 6/23 : COPY go.mod . [2021-01-29T07:42:54.689Z] ---> c3ab8c34e986 [2021-01-29T07:42:54.689Z] Step 7/23 : RUN go mod download [2021-01-29T07:42:54.971Z] ---> 286c33aa30de [2021-01-29T07:42:54.971Z] Step 7/24 : RUN go mod download [2021-01-29T07:42:54.971Z] ---> Running in a20e08984d91 [2021-01-29T07:42:55.568Z] ---> Running in 5b632eb417f9 [2021-01-29T07:42:55.568Z] ---> a270f9559376 [2021-01-29T07:42:55.568Z] Step 7/34 : RUN go mod download [2021-01-29T07:42:55.568Z] ---> 08265007fa5c [2021-01-29T07:42:55.568Z] Step 7/23 : RUN go mod download [2021-01-29T07:42:55.846Z] ---> Running in b43f16a72b76 [2021-01-29T07:42:55.846Z] ---> Running in 166d65b892f8 [2021-01-29T07:42:58.155Z] 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-01-29T07:42:58.155Z] - README.md [2021-01-29T07:42:58.155Z] - snapcraft.yaml.orig [2021-01-29T07:42:58.155Z] [2021-01-29T07:42:58.155Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-29T07:42:58.524Z] Removing intermediate container 97d3d64e1c87 [2021-01-29T07:42:58.525Z] ---> 357244f6d1fd [2021-01-29T07:42:58.525Z] Step 8/21 : COPY . . [2021-01-29T07:42:59.516Z] Removing intermediate container a20e08984d91 [2021-01-29T07:42:59.516Z] ---> acb9c9f0ef0b [2021-01-29T07:42:59.516Z] Step 8/23 : COPY . . [2021-01-29T07:43:01.581Z] Removing intermediate container 5b632eb417f9 [2021-01-29T07:43:01.581Z] ---> c3bc5d16076c [2021-01-29T07:43:01.581Z] Step 8/24 : COPY . . [2021-01-29T07:43:02.180Z] Removing intermediate container 166d65b892f8 [2021-01-29T07:43:02.180Z] ---> c8afc037bd26 [2021-01-29T07:43:02.180Z] Step 8/23 : COPY . . [2021-01-29T07:43:02.456Z] Removing intermediate container b43f16a72b76 [2021-01-29T07:43:02.456Z] ---> 2e69563c724c [2021-01-29T07:43:02.456Z] Step 8/34 : COPY . . [2021-01-29T07:43:04.755Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:43:04.756Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T07:43:04.756Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T07:43:04.756Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T07:43:05.016Z] Reading package lists... [2021-01-29T07:43:05.586Z] Installing build dependencies: git=1:2.17.1-1ubuntu0.7 git-man=1:2.17.1-1ubuntu0.7 libcurl3-gnutls=7.58.0-2ubuntu3.12 liberror-perl=0.17025-1 libglib2.0-0=2.56.4-0ubuntu0.18.04.6 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-01-29T07:43:12.173Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:43:12.173Z] Reading package lists... [2021-01-29T07:43:12.173Z] Building dependency tree... [2021-01-29T07:43:12.173Z] Reading state information... [2021-01-29T07:43:12.173Z] Suggested packages: [2021-01-29T07:43:12.173Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-29T07:43:12.173Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-29T07:43:12.173Z] Recommended packages: [2021-01-29T07:43:12.173Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-29T07:43:12.173Z] The following NEW packages will be installed: [2021-01-29T07:43:12.173Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-29T07:43:12.173Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-29T07:43:12.173Z] pkg-config zip [2021-01-29T07:43:12.173Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-29T07:43:12.173Z] Need to get 7655 kB of archives. [2021-01-29T07:43:12.173Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-29T07:43:12.173Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-29T07:43:12.173Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libglib2.0-0 amd64 2.56.4-0ubuntu0.18.04.6 [1171 kB] [2021-01-29T07:43:12.173Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-29T07:43:12.173Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-29T07:43:12.434Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-29T07:43:12.434Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-29T07:43:12.434Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-29T07:43:12.434Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-29T07:43:12.434Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-29T07:43:12.434Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-29T07:43:12.693Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-29T07:43:12.693Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-29T07:43:12.693Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-29T07:43:12.693Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-29T07:43:12.693Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-29T07:43:12.962Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-29T07:43:12.962Z] Fetched 7655 kB in 1s (8069 kB/s) [2021-01-29T07:43:12.962Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-29T07:43:12.962Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-29T07:43:12.962Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-29T07:43:12.962Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T07:43:13.223Z] Selecting previously unselected package libpsl5:amd64. [2021-01-29T07:43:13.223Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-29T07:43:13.223Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T07:43:13.223Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-29T07:43:13.223Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-29T07:43:13.223Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T07:43:13.483Z] Selecting previously unselected package librtmp1:amd64. [2021-01-29T07:43:13.483Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-29T07:43:13.483Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T07:43:13.483Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-29T07:43:13.483Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-29T07:43:13.483Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T07:43:13.483Z] Selecting previously unselected package liberror-perl. [2021-01-29T07:43:13.483Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-29T07:43:13.483Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-29T07:43:13.743Z] Selecting previously unselected package git-man. [2021-01-29T07:43:13.743Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-29T07:43:13.743Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:43:13.743Z] Selecting previously unselected package git. [2021-01-29T07:43:13.743Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-29T07:43:13.743Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:43:14.684Z] Selecting previously unselected package libnorm1:amd64. [2021-01-29T07:43:14.684Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-29T07:43:14.684Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T07:43:14.950Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-29T07:43:14.950Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-29T07:43:14.950Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T07:43:14.950Z] Selecting previously unselected package libsodium23:amd64. [2021-01-29T07:43:14.950Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-29T07:43:14.950Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-29T07:43:15.212Z] Selecting previously unselected package libzmq5:amd64. [2021-01-29T07:43:15.212Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T07:43:15.212Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:43:15.212Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-29T07:43:15.212Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-29T07:43:15.212Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:43:15.472Z] Selecting previously unselected package pkg-config. [2021-01-29T07:43:15.472Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-29T07:43:15.472Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T07:43:15.472Z] Selecting previously unselected package zip. [2021-01-29T07:43:15.472Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-29T07:43:15.472Z] Unpacking zip (3.0-11build1) ... [2021-01-29T07:43:15.738Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-29T07:43:15.738Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:43:15.738Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-29T07:43:15.738Z] Setting up liberror-perl (0.17025-1) ... [2021-01-29T07:43:15.738Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-29T07:43:15.738Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-29T07:43:15.738Z] No schema files found: doing nothing. [2021-01-29T07:43:15.738Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-29T07:43:15.738Z] Setting up zip (3.0-11build1) ... [2021-01-29T07:43:15.999Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-29T07:43:15.999Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-29T07:43:15.999Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-29T07:43:15.999Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:43:15.999Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-29T07:43:15.999Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-29T07:43:15.999Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-29T07:43:16.258Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-29T07:43:22.847Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:43:22.847Z] git set to automatically installed. [2021-01-29T07:43:22.847Z] git-man set to automatically installed. [2021-01-29T07:43:22.847Z] libcurl3-gnutls set to automatically installed. [2021-01-29T07:43:22.847Z] liberror-perl set to automatically installed. [2021-01-29T07:43:22.847Z] libglib2.0-0 set to automatically installed. [2021-01-29T07:43:22.847Z] libnghttp2-14 set to automatically installed. [2021-01-29T07:43:22.847Z] libnorm1 set to automatically installed. [2021-01-29T07:43:22.847Z] libpgm-5.2-0 set to automatically installed. [2021-01-29T07:43:22.847Z] libpsl5 set to automatically installed. [2021-01-29T07:43:22.847Z] librtmp1 set to automatically installed. [2021-01-29T07:43:22.847Z] libsodium23 set to automatically installed. [2021-01-29T07:43:22.847Z] libzmq3-dev set to automatically installed. [2021-01-29T07:43:22.847Z] libzmq5 set to automatically installed. [2021-01-29T07:43:22.847Z] pkg-config set to automatically installed. [2021-01-29T07:43:22.847Z] zip set to automatically installed. [2021-01-29T07:43:24.759Z] snapd is not logged in, snap install commands will use sudo [2021-01-29T07:43:29.283Z] ---> c2554e30243d [2021-01-29T07:43:29.283Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-29T07:43:29.283Z] ---> 9d7accf3e9fa [2021-01-29T07:43:29.283Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-29T07:43:29.283Z] ---> f380ff0bf81d [2021-01-29T07:43:29.283Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-29T07:43:29.283Z] ---> f6a40ec66f08 [2021-01-29T07:43:29.283Z] Step 9/34 : ARG BUILD_BASE_DIR="/tmp/build/dist/linux" [2021-01-29T07:43:29.283Z] ---> Running in 9937581a69a8 [2021-01-29T07:43:29.283Z] ---> Running in e275acf7a4f8 [2021-01-29T07:43:29.283Z] ---> Running in 6c52f73e9840 [2021-01-29T07:43:29.283Z] ---> f79100e7a1df [2021-01-29T07:43:29.283Z] Step 9/23 : RUN make cmd/core-command/core-command [2021-01-29T07:43:29.283Z] ---> Running in ddf199ef5252 [2021-01-29T07:43:29.283Z] ---> Running in 662687d6f75c [2021-01-29T07:43:29.283Z] Removing intermediate container ddf199ef5252 [2021-01-29T07:43:29.283Z] ---> 22f666ad4869 [2021-01-29T07:43:29.283Z] Step 10/34 : RUN make cmd/security-bootstrapper/security-bootstrapper && make cmd/security-bootstrap-redis/security-bootstrap-redis && set -eux; mkdir -p "$BUILD_BASE_DIR" && cd "$BUILD_BASE_DIR" && git clone https://github.com/jwilder/dockerize.git . && go get github.com/robfig/glock && glock sync -n < GLOCKFILE && TAG=$(git describe --abbrev=0 --tags) && LDFLAGS="-X main.buildVersion=$TAG" && arch="$(apk --print-arch)"; case "$arch" in x86_64 ) echo "building [dockerize] for amd64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=amd64 go build -ldflags "$LDFLAGS" -a -tags netgo -installsuffix netgo -o "$BUILD_BASE_DIR"/dockerize ;; aarch64 ) echo "building [dockerize] for arm64 ... "; CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "$LDFLAGS" -o "$BUILD_BASE_DIR"/dockerize ;; *) echo >&2 "Error: dockerize is not supported in arch $arch"; exit 1 ;; esac && echo "$(date) dockerize executable build done and output at directory: $BUILD_BASE_DIR" [2021-01-29T07:43:29.283Z] ---> Running in a4929f8385ec [2021-01-29T07:43:29.283Z] 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-01-29T07:43:29.557Z] 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-01-29T07:43:29.557Z] 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-01-29T07:43:29.557Z] 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-01-29T07:43:29.832Z] 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-01-29T07:43:31.342Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-29T07:43:31.342Z] snap "core18" has no updates available [2021-01-29T07:43:31.915Z] Pulling config-common [2021-01-29T07:43:33.298Z] Pulling go-build-helper [2021-01-29T07:43:55.386Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-29T07:43:55.386Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-29T07:43:55.386Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1524 kB] [2021-01-29T07:43:55.386Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [295 kB] [2021-01-29T07:43:55.386Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [26.0 kB] [2021-01-29T07:43:55.386Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [5272 B] [2021-01-29T07:43:55.386Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [223 kB] [2021-01-29T07:43:55.386Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [29.5 kB] [2021-01-29T07:43:55.386Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1102 kB] [2021-01-29T07:43:55.386Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [247 kB] [2021-01-29T07:43:55.386Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-29T07:43:55.386Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-29T07:43:55.386Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-29T07:43:55.386Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-29T07:43:55.386Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-29T07:43:55.386Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-29T07:43:55.386Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-29T07:43:55.386Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-29T07:43:55.386Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-29T07:43:55.386Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1868 kB] [2021-01-29T07:43:55.386Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [388 kB] [2021-01-29T07:43:55.386Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.8 kB] [2021-01-29T07:43:55.386Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [7300 B] [2021-01-29T07:43:55.386Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [245 kB] [2021-01-29T07:43:55.386Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [33.1 kB] [2021-01-29T07:43:55.386Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1711 kB] [2021-01-29T07:43:55.386Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [361 kB] [2021-01-29T07:43:55.386Z] Fetched 23.8 MB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-29T07:43:55.386Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-29T07:43:55.386Z] Fetched 279 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-29T07:43:55.386Z] Fetched 122 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-29T07:43:55.386Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-29T07:43:55.386Z] Fetched 8848 B in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-29T07:43:55.386Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-29T07:43:55.386Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-29T07:43:55.386Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-29T07:43:55.386Z] Fetched 214 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-29T07:43:55.386Z] Fetched 155 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-29T07:43:55.386Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-29T07:43:55.386Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-29T07:43:55.386Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-29T07:43:55.386Z] Fetched 499 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-29T07:43:55.386Z] Fetched 111 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-29T07:43:55.386Z] Fetched 240 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-29T07:43:55.386Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-29T07:43:55.386Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-29T07:43:55.386Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-29T07:43:55.386Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-29T07:43:55.386Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-29T07:43:55.386Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-29T07:43:55.386Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-29T07:43:55.386Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-29T07:43:55.386Z] Fetched 8720 B in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-29T07:43:55.386Z] Fetched 137 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-29T07:43:55.386Z] Fetched 119 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-29T07:43:55.386Z] Fetched 109 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-29T07:43:55.386Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-29T07:43:55.386Z] Fetched 645 kB in 0s (0 B/s) [2021-01-29T07:43:55.386Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-29T07:43:55.386Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-29T07:43:55.387Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-29T07:43:55.387Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-29T07:43:55.387Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-29T07:43:55.387Z] Fetched 368 kB in 0s (0 B/s) [2021-01-29T07:43:55.387Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-29T07:43:55.387Z] Fetched 187 kB in 0s (0 B/s) [2021-01-29T07:43:55.387Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-29T07:43:55.387Z] Fetched 175 kB in 0s (0 B/s) [2021-01-29T07:43:55.387Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-29T07:43:56.330Z] Fetched 206 kB in 0s (0 B/s) [2021-01-29T07:43:56.330Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-29T07:43:56.330Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-29T07:43:56.330Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-29T07:43:56.330Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-29T07:43:56.330Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-29T07:43:56.330Z] Fetched 159 kB in 0s (0 B/s) [2021-01-29T07:43:56.330Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-29T07:43:56.330Z] Fetched 107 kB in 0s (0 B/s) [2021-01-29T07:43:56.330Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-29T07:43:56.330Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-29T07:43:56.330Z] Pulling static-packages [2021-01-29T07:43:57.272Z] 'go115' has dependencies that need to be staged: static-packages go-build-helper [2021-01-29T07:43:57.272Z] Skipping pull go-build-helper (already ran) [2021-01-29T07:43:57.272Z] Skipping pull static-packages (already ran) [2021-01-29T07:43:57.272Z] Building go-build-helper [2021-01-29T07:44:01.481Z] Building static-packages [2021-01-29T07:44:02.865Z] Staging go-build-helper [2021-01-29T07:44:03.806Z] Staging static-packages [2021-01-29T07:44:04.746Z] Pulling go115 [2021-01-29T07:44:05.690Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-29T07:44:05.690Z] Skipping pull go115 (already ran) [2021-01-29T07:44:05.690Z] Building go115 [2021-01-29T07:44:05.690Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T07:44:05.690Z] Dload Upload Total Spent Left Speed [2021-01-29T07:44:08.847Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 20 115M 20 24.1M 0 0 32.8M 0 0:00:03 --:--:-- 0:00:03 32.7M 56 115M 56 64.8M 0 0 37.8M 0 0:00:03 0:00:01 0:00:02 37.8M 83 115M 83 96.3M 0 0 35.1M 0 0:00:03 0:00:02 0:00:01 35.1M 100 115M 100 115M 0 0 35.3M 0 0:00:03 0:00:03 --:--:-- 35.3M [2021-01-29T07:44:09.418Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-29T07:44:13.630Z] Staging go115 [2021-01-29T07:44:18.925Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-29T07:44:18.925Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-29T07:44:18.925Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-29T07:44:18.925Z] Fetched 0 B in 0s (0 B/s) [2021-01-29T07:44:18.925Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-29T07:44:18.925Z] Fetched 224 kB in 0s (0 B/s) [2021-01-29T07:44:18.925Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-29T07:44:18.925Z] Fetched 157 kB in 0s (0 B/s) [2021-01-29T07:44:18.925Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-29T07:44:18.925Z] Fetched 221 kB in 0s (0 B/s) [2021-01-29T07:44:18.925Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-29T07:44:18.925Z] Fetched 143 kB in 0s (0 B/s) [2021-01-29T07:44:18.925Z] Pulling edgex-go [2021-01-29T07:44:19.495Z] Pulling version [2021-01-29T07:44:20.442Z] Building config-common [2021-01-29T07:44:22.357Z] Skipping build go-build-helper (already ran) [2021-01-29T07:44:22.357Z] Skipping build static-packages (already ran) [2021-01-29T07:44:22.357Z] Skipping build go115 (already ran) [2021-01-29T07:44:22.621Z] Building edgex-go [2021-01-29T07:44:22.621Z] 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-01-29T07:44:24.005Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-29T07:44:24.005Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap/v2 v2.0.0-dev.4 [2021-01-29T07:44:24.005Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts/v2 v2.0.0-dev.11 [2021-01-29T07:44:24.005Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-29T07:44:24.005Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-29T07:44:24.005Z] go: downloading github.com/edgexfoundry/go-mod-messaging/v2 v2.0.0-dev.1 [2021-01-29T07:44:24.005Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-29T07:44:24.005Z] go: downloading github.com/edgexfoundry/go-mod-registry/v2 v2.0.0-dev.1 [2021-01-29T07:44:24.005Z] go: downloading github.com/edgexfoundry/go-mod-secrets/v2 v2.0.0-dev.2 [2021-01-29T07:44:24.266Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-29T07:44:24.266Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-29T07:44:24.266Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/google/uuid v1.2.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-29T07:44:24.266Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-29T07:44:24.266Z] go: downloading github.com/edgexfoundry/go-mod-configuration/v2 v2.0.0-dev.1 [2021-01-29T07:44:24.266Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-29T07:44:24.266Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-29T07:44:24.266Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-29T07:44:24.266Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-29T07:44:24.266Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-29T07:44:24.266Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-29T07:44:24.266Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-29T07:44:24.266Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-29T07:44:24.266Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-29T07:44:24.266Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-29T07:44:24.266Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-29T07:44:24.531Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-29T07:44:24.531Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-29T07:44:24.792Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-29T07:44:24.793Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-29T07:44:31.376Z] 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-01-29T07:44:35.602Z] 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-01-29T07:44:36.546Z] 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-01-29T07:44:37.488Z] 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-01-29T07:44:37.749Z] 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-01-29T07:44:37.749Z] go: downloading github.com/stretchr/testify v1.7.0 [2021-01-29T07:44:38.010Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-29T07:44:38.010Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-29T07:44:38.010Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-29T07:44:39.921Z] 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-01-29T07:44:39.921Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-29T07:44:39.921Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-29T07:44:40.865Z] 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-01-29T07:44:41.807Z] 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-01-29T07:44:41.807Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-29T07:44:43.191Z] 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-01-29T07:44:44.158Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:44:44.729Z] 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-01-29T07:44:44.729Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-29T07:44:46.112Z] 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-01-29T07:44:46.112Z] go: downloading github.com/lib/pq v1.9.0 [2021-01-29T07:44:48.661Z] Building version [2021-01-29T07:44:50.581Z] Staging config-common [2021-01-29T07:44:51.519Z] Skipping stage go-build-helper (already ran) [2021-01-29T07:44:51.519Z] Skipping stage static-packages (already ran) [2021-01-29T07:44:51.519Z] Skipping stage go115 (already ran) [2021-01-29T07:44:51.519Z] Staging edgex-go [2021-01-29T07:44:51.635Z] 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-01-29T07:44:51.635Z] 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-01-29T07:44:51.635Z] CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/edgex-go.Version=0.0.0" -o ./cmd/security-bootstrap-redis/security-bootstrap-redis ./cmd/security-bootstrap-redis [2021-01-29T07:44:52.460Z] Staging version [2021-01-29T07:44:53.403Z] Priming config-common [2021-01-29T07:44:54.347Z] Priming go-build-helper [2021-01-29T07:44:55.289Z] Priming static-packages [2021-01-29T07:44:57.843Z] Priming go115 [2021-01-29T07:44:58.414Z] Priming edgex-go [2021-01-29T07:44:59.798Z] Priming version [2021-01-29T07:45:00.370Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-29T07:45:01.818Z] Removing intermediate container 6c52f73e9840 [2021-01-29T07:45:01.818Z] ---> ea5477b937e2 [2021-01-29T07:45:01.818Z] [2021-01-29T07:45:01.818Z] Step 10/24 : FROM alpine:3.12 [2021-01-29T07:45:01.818Z] 3.12: Pulling from library/alpine [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-01-29T07:45:03.288Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-29T07:45:03.584Z] Status: Downloaded newer image for alpine:3.12 [2021-01-29T07:45:03.584Z] ---> afeebe901d6b [2021-01-29T07:45:03.584Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-29T07:45:04.211Z] ---> Running in d25d0c4f8827 [2021-01-29T07:45:04.211Z] Removing intermediate container e275acf7a4f8 [2021-01-29T07:45:04.211Z] ---> 052091e17fb1 [2021-01-29T07:45:04.211Z] [2021-01-29T07:45:04.211Z] Step 10/21 : FROM alpine:3.12 [2021-01-29T07:45:04.211Z] ---> afeebe901d6b [2021-01-29T07:45:04.211Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-29T07:45:04.492Z] ---> Running in ec439271ef06 [2021-01-29T07:45:06.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:06.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:06.486Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:06.763Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:07.041Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-29T07:45:07.041Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:45:07.041Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-29T07:45:07.316Z] (4/5) Installing curl (7.69.1-r3) [2021-01-29T07:45:07.316Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-29T07:45:07.316Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:45:07.316Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:45:07.592Z] OK: 7 MiB in 19 packages [2021-01-29T07:45:07.592Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-29T07:45:07.869Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:45:07.869Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-29T07:45:07.869Z] (4/4) Installing curl (7.69.1-r3) [2021-01-29T07:45:07.869Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:45:07.869Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:45:08.155Z] OK: 7 MiB in 18 packages [2021-01-29T07:45:10.803Z] Removing intermediate container d25d0c4f8827 [2021-01-29T07:45:10.803Z] ---> 9655471604ae [2021-01-29T07:45:10.803Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:45:11.412Z] ---> Running in 1e2b82ad8542 [2021-01-29T07:45:11.412Z] + mkdir -p /tmp/build/dist/linux [2021-01-29T07:45:11.412Z] + cd /tmp/build/dist/linux [2021-01-29T07:45:11.412Z] + git clone https://github.com/jwilder/dockerize.git . [2021-01-29T07:45:11.412Z] Cloning into '.'... [2021-01-29T07:45:11.412Z] Removing intermediate container ec439271ef06 [2021-01-29T07:45:11.412Z] ---> 11d78e185e7a [2021-01-29T07:45:11.412Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-29T07:45:11.714Z] ---> Running in ff7e3406cb9b [2021-01-29T07:45:12.258Z] + go get github.com/robfig/glock [2021-01-29T07:45:12.258Z] Removing intermediate container 1e2b82ad8542 [2021-01-29T07:45:12.258Z] ---> 920472363b2a [2021-01-29T07:45:12.258Z] Step 13/24 : WORKDIR / [2021-01-29T07:45:12.258Z] ---> Running in 8d019ed7e31c [2021-01-29T07:45:12.638Z] Removing intermediate container ff7e3406cb9b [2021-01-29T07:45:12.638Z] ---> b90b39ae4722 [2021-01-29T07:45:12.638Z] Step 13/21 : WORKDIR /edgex [2021-01-29T07:45:12.930Z] ---> Running in 5b574788d07a [2021-01-29T07:45:13.210Z] Removing intermediate container 8d019ed7e31c [2021-01-29T07:45:13.210Z] ---> 9842313e3c99 [2021-01-29T07:45:13.210Z] Step 14/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/res/token-config.json /res-file-token-provider/token-config.json [2021-01-29T07:45:13.868Z] Removing intermediate container 5b574788d07a [2021-01-29T07:45:13.868Z] ---> 6cec1cbc310f [2021-01-29T07:45:13.868Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-29T07:45:14.962Z] ---> 78e1e6675c24 [2021-01-29T07:45:14.962Z] Step 15/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res-file-token-provider/configuration.toml /res-file-token-provider/configuration.toml [2021-01-29T07:45:15.653Z] ---> fa8edee2c418 [2021-01-29T07:45:15.653Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-29T07:45:16.346Z] ---> 448c169dfaf1 [2021-01-29T07:45:16.346Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-29T07:45:18.363Z] ---> aeb30bab80d9 [2021-01-29T07:45:18.363Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-29T07:45:18.363Z] ---> 041da9715247 [2021-01-29T07:45:18.363Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-29T07:45:21.817Z] ---> 72e2b39b97f5 [2021-01-29T07:45:21.817Z] ---> 94dcda1c38c3 [2021-01-29T07:45:21.817Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-29T07:45:21.817Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-29T07:45:22.105Z] ---> Running in 3f1b71178099 [2021-01-29T07:45:23.099Z] Removing intermediate container 3f1b71178099 [2021-01-29T07:45:23.099Z] ---> 68216afd41e2 [2021-01-29T07:45:23.099Z] Step 18/21 : CMD ["--init=true"] [2021-01-29T07:45:23.372Z] Removing intermediate container 662687d6f75c [2021-01-29T07:45:23.372Z] ---> 3377b1062c18 [2021-01-29T07:45:23.372Z] [2021-01-29T07:45:23.372Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:45:23.372Z] ---> afeebe901d6b [2021-01-29T07:45:23.372Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:45:23.648Z] ---> Running in b33420c21ea9 [2021-01-29T07:45:23.648Z] ---> Running in f14160e19aa8 [2021-01-29T07:45:23.648Z] ---> 56fdd1ccf16f [2021-01-29T07:45:23.648Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-29T07:45:24.636Z] Removing intermediate container b33420c21ea9 [2021-01-29T07:45:24.636Z] ---> 13056dd18d13 [2021-01-29T07:45:24.636Z] Step 19/21 : LABEL arch=arm64 [2021-01-29T07:45:24.636Z] ---> Running in 24862c0baa41 [2021-01-29T07:45:25.232Z] ---> 47f324af82ce [2021-01-29T07:45:25.232Z] Step 20/24 : RUN chmod +x /usr/local/bin/entrypoint.sh && ln -s /usr/local/bin/entrypoint.sh / && mkdir -p /vault/config/assets && chown -Rh 100:1000 /vault/ [2021-01-29T07:45:25.512Z] Removing intermediate container 24862c0baa41 [2021-01-29T07:45:25.512Z] ---> 8b6349b30e70 [2021-01-29T07:45:25.512Z] Step 20/21 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:45:25.512Z] ---> Running in a3d0c30b3b70 [2021-01-29T07:45:25.784Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:26.060Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:26.061Z] ---> Running in 8ecec62ebb52 [2021-01-29T07:45:27.044Z] (1/1) Installing dumb-init (1.2.2-r1) [2021-01-29T07:45:27.044Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:45:27.044Z] OK: 5 MiB in 15 packages [2021-01-29T07:45:27.044Z] Removing intermediate container 8ecec62ebb52 [2021-01-29T07:45:27.044Z] ---> 485e76ac6a70 [2021-01-29T07:45:27.044Z] Step 21/21 : LABEL version=0.0.0 [2021-01-29T07:45:27.326Z] ---> Running in 4746f78fc930 [2021-01-29T07:45:28.317Z] Removing intermediate container 4746f78fc930 [2021-01-29T07:45:28.317Z] ---> 42716b749f3f [2021-01-29T07:45:28.317Z] [2021-01-29T07:45:28.933Z] Successfully built 42716b749f3f [2021-01-29T07:45:29.213Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-29T07:45:29.213Z]  Building docker-security-proxy-setup-go ... done Building docker-sys-mgmt-agent-go [2021-01-29T07:45:29.213Z] Removing intermediate container f14160e19aa8 [2021-01-29T07:45:29.213Z] ---> 58168ba75ec7 [2021-01-29T07:45:29.213Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:45:29.830Z] ---> Running in 4505a46587eb [2021-01-29T07:45:30.817Z] Removing intermediate container a3d0c30b3b70 [2021-01-29T07:45:30.817Z] ---> 47c5d7ff5529 [2021-01-29T07:45:30.817Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-29T07:45:30.817Z] Removing intermediate container 4505a46587eb [2021-01-29T07:45:30.817Z] ---> ee94d3c766ae [2021-01-29T07:45:30.817Z] Step 13/23 : ENV APP_PORT=48082 [2021-01-29T07:45:31.091Z] ---> Running in 485b3587613c [2021-01-29T07:45:31.699Z] ---> Running in 31a9f3597952 [2021-01-29T07:45:31.980Z] Removing intermediate container 485b3587613c [2021-01-29T07:45:31.980Z] ---> 811779e13f65 [2021-01-29T07:45:31.980Z] Step 22/24 : LABEL arch=arm64 [2021-01-29T07:45:32.577Z] Removing intermediate container 31a9f3597952 [2021-01-29T07:45:32.577Z] ---> 5fdf13ea2dd5 [2021-01-29T07:45:32.577Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:45:32.850Z] ---> Running in a8f446f812d0 [2021-01-29T07:45:33.127Z] ---> Running in ad9d3dff8d97 [2021-01-29T07:45:33.731Z] Removing intermediate container a8f446f812d0 [2021-01-29T07:45:33.731Z] ---> 7ec553e0244f [2021-01-29T07:45:33.731Z] Step 23/24 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:45:34.737Z] ---> Running in 910a581c4e66 [2021-01-29T07:45:34.737Z] Removing intermediate container ad9d3dff8d97 [2021-01-29T07:45:34.737Z] ---> b31d5477530e [2021-01-29T07:45:34.737Z] Step 15/23 : WORKDIR / [2021-01-29T07:45:35.344Z] ---> Running in c422ebb0041c [2021-01-29T07:45:35.944Z] + glock sync -n [2021-01-29T07:45:36.219Z] Removing intermediate container 910a581c4e66 [2021-01-29T07:45:36.219Z] ---> 77ac21eef532 [2021-01-29T07:45:36.219Z] Step 24/24 : LABEL version=0.0.0 [2021-01-29T07:45:36.820Z] ---> Running in 4c4725ac14a9 [2021-01-29T07:45:36.820Z] Removing intermediate container c422ebb0041c [2021-01-29T07:45:36.820Z] ---> d47f17c827fb [2021-01-29T07:45:36.820Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:45:37.796Z] Removing intermediate container 4c4725ac14a9 [2021-01-29T07:45:37.796Z] ---> cf6040d31b48 [2021-01-29T07:45:37.796Z] [2021-01-29T07:45:38.392Z] Successfully built cf6040d31b48 [2021-01-29T07:45:38.683Z] ---> 2d30734006c7 [2021-01-29T07:45:38.683Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-29T07:45:38.683Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-29T07:45:38.683Z]  Building docker-security-secretstore-setup-go ... done Building docker-support-notifications-go [2021-01-29T07:45:39.283Z] Removing intermediate container 9937581a69a8 [2021-01-29T07:45:39.283Z] ---> c8c49b8964c8 [2021-01-29T07:45:39.283Z] [2021-01-29T07:45:39.283Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:45:39.283Z] ---> afeebe901d6b [2021-01-29T07:45:39.283Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-29T07:45:39.897Z] ---> Running in 91e5bb0d5c2a [2021-01-29T07:45:40.518Z] ---> dfc2b71f01e9 [2021-01-29T07:45:40.518Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-29T07:45:40.800Z] Removing intermediate container 91e5bb0d5c2a [2021-01-29T07:45:40.800Z] ---> 65af6ff28bbe [2021-01-29T07:45:40.800Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-29T07:45:41.788Z] ---> Running in b803902ab14c [2021-01-29T07:45:42.392Z] ---> ed46decc476d [2021-01-29T07:45:42.392Z] Step 19/23 : ENTRYPOINT ["/core-command"] [2021-01-29T07:45:43.383Z] github.com/elgs/gosplitargs a491c5eeb3c8 [get checkout e9cf3de21e14] [2021-01-29T07:45:43.383Z] github.com/hpcloud/tail a1dbeea552b7 [get checkout faf842bde7ed] [2021-01-29T07:45:43.383Z] github.com/jwilder/gojq c550732d4a52 [get checkout 81fa9a608a13] [2021-01-29T07:45:43.383Z] ---> Running in 95483421d810 [2021-01-29T07:45:43.383Z] Removing intermediate container b803902ab14c [2021-01-29T07:45:43.383Z] ---> e2dfa374a887 [2021-01-29T07:45:43.383Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-29T07:45:43.660Z] + git describe '--abbrev=0' --tags [2021-01-29T07:45:43.660Z] golang.org/x/net 5f4716e94777 [get checkout 749a502dd1ea] [2021-01-29T07:45:43.660Z] + TAG=v0.6.1 [2021-01-29T07:45:43.660Z] + LDFLAGS='-X main.buildVersion=v0.6.1' [2021-01-29T07:45:43.660Z] + apk --print-arch [2021-01-29T07:45:43.660Z] + arch=aarch64 [2021-01-29T07:45:43.660Z] + echo 'building [dockerize] for arm64 ... ' [2021-01-29T07:45:43.660Z] + CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags '-X main.buildVersion=v0.6.1' -obuilding [dockerize] for arm64 ... [2021-01-29T07:45:43.660Z]  /tmp/build/dist/linux/dockerize [2021-01-29T07:45:43.942Z]  ---> Running in 5ca83295d92f [2021-01-29T07:45:44.541Z] Removing intermediate container 95483421d810 [2021-01-29T07:45:44.541Z] ---> 1d2c545c0749 [2021-01-29T07:45:44.541Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:45:45.141Z] ---> Running in f0659f65df86 [2021-01-29T07:45:45.141Z] Removing intermediate container 5ca83295d92f [2021-01-29T07:45:45.141Z] ---> 9be9fe691012 [2021-01-29T07:45:45.141Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:45:45.739Z] ---> Running in a66ac2605b08 [2021-01-29T07:45:46.014Z] Removing intermediate container f0659f65df86 [2021-01-29T07:45:46.014Z] ---> 0fea797590be [2021-01-29T07:45:46.014Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T07:45:46.998Z] ---> Running in 92dc88c0925e [2021-01-29T07:45:48.453Z] Removing intermediate container 92dc88c0925e [2021-01-29T07:45:48.454Z] ---> 8c272d8caa85 [2021-01-29T07:45:48.454Z] Step 22/23 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:45:49.061Z] ---> Running in 2f07595c8980 [2021-01-29T07:45:49.679Z] + date [2021-01-29T07:45:49.679Z] + echo 'Fri Jan 29 07:45:49 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux' [2021-01-29T07:45:49.679Z] Fri Jan 29 07:45:49 UTC 2021 dockerize executable build done and output at directory: /tmp/build/dist/linux [2021-01-29T07:45:49.679Z] Removing intermediate container 2f07595c8980 [2021-01-29T07:45:49.679Z] ---> a95894103cf3 [2021-01-29T07:45:49.679Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:45:50.289Z] ---> Running in ec2dbcf8dbfb [2021-01-29T07:45:50.289Z] Removing intermediate container a66ac2605b08 [2021-01-29T07:45:50.289Z] ---> 95e64eaa2a55 [2021-01-29T07:45:50.289Z] Step 15/23 : RUN apk add --update --no-cache zeromq dumb-init [2021-01-29T07:45:50.573Z] ---> Running in 90afe4832414 [2021-01-29T07:45:50.852Z] Removing intermediate container ec2dbcf8dbfb [2021-01-29T07:45:50.852Z] ---> 3f9d245bd7f0 [2021-01-29T07:45:50.852Z] [2021-01-29T07:45:51.836Z] Successfully built 3f9d245bd7f0 [2021-01-29T07:45:51.836Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-29T07:45:51.836Z]  Building docker-core-command-go ... done Building docker-support-scheduler-go [2021-01-29T07:45:52.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:53.414Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:54.026Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:45:54.026Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:45:54.026Z] ---> aad6a8fddbb9 [2021-01-29T07:45:54.026Z] Step 3/26 : WORKDIR /edgex-go [2021-01-29T07:45:54.026Z] ---> Using cache [2021-01-29T07:45:54.026Z] ---> 443d2dde45a3 [2021-01-29T07:45:54.026Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:45:54.026Z] ---> Using cache [2021-01-29T07:45:54.026Z] ---> 805f72ef37e0 [2021-01-29T07:45:54.026Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-29T07:45:54.306Z] (1/6) Installing dumb-init (1.2.2-r1) [2021-01-29T07:45:54.307Z] (2/6) Installing libgcc (9.3.0-r2) [2021-01-29T07:45:54.584Z] (3/6) Installing libsodium (1.0.18-r0) [2021-01-29T07:45:54.584Z] (4/6) Installing libstdc++ (9.3.0-r2) [2021-01-29T07:45:54.861Z] (5/6) Installing libzmq (4.3.3-r0) [2021-01-29T07:45:55.137Z] (6/6) Installing zeromq (4.3.3-r0) [2021-01-29T07:45:55.413Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:45:55.413Z] OK: 8 MiB in 20 packages [2021-01-29T07:45:56.018Z] ---> Running in d884c79a7161 [2021-01-29T07:45:58.002Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:58.310Z] Removing intermediate container 90afe4832414 [2021-01-29T07:45:58.581Z] ---> a38e3300e21e [2021-01-29T07:45:58.581Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:45:58.858Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:45:59.852Z] OK: 217 MiB in 51 packages [2021-01-29T07:46:00.832Z] ---> dbef07bd114b [2021-01-29T07:46:00.832Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-29T07:46:02.279Z] Removing intermediate container a4929f8385ec [2021-01-29T07:46:02.279Z] ---> dad1efb0ffeb [2021-01-29T07:46:02.279Z] Step 11/34 : RUN mkdir -p /test && cp "$BUILD_BASE_DIR"/dockerize /test/ && ldd /test/dockerize 2>&1 > /test/ldd_out.log || echo "statically linked" [2021-01-29T07:46:02.553Z] Removing intermediate container d884c79a7161 [2021-01-29T07:46:02.554Z] ---> 057b96348f1b [2021-01-29T07:46:02.554Z] Step 6/26 : COPY go.mod . [2021-01-29T07:46:02.837Z] ---> Running in 9085e00aa4e8 [2021-01-29T07:46:03.111Z] ---> bc653b3327b6 [2021-01-29T07:46:03.111Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-29T07:46:03.714Z] ---> 373e748b8407 [2021-01-29T07:46:03.714Z] Step 7/26 : RUN go mod download [2021-01-29T07:46:04.309Z] ---> Running in 1c4977aaa58a [2021-01-29T07:46:04.310Z] /lib/ld-musl-aarch64.so.1: /test/dockerize: Not a valid dynamic program [2021-01-29T07:46:04.310Z] statically linked [2021-01-29T07:46:04.310Z] ---> a77993eccd2d [2021-01-29T07:46:04.310Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-29T07:46:05.296Z] ---> Running in 67262152ca75 [2021-01-29T07:46:06.288Z] Removing intermediate container 67262152ca75 [2021-01-29T07:46:06.288Z] ---> 39e580ca72d7 [2021-01-29T07:46:06.288Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:46:06.898Z] ---> Running in 41bf57b2c1c0 [2021-01-29T07:46:07.174Z] Removing intermediate container 9085e00aa4e8 [2021-01-29T07:46:07.174Z] ---> b766feff4436 [2021-01-29T07:46:07.174Z] [2021-01-29T07:46:07.174Z] Step 12/34 : FROM alpine:3.12 [2021-01-29T07:46:07.174Z] ---> afeebe901d6b [2021-01-29T07:46:07.174Z] Step 13/34 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021 Intel Corporation' [2021-01-29T07:46:07.782Z] ---> Running in d183017a8084 [2021-01-29T07:46:08.389Z] Removing intermediate container 41bf57b2c1c0 [2021-01-29T07:46:08.389Z] ---> f8a8759b835b [2021-01-29T07:46:08.389Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T07:46:08.389Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:46:08.389Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:46:08.389Z] ---> aad6a8fddbb9 [2021-01-29T07:46:08.389Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:46:08.389Z] ---> Using cache [2021-01-29T07:46:08.389Z] ---> 443d2dde45a3 [2021-01-29T07:46:08.389Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:46:08.389Z] ---> Using cache [2021-01-29T07:46:08.389Z] ---> 805f72ef37e0 [2021-01-29T07:46:08.389Z] Step 5/22 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-29T07:46:08.986Z] ---> Running in 3331b56ca917 [2021-01-29T07:46:08.986Z] ---> Running in 96687bc682ab [2021-01-29T07:46:08.986Z] Removing intermediate container d183017a8084 [2021-01-29T07:46:08.986Z] ---> ece09b253a77 [2021-01-29T07:46:08.986Z] Step 14/34 : RUN apk add --update --no-cache dumb-init openssl su-exec [2021-01-29T07:46:09.584Z] Removing intermediate container 1c4977aaa58a [2021-01-29T07:46:09.584Z] ---> 07b1faa7e7ad [2021-01-29T07:46:09.584Z] Step 8/26 : COPY . . [2021-01-29T07:46:09.856Z] ---> Running in 0fcb2c698971 [2021-01-29T07:46:10.138Z] Removing intermediate container 3331b56ca917 [2021-01-29T07:46:10.138Z] ---> 0bd189daa4c9 [2021-01-29T07:46:10.138Z] Step 22/23 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:46:10.757Z] ---> Running in 0238d2c31fb7 [2021-01-29T07:46:11.363Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:46:12.349Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:46:12.349Z] Removing intermediate container 0238d2c31fb7 [2021-01-29T07:46:12.349Z] ---> 5b024776e6f7 [2021-01-29T07:46:12.349Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:46:12.349Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:46:12.624Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:46:12.898Z] OK: 217 MiB in 51 packages [2021-01-29T07:46:13.173Z] ---> Running in 403e4efd8c32 [2021-01-29T07:46:13.173Z] (1/3) Installing dumb-init (1.2.2-r1) [2021-01-29T07:46:13.173Z] (2/3) Installing openssl (1.1.1i-r0) [2021-01-29T07:46:13.173Z] (3/3) Installing su-exec (0.2-r1) [2021-01-29T07:46:13.173Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:46:13.173Z] OK: 6 MiB in 17 packages [2021-01-29T07:46:14.620Z] Removing intermediate container 403e4efd8c32 [2021-01-29T07:46:14.620Z] ---> 7e61d85def47 [2021-01-29T07:46:14.620Z] [2021-01-29T07:46:15.224Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:46:15.224Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:46:15.224Z] ---> aad6a8fddbb9 [2021-01-29T07:46:15.224Z] Step 3/22 : WORKDIR /edgex-go [2021-01-29T07:46:15.224Z] ---> Using cache [2021-01-29T07:46:15.224Z] ---> 443d2dde45a3 [2021-01-29T07:46:15.224Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:46:15.224Z] ---> Using cache [2021-01-29T07:46:15.224Z] ---> 805f72ef37e0 [2021-01-29T07:46:15.224Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-29T07:46:15.224Z] ---> Using cache [2021-01-29T07:46:15.224Z] ---> 4ddb3e7cc113 [2021-01-29T07:46:15.224Z] Step 6/22 : COPY go.mod . [2021-01-29T07:46:15.224Z] ---> Using cache [2021-01-29T07:46:15.224Z] ---> 08265007fa5c [2021-01-29T07:46:15.224Z] Step 7/22 : RUN go mod download [2021-01-29T07:46:15.224Z] ---> Using cache [2021-01-29T07:46:15.224Z] ---> c8afc037bd26 [2021-01-29T07:46:15.224Z] Step 8/22 : COPY . . [2021-01-29T07:46:15.224Z] Successfully built 7e61d85def47 [2021-01-29T07:46:15.224Z] ---> Using cache [2021-01-29T07:46:15.224Z] ---> f79100e7a1df [2021-01-29T07:46:15.224Z] Step 9/22 : RUN make cmd/support-scheduler/support-scheduler [2021-01-29T07:46:15.511Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-29T07:46:15.511Z]  Building docker-core-data-go ... done Building docker-core-metadata-go [2021-01-29T07:46:16.496Z] ---> Running in 4b2821104e25 [2021-01-29T07:46:17.480Z] Removing intermediate container 96687bc682ab [2021-01-29T07:46:17.480Z] ---> 2dd9655df2e6 [2021-01-29T07:46:17.480Z] Step 6/22 : COPY go.mod .Removing intermediate container 0fcb2c698971 [2021-01-29T07:46:17.480Z] [2021-01-29T07:46:17.480Z] ---> 753448c409be [2021-01-29T07:46:17.480Z] Step 15/34 : ENV SECURITY_INIT_DIR /edgex-init [2021-01-29T07:46:18.473Z] ---> Running in 1e8ed384a811 [2021-01-29T07:46:19.070Z] ---> 9507d1a32e1b [2021-01-29T07:46:19.070Z] Step 7/22 : RUN go mod download [2021-01-29T07:46:19.350Z] 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-01-29T07:46:19.630Z] Removing intermediate container 1e8ed384a811 [2021-01-29T07:46:19.630Z] ---> ca6cf4879562 [2021-01-29T07:46:19.630Z] Step 16/34 : ARG BOOTSTRAP_REDIS_DIR=${SECURITY_INIT_DIR}/bootstrap-redis [2021-01-29T07:46:19.912Z] ---> Running in 27b4f7ab8c53 [2021-01-29T07:46:20.188Z] ---> Running in 3098896ab28b [2021-01-29T07:46:21.623Z] Removing intermediate container 3098896ab28b [2021-01-29T07:46:21.623Z] ---> 6d3a08561cba [2021-01-29T07:46:21.623Z] Step 17/34 : RUN mkdir -p ${SECURITY_INIT_DIR} && mkdir -p ${BOOTSTRAP_REDIS_DIR} [2021-01-29T07:46:22.605Z] ---> Running in 101cafb33cbd [2021-01-29T07:46:26.939Z] Removing intermediate container 27b4f7ab8c53 [2021-01-29T07:46:26.939Z] ---> 396d00f7333c [2021-01-29T07:46:26.939Z] Step 8/22 : COPY . . [2021-01-29T07:46:28.377Z] Removing intermediate container 101cafb33cbd [2021-01-29T07:46:28.377Z] ---> dd94e6c5f208 [2021-01-29T07:46:28.377Z] Step 18/34 : WORKDIR ${SECURITY_INIT_DIR} [2021-01-29T07:46:28.974Z] ---> Running in 699322c27670 [2021-01-29T07:46:30.414Z] Removing intermediate container 699322c27670 [2021-01-29T07:46:30.414Z] ---> bc41e9f8b7e7 [2021-01-29T07:46:30.414Z] Step 19/34 : COPY --from=builder /tmp/build/dist/linux/dockerize . [2021-01-29T07:46:35.830Z] ---> 4b2d5e8416c3 [2021-01-29T07:46:35.830Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-29T07:46:35.830Z] ---> f1b617ed0dd6 [2021-01-29T07:46:35.830Z] Step 20/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint-scripts/ ${SECURITY_INIT_DIR}/ [2021-01-29T07:46:35.830Z] ---> Running in 308ac1df1f1b [2021-01-29T07:46:37.268Z] ---> bf4da398eb3e [2021-01-29T07:46:37.268Z] Step 21/34 : RUN chmod +x ${SECURITY_INIT_DIR}/*.sh [2021-01-29T07:46:37.549Z] ---> Running in 18fa268ffe1f [2021-01-29T07:46:37.549Z] 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-01-29T07:46:42.976Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-29T07:46:42.976Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-29T07:46:42.976Z] ---> aad6a8fddbb9 [2021-01-29T07:46:42.976Z] Step 3/23 : WORKDIR /edgex-go [2021-01-29T07:46:42.976Z] ---> Using cache [2021-01-29T07:46:42.976Z] ---> 443d2dde45a3 [2021-01-29T07:46:42.976Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-29T07:46:42.976Z] ---> Using cache [2021-01-29T07:46:42.976Z] ---> 805f72ef37e0 [2021-01-29T07:46:42.976Z] Step 5/23 : RUN apk add --update --no-cache make git [2021-01-29T07:46:42.976Z] ---> Using cache [2021-01-29T07:46:42.976Z] ---> 4ddb3e7cc113 [2021-01-29T07:46:42.976Z] Step 6/23 : COPY go.mod . [2021-01-29T07:46:42.976Z] ---> Using cache [2021-01-29T07:46:42.976Z] ---> 08265007fa5c [2021-01-29T07:46:42.976Z] Step 7/23 : RUN go mod download [2021-01-29T07:46:42.976Z] ---> Using cache [2021-01-29T07:46:42.976Z] ---> c8afc037bd26 [2021-01-29T07:46:42.976Z] Step 8/23 : COPY . . [2021-01-29T07:46:42.976Z] ---> Using cache [2021-01-29T07:46:42.976Z] ---> f79100e7a1df [2021-01-29T07:46:42.976Z] Step 9/23 : RUN make cmd/core-metadata/core-metadata [2021-01-29T07:46:42.976Z] Removing intermediate container 18fa268ffe1f [2021-01-29T07:46:42.976Z] ---> 3a02c1d599e9 [2021-01-29T07:46:42.976Z] Step 22/34 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:46:42.976Z] ---> Running in 3e7729cf3ae5 [2021-01-29T07:46:44.972Z] ---> 3401a1bce9fa [2021-01-29T07:46:44.972Z] Step 23/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/security-bootstrapper . [2021-01-29T07:46:45.247Z] 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-01-29T07:46:48.648Z] ---> c72ea706862c [2021-01-29T07:46:48.648Z] Step 24/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/res/configuration.toml ./res/ [2021-01-29T07:46:50.091Z] ---> cba0e128261d [2021-01-29T07:46:50.091Z] Step 25/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis ${BOOTSTRAP_REDIS_DIR}/ [2021-01-29T07:46:53.487Z] ---> db287dbcfe13 [2021-01-29T07:46:53.487Z] Step 26/34 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml ${BOOTSTRAP_REDIS_DIR}/res/ [2021-01-29T07:46:55.485Z] ---> e98dd21b2999 [2021-01-29T07:46:55.486Z] Step 27/34 : VOLUME ${SECURITY_INIT_DIR} [2021-01-29T07:46:56.086Z] ---> Running in 503ce5119c49 [2021-01-29T07:46:56.086Z] ---> 48baebdfb987 [2021-01-29T07:46:56.086Z] Step 9/22 : RUN make cmd/support-notifications/support-notifications [2021-01-29T07:46:56.362Z] ---> Running in 15c73160aeee [2021-01-29T07:46:56.973Z] Removing intermediate container 503ce5119c49 [2021-01-29T07:46:56.973Z] ---> fff6c3a02928 [2021-01-29T07:46:56.973Z] Step 28/34 : COPY --from=builder /edgex-go/cmd/security-bootstrapper/entrypoint.sh / [2021-01-29T07:46:58.427Z] ---> fdce6e273c07 [2021-01-29T07:46:58.427Z] Step 29/34 : RUN chmod +x /entrypoint.sh [2021-01-29T07:46:58.427Z] 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-01-29T07:46:59.033Z] ---> Running in c9128c7ff37f [2021-01-29T07:47:02.452Z] Removing intermediate container c9128c7ff37f [2021-01-29T07:47:02.452Z] ---> a0525ed5b754 [2021-01-29T07:47:02.452Z] Step 30/34 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-29T07:47:03.057Z] ---> Running in 7160fdedb991 [2021-01-29T07:47:03.659Z] Removing intermediate container 7160fdedb991 [2021-01-29T07:47:03.659Z] ---> 4757f1b8ec90 [2021-01-29T07:47:03.659Z] Step 31/34 : CMD ["gate"] [2021-01-29T07:47:04.265Z] ---> Running in 34679bc0d9d8 [2021-01-29T07:47:04.872Z] Removing intermediate container 34679bc0d9d8 [2021-01-29T07:47:04.872Z] ---> 73a4a74a9b89 [2021-01-29T07:47:04.872Z] Step 32/34 : LABEL arch=arm64 [2021-01-29T07:47:05.474Z] ---> Running in 3e687b7e0632 [2021-01-29T07:47:06.464Z] Removing intermediate container 3e687b7e0632 [2021-01-29T07:47:06.464Z] ---> 8e5e6297940d [2021-01-29T07:47:06.464Z] Step 33/34 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:47:07.069Z] ---> Running in b6e4d9121004 [2021-01-29T07:47:07.677Z] Removing intermediate container b6e4d9121004 [2021-01-29T07:47:07.677Z] ---> eadd6c823cf3 [2021-01-29T07:47:07.677Z] Step 34/34 : LABEL version=0.0.0 [2021-01-29T07:47:08.282Z] ---> Running in b68583f2e6c3 [2021-01-29T07:47:08.885Z] Removing intermediate container b68583f2e6c3 [2021-01-29T07:47:08.885Z] ---> 25430cd9231f [2021-01-29T07:47:08.885Z] [2021-01-29T07:47:09.490Z] Successfully built 25430cd9231f [2021-01-29T07:47:09.490Z] Successfully tagged docker-security-bootstrapper-go-arm64:latest [2021-01-29T07:47:31.691Z]  Building docker-security-bootstrapper-go ... done Removing intermediate container 4b2821104e25 [2021-01-29T07:47:31.691Z] ---> 1e7535d17120 [2021-01-29T07:47:31.691Z] [2021-01-29T07:47:31.691Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:47:31.691Z] ---> afeebe901d6b [2021-01-29T07:47:31.691Z] Step 11/22 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:47:31.691Z] ---> Using cache [2021-01-29T07:47:31.691Z] ---> 58168ba75ec7 [2021-01-29T07:47:31.691Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:47:31.691Z] ---> Using cache [2021-01-29T07:47:31.691Z] ---> ee94d3c766ae [2021-01-29T07:47:31.691Z] Step 13/22 : ENV APP_PORT=48085 [2021-01-29T07:47:31.691Z] ---> Running in 78bf62738185 [2021-01-29T07:47:31.691Z] Removing intermediate container 78bf62738185 [2021-01-29T07:47:31.691Z] ---> 50b3a320a908 [2021-01-29T07:47:31.691Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:47:31.691Z] ---> Running in aa68499a63aa [2021-01-29T07:47:31.691Z] Removing intermediate container aa68499a63aa [2021-01-29T07:47:31.691Z] ---> 1ca2744438a3 [2021-01-29T07:47:31.691Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:47:31.691Z] ---> 5335c125250d [2021-01-29T07:47:31.691Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-29T07:47:33.132Z] ---> d37b7ec731cf [2021-01-29T07:47:33.132Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-29T07:47:34.112Z] ---> 75e0ad450d83 [2021-01-29T07:47:34.112Z] Step 18/22 : ENTRYPOINT ["/support-scheduler"] [2021-01-29T07:47:34.396Z] ---> Running in 75517376985a [2021-01-29T07:47:35.001Z] Removing intermediate container 75517376985a [2021-01-29T07:47:35.001Z] ---> 990633051aa8 [2021-01-29T07:47:35.001Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:47:35.001Z] ---> Running in f19c8fc652f1 [2021-01-29T07:47:35.600Z] Removing intermediate container f19c8fc652f1 [2021-01-29T07:47:35.600Z] ---> fa7bf562a72b [2021-01-29T07:47:35.600Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T07:47:35.906Z] ---> Running in c8a19eb8099a [2021-01-29T07:47:36.500Z] Removing intermediate container c8a19eb8099a [2021-01-29T07:47:36.500Z] ---> 0a6d534ceb1d [2021-01-29T07:47:36.500Z] Step 21/22 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:47:36.781Z] ---> Running in baed76436e9f [2021-01-29T07:47:37.380Z] Removing intermediate container baed76436e9f [2021-01-29T07:47:37.380Z] ---> f821c6a83702 [2021-01-29T07:47:37.380Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:47:37.662Z] ---> Running in 2d26af6e0d5e [2021-01-29T07:47:38.269Z] Removing intermediate container 2d26af6e0d5e [2021-01-29T07:47:38.269Z] ---> c9fc512b8119 [2021-01-29T07:47:38.269Z] [2021-01-29T07:47:38.867Z] Successfully built c9fc512b8119 [2021-01-29T07:47:38.867Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-29T07:47:53.980Z]  Building docker-support-scheduler-go ... done Removing intermediate container 308ac1df1f1b [2021-01-29T07:47:53.980Z] ---> faf107880358 [2021-01-29T07:47:53.980Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-29T07:47:53.980Z] ---> Running in cd07c65ae660 [2021-01-29T07:47:55.448Z] 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-01-29T07:48:00.878Z] Removing intermediate container cd07c65ae660 [2021-01-29T07:48:00.878Z] ---> 6b0f4a2b27d4 [2021-01-29T07:48:00.878Z] [2021-01-29T07:48:00.878Z] Step 11/26 : FROM docker:20.10.0 [2021-01-29T07:48:00.878Z] 20.10.0: Pulling from library/docker [2021-01-29T07:48:07.637Z] Removing intermediate container 15c73160aeee [2021-01-29T07:48:07.637Z] ---> a5ded1f36401 [2021-01-29T07:48:07.637Z] [2021-01-29T07:48:07.637Z] Step 10/22 : FROM alpine:3.12 [2021-01-29T07:48:07.637Z] ---> afeebe901d6b [2021-01-29T07:48:07.637Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init [2021-01-29T07:48:07.911Z] ---> Running in 718ce4e9bba6 [2021-01-29T07:48:09.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:48:09.900Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:48:10.495Z] (1/2) Installing ca-certificates (20191127-r4) [2021-01-29T07:48:10.768Z] (2/2) Installing dumb-init (1.2.2-r1) [2021-01-29T07:48:10.768Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:48:10.768Z] Executing ca-certificates-20191127-r4.trigger [2021-01-29T07:48:11.043Z] OK: 6 MiB in 16 packages [2021-01-29T07:48:13.740Z] Removing intermediate container 3e7729cf3ae5 [2021-01-29T07:48:13.741Z] ---> b1e153d137bd [2021-01-29T07:48:13.741Z] [2021-01-29T07:48:13.741Z] Step 10/23 : FROM alpine:3.12 [2021-01-29T07:48:13.741Z] ---> afeebe901d6b [2021-01-29T07:48:13.741Z] Step 11/23 : RUN apk add --update --no-cache dumb-init [2021-01-29T07:48:13.741Z] ---> Using cache [2021-01-29T07:48:13.741Z] ---> 58168ba75ec7 [2021-01-29T07:48:13.741Z] Step 12/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:48:13.741Z] ---> Using cache [2021-01-29T07:48:13.741Z] ---> ee94d3c766ae [2021-01-29T07:48:13.741Z] Step 13/23 : ENV APP_PORT=48081 [2021-01-29T07:48:13.741Z] ---> Running in 62e28b77f541 [2021-01-29T07:48:14.025Z] Removing intermediate container 718ce4e9bba6 [2021-01-29T07:48:14.025Z] ---> 6be72b0d443c [2021-01-29T07:48:14.025Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium, Copyright (c) 2021: Intel Corporation' [2021-01-29T07:48:14.322Z] ---> Running in cc543de4bc56 [2021-01-29T07:48:14.322Z] Removing intermediate container 62e28b77f541 [2021-01-29T07:48:14.322Z] ---> bf5eb8fcfc13 [2021-01-29T07:48:14.322Z] Step 14/23 : EXPOSE $APP_PORT [2021-01-29T07:48:14.322Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-29T07:48:14.608Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-29T07:48:14.608Z] ---> eeaf43b92773 [2021-01-29T07:48:14.608Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-29T07:48:14.608Z] ---> Running in 8fed092f3661 [2021-01-29T07:48:14.608Z] ---> Running in 75dcf585b5a1 [2021-01-29T07:48:14.922Z] Removing intermediate container cc543de4bc56 [2021-01-29T07:48:14.922Z] ---> 08683c00ba25 [2021-01-29T07:48:14.922Z] Step 13/22 : ENV APP_PORT=48060 [2021-01-29T07:48:15.216Z] ---> Running in fe48302ceac8 [2021-01-29T07:48:15.216Z] Removing intermediate container 8fed092f3661 [2021-01-29T07:48:15.216Z] ---> 6f47f88e80e5 [2021-01-29T07:48:15.216Z] Step 15/23 : WORKDIR / [2021-01-29T07:48:15.510Z] ---> Running in a4789405d14b [2021-01-29T07:48:15.806Z] Removing intermediate container fe48302ceac8 [2021-01-29T07:48:15.806Z] ---> 870aa7fa40d3 [2021-01-29T07:48:15.806Z] Step 14/22 : EXPOSE $APP_PORT [2021-01-29T07:48:15.806Z] ---> Running in 681125ecd825 [2021-01-29T07:48:16.082Z] Removing intermediate container a4789405d14b [2021-01-29T07:48:16.082Z] ---> c23d0d508165 [2021-01-29T07:48:16.082Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:48:16.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:48:16.372Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:48:16.372Z] Removing intermediate container 681125ecd825 [2021-01-29T07:48:16.372Z] ---> c24e579c7940 [2021-01-29T07:48:16.372Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-29T07:48:16.994Z] (1/2) Installing readline (8.0.4-r0) [2021-01-29T07:48:16.994Z] (2/2) Installing bash (5.0.17-r0) [2021-01-29T07:48:17.269Z] Executing bash-5.0.17-r0.post-install [2021-01-29T07:48:17.269Z] ---> 2ac36f2c27a0 [2021-01-29T07:48:17.269Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-29T07:48:17.269Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:48:17.269Z] OK: 12 MiB in 22 packages [2021-01-29T07:48:17.545Z] ---> d9471043ccc7 [2021-01-29T07:48:17.545Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-29T07:48:18.993Z] ---> ebe07ab78385 [2021-01-29T07:48:18.993Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-29T07:48:19.266Z] Removing intermediate container 75dcf585b5a1 [2021-01-29T07:48:19.266Z] ---> 69e38629bf88 [2021-01-29T07:48:19.266Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-29T07:48:19.266Z] ---> 8775269f537c [2021-01-29T07:48:19.266Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-29T07:48:19.266Z] ---> Running in 82672a81a8f5 [2021-01-29T07:48:19.861Z] Removing intermediate container 82672a81a8f5 [2021-01-29T07:48:19.861Z] ---> 44d8aabb388d [2021-01-29T07:48:19.861Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-29T07:48:19.861Z] ---> 31af6c45a575 [2021-01-29T07:48:19.861Z] Step 19/23 : ENTRYPOINT ["/core-metadata"] [2021-01-29T07:48:19.861Z] ---> c844f475df6b [2021-01-29T07:48:19.861Z] Step 18/22 : ENTRYPOINT ["/support-notifications"] [2021-01-29T07:48:20.136Z] ---> Running in f720ac5ce9a8 [2021-01-29T07:48:20.136Z] ---> Running in 2e25fd932fc0 [2021-01-29T07:48:20.136Z] ---> Running in a58c8dc64feb [2021-01-29T07:48:20.731Z] Removing intermediate container f720ac5ce9a8 [2021-01-29T07:48:20.731Z] ---> 38b611c8a154 [2021-01-29T07:48:20.731Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-29T07:48:20.731Z] Removing intermediate container a58c8dc64feb [2021-01-29T07:48:20.731Z] ---> 3d498d852fb0 [2021-01-29T07:48:20.731Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:48:20.731Z] Removing intermediate container 2e25fd932fc0 [2021-01-29T07:48:20.731Z] ---> 51123facf73e [2021-01-29T07:48:20.731Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:48:20.731Z] ---> Running in 6c7ed2bba9fe [2021-01-29T07:48:21.003Z] ---> Running in 614caa9dbd06 [2021-01-29T07:48:21.003Z] ---> Running in 124b012d33a6 [2021-01-29T07:48:21.276Z] Removing intermediate container 6c7ed2bba9fe [2021-01-29T07:48:21.276Z] ---> f75d4227fcad [2021-01-29T07:48:21.276Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-29T07:48:21.276Z] Removing intermediate container 614caa9dbd06 [2021-01-29T07:48:21.277Z] ---> 4c32a25ec299 [2021-01-29T07:48:21.277Z] Step 20/22 : LABEL arch=arm64 [2021-01-29T07:48:21.553Z] Removing intermediate container 124b012d33a6 [2021-01-29T07:48:21.553Z] ---> 8cd0eeee1e89 [2021-01-29T07:48:21.553Z] Step 21/23 : LABEL arch=arm64 [2021-01-29T07:48:21.553Z] ---> Running in 2cd43d17043a [2021-01-29T07:48:21.553Z] ---> Running in 374e069f65eb [2021-01-29T07:48:22.151Z] Removing intermediate container 2cd43d17043a [2021-01-29T07:48:22.151Z] ---> e285654ff872 [2021-01-29T07:48:22.151Z] Step 21/22 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:48:22.749Z] ---> Running in ed12249089b3 [2021-01-29T07:48:22.749Z] Removing intermediate container 374e069f65eb [2021-01-29T07:48:22.749Z] ---> 7a91e1c81599 [2021-01-29T07:48:22.749Z] Step 22/23 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:48:22.749Z] ---> c8f04ba84fcb [2021-01-29T07:48:22.749Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-29T07:48:22.749Z] ---> Running in 90b6a30d1b9d [2021-01-29T07:48:23.023Z] Removing intermediate container ed12249089b3 [2021-01-29T07:48:23.023Z] ---> 6e88a801dfa1 [2021-01-29T07:48:23.023Z] Step 22/22 : LABEL version=0.0.0 [2021-01-29T07:48:23.303Z] ---> Running in df5b72c26daf [2021-01-29T07:48:23.303Z] Removing intermediate container 90b6a30d1b9d [2021-01-29T07:48:23.303Z] ---> bc02e20d051e [2021-01-29T07:48:23.303Z] Step 23/23 : LABEL version=0.0.0 [2021-01-29T07:48:23.582Z] ---> e6b55e684121 [2021-01-29T07:48:23.582Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-29T07:48:23.582Z] ---> Running in 5804d3d3486b [2021-01-29T07:48:23.852Z] Removing intermediate container df5b72c26daf [2021-01-29T07:48:23.852Z] ---> fc102a2dbc01 [2021-01-29T07:48:23.852Z] [2021-01-29T07:48:24.125Z] Removing intermediate container 5804d3d3486b [2021-01-29T07:48:24.125Z] ---> 8aa046a2b29b [2021-01-29T07:48:24.125Z] [2021-01-29T07:48:24.125Z] Successfully built fc102a2dbc01 [2021-01-29T07:48:24.396Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-29T07:48:24.396Z]  Building docker-support-notifications-go ... done Successfully built 8aa046a2b29b [2021-01-29T07:48:24.396Z] ---> 699b3801ff7e [2021-01-29T07:48:24.396Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-29T07:48:24.396Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-29T07:48:24.668Z]  Building docker-core-metadata-go ... done  ---> Running in a45193cc0e72 [2021-01-29T07:48:25.643Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:48:25.925Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:48:26.517Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-29T07:48:26.517Z] (2/33) Installing expat (2.2.9-r1) [2021-01-29T07:48:26.517Z] (3/33) Installing libffi (3.3-r2) [2021-01-29T07:48:26.517Z] (4/33) Installing gdbm (1.13-r1) [2021-01-29T07:48:26.517Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-29T07:48:26.517Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-29T07:48:26.517Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-29T07:48:28.480Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-29T07:48:28.480Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-29T07:48:28.480Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-29T07:48:28.480Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-29T07:48:28.480Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-29T07:48:28.480Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-29T07:48:28.480Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-29T07:48:28.480Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-29T07:48:28.480Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-29T07:48:28.480Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-29T07:48:28.749Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-29T07:48:28.749Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-29T07:48:28.749Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-29T07:48:28.749Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-29T07:48:28.749Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-29T07:48:28.749Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-29T07:48:28.749Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-29T07:48:28.749Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-29T07:48:28.749Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-29T07:48:28.749Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-29T07:48:29.021Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-29T07:48:29.021Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-29T07:48:29.021Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-29T07:48:29.021Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-29T07:48:29.021Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-29T07:48:29.021Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-29T07:48:29.021Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:48:29.021Z] OK: 71 MiB in 55 packages [2021-01-29T07:48:35.715Z] Removing intermediate container a45193cc0e72 [2021-01-29T07:48:35.715Z] ---> bb5599efa385 [2021-01-29T07:48:35.715Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-29T07:48:35.986Z] ---> Running in 10548b023e82 [2021-01-29T07:48:41.362Z] Collecting docker-compose==1.23.2 [2021-01-29T07:48:41.362Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-29T07:48:41.952Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-29T07:48:41.952Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-29T07:48:42.543Z] Collecting docopt<0.7,>=0.6.1 [2021-01-29T07:48:42.543Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-29T07:48:44.509Z] Requirement already satisfied: six<2,>=1.3.0 in /usr/lib/python3.8/site-packages (from docker-compose==1.23.2) (1.15.0) [2021-01-29T07:48:44.509Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-29T07:48:44.509Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-29T07:48:45.100Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-29T07:48:45.100Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-29T07:48:47.064Z] Collecting texttable<0.10,>=0.9.0 [2021-01-29T07:48:47.064Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-29T07:48:49.666Z] Collecting PyYAML<4,>=3.10 [2021-01-29T07:48:49.666Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-29T07:48:52.260Z] Collecting cached-property<2,>=1.2.0 [2021-01-29T07:48:52.260Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-29T07:48:52.847Z] Collecting jsonschema<3,>=2.5.1 [2021-01-29T07:48:52.847Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-29T07:48:53.434Z] Collecting docker<4.0,>=3.6.0 [2021-01-29T07:48:53.434Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-29T07:48:53.703Z] Requirement already satisfied: certifi>=2017.4.17 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (2020.4.5.1) [2021-01-29T07:48:53.972Z] Collecting idna<2.8,>=2.5 [2021-01-29T07:48:53.972Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-29T07:48:54.559Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-29T07:48:54.559Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-29T07:48:54.829Z] Requirement already satisfied: chardet<3.1.0,>=3.0.2 in /usr/lib/python3.8/site-packages (from requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1->docker-compose==1.23.2) (3.0.4) [2021-01-29T07:48:54.829Z] Collecting docker-pycreds>=0.4.0 [2021-01-29T07:48:54.829Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-29T07:48:55.098Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-29T07:48:55.098Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-29T07:48:55.098Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-29T07:48:55.098Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-29T07:48:55.684Z] Installing collected packages: idna, urllib3, requests, docopt, websocket-client, dockerpty, texttable, PyYAML, cached-property, jsonschema, docker-pycreds, docker, docker-compose [2021-01-29T07:48:55.684Z] Attempting uninstall: idna [2021-01-29T07:48:55.684Z] Found existing installation: idna 2.9 [2021-01-29T07:48:55.684Z] Uninstalling idna-2.9: [2021-01-29T07:48:55.955Z] Successfully uninstalled idna-2.9 [2021-01-29T07:48:56.546Z] Attempting uninstall: urllib3 [2021-01-29T07:48:56.546Z] Found existing installation: urllib3 1.25.9 [2021-01-29T07:48:56.546Z] Uninstalling urllib3-1.25.9: [2021-01-29T07:48:56.816Z] Successfully uninstalled urllib3-1.25.9 [2021-01-29T07:48:57.086Z] Attempting uninstall: requests [2021-01-29T07:48:57.086Z] Found existing installation: requests 2.23.0 [2021-01-29T07:48:57.086Z] Uninstalling requests-2.23.0: [2021-01-29T07:48:57.356Z] Successfully uninstalled requests-2.23.0 [2021-01-29T07:48:57.626Z] Running setup.py install for docopt: started [2021-01-29T07:48:59.583Z] Running setup.py install for docopt: finished with status 'done' [2021-01-29T07:48:59.583Z] Running setup.py install for dockerpty: started [2021-01-29T07:49:01.540Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-29T07:49:01.541Z] Running setup.py install for texttable: started [2021-01-29T07:49:03.508Z] Running setup.py install for texttable: finished with status 'done' [2021-01-29T07:49:03.508Z] Running setup.py install for PyYAML: started [2021-01-29T07:49:05.464Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-29T07:49:07.424Z] Successfully installed PyYAML-3.13 cached-property-1.5.2 docker-3.7.3 docker-compose-1.23.2 docker-pycreds-0.4.0 dockerpty-0.4.1 docopt-0.6.2 idna-2.7 jsonschema-2.6.0 requests-2.20.1 texttable-0.9.1 urllib3-1.24.3 websocket-client-0.57.0 [2021-01-29T07:49:11.718Z] Removing intermediate container 10548b023e82 [2021-01-29T07:49:11.718Z] ---> 8b86d8813891 [2021-01-29T07:49:11.718Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-29T07:49:11.718Z] ---> Running in ef09da98b76a [2021-01-29T07:49:12.314Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-29T07:49:12.585Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-29T07:49:13.176Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-29T07:49:13.176Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-29T07:49:13.446Z] (3/3) Installing curl (7.69.1-r3) [2021-01-29T07:49:13.446Z] Executing busybox-1.31.1-r19.trigger [2021-01-29T07:49:13.446Z] OK: 71 MiB in 58 packages [2021-01-29T07:49:14.881Z] Removing intermediate container ef09da98b76a [2021-01-29T07:49:14.882Z] ---> 252faf9eedcc [2021-01-29T07:49:14.882Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-29T07:49:14.882Z] ---> Running in 15d1253b92b0 [2021-01-29T07:49:15.153Z] Removing intermediate container 15d1253b92b0 [2021-01-29T07:49:15.153Z] ---> 06624b8b3d69 [2021-01-29T07:49:15.153Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-29T07:49:15.424Z] ---> Running in e59f9b967b47 [2021-01-29T07:49:16.032Z] Removing intermediate container e59f9b967b47 [2021-01-29T07:49:16.032Z] ---> a655e570360b [2021-01-29T07:49:16.032Z] Step 24/26 : LABEL arch=arm64 [2021-01-29T07:49:16.032Z] ---> Running in c9ae2df32d26 [2021-01-29T07:49:16.321Z] Removing intermediate container c9ae2df32d26 [2021-01-29T07:49:16.321Z] ---> 892cdff85fbb [2021-01-29T07:49:16.321Z] Step 25/26 : LABEL git_sha=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [2021-01-29T07:49:16.607Z] ---> Running in fb09ea6e108f [2021-01-29T07:49:17.200Z] Removing intermediate container fb09ea6e108f [2021-01-29T07:49:17.200Z] ---> b23dcd2d4999 [2021-01-29T07:49:17.200Z] Step 26/26 : LABEL version=0.0.0 [2021-01-29T07:49:17.200Z] ---> Running in 1863b289ac69 [2021-01-29T07:49:17.793Z] Removing intermediate container 1863b289ac69 [2021-01-29T07:49:17.793Z] ---> 5be203499790 [2021-01-29T07:49:17.793Z] [2021-01-29T07:49:18.069Z] Successfully built 5be203499790 [2021-01-29T07:49:18.069Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-29T07:49:18.360Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-29T07:49:18.371Z] $ docker stop --time=1 285dd56832b8869ab1429562ed8c18fa72112c59239c618aa80233269aec0757 [2021-01-29T07:49:20.320Z] $ docker rm -f 285dd56832b8869ab1429562ed8c18fa72112c59239c618aa80233269aec0757 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-29T07:49:21.106Z] + docker images [2021-01-29T07:49:21.106Z] + grep docker [2021-01-29T07:49:21.383Z] docker-sys-mgmt-agent-go-arm64 latest 5be203499790 4 seconds ago 300MB [2021-01-29T07:49:21.383Z] docker-support-notifications-go-arm64 latest fc102a2dbc01 58 seconds ago 16MB [2021-01-29T07:49:21.383Z] docker-core-metadata-go-arm64 latest 8aa046a2b29b 58 seconds ago 17.7MB [2021-01-29T07:49:21.383Z] docker-support-scheduler-go-arm64 latest c9fc512b8119 About a minute ago 15.5MB [2021-01-29T07:49:21.383Z] docker-security-bootstrapper-go-arm64 latest 25430cd9231f 2 minutes ago 31.9MB [2021-01-29T07:49:21.383Z] docker-core-data-go-arm64 latest 7e61d85def47 3 minutes ago 21MB [2021-01-29T07:49:21.383Z] docker-core-command-go-arm64 latest 3f9d245bd7f0 3 minutes ago 16MB [2021-01-29T07:49:21.383Z] docker-security-secretstore-setup-go-arm64 latest cf6040d31b48 3 minutes ago 23.4MB [2021-01-29T07:49:21.383Z] docker-security-proxy-setup-go-arm64 latest 42716b749f3f 3 minutes ago 23.2MB [2021-01-29T07:49:21.383Z] docker 20.10.0 eeaf43b92773 7 weeks ago 228MB [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap [2021-01-29T07:49:23.085Z] provisioning config files... [2021-01-29T07:49:23.106Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/8@tmp/config3197103530610491827tmp [Pipeline] { [Pipeline] sh [2021-01-29T07:49:23.507Z] + set +x [2021-01-29T07:49:23.507Z] + curl -s https://codecov.io/bash [2021-01-29T07:49:23.507Z] + bash -s -- [2021-01-29T07:49:24.113Z] [2021-01-29T07:49:24.113Z] _____ _ [2021-01-29T07:49:24.113Z] / ____| | | [2021-01-29T07:49:24.113Z] | | ___ __| | ___ ___ _____ __ [2021-01-29T07:49:24.113Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-29T07:49:24.113Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-29T07:49:24.113Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-29T07:49:24.113Z] Bash-20210128-d4071a2 [2021-01-29T07:49:24.113Z] [2021-01-29T07:49:24.113Z] [2021-01-29T07:49:24.113Z] ==> git version 2.24.3 found [2021-01-29T07:49:24.113Z] ==> 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-01-29T07:49:24.113Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-29T07:49:24.113Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-29T07:49:24.113Z] ==> Jenkins CI detected. [2021-01-29T07:49:24.113Z] project root: . [2021-01-29T07:49:24.113Z] --> token set from env [2021-01-29T07:49:24.113Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-29T07:49:24.113Z] ==> Running gcov in . (disable via -X gcov) [2021-01-29T07:49:24.113Z] ==> Python coveragepy not found [2021-01-29T07:49:24.113Z] ==> Searching for coverage reports in: [2021-01-29T07:49:24.113Z] + . [2021-01-29T07:49:24.113Z] -> Found 1 reports [2021-01-29T07:49:24.113Z] ==> Detecting git/mercurial file structure [2021-01-29T07:49:24.113Z] ==> Reading reports [2021-01-29T07:49:24.113Z] + ./coverage.out bytes=565356 [2021-01-29T07:49:24.113Z] ==> Appending adjustments [2021-01-29T07:49:24.113Z] https://docs.codecov.io/docs/fixing-reports [2021-01-29T07:49:27.426Z] + Found adjustments [2021-01-29T07:49:27.426Z] ==> Gzipping contents [2021-01-29T07:49:27.426Z] 84K /tmp/codecov.pEi9u2.gz [2021-01-29T07:49:27.426Z] ==> Uploading reports [2021-01-29T07:49:27.426Z] url: https://codecov.io [2021-01-29T07:49:27.426Z] query: branch=PR-3080&commit=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-01-29T07:49:27.426Z] -> Pinging Codecov [2021-01-29T07:49:27.426Z] https://codecov.io/upload/v4?package=bash-20210128-d4071a2&token=secret&branch=PR-3080&commit=398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5&build=8&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-3080%2F8%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=3080&job=&cmd_args= [2021-01-29T07:49:28.001Z] -> Uploading to [2021-01-29T07:49:28.001Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-29/00271124DB129430A58F1EEE437C3FCB/398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5/35de531c-74ec-44ac-8ff6-d2f72fbacdaf.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210129%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210129T074927Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=eec58195dfb844d93ee6be1c4de332b4acec1ad11c3cc4ae0ef94dccc35b69c2 [2021-01-29T07:49:28.001Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-29T07:49:28.001Z] Dload Upload Total Spent Left Speed [2021-01-29T07:49:28.576Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 85565 0 0 100 85565 0 147k --:--:-- --:--:-- --:--:-- 147k [2021-01-29T07:49:28.576Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/398cc32b04cbbe7b5e3cf62a98fba151b1ef38f5 [Pipeline] } [2021-01-29T07:49:28.586Z] 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] { (Snyk Docker Image Scan) Stage "Snyk Docker Image 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-01-29T07:49:30.404Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:49:31.283Z] ---> package-listing.sh [2021-01-29T07:49:31.283Z] ++ facter osfamily [2021-01-29T07:49:31.283Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-29T07:49:31.283Z] + OS_FAMILY=redhat [2021-01-29T07:49:31.283Z] + workspace=/w/workspace/edgex-go/8 [2021-01-29T07:49:31.283Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-29T07:49:31.283Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-29T07:49:31.283Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-29T07:49:31.283Z] + PACKAGES=/tmp/packages_start.txt [2021-01-29T07:49:31.283Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-29T07:49:31.283Z] + PACKAGES=/tmp/packages_end.txt [2021-01-29T07:49:31.283Z] + case "${OS_FAMILY}" in [2021-01-29T07:49:31.283Z] + rpm -qa [2021-01-29T07:49:31.283Z] + sort [2021-01-29T07:49:36.597Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-29T07:49:36.597Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-29T07:49:36.597Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-29T07:49:36.597Z] + '[' /w/workspace/edgex-go/8 ']' [2021-01-29T07:49:36.597Z] + mkdir -p /w/workspace/edgex-go/8/archives/ [2021-01-29T07:49:36.597Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/8/archives/ [Pipeline] echo [2021-01-29T07:49:36.614Z] 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/8/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-29T07:49:36.902Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:49:37.218Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T07:49:37.481Z] [2021-01-29T07:49:37.481Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-29T07:49:37.837Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T07:49:37.837Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-29T07:49:37.837Z] df20fa9351a1: Pulling fs layer [2021-01-29T07:49:37.837Z] 36b3adc4ff6f: Pulling fs layer [2021-01-29T07:49:37.837Z] 8ad3a11d3b57: Pulling fs layer [2021-01-29T07:49:37.837Z] 46f8f816bc3b: Pulling fs layer [2021-01-29T07:49:37.837Z] 93b61091891f: Pulling fs layer [2021-01-29T07:49:37.837Z] 93b9cdb0e59b: Pulling fs layer [2021-01-29T07:49:37.837Z] 5e14af77c1be: Pulling fs layer [2021-01-29T07:49:37.837Z] 01666e4c0597: Pulling fs layer [2021-01-29T07:49:37.837Z] aa168da1d23b: Pulling fs layer [2021-01-29T07:49:37.837Z] 93b9cdb0e59b: Waiting [2021-01-29T07:49:37.837Z] 5e14af77c1be: Waiting [2021-01-29T07:49:37.837Z] 01666e4c0597: Waiting [2021-01-29T07:49:37.837Z] aa168da1d23b: Waiting [2021-01-29T07:49:37.837Z] 46f8f816bc3b: Waiting [2021-01-29T07:49:37.837Z] 93b61091891f: Waiting [2021-01-29T07:49:38.101Z] 36b3adc4ff6f: Verifying Checksum [2021-01-29T07:49:38.101Z] 36b3adc4ff6f: Download complete [2021-01-29T07:49:38.101Z] 46f8f816bc3b: Verifying Checksum [2021-01-29T07:49:38.101Z] 46f8f816bc3b: Download complete [2021-01-29T07:49:38.364Z] df20fa9351a1: Verifying Checksum [2021-01-29T07:49:38.364Z] df20fa9351a1: Download complete [2021-01-29T07:49:38.364Z] 93b9cdb0e59b: Download complete [2021-01-29T07:49:38.364Z] 5e14af77c1be: Verifying Checksum [2021-01-29T07:49:38.364Z] 5e14af77c1be: Download complete [2021-01-29T07:49:38.364Z] 01666e4c0597: Verifying Checksum [2021-01-29T07:49:38.364Z] 01666e4c0597: Download complete [2021-01-29T07:49:38.364Z] 93b61091891f: Verifying Checksum [2021-01-29T07:49:38.364Z] 93b61091891f: Download complete [2021-01-29T07:49:38.364Z] 8ad3a11d3b57: Verifying Checksum [2021-01-29T07:49:38.364Z] 8ad3a11d3b57: Download complete [2021-01-29T07:49:38.630Z] df20fa9351a1: Pull complete [2021-01-29T07:49:38.893Z] 36b3adc4ff6f: Pull complete [2021-01-29T07:49:39.853Z] 8ad3a11d3b57: Pull complete [2021-01-29T07:49:39.853Z] 46f8f816bc3b: Pull complete [2021-01-29T07:49:40.810Z] aa168da1d23b: Verifying Checksum [2021-01-29T07:49:40.810Z] aa168da1d23b: Download complete [2021-01-29T07:49:41.756Z] 93b61091891f: Pull complete [2021-01-29T07:49:42.023Z] 93b9cdb0e59b: Pull complete [2021-01-29T07:49:42.286Z] 5e14af77c1be: Pull complete [2021-01-29T07:49:42.286Z] 01666e4c0597: Pull complete [2021-01-29T07:49:50.519Z] aa168da1d23b: Pull complete [2021-01-29T07:49:50.519Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-29T07:49:50.519Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-29T07:49:50.519Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-29T07:49:50.830Z] prd-centos7-docker-4c-2g-23918 does not seem to be running inside a container [2021-01-29T07:49:50.882Z] $ 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/8/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/8 -v /w/workspace/edgex-go/8:/w/workspace/edgex-go/8:rw,z -v /w/workspace/edgex-go/8@tmp:/w/workspace/edgex-go/8@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-29T07:49:55.242Z] $ docker top 74477a2acf662df12352deb02f2d3857e780c5697bb7ee9e55c6d24b891a9376 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-29T07:49:55.834Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-29T07:49:56.141Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-29T07:49:56.438Z] + ls /var/log/sa-host [2021-01-29T07:49:56.438Z] + sadf -c /var/log/sa-host/sa23 [2021-01-29T07:49:56.438Z] file_magic: OK [2021-01-29T07:49:56.438Z] HZ: Using current value: 100 [2021-01-29T07:49:56.438Z] file_header: OK [2021-01-29T07:49:56.438Z] 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-01-29T07:49:56.438Z] Statistics: [2021-01-29T07:49:56.438Z] Hnuu...uuuununununu... [2021-01-29T07:49:56.438Z] File successfully converted to sysstat format version 12.2.1 [2021-01-29T07:49:56.438Z] + sadf -c /var/log/sa-host/sa29 [2021-01-29T07:49:56.438Z] file_magic: OK [2021-01-29T07:49:56.438Z] HZ: Using current value: 100 [2021-01-29T07:49:56.438Z] file_header: OK [2021-01-29T07:49:56.438Z] 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-01-29T07:49:56.438Z] Statistics: [2021-01-29T07:49:56.438Z] HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... [2021-01-29T07:49:56.438Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-29T07:49:56.644Z] provisioning config files... [2021-01-29T07:49:56.662Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/8@tmp/config4912831360863472928tmp [Pipeline] { [Pipeline] echo [2021-01-29T07:49:56.739Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:49:57.037Z] ---> create-netrc.sh [Pipeline] } [2021-01-29T07:49:57.047Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-29T07:49:57.160Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:49:57.458Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-29T07:49:57.469Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:49:57.772Z] ---> sudo-logs.sh [2021-01-29T07:49:57.772Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-29T07:49:57.784Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:49:58.097Z] ---> job-cost.sh [2021-01-29T07:49:58.097Z] lf-activate-venv: SKIPPING [2021-01-29T07:49:58.097Z] INFO: No Stack... [2021-01-29T07:49:59.043Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-29T07:49:59.305Z] INFO: Archiving Costs [Pipeline] echo [2021-01-29T07:49:59.319Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-29T07:49:59.617Z] ---> logs-deploy.sh [2021-01-29T07:49:59.617Z] lf-activate-venv: SKIPPING [2021-01-29T07:49:59.617Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-3080/8 [2021-01-29T07:49:59.617Z] INFO: archiving workspace using pattern(s): [2021-01-29T07:50:01.553Z] Archives upload complete. [2021-01-29T07:50:01.553Z] INFO: archiving logs to Nexus