Branch indexing 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 bnevis-i for edgexfoundry/edgex-go Obtained Jenkinsfile from 59bc2ed946616d982be073a2be53f8ce9b7f1f6c+356d3f58744bcd4c86fb4a1eb5552148d927414a (472ba95486c4d6f4b6977a9d511e9b4ef15fb18d) 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd 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 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd # timeout=10 Commit message: "Merge pull request #306 from ernestojeda/disable-snyk-scan" > 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 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 b86a95d4aff1c43a521ca3be618780efd0ee2800 (master) > git config core.sparsecheckout # timeout=10 > git checkout -f b86a95d4aff1c43a521ca3be618780efd0ee2800 # timeout=10 Commit message: "Update global-jjb to latest" > 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 ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-19868 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws Running in /w/workspace/edgex-go/21 [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/21 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Merging remotes/origin/master commit 356d3f58744bcd4c86fb4a1eb5552148d927414a into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c Merge succeeded, producing c16202060fc97aae01ac0d6c6bd02190ae78ba26 Checking out Revision c16202060fc97aae01ac0d6c6bd02190ae78ba26 (PR-2924) > 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/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # 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 356d3f58744bcd4c86fb4a1eb5552148d927414a # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c16202060fc97aae01ac0d6c6bd02190ae78ba26 # timeout=10 Commit message: "Merge commit '356d3f58744bcd4c86fb4a1eb5552148d927414a' into HEAD" First time build. Skipping changelog. [Pipeline] } > git rev-list --no-walk 88c774f5ef87baacffc33e0aeaf896ceb091dbde # timeout=10 [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout [2021-01-13T00:31:21.642Z] Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials [2021-01-13T00:31:22.072Z] Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo [2021-01-13T00:31:22.205Z] ========================================================= [2021-01-13T00:31:22.205Z] EdgeX Global Pipelines Version Info [2021-01-13T00:31:22.205Z] ========================================================= [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:31:23.630Z] ------------------- [2021-01-13T00:31:23.630Z] stable info: [2021-01-13T00:31:23.630Z] ------------------- [2021-01-13T00:31:23.630Z] Commited By: Ernesto Ojeda ernesto.ojeda@intel.com [2021-01-13T00:31:23.630Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T00:31:23.630Z] Message: update stable to v1.0.173 [2021-01-13T00:31:24.593Z] ------------------- [2021-01-13T00:31:24.593Z] experimental info: [2021-01-13T00:31:24.593Z] ------------------- [2021-01-13T00:31:24.593Z] Commited By: **** collab-it+edgex@linuxfoundation.org [2021-01-13T00:31:24.593Z] Commit SHA: 50a9f8eef5e5735e1ae4d12f0d7d5100f67887fd [2021-01-13T00:31:24.593Z] Message: update experimental to v1.0.173 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo [2021-01-13T00:31:24.939Z] [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = edgex-go-settings [Pipeline] echo [2021-01-13T00:31:25.083Z] [edgeXSetupEnvironment]: set envvar PROJECT = edgex-go [Pipeline] echo [2021-01-13T00:31:25.224Z] [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo [2021-01-13T00:31:25.367Z] [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo [2021-01-13T00:31:25.504Z] [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo [2021-01-13T00:31:25.637Z] [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo [2021-01-13T00:31:25.769Z] [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo [2021-01-13T00:31:25.903Z] [edgeXSetupEnvironment]: set envvar DOCKER_FILE_GLOB = cmd/**/Dockerfile [Pipeline] echo [2021-01-13T00:31:26.045Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_PREFIX = docker- [Pipeline] echo [2021-01-13T00:31:26.222Z] [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME_SUFFIX = -go [Pipeline] echo [2021-01-13T00:31:26.364Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo [2021-01-13T00:31:26.506Z] [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo [2021-01-13T00:31:26.644Z] [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo [2021-01-13T00:31:26.779Z] [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo [2021-01-13T00:31:26.923Z] [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T00:31:27.093Z] [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo [2021-01-13T00:31:27.265Z] [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo [2021-01-13T00:31:27.398Z] [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo [2021-01-13T00:31:27.533Z] [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo [2021-01-13T00:31:27.665Z] [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo [2021-01-13T00:31:27.822Z] [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo [2021-01-13T00:31:27.954Z] [edgeXSetupEnvironment]: set envvar SECURITY_NOTIFY_LIST = security-issues@lists.edgexfoundry.org [Pipeline] echo [2021-01-13T00:31:28.089Z] [edgeXSetupEnvironment]: set envvar SNYK_DOCKER_SCAN = false [Pipeline] echo [2021-01-13T00:31:28.230Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-2924 [Pipeline] echo [2021-01-13T00:31:28.362Z] [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-2924 [Pipeline] echo [2021-01-13T00:31:28.525Z] [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-2924 [Pipeline] echo [2021-01-13T00:31:28.656Z] [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c16202060fc97aae01ac0d6c6bd02190ae78ba26 [Pipeline] echo [2021-01-13T00:31:28.787Z] [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c162020 [Pipeline] echo [2021-01-13T00:31:28.919Z] [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T00:31:29.156Z] provisioning config files... [2021-01-13T00:31:29.185Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config7648593567559908457tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:31:29.626Z] ---> docker-login.sh [2021-01-13T00:31:29.626Z] nexus3.edgexfoundry.org:10001 [2021-01-13T00:31:29.893Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:31:30.159Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:31:30.159Z] Configure a credential helper to remove this warning. See [2021-01-13T00:31:30.159Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:31:30.159Z] [2021-01-13T00:31:30.159Z] Login Succeeded [2021-01-13T00:31:30.159Z] nexus3.edgexfoundry.org:10002 [2021-01-13T00:31:30.159Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:31:30.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:31:30.423Z] Configure a credential helper to remove this warning. See [2021-01-13T00:31:30.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:31:30.423Z] [2021-01-13T00:31:30.423Z] Login Succeeded [2021-01-13T00:31:30.423Z] nexus3.edgexfoundry.org:10003 [2021-01-13T00:31:30.423Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:31:30.423Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:31:30.423Z] Configure a credential helper to remove this warning. See [2021-01-13T00:31:30.423Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:31:30.423Z] [2021-01-13T00:31:30.423Z] Login Succeeded [2021-01-13T00:31:30.423Z] nexus3.edgexfoundry.org:10004 [2021-01-13T00:31:30.687Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:31:30.687Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:31:30.687Z] Configure a credential helper to remove this warning. See [2021-01-13T00:31:30.687Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:31:30.687Z] [2021-01-13T00:31:30.687Z] Login Succeeded [2021-01-13T00:31:30.687Z] docker.io [2021-01-13T00:31:30.954Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:31:31.531Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:31:31.532Z] Configure a credential helper to remove this warning. See [2021-01-13T00:31:31.532Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:31:31.532Z] [2021-01-13T00:31:31.532Z] Login Succeeded [2021-01-13T00:31:31.532Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T00:31:31.543Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T00:31:32.135Z] ++ ls cmd/core-command/Dockerfile cmd/core-data/Dockerfile cmd/core-metadata/Dockerfile cmd/security-bootstrap-redis/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-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/core-command/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo core-command,cmd/core-command/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/core-data/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo core-data,cmd/core-data/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/core-metadata/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo core-metadata,cmd/core-metadata/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/security-bootstrap-redis/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo security-bootstrap-redis,cmd/security-bootstrap-redis/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/security-proxy-setup/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo security-proxy-setup,cmd/security-proxy-setup/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/security-secretstore-setup/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo security-secretstore-setup,cmd/security-secretstore-setup/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/support-notifications/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo support-notifications,cmd/support-notifications/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/support-scheduler/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo support-scheduler,cmd/support-scheduler/Dockerfile [2021-01-13T00:31:32.135Z] + for file in '`ls cmd/**/Dockerfile`' [2021-01-13T00:31:32.135Z] ++ dirname cmd/sys-mgmt-agent/Dockerfile [2021-01-13T00:31:32.135Z] ++ cut -d/ -f2 [2021-01-13T00:31:32.135Z] + echo sys-mgmt-agent,cmd/sys-mgmt-agent/Dockerfile [Pipeline] echo [2021-01-13T00:31:32.218Z] 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-bootstrap-redis-go, dockerfile:cmd/security-bootstrap-redis/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-13T00:31:33.274Z] + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T00:31:33.274Z] [2021-01-13T00:31:33.274Z] Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:31:33.656Z] + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T00:31:33.656Z] latest: Pulling from edgex-devops/git-semver [2021-01-13T00:31:33.656Z] 31603596830f: Pulling fs layer [2021-01-13T00:31:33.656Z] 2a8b12db71e7: Pulling fs layer [2021-01-13T00:31:33.656Z] 6ca5941a6612: Pulling fs layer [2021-01-13T00:31:33.656Z] ecc8261a40a4: Pulling fs layer [2021-01-13T00:31:33.656Z] ecc8261a40a4: Waiting [2021-01-13T00:31:33.920Z] 2a8b12db71e7: Verifying Checksum [2021-01-13T00:31:33.920Z] 2a8b12db71e7: Download complete [2021-01-13T00:31:33.920Z] 31603596830f: Verifying Checksum [2021-01-13T00:31:33.920Z] 31603596830f: Download complete [2021-01-13T00:31:33.920Z] 6ca5941a6612: Verifying Checksum [2021-01-13T00:31:33.920Z] 6ca5941a6612: Download complete [2021-01-13T00:31:34.184Z] ecc8261a40a4: Verifying Checksum [2021-01-13T00:31:34.184Z] ecc8261a40a4: Download complete [2021-01-13T00:31:34.184Z] 31603596830f: Pull complete [2021-01-13T00:31:34.448Z] 2a8b12db71e7: Pull complete [2021-01-13T00:31:35.402Z] 6ca5941a6612: Pull complete [2021-01-13T00:31:35.670Z] ecc8261a40a4: Pull complete [2021-01-13T00:31:35.670Z] Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 [2021-01-13T00:31:35.670Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [2021-01-13T00:31:35.670Z] nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer [2021-01-13T00:31:35.812Z] prd-centos7-docker-4c-2g-19868 does not seem to be running inside a container [2021-01-13T00:31:35.886Z] $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat [2021-01-13T00:31:38.361Z] $ docker top a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent [2021-01-13T00:31:38.759Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T00:31:38.759Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T00:31:38.982Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T00:31:38.985Z] $ docker exec a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 ssh-agent [2021-01-13T00:31:39.156Z] SSH_AUTH_SOCK=/tmp/ssh-WVgyXTPtuhFK/agent.12 [2021-01-13T00:31:39.156Z] SSH_AGENT_PID=17 [2021-01-13T00:31:39.167Z] Running ssh-add (command line suppressed) [2021-01-13T00:31:39.296Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_8379279192166229047.key (/w/workspace/edgex-go/21@tmp/private_key_8379279192166229047.key) [2021-01-13T00:31:39.354Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T00:31:39.721Z] + git tag --points-at HEAD [Pipeline] } [2021-01-13T00:31:39.747Z] $ docker exec --env ******** --env ******** a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 ssh-agent -k [2021-01-13T00:31:39.875Z] unset SSH_AUTH_SOCK; [2021-01-13T00:31:39.875Z] unset SSH_AGENT_PID; [2021-01-13T00:31:39.875Z] echo Agent pid 17 killed; [2021-01-13T00:31:39.940Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent [2021-01-13T00:31:40.172Z] [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) [2021-01-13T00:31:40.172Z] [ssh-agent] Looking for ssh-agent implementation... [2021-01-13T00:31:40.345Z] [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) [2021-01-13T00:31:40.349Z] $ docker exec a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 ssh-agent [2021-01-13T00:31:40.513Z] SSH_AUTH_SOCK=/tmp/ssh-a8nRmeoLzhcK/agent.48 [2021-01-13T00:31:40.513Z] SSH_AGENT_PID=53 [2021-01-13T00:31:40.522Z] Running ssh-add (command line suppressed) [2021-01-13T00:31:40.640Z] Identity added: /w/workspace/edgex-go/21@tmp/private_key_6183372556141554082.key (/w/workspace/edgex-go/21@tmp/private_key_6183372556141554082.key) [2021-01-13T00:31:40.692Z] [ssh-agent] Started. [Pipeline] { [Pipeline] sh [2021-01-13T00:31:41.076Z] + git semver init [2021-01-13T00:31:41.076Z] # -> Open(): unable to determine branch for HEAD [2021-01-13T00:31:41.077Z] # $GIT_DIR = /w/workspace/edgex-go/21/.git [2021-01-13T00:31:41.077Z] # $GIT_WORK_TREE = /w/workspace/edgex-go/21 [2021-01-13T00:31:41.077Z] # $SEMVER_REMOTE_NAME = origin [2021-01-13T00:31:41.077Z] # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org [2021-01-13T00:31:41.077Z] # $SEMVER_USER_NAME = edgex-jenkins [2021-01-13T00:31:41.077Z] # $SEMVER_BRANCH = PR-2924 [2021-01-13T00:31:41.077Z] # $SEMVER_TEMP = /tmp/semver-686661052 [2021-01-13T00:31:41.077Z] # git clone --branch semver git@github.com:edgexfoundry/edgex-go.git $SEMVER_TEMP [2021-01-13T00:32:03.135Z] # '/tmp/semver-686661052' -> '/w/workspace/edgex-go/21/.semver' [2021-01-13T00:32:03.135Z] # -> Force: false [2021-01-13T00:32:03.400Z] # $SEMVER_DIR = /w/workspace/edgex-go/21/.semver [Pipeline] } [2021-01-13T00:32:03.415Z] $ docker exec --env ******** --env ******** a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 ssh-agent -k [2021-01-13T00:32:03.646Z] unset SSH_AUTH_SOCK; [2021-01-13T00:32:03.646Z] unset SSH_AGENT_PID; [2021-01-13T00:32:03.646Z] echo Agent pid 53 killed; [2021-01-13T00:32:03.736Z] [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh [2021-01-13T00:32:04.323Z] + git semver [Pipeline] } [2021-01-13T00:32:04.342Z] $ docker stop --time=1 a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 [2021-01-13T00:32:05.919Z] $ docker rm -f a84017e505b99f3f618d2c3447624f838e1d80d3af5f4c8fc072e5dab3af69a2 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T00:32:06.477Z] + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash [2021-01-13T00:32:07.252Z] Stashed 1 file(s) [Pipeline] echo [2021-01-13T00:32:07.254Z] [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-13T00:32:08.523Z] + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:32:08.823Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:32:09.121Z] + sudo service docker restart [2021-01-13T00:32:09.121Z] + true [2021-01-13T00:32:09.121Z] Redirecting to /bin/systemctl restart docker.service [Pipeline] echo [2021-01-13T00:32:09.711Z] ========================================================= [2021-01-13T00:32:09.711Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] [2021-01-13T00:32:09.711Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:32:10.072Z] + 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-13T00:32:13.391Z] Sending build context to Docker daemon 326.4MB [2021-01-13T00:32:13.391Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T00:32:13.391Z] Step 2/6 : FROM ${BASE} [2021-01-13T00:32:13.391Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base [2021-01-13T00:32:13.391Z] 188c0c94c7c5: Pulling fs layer [2021-01-13T00:32:13.391Z] 0ef7d3d256c8: Pulling fs layer [2021-01-13T00:32:13.391Z] de9db76c5a1d: Pulling fs layer [2021-01-13T00:32:13.391Z] bca2f99d35d6: Pulling fs layer [2021-01-13T00:32:13.391Z] 93359f2a8cfa: Pulling fs layer [2021-01-13T00:32:13.391Z] 7c6f9722023f: Pulling fs layer [2021-01-13T00:32:13.391Z] a35cf1a2eb13: Pulling fs layer [2021-01-13T00:32:13.391Z] bca2f99d35d6: Waiting [2021-01-13T00:32:13.391Z] 93359f2a8cfa: Waiting [2021-01-13T00:32:13.391Z] 7c6f9722023f: Waiting [2021-01-13T00:32:13.391Z] a35cf1a2eb13: Waiting [2021-01-13T00:32:13.391Z] de9db76c5a1d: Verifying Checksum [2021-01-13T00:32:13.391Z] de9db76c5a1d: Download complete [2021-01-13T00:32:13.391Z] 0ef7d3d256c8: Verifying Checksum [2021-01-13T00:32:13.391Z] 0ef7d3d256c8: Download complete [2021-01-13T00:32:13.391Z] 93359f2a8cfa: Verifying Checksum [2021-01-13T00:32:13.391Z] 93359f2a8cfa: Download complete [2021-01-13T00:32:13.391Z] 7c6f9722023f: Verifying Checksum [2021-01-13T00:32:13.391Z] 7c6f9722023f: Download complete [2021-01-13T00:32:13.391Z] 188c0c94c7c5: Verifying Checksum [2021-01-13T00:32:13.391Z] 188c0c94c7c5: Download complete [2021-01-13T00:32:13.973Z] 188c0c94c7c5: Pull complete [2021-01-13T00:32:14.239Z] 0ef7d3d256c8: Pull complete [2021-01-13T00:32:14.817Z] de9db76c5a1d: Pull complete [2021-01-13T00:32:16.219Z] bca2f99d35d6: Verifying Checksum [2021-01-13T00:32:16.219Z] bca2f99d35d6: Download complete [2021-01-13T00:32:16.219Z] a35cf1a2eb13: Verifying Checksum [2021-01-13T00:32:16.219Z] a35cf1a2eb13: Download complete [2021-01-13T00:32:21.541Z] bca2f99d35d6: Pull complete [2021-01-13T00:32:21.541Z] 93359f2a8cfa: Pull complete [2021-01-13T00:32:21.541Z] 7c6f9722023f: Pull complete [2021-01-13T00:32:22.895Z] Still waiting to schedule task [2021-01-13T00:32:22.895Z] Waiting for next available executor on ‘ubuntu18.04-docker-arm64-4c-16g’ [2021-01-13T00:32:25.775Z] a35cf1a2eb13: Pull complete [2021-01-13T00:32:25.775Z] Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 [2021-01-13T00:32:25.775Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [2021-01-13T00:32:25.775Z] ---> a62c8e92a672 [2021-01-13T00:32:25.775Z] 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-13T00:32:26.037Z] ---> Running in 3bb62ce145e3 [2021-01-13T00:32:26.614Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:32:27.188Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:32:27.450Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T00:32:27.712Z] (2/12) Installing file (5.38-r0) [2021-01-13T00:32:27.712Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T00:32:27.975Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T00:32:40.234Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T00:32:40.234Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T00:32:40.234Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T00:32:40.234Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T00:32:40.234Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T00:32:40.234Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T00:32:40.234Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T00:32:40.234Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T00:32:40.234Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:32:40.234Z] OK: 233 MiB in 51 packages [2021-01-13T00:32:43.552Z] Removing intermediate container 3bb62ce145e3 [2021-01-13T00:32:43.552Z] ---> 483299b188a4 [2021-01-13T00:32:43.552Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T00:32:43.552Z] ---> Running in 13d56dbd7b90 [2021-01-13T00:32:43.552Z] Removing intermediate container 13d56dbd7b90 [2021-01-13T00:32:43.552Z] ---> 64033f369203 [2021-01-13T00:32:43.552Z] Step 5/6 : COPY go.mod . [2021-01-13T00:32:43.817Z] ---> 7449b7d7db3a [2021-01-13T00:32:43.817Z] Step 6/6 : RUN go mod download [2021-01-13T00:32:43.817Z] ---> Running in 59dc63f1c44f [2021-01-13T00:33:05.852Z] Removing intermediate container 59dc63f1c44f [2021-01-13T00:33:05.852Z] ---> 623589a0e1df [2021-01-13T00:33:05.852Z] Successfully built 623589a0e1df [2021-01-13T00:33:05.852Z] Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:33:06.172Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T00:33:06.172Z] . [Pipeline] withDockerContainer [2021-01-13T00:33:06.279Z] prd-centos7-docker-4c-2g-19868 does not seem to be running inside a container [2021-01-13T00:33:06.326Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-x86_64 cat [2021-01-13T00:33:07.199Z] $ docker top 053ad391beb4d717f668c469836b8782ed947b223fb1e81c2b75322e77479c48 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:33:07.735Z] + go version [2021-01-13T00:33:07.735Z] go version go1.15.5 linux/amd64 [Pipeline] } [2021-01-13T00:33:07.749Z] $ docker stop --time=1 053ad391beb4d717f668c469836b8782ed947b223fb1e81c2b75322e77479c48 [2021-01-13T00:33:09.101Z] $ docker rm -f 053ad391beb4d717f668c469836b8782ed947b223fb1e81c2b75322e77479c48 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:33:10.112Z] + docker inspect -f . ci-base-image-x86_64 [2021-01-13T00:33:10.112Z] . [Pipeline] withDockerContainer [2021-01-13T00:33:10.224Z] prd-centos7-docker-4c-2g-19868 does not seem to be running inside a container [2021-01-13T00:33:10.275Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-x86_64 cat [2021-01-13T00:33:11.939Z] $ docker top bb2d6c66b4afe9b62c2ae89877b47566c78a1f1041f132c81b10026344f2c63a -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T00:33:12.270Z] ========================================================= [2021-01-13T00:33:12.270Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T00:33:12.270Z] ========================================================= [Pipeline] sh [2021-01-13T00:33:12.604Z] + make test [2021-01-13T00:33:12.604Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T00:33:20.889Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T00:33:35.954Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T00:33:42.609Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T00:33:42.882Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T00:33:43.469Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T00:33:45.498Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T00:33:45.499Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T00:33:45.499Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T00:33:47.584Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.095s coverage: 46.6% of statements [2021-01-13T00:33:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T00:33:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T00:33:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T00:33:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T00:33:47.584Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T00:33:53.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.182s coverage: 27.0% of statements [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T00:33:53.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.040s coverage: 100.0% of statements [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T00:33:53.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.065s coverage: 100.0% of statements [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T00:33:53.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.104s coverage: 77.1% of statements [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T00:33:53.004Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.465s coverage: 82.4% of statements [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T00:33:53.004Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T00:33:53.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 0.328s coverage: 28.6% of statements [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T00:33:53.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.067s coverage: 100.0% of statements [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T00:33:53.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.048s coverage: 100.0% of statements [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T00:33:53.999Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.118s coverage: 86.7% of statements [2021-01-13T00:33:53.999Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T00:33:54.266Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.102s coverage: 97.5% of statements [2021-01-13T00:33:54.266Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T00:33:54.534Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.066s coverage: 78.3% of statements [2021-01-13T00:33:54.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T00:33:54.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T00:33:54.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T00:33:54.534Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 0.336s coverage: 93.1% of statements [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.038s coverage: 58.8% of statements [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.047s coverage: 0.1% of statements [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.031s coverage: 100.0% of statements [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.063s coverage: 75.5% of statements [2021-01-13T00:33:57.152Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.051s coverage: 80.8% of statements [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.112s coverage: 87.2% of statements [2021-01-13T00:33:57.152Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.059s coverage: 84.2% of statements [2021-01-13T00:33:57.750Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.093s coverage: 91.4% of statements [2021-01-13T00:33:57.750Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T00:33:58.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.197s coverage: 63.5% of statements [2021-01-13T00:33:58.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T00:33:58.351Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T00:33:58.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.032s coverage: 100.0% of statements [2021-01-13T00:33:58.351Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.036s coverage: 91.3% of statements [2021-01-13T00:33:58.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.028s coverage: 100.0% of statements [2021-01-13T00:33:58.620Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.056s coverage: 73.7% of statements [2021-01-13T00:33:58.889Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.041s coverage: 100.0% of statements [2021-01-13T00:34:00.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 0.351s coverage: 68.9% of statements [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T00:34:00.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.093s coverage: 37.0% of statements [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T00:34:00.469Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T00:34:00.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 0.344s coverage: 84.0% of statements [2021-01-13T00:34:00.469Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.045s coverage: 100.0% of statements [2021-01-13T00:34:03.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.096s coverage: 47.1% of statements [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T00:34:03.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.078s coverage: 100.0% of statements [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T00:34:03.360Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.049s coverage: 100.0% of statements [2021-01-13T00:34:03.360Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 0.747s coverage: 29.1% of statements [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.069s coverage: 99.0% of statements [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.053s coverage: 100.0% of statements [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.038s coverage: 0.0% of statements [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.038s coverage: 100.0% of statements [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.054s coverage: 87.9% of statements [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T00:34:04.369Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T00:34:04.369Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.038s coverage: 100.0% of statements [2021-01-13T00:34:04.646Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.023s coverage: 32.1% of statements [2021-01-13T00:34:04.921Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.043s coverage: 100.0% of statements [2021-01-13T00:34:05.204Z] GO111MODULE=on go vet ./... [2021-01-13T00:34:27.432Z] gofmt -l . [2021-01-13T00:34:27.432Z] [ "`gofmt -l .`" = "" ] [2021-01-13T00:34:27.432Z] ./bin/test-go-mod-tidy.sh [2021-01-13T00:34:27.700Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T00:34:28.597Z] + ls -al . [2021-01-13T00:34:28.598Z] total 652 [2021-01-13T00:34:28.598Z] drwxrwxr-x 10 1001 1001 4096 Jan 13 00:34 . [2021-01-13T00:34:28.598Z] drwxr-xr-x 4 root root 30 Jan 13 00:33 .. [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 00:31 .dockerignore [2021-01-13T00:34:28.598Z] drwxrwxr-x 8 1001 1001 179 Jan 13 00:31 .git [2021-01-13T00:34:28.598Z] drwxrwxr-x 3 1001 1001 125 Jan 13 00:31 .github [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 00:31 .gitignore [2021-01-13T00:34:28.598Z] drwx------ 3 1001 1001 47 Jan 13 00:32 .semver [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 00:31 .sonarcloud.properties [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 00:31 Attribution.txt [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 00:31 CONTRIBUTING.md [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 00:31 Dockerfile.build [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 00:31 Jenkinsfile [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 00:31 LICENSE [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 00:31 Makefile [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 00:31 README.md [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 00:31 SECURITY.md [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 00:32 VERSION [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 00:31 ZMQWindows.md [2021-01-13T00:34:28.598Z] drwxrwxr-x 2 1001 1001 117 Jan 13 00:31 bin [2021-01-13T00:34:28.598Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 00:31 cmd [2021-01-13T00:34:28.598Z] -rw-r--r-- 1 root root 548045 Jan 13 00:34 coverage.out [2021-01-13T00:34:28.598Z] -rw-r--r-- 1 root root 979 Jan 13 00:34 go.mod [2021-01-13T00:34:28.598Z] -rw-r--r-- 1 root root 19231 Jan 13 00:34 go.sum [2021-01-13T00:34:28.598Z] drwxrwxr-x 8 1001 1001 127 Jan 13 00:31 internal [2021-01-13T00:34:28.598Z] drwxrwxr-x 4 1001 1001 26 Jan 13 00:31 openapi [2021-01-13T00:34:28.598Z] drwxrwxr-x 4 1001 1001 71 Jan 13 00:31 snap [2021-01-13T00:34:28.598Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 00:31 version.go [Pipeline] sh [2021-01-13T00:34:28.910Z] + '[' -e coverage.out ] [2021-01-13T00:34:28.910Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T00:34:29.107Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T00:34:29.413Z] + make build [2021-01-13T00:34:29.413Z] 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-13T00:34:32.051Z] 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-13T00:34:40.286Z] 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-13T00:34:40.865Z] 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-13T00:34:42.255Z] 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-13T00:34:42.522Z] 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-13T00:34:43.932Z] 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-13T00:34:45.329Z] 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-13T00:34:46.719Z] 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-13T00:34:47.671Z] 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-13T00:34:48.629Z] 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-13T00:34:49.586Z] 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 [Pipeline] } [2021-01-13T00:34:51.055Z] $ docker stop --time=1 bb2d6c66b4afe9b62c2ae89877b47566c78a1f1041f132c81b10026344f2c63a [2021-01-13T00:34:52.732Z] $ docker rm -f bb2d6c66b4afe9b62c2ae89877b47566c78a1f1041f132c81b10026344f2c63a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:34:55.618Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:34:55.618Z] [2021-01-13T00:34:55.618Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:34:56.054Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:34:56.054Z] latest: Pulling from edgex-devops/edgex-compose [2021-01-13T00:34:56.054Z] cbdbe7a5bc2a: Pulling fs layer [2021-01-13T00:34:56.054Z] ca9280d653b3: Pulling fs layer [2021-01-13T00:34:56.054Z] 7e9c9ca2126c: Pulling fs layer [2021-01-13T00:34:56.633Z] cbdbe7a5bc2a: Download complete [2021-01-13T00:34:56.901Z] ca9280d653b3: Verifying Checksum [2021-01-13T00:34:56.901Z] ca9280d653b3: Download complete [2021-01-13T00:34:57.163Z] cbdbe7a5bc2a: Pull complete [2021-01-13T00:34:57.363Z] Running on prd-ubuntu18.04-docker-arm64-4c-16g-19873 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-13T00:34:57.514Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-13T00:34:58.134Z] 7e9c9ca2126c: Download complete [2021-01-13T00:34:58.134Z] ca9280d653b3: Pull complete [2021-01-13T00:35:02.378Z] using credential edgex-jenkins-ssh [2021-01-13T00:35:02.525Z] Cloning the remote Git repository [2021-01-13T00:35:02.575Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:35:02.679Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-13T00:35:02.749Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:35:02.749Z] > git --version # timeout=10 [2021-01-13T00:35:02.767Z] > git --version # 'git version 2.17.1' [2021-01-13T00:35:02.768Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:35:02.836Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T00:35:04.779Z] 7e9c9ca2126c: Pull complete [2021-01-13T00:35:04.779Z] Digest: sha256:b7ff7cefa661cf441350a7c60c0e16dc22b011826ae41e7b448230bdfa9ba816 [2021-01-13T00:35:04.779Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:35:04.779Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [Pipeline] withDockerContainer [2021-01-13T00:35:04.984Z] prd-centos7-docker-4c-2g-19868 does not seem to be running inside a container [2021-01-13T00:35:05.038Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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:latest cat [2021-01-13T00:35:06.996Z] $ docker top a56e3954f327f77db2fe9e3f6c45b58fec4d13807c0c0abf7663107e57435eae -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:35:07.721Z] + docker-compose build --help [2021-01-13T00:35:07.721Z] + grep parallel [2021-01-13T00:35:08.666Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T00:35:08.680Z] $ docker stop --time=1 a56e3954f327f77db2fe9e3f6c45b58fec4d13807c0c0abf7663107e57435eae [2021-01-13T00:35:10.035Z] $ docker rm -f a56e3954f327f77db2fe9e3f6c45b58fec4d13807c0c0abf7663107e57435eae [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:35:11.114Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose:latest [2021-01-13T00:35:11.114Z] . [Pipeline] withDockerContainer [2021-01-13T00:35:11.212Z] prd-centos7-docker-4c-2g-19868 does not seem to be running inside a container [2021-01-13T00:35:11.262Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-13T00:35:12.032Z] $ docker top efa5a84e6fcc099490e8e7b5712b00830b9c807b87f942d228b0d8db2cb302aa -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:35:12.699Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T00:35:13.650Z] Building docker-core-command-go ... [2021-01-13T00:35:13.650Z] Building docker-core-data-go ... [2021-01-13T00:35:13.650Z] Building docker-core-metadata-go ... [2021-01-13T00:35:13.650Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T00:35:13.650Z] Building docker-security-proxy-setup-go ... [2021-01-13T00:35:13.650Z] Building docker-security-secretstore-setup-go ... [2021-01-13T00:35:13.650Z] Building docker-support-notifications-go ... [2021-01-13T00:35:13.650Z] Building docker-support-scheduler-go ... [2021-01-13T00:35:13.650Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T00:35:13.650Z] Building docker-security-bootstrap-redis-go [2021-01-13T00:35:13.650Z] Building docker-core-data-go [2021-01-13T00:35:13.650Z] Building docker-support-notifications-go [2021-01-13T00:35:13.650Z] Building docker-security-secretstore-setup-go [2021-01-13T00:35:13.650Z] Building docker-support-scheduler-go [2021-01-13T00:35:24.120Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T00:35:24.931Z] Merging remotes/origin/master commit 356d3f58744bcd4c86fb4a1eb5552148d927414a into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-13T00:35:25.678Z] Merge succeeded, producing ad1aeb6340be23b91698e6e6d3309ca9a22d87e1 [2021-01-13T00:35:25.679Z] Checking out Revision ad1aeb6340be23b91698e6e6d3309ca9a22d87e1 (PR-2924) [2021-01-13T00:35:24.137Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T00:35:24.159Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T00:35:24.187Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:35:24.188Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:35:24.199Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T00:35:24.948Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T00:35:24.967Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-13T00:35:25.247Z] > git remote # timeout=10 [2021-01-13T00:35:25.263Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T00:35:25.276Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:35:25.285Z] > git merge 356d3f58744bcd4c86fb4a1eb5552148d927414a # timeout=10 [2021-01-13T00:35:25.625Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T00:35:25.683Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T00:35:25.716Z] > git checkout -f ad1aeb6340be23b91698e6e6d3309ca9a22d87e1 # timeout=10 [2021-01-13T00:35:30.090Z] Commit message: "Merge commit '356d3f58744bcd4c86fb4a1eb5552148d927414a' into HEAD" [2021-01-13T00:35:30.112Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh [2021-01-13T00:35:30.094Z] > git rev-list --no-walk 88c774f5ef87baacffc33e0aeaf896ceb091dbde # timeout=10 [2021-01-13T00:35:32.196Z] + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:35:32.656Z] + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh [2021-01-13T00:35:32.996Z] + sudo service docker+ restart [2021-01-13T00:35:32.996Z] true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap [2021-01-13T00:35:35.781Z] provisioning config files... [2021-01-13T00:35:35.822Z] copy managed file [edgex-go-settings] to file:/w/workspace/edgex-go/21@tmp/config5709840443576236047tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:35:36.407Z] ---> docker-login.sh [2021-01-13T00:35:36.407Z] nexus3.edgexfoundry.org:10001 [2021-01-13T00:35:37.394Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:35:37.669Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:35:37.669Z] Configure a credential helper to remove this warning. See [2021-01-13T00:35:37.669Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:35:37.669Z] [2021-01-13T00:35:37.669Z] Login Succeeded [2021-01-13T00:35:37.669Z] nexus3.edgexfoundry.org:10002 [2021-01-13T00:35:38.278Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:35:38.278Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:35:38.278Z] Configure a credential helper to remove this warning. See [2021-01-13T00:35:38.278Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:35:38.278Z] [2021-01-13T00:35:38.278Z] Login Succeeded [2021-01-13T00:35:38.278Z] nexus3.edgexfoundry.org:10003 [2021-01-13T00:35:38.560Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:35:38.836Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:35:38.836Z] Configure a credential helper to remove this warning. See [2021-01-13T00:35:38.836Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:35:38.836Z] [2021-01-13T00:35:38.836Z] Login Succeeded [2021-01-13T00:35:38.836Z] nexus3.edgexfoundry.org:10004 [2021-01-13T00:35:39.433Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:35:39.434Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:35:39.434Z] Configure a credential helper to remove this warning. See [2021-01-13T00:35:39.434Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:35:39.434Z] [2021-01-13T00:35:39.434Z] Login Succeeded [2021-01-13T00:35:39.434Z] docker.io [2021-01-13T00:35:39.708Z] WARNING! Using --password via the CLI is insecure. Use --password-stdin. [2021-01-13T00:35:41.156Z] WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. [2021-01-13T00:35:41.156Z] Configure a credential helper to remove this warning. See [2021-01-13T00:35:41.156Z] https://docs.docker.com/engine/reference/commandline/login/#credentials-store [2021-01-13T00:35:41.156Z] [2021-01-13T00:35:41.156Z] Login Succeeded [2021-01-13T00:35:41.156Z] ---> docker-login.sh ends [Pipeline] } [2021-01-13T00:35:41.185Z] Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo [2021-01-13T00:35:42.065Z] ========================================================= [2021-01-13T00:35:42.065Z] [edgeXBuildGoParallel] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] [2021-01-13T00:35:42.065Z] ========================================================= [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:35:42.563Z] + 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-13T00:35:45.227Z] Sending build context to Docker daemon 165.5MB [2021-01-13T00:35:45.227Z] Step 1/6 : ARG BASE=golang:1.15-alpine3.12 [2021-01-13T00:35:45.227Z] Step 2/6 : FROM ${BASE} [2021-01-13T00:35:45.227Z] 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 [2021-01-13T00:35:45.227Z] 5f621e34cdf4: Pulling fs layer [2021-01-13T00:35:45.227Z] a4357932f1b6: Pulling fs layer [2021-01-13T00:35:45.227Z] 18c013af1878: Pulling fs layer [2021-01-13T00:35:45.227Z] 00ac8860ef70: Pulling fs layer [2021-01-13T00:35:45.227Z] 63d7cb157983: Pulling fs layer [2021-01-13T00:35:45.227Z] b116817d02f9: Pulling fs layer [2021-01-13T00:35:45.227Z] 745a02a5169b: Pulling fs layer [2021-01-13T00:35:45.227Z] 00ac8860ef70: Waiting [2021-01-13T00:35:45.227Z] 63d7cb157983: Waiting [2021-01-13T00:35:45.227Z] b116817d02f9: Waiting [2021-01-13T00:35:45.227Z] 745a02a5169b: Waiting [2021-01-13T00:35:45.227Z] 18c013af1878: Verifying Checksum [2021-01-13T00:35:45.227Z] 18c013af1878: Download complete [2021-01-13T00:35:45.227Z] a4357932f1b6: Verifying Checksum [2021-01-13T00:35:45.227Z] a4357932f1b6: Download complete [2021-01-13T00:35:45.227Z] 63d7cb157983: Verifying Checksum [2021-01-13T00:35:45.227Z] 63d7cb157983: Download complete [2021-01-13T00:35:45.227Z] b116817d02f9: Verifying Checksum [2021-01-13T00:35:45.227Z] b116817d02f9: Download complete [2021-01-13T00:35:45.227Z] 5f621e34cdf4: Verifying Checksum [2021-01-13T00:35:45.227Z] 5f621e34cdf4: Download complete [2021-01-13T00:35:45.822Z] 5f621e34cdf4: Pull complete [2021-01-13T00:35:45.906Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:35:45.906Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:35:45.906Z] ---> 623589a0e1df [2021-01-13T00:35:45.906Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:35:45.906Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:35:45.906Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:35:45.906Z] ---> 623589a0e1df [2021-01-13T00:35:45.906Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:35:45.906Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:35:45.906Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:35:45.906Z] ---> 623589a0e1df [2021-01-13T00:35:45.906Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T00:35:45.906Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:35:45.906Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:35:45.906Z] ---> 623589a0e1df [2021-01-13T00:35:45.906Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:35:45.906Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:35:45.906Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:35:45.906Z] ---> 623589a0e1df [2021-01-13T00:35:45.906Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:35:45.906Z] ---> Running in bcbf87e5c890 [2021-01-13T00:35:45.906Z] ---> Running in 7d78414fa5e0 [2021-01-13T00:35:45.906Z] ---> Running in e04c17f823e3 [2021-01-13T00:35:45.906Z] ---> Running in 1f899422ba41 [2021-01-13T00:35:45.906Z] ---> Running in e49b4a817118 [2021-01-13T00:35:46.418Z] a4357932f1b6: Pull complete [2021-01-13T00:35:46.484Z] Removing intermediate container e04c17f823e3 [2021-01-13T00:35:46.484Z] ---> 1bca156e04d9 [2021-01-13T00:35:46.484Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:35:46.484Z] Removing intermediate container bcbf87e5c890 [2021-01-13T00:35:46.484Z] ---> 435aeed3c2f1 [2021-01-13T00:35:46.484Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:35:46.484Z] Removing intermediate container 7d78414fa5e0 [2021-01-13T00:35:46.484Z] ---> 52ea0e27f781 [2021-01-13T00:35:46.484Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:35:46.484Z] Removing intermediate container e49b4a817118 [2021-01-13T00:35:46.484Z] ---> 0793d66fb8c6 [2021-01-13T00:35:46.484Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:35:46.484Z] Removing intermediate container 1f899422ba41 [2021-01-13T00:35:46.484Z] ---> 0a9edee30bcb [2021-01-13T00:35:46.484Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:35:46.484Z] ---> Running in 0e72f5ef4e04 [2021-01-13T00:35:46.484Z] ---> Running in 4873e21cacd3 [2021-01-13T00:35:46.484Z] ---> Running in 8286b118502b [2021-01-13T00:35:46.691Z] 18c013af1878: Pull complete [2021-01-13T00:35:46.748Z] ---> Running in b7ccfc355d04 [2021-01-13T00:35:46.749Z] ---> Running in bf37a9725c30 [2021-01-13T00:35:47.669Z] 745a02a5169b: Verifying Checksum [2021-01-13T00:35:47.669Z] 745a02a5169b: Download complete [2021-01-13T00:35:48.684Z] Removing intermediate container 0e72f5ef4e04 [2021-01-13T00:35:48.684Z] ---> ac091026dc72 [2021-01-13T00:35:48.684Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T00:35:48.952Z] ---> Running in d1c7cb925603 [2021-01-13T00:35:48.952Z] Removing intermediate container 8286b118502b [2021-01-13T00:35:48.952Z] ---> 44902bc33694 [2021-01-13T00:35:48.952Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:35:48.952Z] Removing intermediate container bf37a9725c30 [2021-01-13T00:35:48.952Z] ---> 03d3f9d5e9db [2021-01-13T00:35:48.952Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T00:35:49.105Z] 00ac8860ef70: Verifying Checksum [2021-01-13T00:35:49.106Z] 00ac8860ef70: Download complete [2021-01-13T00:35:49.230Z] ---> Running in 122ea2a218e2 [2021-01-13T00:35:49.230Z] Removing intermediate container 4873e21cacd3 [2021-01-13T00:35:49.230Z] ---> 9ddc5f012d22 [2021-01-13T00:35:49.230Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:35:49.230Z] ---> Running in b921a614cba0 [2021-01-13T00:35:49.494Z] Removing intermediate container b7ccfc355d04 [2021-01-13T00:35:49.494Z] ---> 099f32c84bb3 [2021-01-13T00:35:49.494Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T00:35:49.494Z] ---> Running in 4af701d6e1ec [2021-01-13T00:35:49.756Z] ---> Running in e2aae0ccadf6 [2021-01-13T00:35:50.022Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:50.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:50.290Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:50.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:50.552Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:50.815Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:51.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:51.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:51.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:51.082Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:35:51.660Z] OK: 233 MiB in 51 packages [2021-01-13T00:35:51.660Z] OK: 233 MiB in 51 packages [2021-01-13T00:35:51.660Z] OK: 233 MiB in 51 packages [2021-01-13T00:35:51.660Z] OK: 233 MiB in 51 packages [2021-01-13T00:35:51.660Z] OK: 233 MiB in 51 packages [2021-01-13T00:35:52.611Z] Removing intermediate container 4af701d6e1ec [2021-01-13T00:35:52.611Z] ---> 43e869a6006a [2021-01-13T00:35:52.611Z] Step 6/21 : COPY go.mod . [2021-01-13T00:35:52.611Z] Removing intermediate container 122ea2a218e2 [2021-01-13T00:35:52.611Z] ---> 36909641a582 [2021-01-13T00:35:52.611Z] Step 6/22 : COPY go.mod . [2021-01-13T00:35:52.884Z] Removing intermediate container e2aae0ccadf6 [2021-01-13T00:35:52.884Z] ---> bf2cbcf81474 [2021-01-13T00:35:52.884Z] Step 6/23 : COPY go.mod . [2021-01-13T00:35:52.884Z] Removing intermediate container b921a614cba0 [2021-01-13T00:35:52.884Z] ---> e38c6d87106a [2021-01-13T00:35:52.884Z] Step 6/24 : COPY go.mod . [2021-01-13T00:35:52.884Z] ---> e4eb6fc85796 [2021-01-13T00:35:52.884Z] Step 7/21 : RUN go mod download [2021-01-13T00:35:52.884Z] Removing intermediate container d1c7cb925603 [2021-01-13T00:35:52.884Z] ---> 563414d843b0 [2021-01-13T00:35:52.884Z] Step 6/24 : COPY go.mod . [2021-01-13T00:35:52.884Z] ---> Running in 713affeffb19 [2021-01-13T00:35:53.147Z] ---> c0a0e92210e0 [2021-01-13T00:35:53.147Z] Step 7/22 : RUN go mod download [2021-01-13T00:35:53.412Z] ---> Running in e8b9021f992b [2021-01-13T00:35:53.412Z] ---> aa9d4533f0c9 [2021-01-13T00:35:53.412Z] Step 7/24 : RUN go mod download [2021-01-13T00:35:53.412Z] ---> 129ab8a4b25f [2021-01-13T00:35:53.412Z] Step 7/24 : RUN go mod download [2021-01-13T00:35:53.412Z] ---> 26e3f688502c [2021-01-13T00:35:53.412Z] Step 7/23 : RUN go mod download [2021-01-13T00:35:53.676Z] ---> Running in d85692911672 [2021-01-13T00:35:53.676Z] ---> Running in 3775521b250d [2021-01-13T00:35:53.676Z] ---> Running in 950d2f9fb0df [2021-01-13T00:35:55.635Z] Removing intermediate container e8b9021f992b [2021-01-13T00:35:55.635Z] ---> c3c0bdd755e6 [2021-01-13T00:35:55.635Z] Step 8/22 : COPY . . [2021-01-13T00:35:55.635Z] Removing intermediate container 713affeffb19 [2021-01-13T00:35:55.635Z] ---> cb701f485bd9 [2021-01-13T00:35:55.635Z] Step 8/21 : COPY . . [2021-01-13T00:35:57.048Z] Removing intermediate container d85692911672 [2021-01-13T00:35:57.048Z] ---> cc82ac52e2a2 [2021-01-13T00:35:57.048Z] Step 8/24 : COPY . . [2021-01-13T00:35:59.252Z] 00ac8860ef70: Pull complete [2021-01-13T00:35:59.252Z] 63d7cb157983: Pull complete [2021-01-13T00:35:59.252Z] b116817d02f9: Pull complete [2021-01-13T00:36:01.319Z] Removing intermediate container 3775521b250d [2021-01-13T00:36:01.319Z] ---> 8507714301a6 [2021-01-13T00:36:01.319Z] Step 8/24 : COPY . . [2021-01-13T00:36:01.319Z] Removing intermediate container 950d2f9fb0df [2021-01-13T00:36:01.319Z] ---> 3d6cf316dee0 [2021-01-13T00:36:01.319Z] Step 8/23 : COPY . . [2021-01-13T00:36:02.675Z] 745a02a5169b: Pull complete [2021-01-13T00:36:02.675Z] Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 [2021-01-13T00:36:02.675Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine [2021-01-13T00:36:02.675Z] ---> b7e6874047d6 [2021-01-13T00:36:02.675Z] 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-13T00:36:06.995Z] ---> Running in 70346cfaa3a6 [2021-01-13T00:36:07.593Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:36:08.567Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:36:09.546Z] (1/12) Installing libmagic (5.38-r0) [2021-01-13T00:36:09.547Z] (2/12) Installing file (5.38-r0) [2021-01-13T00:36:09.820Z] (3/12) Installing libc-dev (0.7.2-r3) [2021-01-13T00:36:09.820Z] (4/12) Installing g++ (9.3.0-r2) [2021-01-13T00:36:13.199Z] (5/12) Installing fortify-headers (1.1-r0) [2021-01-13T00:36:13.472Z] (6/12) Installing patch (2.7.6-r6) [2021-01-13T00:36:13.472Z] (7/12) Installing build-base (0.5-r2) [2021-01-13T00:36:13.472Z] (8/12) Installing libsodium (1.0.18-r0) [2021-01-13T00:36:13.744Z] (9/12) Installing pkgconf (1.7.2-r0) [2021-01-13T00:36:13.744Z] (10/12) Installing libsodium-dev (1.0.18-r0) [2021-01-13T00:36:13.744Z] (11/12) Installing libzmq (4.3.3-r0) [2021-01-13T00:36:14.019Z] (12/12) Installing zeromq-dev (4.3.3-r0) [2021-01-13T00:36:14.019Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:36:14.019Z] OK: 217 MiB in 51 packages [2021-01-13T00:36:18.336Z] Removing intermediate container 70346cfaa3a6 [2021-01-13T00:36:18.336Z] ---> 3a227f99cc3b [2021-01-13T00:36:18.336Z] Step 4/6 : WORKDIR /edgex-go [2021-01-13T00:36:18.336Z] ---> Running in 5780338c2eb2 [2021-01-13T00:36:18.606Z] Removing intermediate container 5780338c2eb2 [2021-01-13T00:36:18.606Z] ---> 725c6e91f52c [2021-01-13T00:36:18.606Z] Step 5/6 : COPY go.mod . [2021-01-13T00:36:19.201Z] ---> 758b7c9188da [2021-01-13T00:36:19.201Z] Step 6/6 : RUN go mod download [2021-01-13T00:36:19.473Z] ---> Running in b1c548566bf3 [2021-01-13T00:36:33.609Z] ---> 7d6b49d60ee0 [2021-01-13T00:36:33.609Z] ---> e4925fa7a44f [2021-01-13T00:36:33.609Z] Step 9/21 : RUN make cmd/support-scheduler/support-schedulerStep 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T00:36:33.609Z] [2021-01-13T00:36:33.609Z] ---> Running in c0b2ff9fa8f5 [2021-01-13T00:36:33.609Z] ---> Running in 1c3e5a7f5597 [2021-01-13T00:36:33.609Z] ---> 0b7d9f79d2d9 [2021-01-13T00:36:33.609Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T00:36:33.609Z] ---> 7f105015cf77 [2021-01-13T00:36:33.609Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T00:36:33.609Z] ---> 42fab65646f4 [2021-01-13T00:36:33.609Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T00:36:33.609Z] ---> Running in 58a6fdf0544e [2021-01-13T00:36:33.609Z] ---> Running in 76e31626d250 [2021-01-13T00:36:33.609Z] ---> Running in 51f97954dd51 [2021-01-13T00:36:34.192Z] 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-13T00:36:34.192Z] 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-13T00:36:34.192Z] 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-13T00:36:34.192Z] 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-13T00:36:34.192Z] 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-13T00:36:46.301Z] Removing intermediate container b1c548566bf3 [2021-01-13T00:36:46.301Z] ---> 844925e39494 [2021-01-13T00:36:46.301Z] Successfully built 844925e39494 [2021-01-13T00:36:46.301Z] Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:36:46.645Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T00:36:46.645Z] . [Pipeline] withDockerContainer [2021-01-13T00:36:46.925Z] prd-ubuntu18.04-docker-arm64-4c-16g-19873 does not seem to be running inside a container [2021-01-13T00:36:46.999Z] $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-13T00:36:48.585Z] $ docker top 09bc4bb5c92a590a4703e2c30289ad6aa819a0053309d2c896a858e2193fc035 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:36:49.842Z] + go version [2021-01-13T00:36:49.842Z] go version go1.15.5 linux/arm64 [Pipeline] } [2021-01-13T00:36:49.860Z] $ docker stop --time=1 09bc4bb5c92a590a4703e2c30289ad6aa819a0053309d2c896a858e2193fc035 [2021-01-13T00:36:51.787Z] $ docker rm -f 09bc4bb5c92a590a4703e2c30289ad6aa819a0053309d2c896a858e2193fc035 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:36:54.015Z] + docker inspect -f . ci-base-image-arm64 [2021-01-13T00:36:54.015Z] . [Pipeline] withDockerContainer [2021-01-13T00:36:54.287Z] prd-ubuntu18.04-docker-arm64-4c-16g-19873 does not seem to be running inside a container [2021-01-13T00:36:54.368Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-13T00:36:55.811Z] $ docker top 80b93a6a3c85b96948d8533d943bf30a26314065b2d0159f5d9b9b46d27f2c73 -eo pid,comm [Pipeline] { [Pipeline] echo [2021-01-13T00:36:56.393Z] ========================================================= [2021-01-13T00:36:56.394Z] [edgeXBuildGoParallel] Running Tests and Build... [2021-01-13T00:36:56.394Z] ========================================================= [Pipeline] sh [2021-01-13T00:36:57.038Z] + make test [2021-01-13T00:36:57.038Z] GO111MODULE=on go test -race -coverprofile=coverage.out ./... [2021-01-13T00:37:00.874Z] 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-13T00:37:09.111Z] Removing intermediate container c0b2ff9fa8f5 [2021-01-13T00:37:09.111Z] ---> 5534d4f52d2a [2021-01-13T00:37:09.111Z] [2021-01-13T00:37:09.111Z] Step 10/21 : FROM scratch [2021-01-13T00:37:09.111Z] ---> [2021-01-13T00:37:09.111Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:37:09.111Z] Removing intermediate container 1c3e5a7f5597 [2021-01-13T00:37:09.111Z] ---> 1b94e1ed67da [2021-01-13T00:37:09.111Z] [2021-01-13T00:37:09.111Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T00:37:09.111Z] Removing intermediate container 51f97954dd51 [2021-01-13T00:37:09.111Z] ---> b23ca121d7e7 [2021-01-13T00:37:09.111Z] [2021-01-13T00:37:09.111Z] Step 10/24 : FROM scratch [2021-01-13T00:37:09.111Z] ---> [2021-01-13T00:37:09.111Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T00:37:09.112Z] 3.12: Pulling from library/alpine [2021-01-13T00:37:09.112Z] ---> Running in 15178522c05d [2021-01-13T00:37:09.112Z] ---> Running in de5e4435f615 [2021-01-13T00:37:09.112Z] Removing intermediate container 15178522c05d [2021-01-13T00:37:09.112Z] ---> 95a919c6fa9d [2021-01-13T00:37:09.112Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T00:37:10.509Z] Removing intermediate container de5e4435f615 [2021-01-13T00:37:10.509Z] ---> f8ddf9f06b2f [2021-01-13T00:37:10.509Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T00:37:10.509Z] ---> Running in 693e1007e3ae [2021-01-13T00:37:10.509Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T00:37:10.509Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T00:37:10.509Z] ---> 389fef711851 [2021-01-13T00:37:10.509Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:37:10.509Z] ---> Running in e9b24a85192b [2021-01-13T00:37:10.509Z] Removing intermediate container 58a6fdf0544e [2021-01-13T00:37:10.509Z] ---> 47fe99ccc6d0 [2021-01-13T00:37:10.509Z] [2021-01-13T00:37:10.509Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T00:37:10.509Z] ---> 389fef711851 [2021-01-13T00:37:10.509Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:37:10.509Z] ---> Running in 2bdc0e122fa5 [2021-01-13T00:37:10.770Z] ---> Running in 883335ffbb48 [2021-01-13T00:37:10.770Z] Removing intermediate container e9b24a85192b [2021-01-13T00:37:10.770Z] ---> adb41a0e8cee [2021-01-13T00:37:10.770Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T00:37:10.770Z] Removing intermediate container 693e1007e3ae [2021-01-13T00:37:10.770Z] ---> a187a490bcd9 [2021-01-13T00:37:10.770Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T00:37:11.042Z] ---> Running in f16e392c6283 [2021-01-13T00:37:11.042Z] ---> Running in c21edb77385c [2021-01-13T00:37:11.310Z] Removing intermediate container c21edb77385c [2021-01-13T00:37:11.310Z] ---> 75a5e431927e [2021-01-13T00:37:11.310Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:37:11.310Z] Removing intermediate container f16e392c6283 [2021-01-13T00:37:11.310Z] ---> 67557da5762b [2021-01-13T00:37:11.310Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T00:37:11.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:11.588Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:11.588Z] ---> 4be173e93204 [2021-01-13T00:37:11.588Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T00:37:11.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:11.853Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:11.853Z] ---> b92196991aa8 [2021-01-13T00:37:11.853Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T00:37:11.853Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T00:37:11.853Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T00:37:11.853Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:37:12.129Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T00:37:12.129Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T00:37:12.129Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:37:12.129Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T00:37:12.129Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T00:37:12.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:37:12.129Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T00:37:12.129Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T00:37:12.129Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:37:12.129Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:37:12.396Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:37:12.396Z] OK: 7 MiB in 19 packages [2021-01-13T00:37:12.396Z] OK: 7 MiB in 19 packages [2021-01-13T00:37:14.327Z] ---> 9b1317d50f85 [2021-01-13T00:37:14.327Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T00:37:15.715Z] ---> 8916321d0949 [2021-01-13T00:37:15.715Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T00:37:15.980Z] ---> ba5a42417b1a [2021-01-13T00:37:15.980Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:37:15.980Z] Removing intermediate container 76e31626d250 [2021-01-13T00:37:15.980Z] ---> c84e3301fca5 [2021-01-13T00:37:15.980Z] [2021-01-13T00:37:15.980Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T00:37:15.980Z] ---> 389fef711851 [2021-01-13T00:37:15.980Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:37:16.243Z] Removing intermediate container 883335ffbb48 [2021-01-13T00:37:16.243Z] ---> 45c3c5757641 [2021-01-13T00:37:16.243Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:37:16.506Z] ---> 76cc41518fa2 [2021-01-13T00:37:16.506Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T00:37:16.768Z] ---> Running in bfd01c1d0228 [2021-01-13T00:37:16.768Z] ---> Running in 6c7a542ca29e [2021-01-13T00:37:16.768Z] ---> Running in 6f121d33ccf0 [2021-01-13T00:37:16.768Z] Removing intermediate container 2bdc0e122fa5 [2021-01-13T00:37:16.768Z] ---> febeb3c26635 [2021-01-13T00:37:16.768Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T00:37:16.768Z] ---> d018800b833e [2021-01-13T00:37:16.768Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T00:37:18.063Z] ---> Running in ea910a2576b0 [2021-01-13T00:37:18.063Z] Removing intermediate container 6c7a542ca29e [2021-01-13T00:37:18.063Z] ---> 7cfe3c9d8e7a [2021-01-13T00:37:18.063Z] Step 13/24 : WORKDIR / [2021-01-13T00:37:18.063Z] Removing intermediate container bfd01c1d0228 [2021-01-13T00:37:18.063Z] ---> a1dfb3638cb6 [2021-01-13T00:37:18.063Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T00:37:18.063Z] Removing intermediate container 6f121d33ccf0 [2021-01-13T00:37:18.063Z] ---> 775b03a8d550 [2021-01-13T00:37:18.063Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:37:18.063Z] ---> Running in 63837668795a [2021-01-13T00:37:18.063Z] ---> c26f03d28d47 [2021-01-13T00:37:18.063Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T00:37:18.063Z] ---> Running in 5f5046b428c7 [2021-01-13T00:37:18.063Z] ---> Running in 8918aa668f2a [2021-01-13T00:37:18.063Z] Removing intermediate container ea910a2576b0 [2021-01-13T00:37:18.063Z] ---> 36a6450468aa [2021-01-13T00:37:18.063Z] Step 13/22 : WORKDIR / [2021-01-13T00:37:18.063Z] ---> Running in 69f062cdc73d [2021-01-13T00:37:18.063Z] Removing intermediate container 63837668795a [2021-01-13T00:37:18.063Z] ---> 516b74faad90 [2021-01-13T00:37:18.063Z] 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-13T00:37:18.063Z] Removing intermediate container 8918aa668f2a [2021-01-13T00:37:18.063Z] ---> fe4eec3eba6a [2021-01-13T00:37:18.063Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T00:37:18.063Z] Removing intermediate container 5f5046b428c7 [2021-01-13T00:37:18.063Z] ---> ebf31e92fdfe [2021-01-13T00:37:18.063Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T00:37:18.063Z] ---> 8c9f479da914 [2021-01-13T00:37:18.063Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T00:37:18.327Z] ---> Running in 55155c35c65a [2021-01-13T00:37:18.327Z] ---> Running in 1d3e14fa7610 [2021-01-13T00:37:18.327Z] ---> Running in 9fa9a0de1cb9 [2021-01-13T00:37:18.327Z] Removing intermediate container 69f062cdc73d [2021-01-13T00:37:18.327Z] ---> 621a201bc510 [2021-01-13T00:37:18.327Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:37:18.590Z] ---> 8b41a1616467 [2021-01-13T00:37:18.590Z] 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-13T00:37:18.590Z] Removing intermediate container 55155c35c65a [2021-01-13T00:37:18.590Z] ---> 8f24a2165c5a [2021-01-13T00:37:18.590Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:37:18.590Z] Removing intermediate container 1d3e14fa7610 [2021-01-13T00:37:18.590Z] ---> 65612acad111 [2021-01-13T00:37:18.590Z] Step 20/21 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:37:18.853Z] Removing intermediate container 9fa9a0de1cb9 [2021-01-13T00:37:18.853Z] ---> b3369cca05c1 [2021-01-13T00:37:18.853Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:37:18.853Z] ---> Running in 8081a62dbe49 [2021-01-13T00:37:19.427Z] ---> Running in 18b75adfe80b [2021-01-13T00:37:19.691Z] ---> Running in a7dc1414cf35 [2021-01-13T00:37:19.691Z] ---> 7650ecbf977e [2021-01-13T00:37:19.692Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [2021-01-13T00:37:19.692Z] ---> 43183f5e0a37 [2021-01-13T00:37:19.692Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T00:37:19.957Z] Removing intermediate container 18b75adfe80b [2021-01-13T00:37:19.957Z] ---> 0e98b628bad8 [2021-01-13T00:37:19.957Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T00:37:19.957Z] Removing intermediate container a7dc1414cf35 [2021-01-13T00:37:19.957Z] ---> 804699baf7ea [2021-01-13T00:37:19.957Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T00:37:20.230Z] ---> Running in 37d2b1dab879 [2021-01-13T00:37:20.230Z] ---> f731d2f07ed4 [2021-01-13T00:37:20.230Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T00:37:20.230Z] ---> 5a0d2c17235a [2021-01-13T00:37:20.230Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T00:37:20.230Z] ---> Running in 800766fddf06 [2021-01-13T00:37:20.499Z] Removing intermediate container 37d2b1dab879 [2021-01-13T00:37:20.500Z] ---> ae1ee097b833 [2021-01-13T00:37:20.500Z] [2021-01-13T00:37:20.500Z] Removing intermediate container 800766fddf06 [2021-01-13T00:37:20.500Z] ---> ca6f1763906e [2021-01-13T00:37:20.500Z] Step 23/24 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:37:20.766Z] Successfully built ae1ee097b833 [2021-01-13T00:37:20.766Z] Successfully tagged docker-support-scheduler-go:latest [2021-01-13T00:37:20.766Z] ---> a01d6e8c96cb [2021-01-13T00:37:20.766Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T00:37:20.766Z]  Building docker-support-scheduler-go ... done Building docker-sys-mgmt-agent-go [2021-01-13T00:37:20.766Z] ---> Running in 4bbbb76d5952 [2021-01-13T00:37:21.030Z] ---> 05b4849ea4d4 [2021-01-13T00:37:21.030Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T00:37:21.030Z] Removing intermediate container 4bbbb76d5952 [2021-01-13T00:37:21.030Z] ---> 4f6c24750172 [2021-01-13T00:37:21.030Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T00:37:21.298Z] Removing intermediate container 8081a62dbe49 [2021-01-13T00:37:21.298Z] ---> e73dfd3bd19c [2021-01-13T00:37:21.298Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T00:37:21.298Z] ---> Running in 5da3f3833184 [2021-01-13T00:37:21.562Z] ---> c91a4a475318 [2021-01-13T00:37:21.562Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T00:37:21.838Z] ---> Running in 0ea7d2b30b77 [2021-01-13T00:37:21.838Z] ---> Running in b213c2ff0fbd [2021-01-13T00:37:22.112Z] Removing intermediate container 5da3f3833184 [2021-01-13T00:37:22.112Z] ---> 30df325d6727 [2021-01-13T00:37:22.112Z] [2021-01-13T00:37:22.112Z] ---> cdedd9b1d04d [2021-01-13T00:37:22.112Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T00:37:22.112Z] Successfully built 30df325d6727 [2021-01-13T00:37:22.112Z] Successfully tagged docker-support-notifications-go:latest [2021-01-13T00:37:22.112Z] Building docker-security-proxy-setup-go [2021-01-13T00:37:23.868Z] ? github.com/edgexfoundry/edgex-go [no test files] [2021-01-13T00:37:25.432Z]  Building docker-support-notifications-go ... done fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:26.007Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:26.589Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T00:37:26.851Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T00:37:26.851Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T00:37:27.116Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T00:37:27.758Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T00:37:27.758Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:37:27.758Z] OK: 8 MiB in 19 packages [2021-01-13T00:37:28.104Z] ---> 2ddada91b145 [2021-01-13T00:37:28.104Z] 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-13T00:37:28.438Z] ---> Running in c657ce72f3cf [2021-01-13T00:37:32.793Z] Removing intermediate container 0ea7d2b30b77 [2021-01-13T00:37:32.793Z] ---> 07b09aa05b63 [2021-01-13T00:37:32.793Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:37:34.194Z] Removing intermediate container b213c2ff0fbd [2021-01-13T00:37:34.194Z] ---> 9dcc6b5789c8 [2021-01-13T00:37:34.194Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T00:37:35.592Z] ---> Running in 9f69461ea2ad [2021-01-13T00:37:36.993Z] ---> 8ce70b9b1050 [2021-01-13T00:37:36.993Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T00:37:38.926Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:37:38.926Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:37:38.926Z] ---> 623589a0e1df [2021-01-13T00:37:38.926Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T00:37:39.192Z] ---> Using cache [2021-01-13T00:37:39.192Z] ---> 0a9edee30bcb [2021-01-13T00:37:39.192Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:37:39.192Z] ---> Using cache [2021-01-13T00:37:39.192Z] ---> 03d3f9d5e9db [2021-01-13T00:37:39.192Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T00:37:39.455Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:37:39.455Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:37:39.455Z] ---> 623589a0e1df [2021-01-13T00:37:39.455Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:37:39.455Z] ---> Using cache [2021-01-13T00:37:39.455Z] ---> 0a9edee30bcb [2021-01-13T00:37:39.455Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:37:39.455Z] ---> Using cache [2021-01-13T00:37:39.455Z] ---> 03d3f9d5e9db [2021-01-13T00:37:39.455Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:37:39.455Z] ---> Using cache [2021-01-13T00:37:39.455Z] ---> e38c6d87106a [2021-01-13T00:37:39.455Z] Step 6/21 : COPY go.mod . [2021-01-13T00:37:39.455Z] ---> Using cache [2021-01-13T00:37:39.455Z] ---> aa9d4533f0c9 [2021-01-13T00:37:39.455Z] Step 7/21 : RUN go mod download [2021-01-13T00:37:39.455Z] ---> Using cache [2021-01-13T00:37:39.455Z] ---> cc82ac52e2a2 [2021-01-13T00:37:39.455Z] Step 8/21 : COPY . . [2021-01-13T00:37:39.455Z] ---> Using cache [2021-01-13T00:37:39.455Z] ---> 0b7d9f79d2d9 [2021-01-13T00:37:39.455Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T00:37:40.406Z] Removing intermediate container 9f69461ea2ad [2021-01-13T00:37:40.406Z] ---> f4390f644290 [2021-01-13T00:37:40.406Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T00:37:40.406Z] ---> Running in 77ec31e08c0e [2021-01-13T00:37:40.406Z] ---> Running in e5bef60a980a [2021-01-13T00:37:40.406Z] ---> Running in 8934731c2a07 [2021-01-13T00:37:40.406Z] Removing intermediate container c657ce72f3cf [2021-01-13T00:37:40.406Z] ---> 4474f3e1e3a5 [2021-01-13T00:37:40.406Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T00:37:40.669Z] ---> 0ee798e43090 [2021-01-13T00:37:40.669Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T00:37:40.933Z] ---> Running in b86cebceac4e [2021-01-13T00:37:40.933Z] Removing intermediate container 8934731c2a07 [2021-01-13T00:37:40.933Z] ---> 96dee52c19aa [2021-01-13T00:37:40.933Z] Step 21/22 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:37:41.201Z] ---> b90bc6ebd778 [2021-01-13T00:37:41.201Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T00:37:41.201Z] ---> Running in 8a37733d68a8 [2021-01-13T00:37:41.201Z] Removing intermediate container b86cebceac4e [2021-01-13T00:37:41.201Z] ---> 9478658f69ca [2021-01-13T00:37:41.201Z] Step 22/24 : LABEL arch=x86_64 [2021-01-13T00:37:41.201Z] ---> Running in 846aa92e0a1e [2021-01-13T00:37:41.201Z] ---> Running in dfc1597ca66e [2021-01-13T00:37:41.476Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:41.476Z] 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-13T00:37:41.476Z] Removing intermediate container 8a37733d68a8 [2021-01-13T00:37:41.476Z] ---> 205852bcd4aa [2021-01-13T00:37:41.476Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T00:37:41.476Z] Removing intermediate container 846aa92e0a1e [2021-01-13T00:37:41.476Z] ---> 793a10c04b90 [2021-01-13T00:37:41.476Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:37:41.476Z] ---> Running in 2579e14e477b [2021-01-13T00:37:41.738Z] Removing intermediate container dfc1597ca66e [2021-01-13T00:37:41.738Z] ---> d8b5cf1cbe40 [2021-01-13T00:37:41.738Z] Step 23/24 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:37:41.738Z] ---> Running in 9ee2f03a1307 [2021-01-13T00:37:41.738Z] ---> Running in ea6e30d51b32 [2021-01-13T00:37:41.738Z] Removing intermediate container 2579e14e477b [2021-01-13T00:37:41.738Z] ---> 8a3fd9e803c9 [2021-01-13T00:37:41.738Z] [2021-01-13T00:37:42.008Z] Removing intermediate container 9ee2f03a1307 [2021-01-13T00:37:42.009Z] ---> 5b20474369b5 [2021-01-13T00:37:42.009Z] Step 21/23 : LABEL arch=x86_64 [2021-01-13T00:37:42.009Z] Successfully built 8a3fd9e803c9 [2021-01-13T00:37:42.009Z] Successfully tagged docker-security-bootstrap-redis-go:latest [2021-01-13T00:37:42.009Z] Building docker-core-metadata-go [2021-01-13T00:37:42.009Z]  Building docker-security-bootstrap-redis-go ... done Removing intermediate container ea6e30d51b32 [2021-01-13T00:37:42.009Z] ---> de47f6fa205b [2021-01-13T00:37:42.009Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T00:37:42.009Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:37:42.009Z] ---> Running in 67d270d4346b [2021-01-13T00:37:42.277Z] ---> Running in 713d73a2eb26 [2021-01-13T00:37:42.277Z] Removing intermediate container 67d270d4346b [2021-01-13T00:37:42.277Z] ---> 768f2fdfbd45 [2021-01-13T00:37:42.277Z] Step 22/23 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:37:42.551Z] Removing intermediate container 713d73a2eb26 [2021-01-13T00:37:42.551Z] ---> 011740814fd2 [2021-01-13T00:37:42.551Z] [2021-01-13T00:37:42.551Z] OK: 233 MiB in 51 packages [2021-01-13T00:37:42.551Z] ---> Running in 1509ad0666de [2021-01-13T00:37:42.828Z] Successfully built 011740814fd2 [2021-01-13T00:37:42.828Z] Successfully tagged docker-security-secretstore-setup-go:latest [2021-01-13T00:37:42.828Z] Building docker-core-command-go [2021-01-13T00:37:43.111Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 1509ad0666de [2021-01-13T00:37:43.111Z] ---> 45e943b8144f [2021-01-13T00:37:43.111Z] Step 23/23 : LABEL version=0.0.0 [2021-01-13T00:37:43.375Z] ---> Running in 0e86d7f64999 [2021-01-13T00:37:50.032Z] Removing intermediate container 77ec31e08c0e [2021-01-13T00:37:50.032Z] ---> 46f1854a70a7 [2021-01-13T00:37:50.032Z] Step 6/26 : COPY go.mod . [2021-01-13T00:37:50.032Z] Removing intermediate container 0e86d7f64999 [2021-01-13T00:37:50.032Z] ---> b80463e304b3 [2021-01-13T00:37:50.032Z] [2021-01-13T00:37:50.316Z] Successfully built b80463e304b3 [2021-01-13T00:37:52.881Z] Successfully tagged docker-core-data-go:latest [2021-01-13T00:37:55.011Z]  Building docker-core-data-go ... done  ---> c9a48c1d877b [2021-01-13T00:37:55.011Z] Step 7/26 : RUN go mod download [2021-01-13T00:37:56.432Z] ---> Running in 28b4d9c29777 [2021-01-13T00:38:01.794Z] Removing intermediate container 28b4d9c29777 [2021-01-13T00:38:01.794Z] ---> 164c5d46e143 [2021-01-13T00:38:01.794Z] Step 8/26 : COPY . . [2021-01-13T00:38:01.794Z] 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-13T00:38:01.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:38:01.794Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:38:01.794Z] ---> 623589a0e1df [2021-01-13T00:38:01.794Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> 0a9edee30bcb [2021-01-13T00:38:01.794Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> 03d3f9d5e9db [2021-01-13T00:38:01.794Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> e38c6d87106a [2021-01-13T00:38:01.794Z] Step 6/22 : COPY go.mod . [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> aa9d4533f0c9 [2021-01-13T00:38:01.794Z] Step 7/22 : RUN go mod download [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> cc82ac52e2a2 [2021-01-13T00:38:01.794Z] Step 8/22 : COPY . . [2021-01-13T00:38:01.794Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:38:01.794Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:38:01.794Z] ---> 623589a0e1df [2021-01-13T00:38:01.794Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> 0a9edee30bcb [2021-01-13T00:38:01.794Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> 03d3f9d5e9db [2021-01-13T00:38:01.794Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> e38c6d87106a [2021-01-13T00:38:01.794Z] Step 6/22 : COPY go.mod . [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> aa9d4533f0c9 [2021-01-13T00:38:01.794Z] Step 7/22 : RUN go mod download [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> cc82ac52e2a2 [2021-01-13T00:38:01.794Z] Step 8/22 : COPY . . [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> 0b7d9f79d2d9 [2021-01-13T00:38:01.794Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T00:38:01.794Z] ---> Using cache [2021-01-13T00:38:01.794Z] ---> 0b7d9f79d2d9 [2021-01-13T00:38:01.794Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T00:38:03.231Z] ---> Running in 528e5b2bd930 [2021-01-13T00:38:03.231Z] ---> Running in d8a74725bd43 [2021-01-13T00:38:05.815Z] 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-13T00:38:05.815Z] 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-13T00:38:10.885Z] ? github.com/edgexfoundry/edgex-go/cmd/core-command [no test files] [2021-01-13T00:38:12.473Z] Removing intermediate container e5bef60a980a [2021-01-13T00:38:12.473Z] ---> 7b3c67d17b76 [2021-01-13T00:38:12.473Z] [2021-01-13T00:38:12.473Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T00:38:12.473Z] ---> 389fef711851 [2021-01-13T00:38:12.473Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T00:38:14.463Z] ---> Running in 1b1fb1594025 [2021-01-13T00:38:14.535Z] ? github.com/edgexfoundry/edgex-go/cmd/core-data [no test files] [2021-01-13T00:38:17.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:38:17.096Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:38:17.096Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T00:38:17.367Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:38:17.367Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T00:38:17.367Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T00:38:17.367Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:38:17.367Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:38:17.643Z] OK: 7 MiB in 18 packages [2021-01-13T00:38:19.139Z] Removing intermediate container 1b1fb1594025 [2021-01-13T00:38:19.139Z] ---> 2f7b8dc8b7d8 [2021-01-13T00:38:19.139Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:38:19.950Z] ? github.com/edgexfoundry/edgex-go/cmd/core-metadata [no test files] [2021-01-13T00:38:19.950Z] ? github.com/edgexfoundry/edgex-go/cmd/secrets-config [no test files] [2021-01-13T00:38:19.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-bootstrap-redis [no test files] [2021-01-13T00:38:19.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-file-token-provider [no test files] [2021-01-13T00:38:19.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-proxy-setup [no test files] [2021-01-13T00:38:19.950Z] ? github.com/edgexfoundry/edgex-go/cmd/security-secretstore-setup [no test files] [2021-01-13T00:38:20.103Z] ---> Running in 9c442c3a0f21 [2021-01-13T00:38:21.059Z] ---> 70649d9de117 [2021-01-13T00:38:21.059Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T00:38:21.329Z] Removing intermediate container 9c442c3a0f21 [2021-01-13T00:38:21.329Z] ---> 60056eee27f6 [2021-01-13T00:38:21.329Z] Step 13/21 : WORKDIR /edgex [2021-01-13T00:38:21.397Z] ? github.com/edgexfoundry/edgex-go/cmd/support-notifications [no test files] [2021-01-13T00:38:21.596Z] ---> Running in ec256b13f04d [2021-01-13T00:38:21.596Z] ---> Running in 1f19b895fbaa [2021-01-13T00:38:22.188Z] Removing intermediate container 1f19b895fbaa [2021-01-13T00:38:22.188Z] ---> 3023cb0478fa [2021-01-13T00:38:22.188Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T00:38:22.803Z] 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-13T00:38:22.849Z] ? github.com/edgexfoundry/edgex-go/cmd/support-scheduler [no test files] [2021-01-13T00:38:23.073Z] ---> f4de4849ba38 [2021-01-13T00:38:23.073Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T00:38:23.668Z] ---> 4fb56f42b380 [2021-01-13T00:38:23.668Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T00:38:24.308Z] ---> 14bc4c58e49e [2021-01-13T00:38:24.308Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T00:38:24.574Z] ---> Running in 109b066b76d7 [2021-01-13T00:38:25.167Z] Removing intermediate container 109b066b76d7 [2021-01-13T00:38:25.167Z] ---> bb0fe4a6f412 [2021-01-13T00:38:25.167Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T00:38:25.167Z] ---> Running in 061fa4a0d19e [2021-01-13T00:38:25.438Z] Removing intermediate container 061fa4a0d19e [2021-01-13T00:38:25.438Z] ---> df12f1222759 [2021-01-13T00:38:25.438Z] Step 19/21 : LABEL arch=x86_64 [2021-01-13T00:38:25.438Z] ---> Running in 429222d67323 [2021-01-13T00:38:25.712Z] Removing intermediate container 429222d67323 [2021-01-13T00:38:25.712Z] ---> c28a13fc50ec [2021-01-13T00:38:25.712Z] Step 20/21 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:38:25.988Z] ---> Running in dd9b9aa2f029 [2021-01-13T00:38:27.944Z] Removing intermediate container dd9b9aa2f029 [2021-01-13T00:38:27.944Z] ---> 181c633f4f85 [2021-01-13T00:38:27.944Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T00:38:28.220Z] ---> Running in aeb1be3fdc1c [2021-01-13T00:38:28.220Z] Removing intermediate container 528e5b2bd930 [2021-01-13T00:38:28.220Z] ---> f783ba53d626 [2021-01-13T00:38:28.220Z] [2021-01-13T00:38:28.220Z] Step 10/22 : FROM scratch [2021-01-13T00:38:28.220Z] ---> [2021-01-13T00:38:28.220Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:38:29.199Z] ---> Using cache [2021-01-13T00:38:29.199Z] ---> 95a919c6fa9d [2021-01-13T00:38:29.199Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T00:38:29.199Z] Removing intermediate container aeb1be3fdc1c [2021-01-13T00:38:29.199Z] ---> 1cba1b31d63c [2021-01-13T00:38:29.199Z] [2021-01-13T00:38:29.199Z] ---> Running in 532b5141ac1b [2021-01-13T00:38:29.199Z] Successfully built 1cba1b31d63c [2021-01-13T00:38:29.199Z] Successfully tagged docker-security-proxy-setup-go:latest [2021-01-13T00:38:29.484Z]  Building docker-security-proxy-setup-go ... done Removing intermediate container 532b5141ac1b [2021-01-13T00:38:29.484Z] ---> 0baf759320dc [2021-01-13T00:38:29.484Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:38:29.484Z] ---> Running in 932d66b60889 [2021-01-13T00:38:29.573Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-agent [no test files] [2021-01-13T00:38:29.573Z] ? github.com/edgexfoundry/edgex-go/cmd/sys-mgmt-executor [no test files] [2021-01-13T00:38:29.573Z] ? github.com/edgexfoundry/edgex-go/internal [no test files] [2021-01-13T00:38:29.753Z] Removing intermediate container 932d66b60889 [2021-01-13T00:38:29.753Z] ---> 4bf20e5976d2 [2021-01-13T00:38:29.753Z] Step 14/22 : WORKDIR / [2021-01-13T00:38:30.328Z] ---> Running in 44afb33fea95 [2021-01-13T00:38:32.286Z] Removing intermediate container d8a74725bd43 [2021-01-13T00:38:32.286Z] ---> a3cae4247ed1 [2021-01-13T00:38:32.286Z] [2021-01-13T00:38:32.287Z] Step 10/22 : FROM scratch [2021-01-13T00:38:32.287Z] ---> [2021-01-13T00:38:32.287Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:38:32.287Z] Removing intermediate container 44afb33fea95 [2021-01-13T00:38:32.287Z] ---> 1da0a5b0414c [2021-01-13T00:38:32.287Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:38:32.287Z] ---> Using cache [2021-01-13T00:38:32.287Z] ---> 95a919c6fa9d [2021-01-13T00:38:32.287Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T00:38:32.287Z] ---> Running in 103a6abcbd55 [2021-01-13T00:38:32.287Z] ---> eb82cde99ab4 [2021-01-13T00:38:32.287Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T00:38:32.550Z] Removing intermediate container 103a6abcbd55 [2021-01-13T00:38:32.550Z] ---> 80a3d45e629c [2021-01-13T00:38:32.550Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:38:33.138Z] ---> Running in 41e675e9cc44 [2021-01-13T00:38:33.138Z] ---> 7529dd76f0d3 [2021-01-13T00:38:33.138Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T00:38:33.420Z] Removing intermediate container 41e675e9cc44 [2021-01-13T00:38:33.420Z] ---> af3c843a735d [2021-01-13T00:38:33.420Z] Step 14/22 : WORKDIR / [2021-01-13T00:38:33.684Z] ---> Running in 8c33d7b68037 [2021-01-13T00:38:33.948Z] ---> 386b0aea130c [2021-01-13T00:38:33.948Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T00:38:34.211Z] ---> Running in 750d038c970e [2021-01-13T00:38:34.211Z] Removing intermediate container 8c33d7b68037 [2021-01-13T00:38:34.211Z] ---> ed7af01d9246 [2021-01-13T00:38:34.211Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:38:35.001Z] ok github.com/edgexfoundry/edgex-go/internal/core/command 0.229s coverage: 46.6% of statements [2021-01-13T00:38:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/config [no test files] [2021-01-13T00:38:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/container [no test files] [2021-01-13T00:38:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/errors [no test files] [2021-01-13T00:38:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces [no test files] [2021-01-13T00:38:35.001Z] ? github.com/edgexfoundry/edgex-go/internal/core/command/interfaces/mocks [no test files] [2021-01-13T00:38:35.602Z] Removing intermediate container 750d038c970e [2021-01-13T00:38:35.602Z] ---> 1b100216fd9e [2021-01-13T00:38:35.602Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:38:35.867Z] ---> 924f7bb1432e [2021-01-13T00:38:35.867Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T00:38:35.867Z] ---> Running in a016c9655fa9 [2021-01-13T00:38:36.132Z] Removing intermediate container a016c9655fa9 [2021-01-13T00:38:36.132Z] ---> a3e3ee006e4f [2021-01-13T00:38:36.132Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T00:38:36.132Z] ---> Running in 708e8ac4fed5 [2021-01-13T00:38:36.396Z] ---> 4e0cbb722bb7 [2021-01-13T00:38:36.396Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T00:38:36.663Z] Removing intermediate container 708e8ac4fed5 [2021-01-13T00:38:36.663Z] ---> 9eea64b18117 [2021-01-13T00:38:36.663Z] Step 21/22 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:38:38.119Z] ---> cde338ebc8be [2021-01-13T00:38:38.119Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T00:38:38.119Z] ---> Running in e25b9756289f [2021-01-13T00:38:38.119Z] Removing intermediate container ec256b13f04d [2021-01-13T00:38:38.119Z] ---> a56a11e50430 [2021-01-13T00:38:38.119Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T00:38:38.119Z] ---> Running in 87e21a8eea2f [2021-01-13T00:38:38.119Z] ---> Running in ea038e6c0032 [2021-01-13T00:38:38.119Z] Removing intermediate container e25b9756289f [2021-01-13T00:38:38.119Z] ---> b6747760303a [2021-01-13T00:38:38.119Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T00:38:38.431Z] Removing intermediate container 87e21a8eea2f [2021-01-13T00:38:38.431Z] ---> 370957e76832 [2021-01-13T00:38:38.431Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:38:38.431Z] ---> Running in 85c77c128feb [2021-01-13T00:38:38.431Z] ---> Running in b7bd1a6d4a3f [2021-01-13T00:38:38.704Z] Removing intermediate container 85c77c128feb [2021-01-13T00:38:38.704Z] ---> a820b9eef0ac [2021-01-13T00:38:38.704Z] [2021-01-13T00:38:38.704Z] Removing intermediate container b7bd1a6d4a3f [2021-01-13T00:38:38.704Z] ---> 963d574c3447 [2021-01-13T00:38:38.704Z] Step 20/22 : LABEL arch=x86_64 [2021-01-13T00:38:38.704Z] Successfully built a820b9eef0ac [2021-01-13T00:38:38.967Z] 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-13T00:38:38.967Z] Successfully tagged docker-core-command-go:latest [2021-01-13T00:38:38.967Z]  Building docker-core-command-go ... done  ---> Running in 1fbcbd438e54 [2021-01-13T00:38:38.967Z] Removing intermediate container 1fbcbd438e54 [2021-01-13T00:38:38.967Z] ---> 10eec3cf0898 [2021-01-13T00:38:38.967Z] Step 21/22 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:38:39.236Z] ---> Running in 3817f260779a [2021-01-13T00:38:39.236Z] Removing intermediate container 3817f260779a [2021-01-13T00:38:39.236Z] ---> 0c7fb401e9e5 [2021-01-13T00:38:39.236Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T00:38:39.501Z] ---> Running in ddb63b4e7d4d [2021-01-13T00:38:39.501Z] Removing intermediate container ddb63b4e7d4d [2021-01-13T00:38:39.501Z] ---> 086a784717ca [2021-01-13T00:38:39.501Z] [2021-01-13T00:38:39.763Z] Successfully built 086a784717ca [2021-01-13T00:38:39.763Z] Successfully tagged docker-core-metadata-go:latest [2021-01-13T00:38:40.029Z]  Building docker-core-metadata-go ... done Removing intermediate container ea038e6c0032 [2021-01-13T00:38:40.029Z] ---> e4c601d97b82 [2021-01-13T00:38:40.029Z] [2021-01-13T00:38:40.029Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T00:38:40.029Z] 20.10.0: Pulling from library/docker [2021-01-13T00:38:41.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data 1.532s coverage: 27.0% of statements [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/config [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/container [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/errors [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/interfaces/mocks [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/mocks [no test files] [2021-01-13T00:38:41.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading 0.062s coverage: 100.0% of statements [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/reading/mocks [no test files] [2021-01-13T00:38:41.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor 0.071s coverage: 100.0% of statements [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/operators/value_descriptor/mocks [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2 [no test files] [2021-01-13T00:38:41.751Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/application 0.576s coverage: 77.8% of statements [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/application/mocks [no test files] [2021-01-13T00:38:41.751Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/bootstrap/container [no test files] [2021-01-13T00:38:42.349Z] ok github.com/edgexfoundry/edgex-go/internal/core/data/v2/controller/http 0.683s coverage: 82.4% of statements [2021-01-13T00:38:42.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces [no test files] [2021-01-13T00:38:42.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T00:38:42.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/io [no test files] [2021-01-13T00:38:42.349Z] ? github.com/edgexfoundry/edgex-go/internal/core/data/v2/mocks [no test files] [2021-01-13T00:38:44.264Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T00:38:44.264Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T00:38:44.264Z] ---> aefe523efa57 [2021-01-13T00:38:44.264Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T00:38:44.529Z] ---> Running in e598885ab3c7 [2021-01-13T00:38:45.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:38:45.109Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:38:45.372Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T00:38:45.372Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T00:38:45.372Z] Executing bash-5.0.17-r0.post-install [2021-01-13T00:38:45.372Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:38:45.372Z] OK: 12 MiB in 22 packages [2021-01-13T00:38:45.948Z] Removing intermediate container e598885ab3c7 [2021-01-13T00:38:45.948Z] ---> 72dd60f6b0ef [2021-01-13T00:38:45.948Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T00:38:45.948Z] ---> Running in 6c155003211b [2021-01-13T00:38:46.210Z] Removing intermediate container 6c155003211b [2021-01-13T00:38:46.210Z] ---> 37ea964ea99d [2021-01-13T00:38:46.210Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T00:38:46.210Z] ---> Running in ed5cda06873e [2021-01-13T00:38:46.471Z] Removing intermediate container ed5cda06873e [2021-01-13T00:38:46.471Z] ---> 271e2c842a65 [2021-01-13T00:38:46.471Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T00:38:46.471Z] ---> Running in e0c69c0b6489 [2021-01-13T00:38:46.733Z] Removing intermediate container e0c69c0b6489 [2021-01-13T00:38:46.733Z] ---> 2794fde275cc [2021-01-13T00:38:46.733Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T00:38:47.680Z] ---> 256dc7d4fa42 [2021-01-13T00:38:47.680Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T00:38:47.680Z] ---> 588647a63e67 [2021-01-13T00:38:47.680Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T00:38:47.942Z] ---> 4255ba7273a2 [2021-01-13T00:38:47.942Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T00:38:48.205Z] ---> Running in 19ae96ce24ed [2021-01-13T00:38:48.470Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:38:48.732Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:38:48.732Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T00:38:48.732Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T00:38:48.732Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T00:38:48.993Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T00:38:48.993Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T00:38:48.993Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T00:38:48.993Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T00:38:49.941Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T00:38:49.941Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T00:38:49.941Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T00:38:49.941Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T00:38:49.941Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T00:38:49.941Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T00:38:49.941Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T00:38:49.941Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T00:38:49.941Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T00:38:49.941Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T00:38:50.204Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T00:38:50.204Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T00:38:50.204Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T00:38:50.204Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T00:38:50.204Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T00:38:50.467Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T00:38:50.467Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T00:38:50.467Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T00:38:50.467Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T00:38:50.467Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T00:38:50.467Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T00:38:50.467Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T00:38:50.467Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T00:38:50.467Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T00:38:50.467Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T00:38:50.467Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T00:38:50.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata 1.228s coverage: 28.6% of statements [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/config [no test files] [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/container [no test files] [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/errors [no test files] [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces [no test files] [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/interfaces/mocks [no test files] [2021-01-13T00:38:50.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable 0.165s coverage: 100.0% of statements [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/addressable/mocks [no test files] [2021-01-13T00:38:50.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command 0.091s coverage: 100.0% of statements [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/command/mocks [no test files] [2021-01-13T00:38:50.655Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device 0.336s coverage: 86.7% of statements [2021-01-13T00:38:50.655Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device/mocks [no test files] [2021-01-13T00:38:50.728Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:38:50.728Z] OK: 71 MiB in 55 packages [2021-01-13T00:38:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile 0.344s coverage: 97.5% of statements [2021-01-13T00:38:51.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_profile/mocks [no test files] [2021-01-13T00:38:51.257Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service 0.142s coverage: 78.3% of statements [2021-01-13T00:38:51.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/operators/device_service/mocks [no test files] [2021-01-13T00:38:51.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2 [no test files] [2021-01-13T00:38:51.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/application [no test files] [2021-01-13T00:38:51.257Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/bootstrap/container [no test files] [2021-01-13T00:38:58.884Z] Removing intermediate container 19ae96ce24ed [2021-01-13T00:38:58.884Z] ---> 2c8f3e00cf50 [2021-01-13T00:38:58.884Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T00:38:58.884Z] ---> Running in 3607bcce3e79 [2021-01-13T00:38:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/controller/http 1.100s coverage: 93.1% of statements [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/infrastructure/interfaces/mocks [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/core/metadata/v2/io [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/mocks [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/container [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/handlers/database [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/bootstrap/interfaces [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/common [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/container [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/correlation/models [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/interfaces [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/redis/models [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/db/test [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/errorconcept [no test files] [2021-01-13T00:38:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/telemetry 0.045s coverage: 58.8% of statements [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/bootstrap/handlers [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/controller/http [no test files] [2021-01-13T00:38:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/pkg/v2/infrastructure/redis 0.232s coverage: 0.1% of statements [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/interfaces [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/pkg/v2/utils [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config [no test files] [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command [no test files] [2021-01-13T00:38:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/help 0.061s coverage: 100.0% of statements [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy [no test files] [2021-01-13T00:38:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/adduser 0.086s coverage: 75.5% of statements [2021-01-13T00:38:59.561Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/common [no test files] [2021-01-13T00:38:59.561Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/deluser 0.090s coverage: 80.8% of statements [2021-01-13T00:39:00.162Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/jwt 0.178s coverage: 87.2% of statements [2021-01-13T00:39:00.805Z] Collecting docker-compose==1.23.2 [2021-01-13T00:39:00.805Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T00:39:00.805Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T00:39:00.805Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T00:39:01.142Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/oauth2 0.150s coverage: 84.2% of statements [2021-01-13T00:39:01.380Z] Collecting PyYAML<4,>=3.10 [2021-01-13T00:39:01.380Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T00:39:01.965Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T00:39:02.229Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T00:39:02.493Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T00:39:02.493Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T00:39:02.605Z] ok github.com/edgexfoundry/edgex-go/internal/security/config/command/proxy/tls 0.223s coverage: 91.4% of statements [2021-01-13T00:39:02.605Z] ? github.com/edgexfoundry/edgex-go/internal/security/config/interfaces [no test files] [2021-01-13T00:39:02.756Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T00:39:02.756Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T00:39:02.756Z] 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-13T00:39:02.756Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T00:39:02.756Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T00:39:03.018Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T00:39:03.018Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T00:39:03.605Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T00:39:03.605Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T00:39:03.867Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T00:39:03.868Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T00:39:03.868Z] 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-13T00:39:03.868Z] Collecting idna<2.8,>=2.5 [2021-01-13T00:39:03.868Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T00:39:04.129Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T00:39:04.129Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T00:39:04.129Z] 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-13T00:39:04.129Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T00:39:04.391Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T00:39:04.391Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T00:39:04.391Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T00:39:04.391Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T00:39:04.392Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T00:39:04.392Z] Installing collected packages: dockerpty, PyYAML, texttable, cached-property, jsonschema, websocket-client, docopt, idna, urllib3, requests, docker-pycreds, docker, docker-compose [2021-01-13T00:39:04.392Z] Running setup.py install for dockerpty: started [2021-01-13T00:39:05.782Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T00:39:05.782Z] Running setup.py install for PyYAML: started [2021-01-13T00:39:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider 0.604s coverage: 63.5% of statements [2021-01-13T00:39:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/config [no test files] [2021-01-13T00:39:06.000Z] ? github.com/edgexfoundry/edgex-go/internal/security/fileprovider/container [no test files] [2021-01-13T00:39:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/fileprovider/mocks 0.094s coverage: 100.0% of statements [2021-01-13T00:39:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf 0.097s coverage: 91.3% of statements [2021-01-13T00:39:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/kdf/mocks 0.068s coverage: 100.0% of statements [2021-01-13T00:39:06.000Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader 0.082s coverage: 73.7% of statements [2021-01-13T00:39:06.043Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T00:39:06.043Z] Running setup.py install for texttable: started [2021-01-13T00:39:06.274Z] ok github.com/edgexfoundry/edgex-go/internal/security/pipedhexreader/mocks 0.073s coverage: 100.0% of statements [2021-01-13T00:39:06.616Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T00:39:06.878Z] Running setup.py install for docopt: started [2021-01-13T00:39:07.140Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T00:39:07.140Z] Attempting uninstall: idna [2021-01-13T00:39:07.140Z] Found existing installation: idna 2.9 [2021-01-13T00:39:07.140Z] Uninstalling idna-2.9: [2021-01-13T00:39:07.140Z] Successfully uninstalled idna-2.9 [2021-01-13T00:39:07.403Z] Attempting uninstall: urllib3 [2021-01-13T00:39:07.403Z] Found existing installation: urllib3 1.25.9 [2021-01-13T00:39:07.403Z] Uninstalling urllib3-1.25.9: [2021-01-13T00:39:07.403Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T00:39:07.665Z] Attempting uninstall: requests [2021-01-13T00:39:07.665Z] Found existing installation: requests 2.23.0 [2021-01-13T00:39:07.665Z] Uninstalling requests-2.23.0: [2021-01-13T00:39:07.665Z] Successfully uninstalled requests-2.23.0 [2021-01-13T00:39:08.238Z] 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-13T00:39:11.544Z] Removing intermediate container 3607bcce3e79 [2021-01-13T00:39:11.544Z] ---> 40accc482728 [2021-01-13T00:39:11.544Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T00:39:11.544Z] ---> Running in 0221b009fd86 [2021-01-13T00:39:11.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz [2021-01-13T00:39:11.544Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz [2021-01-13T00:39:11.701Z] ok github.com/edgexfoundry/edgex-go/internal/security/proxy 1.010s coverage: 68.9% of statements [2021-01-13T00:39:11.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/config [no test files] [2021-01-13T00:39:11.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/proxy/container [no test files] [2021-01-13T00:39:11.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis [no test files] [2021-01-13T00:39:11.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/config [no test files] [2021-01-13T00:39:11.701Z] ? github.com/edgexfoundry/edgex-go/internal/security/redis/container [no test files] [2021-01-13T00:39:11.806Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:39:11.806Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T00:39:11.806Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T00:39:11.806Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:39:11.806Z] OK: 72 MiB in 58 packages [2021-01-13T00:39:12.307Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstore 0.389s coverage: 37.0% of statements [2021-01-13T00:39:12.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/config [no test files] [2021-01-13T00:39:12.307Z] ? github.com/edgexfoundry/edgex-go/internal/security/secretstore/container [no test files] [2021-01-13T00:39:12.382Z] Removing intermediate container 0221b009fd86 [2021-01-13T00:39:12.382Z] ---> 2fcb05c8b4f5 [2021-01-13T00:39:12.382Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T00:39:12.382Z] ---> Running in ebfffac9addf [2021-01-13T00:39:12.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient 1.732s coverage: 84.0% of statements [2021-01-13T00:39:12.582Z] ok github.com/edgexfoundry/edgex-go/internal/security/secretstoreclient/mocks 0.137s coverage: 100.0% of statements [2021-01-13T00:39:12.645Z] Removing intermediate container ebfffac9addf [2021-01-13T00:39:12.645Z] ---> ef8cab87b5ac [2021-01-13T00:39:12.645Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:39:12.645Z] ---> Running in dc10f5db77b8 [2021-01-13T00:39:12.907Z] Removing intermediate container dc10f5db77b8 [2021-01-13T00:39:12.907Z] ---> 82c8be846456 [2021-01-13T00:39:12.907Z] Step 24/26 : LABEL arch=x86_64 [2021-01-13T00:39:12.907Z] ---> Running in 981fa556e6ed [2021-01-13T00:39:13.173Z] Removing intermediate container 981fa556e6ed [2021-01-13T00:39:13.173Z] ---> 8fb9f4067766 [2021-01-13T00:39:13.173Z] Step 25/26 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:39:13.173Z] ---> Running in 43aa275d8e02 [2021-01-13T00:39:13.434Z] Removing intermediate container 43aa275d8e02 [2021-01-13T00:39:13.434Z] ---> 021fe18cc1bf [2021-01-13T00:39:13.434Z] Step 26/26 : LABEL version=0.0.0 [2021-01-13T00:39:13.434Z] ---> Running in 6b727e379743 [2021-01-13T00:39:13.697Z] Removing intermediate container 6b727e379743 [2021-01-13T00:39:13.697Z] ---> 0566c3912a98 [2021-01-13T00:39:13.697Z] [2021-01-13T00:39:13.697Z] Successfully built 0566c3912a98 [2021-01-13T00:39:13.697Z] Successfully tagged docker-sys-mgmt-agent-go:latest [2021-01-13T00:39:13.974Z]  Building docker-sys-mgmt-agent-go ... done  [Pipeline] } [2021-01-13T00:39:13.988Z] $ docker stop --time=1 efa5a84e6fcc099490e8e7b5712b00830b9c807b87f942d228b0d8db2cb302aa [2021-01-13T00:39:15.657Z] $ docker rm -f efa5a84e6fcc099490e8e7b5712b00830b9c807b87f942d228b0d8db2cb302aa [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T00:39:16.362Z] + docker images [2021-01-13T00:39:16.362Z] + grep docker [2021-01-13T00:39:16.362Z] docker-sys-mgmt-agent-go latest 0566c3912a98 3 seconds ago 313MB [2021-01-13T00:39:16.362Z] docker-core-metadata-go latest 086a784717ca 37 seconds ago 13.1MB [2021-01-13T00:39:16.362Z] docker-core-command-go latest a820b9eef0ac 38 seconds ago 10.6MB [2021-01-13T00:39:16.362Z] docker-security-proxy-setup-go latest 1cba1b31d63c 48 seconds ago 24.4MB [2021-01-13T00:39:16.362Z] docker-core-data-go latest b80463e304b3 About a minute ago 22.3MB [2021-01-13T00:39:16.362Z] docker-security-secretstore-setup-go latest 011740814fd2 About a minute ago 24.6MB [2021-01-13T00:39:16.362Z] docker-security-bootstrap-redis-go latest 8a3fd9e803c9 About a minute ago 15.8MB [2021-01-13T00:39:16.362Z] docker-support-notifications-go latest 30df325d6727 About a minute ago 12MB [2021-01-13T00:39:16.362Z] docker-support-scheduler-go latest ae1ee097b833 About a minute ago 10.7MB [2021-01-13T00:39:16.362Z] docker 20.10.0 aefe523efa57 4 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] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) [Pipeline] findFiles [Pipeline] node [2021-01-13T00:39:20.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications 0.345s coverage: 47.1% of statements [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/config [no test files] [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/container [no test files] [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/errors [no test files] [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces [no test files] [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/interfaces/mocks [no test files] [2021-01-13T00:39:20.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification 0.140s coverage: 100.0% of statements [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/notification/mocks [no test files] [2021-01-13T00:39:20.881Z] ok github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription 0.136s coverage: 100.0% of statements [2021-01-13T00:39:20.881Z] ? github.com/edgexfoundry/edgex-go/internal/support/notifications/operators/subscription/mocks [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler 3.247s coverage: 29.1% of statements [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/config [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/container [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/errors [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/interfaces/mocks [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval 0.243s coverage: 99.0% of statements [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/interval/mocks [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction 0.134s coverage: 100.0% of statements [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/support/scheduler/operators/intervalaction/mocks [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/system 0.062s coverage: 0.0% of statements [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/clients 0.051s coverage: 100.0% of statements [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/concurrent [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/config [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/container [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/direct [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/executor 0.096s coverage: 87.9% of statements [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/getconfig [no test files] [2021-01-13T00:39:25.192Z] ? github.com/edgexfoundry/edgex-go/internal/system/agent/interfaces [no test files] [2021-01-13T00:39:25.192Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/response 0.084s coverage: 100.0% of statements [2021-01-13T00:39:25.790Z] ok github.com/edgexfoundry/edgex-go/internal/system/agent/setconfig 0.057s coverage: 32.1% of statements [2021-01-13T00:39:26.062Z] ok github.com/edgexfoundry/edgex-go/internal/system/executor 0.086s coverage: 100.0% of statements [2021-01-13T00:39:27.063Z] GO111MODULE=on go vet ./... [2021-01-13T00:39:33.266Z] Still waiting to schedule task [2021-01-13T00:39:33.267Z] Waiting for next available executor on ‘prd-ubuntu18.04-docker-8c-8g-19876’ [2021-01-13T00:40:48.937Z] gofmt -l . [2021-01-13T00:40:48.937Z] [ "`gofmt -l .`" = "" ] [2021-01-13T00:40:48.937Z] ./bin/test-go-mod-tidy.sh [2021-01-13T00:40:48.937Z] ./bin/test-attribution-txt.sh [Pipeline] sh [2021-01-13T00:40:49.604Z] + ls -al . [2021-01-13T00:40:49.604Z] total 680 [2021-01-13T00:40:49.604Z] drwxrwxr-x 9 1001 1001 4096 Jan 13 00:40 . [2021-01-13T00:40:49.604Z] drwxr-xr-x 4 root root 4096 Jan 13 00:36 .. [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 11 Jan 13 00:35 .dockerignore [2021-01-13T00:40:49.604Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 00:35 .git [2021-01-13T00:40:49.604Z] drwxrwxr-x 3 1001 1001 4096 Jan 13 00:35 .github [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 824 Jan 13 00:35 .gitignore [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 166 Jan 13 00:35 .sonarcloud.properties [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 7741 Jan 13 00:35 Attribution.txt [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 3804 Jan 13 00:35 CONTRIBUTING.md [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 931 Jan 13 00:35 Dockerfile.build [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 863 Jan 13 00:35 Jenkinsfile [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 10775 Jan 13 00:35 LICENSE [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 5750 Jan 13 00:35 Makefile [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 6524 Jan 13 00:35 README.md [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 6744 Jan 13 00:35 SECURITY.md [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 5 Jan 13 00:32 VERSION [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 4131 Jan 13 00:35 ZMQWindows.md [2021-01-13T00:40:49.604Z] drwxrwxr-x 2 1001 1001 4096 Jan 13 00:35 bin [2021-01-13T00:40:49.604Z] drwxrwxr-x 14 1001 1001 4096 Jan 13 00:35 cmd [2021-01-13T00:40:49.604Z] -rw-r--r-- 1 root root 548045 Jan 13 00:39 coverage.out [2021-01-13T00:40:49.604Z] -rw-r--r-- 1 root root 979 Jan 13 00:40 go.mod [2021-01-13T00:40:49.604Z] -rw-r--r-- 1 root root 19231 Jan 13 00:40 go.sum [2021-01-13T00:40:49.604Z] drwxrwxr-x 8 1001 1001 4096 Jan 13 00:35 internal [2021-01-13T00:40:49.604Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 00:35 openapi [2021-01-13T00:40:49.604Z] drwxrwxr-x 4 1001 1001 4096 Jan 13 00:35 snap [2021-01-13T00:40:49.604Z] -rw-rw-r-- 1 1001 1001 168 Jan 13 00:35 version.go [Pipeline] sh [2021-01-13T00:40:50.259Z] + '[' -e coverage.out ] [2021-01-13T00:40:50.259Z] + chown 1001:1001 coverage.out [Pipeline] stash [2021-01-13T00:40:50.279Z] Warning: overwriting stash ‘coverage-report’ [2021-01-13T00:40:51.404Z] Stashed 1 file(s) [Pipeline] sh [2021-01-13T00:40:52.098Z] + make build [2021-01-13T00:40:52.098Z] 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-13T00:41:04.530Z] 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-13T00:41:25.994Z] Running on prd-ubuntu18.04-docker-8c-8g-19878 in /w/workspace/edgexfoundry_edgex-go_PR-2924 [Pipeline] { [Pipeline] ws [2021-01-13T00:41:26.148Z] Running in /w/workspace/edgex-go/21 [Pipeline] { [Pipeline] checkout [2021-01-13T00:41:28.377Z] using credential edgex-jenkins-ssh [2021-01-13T00:41:28.526Z] Cloning the remote Git repository [2021-01-13T00:41:28.550Z] Cloning repository git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:41:28.615Z] > git init /w/workspace/edgex-go/21 # timeout=10 [2021-01-13T00:41:28.648Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:41:28.648Z] > git --version # timeout=10 [2021-01-13T00:41:28.658Z] > git --version # 'git version 2.17.1' [2021-01-13T00:41:28.659Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:41:28.679Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T00:41:31.344Z] 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-13T00:41:33.324Z] 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-13T00:41:41.610Z] 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-13T00:41:42.595Z] 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-13T00:41:48.022Z] 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-13T00:41:50.018Z] Merging remotes/origin/master commit 356d3f58744bcd4c86fb4a1eb5552148d927414a into PR head commit 59bc2ed946616d982be073a2be53f8ce9b7f1f6c [2021-01-13T00:41:49.354Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T00:41:49.370Z] > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 [2021-01-13T00:41:49.384Z] > git config remote.origin.url git@github.com:edgexfoundry/edgex-go.git # timeout=10 [2021-01-13T00:41:49.401Z] Fetching upstream changes from git@github.com:edgexfoundry/edgex-go.git [2021-01-13T00:41:49.401Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:41:49.406Z] > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-go.git +refs/pull/2924/head:refs/remotes/origin/PR-2924 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-01-13T00:41:50.019Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T00:41:50.027Z] > git checkout -f 59bc2ed946616d982be073a2be53f8ce9b7f1f6c # timeout=10 [2021-01-13T00:41:50.136Z] > git remote # timeout=10 [2021-01-13T00:41:50.142Z] > git config --get remote.origin.url # timeout=10 [2021-01-13T00:41:50.147Z] using GIT_SSH to set credentials SSH Credentials for GitHub [2021-01-13T00:41:50.150Z] > git merge 356d3f58744bcd4c86fb4a1eb5552148d927414a # timeout=10 [2021-01-13T00:41:50.251Z] Merge succeeded, producing d4bf4c33b28a997cfab9a3a6feee4f0aa1c787d3 [2021-01-13T00:41:50.251Z] Checking out Revision d4bf4c33b28a997cfab9a3a6feee4f0aa1c787d3 (PR-2924) [2021-01-13T00:41:50.239Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-01-13T00:41:50.247Z] > git config core.sparsecheckout # timeout=10 [2021-01-13T00:41:50.250Z] > git checkout -f d4bf4c33b28a997cfab9a3a6feee4f0aa1c787d3 # timeout=10 [2021-01-13T00:41:53.427Z] 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-13T00:41:54.033Z] Commit message: "Merge commit '356d3f58744bcd4c86fb4a1eb5552148d927414a' into HEAD" [2021-01-13T00:41:54.042Z] First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [2021-01-13T00:41:54.032Z] > git rev-list --no-walk 88c774f5ef87baacffc33e0aeaf896ceb091dbde # timeout=10 [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:41:55.581Z] + echo snap-build.sh [2021-01-13T00:41:55.581Z] snap-build.sh [2021-01-13T00:41:55.581Z] + SNAP_BASE_DIR=. [2021-01-13T00:41:55.581Z] + '[' '!' -z /w/workspace/edgex-go/21 ']' [2021-01-13T00:41:55.581Z] + SNAP_BASE_DIR=/w/workspace/edgex-go/21 [2021-01-13T00:41:55.581Z] + echo '[snap-build] Building snap in dir [/w/workspace/edgex-go/21]' [2021-01-13T00:41:55.581Z] [snap-build] Building snap in dir [/w/workspace/edgex-go/21] [2021-01-13T00:41:55.581Z] + cd /w/workspace/edgex-go/21 [2021-01-13T00:41:55.581Z] + sudo apt-get remove -qy --purge lxd lxd-client [2021-01-13T00:41:55.581Z] Reading package lists... [2021-01-13T00:41:55.843Z] Building dependency tree... [2021-01-13T00:41:55.843Z] Reading state information... [2021-01-13T00:41:55.843Z] The following packages were automatically installed and are no longer required: [2021-01-13T00:41:55.843Z] dns-root-data dnsmasq-base ebtables grub-pc-bin liblxc-common liblxc1 lxcfs [2021-01-13T00:41:55.843Z] uidmap xdelta3 [2021-01-13T00:41:55.843Z] Use 'sudo apt autoremove' to remove them. [2021-01-13T00:41:55.843Z] The following packages will be REMOVED: [2021-01-13T00:41:55.843Z] lxd* lxd-client* [2021-01-13T00:41:56.415Z] 0 upgraded, 0 newly installed, 2 to remove and 0 not upgraded. [2021-01-13T00:41:56.415Z] After this operation, 31.7 MB disk space will be freed. [2021-01-13T00:41:57.460Z] (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-13T00:41:57.460Z] Removing lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T00:41:58.401Z] Removing lxd dnsmasq configuration [2021-01-13T00:41:58.401Z] Removing lxd-client (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T00:41:58.401Z] Processing triggers for man-db (2.8.3-2ubuntu0.1) ... [2021-01-13T00:41:58.830Z] 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-13T00:41:58.972Z] Processing triggers for libc-bin (2.27-3ubuntu1.3) ... [2021-01-13T00:41:59.233Z] (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-13T00:41:59.233Z] Purging configuration files for lxd (3.0.3-0ubuntu1~18.04.1) ... [2021-01-13T00:42:00.618Z] Processing triggers for systemd (237-3ubuntu10.42) ... [2021-01-13T00:42:00.618Z] Processing triggers for ureadahead (0.100.0-21) ... [2021-01-13T00:42:02.715Z] + sudo snap remove --purge lxd [2021-01-13T00:42:02.715Z] snap "lxd" is not installed [2021-01-13T00:42:02.715Z] + sudo groupadd --force --system lxd [2021-01-13T00:42:02.715Z] ++ whoami [2021-01-13T00:42:02.715Z] + sudo /usr/sbin/usermod -G lxd -a jenkins [2021-01-13T00:42:02.715Z] + newgrp - lxd [2021-01-13T00:42:02.715Z] + sudo snap install lxd [2021-01-13T00:42:02.726Z] 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-13T00:42:08.135Z] 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-13T00:42:09.303Z] 2021-01-13T00:42:07Z INFO Waiting for automatic snapd restart... [2021-01-13T00:42:12.432Z] 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 [Pipeline] } [2021-01-13T00:42:16.810Z] $ docker stop --time=1 80b93a6a3c85b96948d8533d943bf30a26314065b2d0159f5d9b9b46d27f2c73 [2021-01-13T00:42:19.392Z] $ docker rm -f 80b93a6a3c85b96948d8533d943bf30a26314065b2d0159f5d9b9b46d27f2c73 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Build) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:42:23.307Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:42:23.307Z] [2021-01-13T00:42:23.307Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:42:24.163Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:42:24.257Z] lxd 4.10 from Canonical* installed [2021-01-13T00:42:24.257Z] + sudo lxd init --auto [2021-01-13T00:42:24.438Z] latest: Pulling from edgex-devops/edgex-compose-arm64 [2021-01-13T00:42:24.438Z] 29e5d40040c1: Pulling fs layer [2021-01-13T00:42:24.438Z] 1ce36da41761: Pulling fs layer [2021-01-13T00:42:24.438Z] 25b303627fd3: Pulling fs layer [2021-01-13T00:42:24.438Z] 29e5d40040c1: Download complete [2021-01-13T00:42:25.033Z] 29e5d40040c1: Pull complete [2021-01-13T00:42:25.311Z] 1ce36da41761: Verifying Checksum [2021-01-13T00:42:25.311Z] 1ce36da41761: Download complete [2021-01-13T00:42:26.752Z] 1ce36da41761: Pull complete [2021-01-13T00:42:27.025Z] 25b303627fd3: Verifying Checksum [2021-01-13T00:42:27.025Z] 25b303627fd3: Download complete [2021-01-13T00:42:32.426Z] + sudo snap install --classic snapcraft [2021-01-13T00:42:36.683Z] snapcraft 4.4.4 from Canonical* installed [2021-01-13T00:42:36.683Z] + '[' -f snap/local/patches/0001-optimize-build-for-pipeline-CI-check.patch ']' [2021-01-13T00:42:36.683Z] + patch --verbose -p1 [2021-01-13T00:42:36.683Z] Hmm... Looks like a unified diff to me... [2021-01-13T00:42:36.683Z] The text leading up to this was: [2021-01-13T00:42:36.683Z] -------------------------- [2021-01-13T00:42:36.683Z] |From 0510531350ba940eafa289c8b699567ab358c449 Mon Sep 17 00:00:00 2001 [2021-01-13T00:42:36.683Z] |From: Tony Espy [2021-01-13T00:42:36.683Z] |Date: Wed, 16 Dec 2020 16:34:55 -0500 [2021-01-13T00:42:36.683Z] |Subject: [PATCH] optimize snap build for pipeline CI check [2021-01-13T00:42:36.683Z] | [2021-01-13T00:42:36.683Z] |This patch is used by the EdgeX CI pipeline builds to [2021-01-13T00:42:36.683Z] |optimize the snap CI check run for pull requests. When [2021-01-13T00:42:36.683Z] |applied, it essentially strips out everything (apps and [2021-01-13T00:42:36.683Z] |parts) from the snapcraft.yaml file except those required [2021-01-13T00:42:36.683Z] |to build edgex-go, as the whole idea of the CI check is to [2021-01-13T00:42:36.683Z] |catch changes to edgex-go that break the snap build. [2021-01-13T00:42:36.683Z] | [2021-01-13T00:42:36.683Z] |In general, anyone updating snapcraft.yaml will also need [2021-01-13T00:42:36.683Z] |to update this patch file, otherwise it may fail to apply, [2021-01-13T00:42:36.683Z] |resulting in a failed snap build CI check in the associated [2021-01-13T00:42:36.683Z] |pull request. [2021-01-13T00:42:36.683Z] | [2021-01-13T00:42:36.683Z] |Note - in addition to applying this patch, the pipeline also [2021-01-13T00:42:36.683Z] |only primes the snap (e.g. `snapcraft prime`), as there's no [2021-01-13T00:42:36.683Z] |need to build the finally binary .snap file (and it won't [2021-01-13T00:42:36.683Z] |work with the patch applied). This further reduces the build [2021-01-13T00:42:36.683Z] |time. [2021-01-13T00:42:36.683Z] |--- [2021-01-13T00:42:36.683Z] | snap/snapcraft.yaml | 461 +------------------------------------------- [2021-01-13T00:42:36.683Z] | 1 file changed, 2 insertions(+), 459 deletions(-) [2021-01-13T00:42:36.683Z] | [2021-01-13T00:42:36.683Z] |diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml [2021-01-13T00:42:36.683Z] |index 1e537489..faf42425 100644 [2021-01-13T00:42:36.683Z] |--- a/snap/snapcraft.yaml [2021-01-13T00:42:36.683Z] |+++ b/snap/snapcraft.yaml [2021-01-13T00:42:36.683Z] -------------------------- [2021-01-13T00:42:36.683Z] patching file snap/snapcraft.yaml [2021-01-13T00:42:36.683Z] Using Plan A... [2021-01-13T00:42:36.683Z] Hunk #1 succeeded at 73. [2021-01-13T00:42:36.683Z] Hunk #2 succeeded at 202 with fuzz 1. [2021-01-13T00:42:36.683Z] Hunk #3 succeeded at 214. [2021-01-13T00:42:36.684Z] Hunk #4 succeeded at 222. [2021-01-13T00:42:36.684Z] Hunk #5 succeeded at 229. [2021-01-13T00:42:36.684Z] Hunk #6 succeeded at 256. [2021-01-13T00:42:36.684Z] Hunk #7 succeeded at 290. [2021-01-13T00:42:36.684Z] Hunk #8 succeeded at 342 (offset 1 line). [2021-01-13T00:42:36.684Z] Hmm... Ignoring the trailing garbage. [2021-01-13T00:42:36.684Z] done [2021-01-13T00:42:36.684Z] + sudo snapcraft prime --use-lxd [2021-01-13T00:42:37.181Z] 25b303627fd3: Pull complete [2021-01-13T00:42:37.182Z] Digest: sha256:9cc31fd43c2090459daf52f5d183d677621facc00304dcc7dc9de11b2a0a8f33 [2021-01-13T00:42:37.182Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:42:37.182Z] nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [Pipeline] withDockerContainer [2021-01-13T00:42:37.445Z] prd-ubuntu18.04-docker-arm64-4c-16g-19873 does not seem to be running inside a container [2021-01-13T00:42:37.515Z] $ docker run -t -d -u 1001:1001 --entrypoint= -w /w/workspace/edgex-go/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-13T00:42:38.601Z] Running with 'sudo' may cause permission errors and is discouraged. Use 'sudo' when cleaning. [2021-01-13T00:42:38.601Z] 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-13T00:42:38.601Z] - README.md [2021-01-13T00:42:38.601Z] - snapcraft.yaml.orig [2021-01-13T00:42:38.601Z] [2021-01-13T00:42:38.601Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-13T00:42:39.174Z] Launching a container. [2021-01-13T00:42:40.835Z] $ docker top ce9e84be78f5962d1933ece832e5b49561fe99f764641157615b25ef1fa8c77e -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:42:42.141Z] + docker-compose build --help [2021-01-13T00:42:42.142Z] + grep parallel [2021-01-13T00:42:46.478Z] --parallel Build images in parallel. [Pipeline] } [2021-01-13T00:42:46.767Z] $ docker stop --time=1 ce9e84be78f5962d1933ece832e5b49561fe99f764641157615b25ef1fa8c77e [2021-01-13T00:42:48.780Z] $ docker rm -f ce9e84be78f5962d1933ece832e5b49561fe99f764641157615b25ef1fa8c77e [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] withEnv [Pipeline] { [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:42:50.039Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-devops/edgex-compose-arm64:latest [2021-01-13T00:42:50.039Z] . [Pipeline] withDockerContainer [2021-01-13T00:42:50.313Z] prd-ubuntu18.04-docker-arm64-4c-16g-19873 does not seem to be running inside a container [2021-01-13T00:42:50.380Z] $ 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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@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-13T00:42:51.800Z] $ docker top cb0181685339c17712b59c95ce8b1a45b63e6ed85a19cf215063e1323c2f0bb8 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:42:53.027Z] + docker-compose -f ./docker-compose-build.yml build --parallel [2021-01-13T00:42:54.112Z] Waiting for container to be ready [2021-01-13T00:42:54.112Z] To start your first instance, try: lxc launch ubuntu:18.04 [2021-01-13T00:42:54.112Z] [2021-01-13T00:42:57.318Z] Building docker-core-command-go ... [2021-01-13T00:42:57.318Z] Building docker-core-data-go ... [2021-01-13T00:42:57.318Z] Building docker-core-metadata-go ... [2021-01-13T00:42:57.318Z] Building docker-security-bootstrap-redis-go ... [2021-01-13T00:42:57.318Z] Building docker-security-proxy-setup-go ... [2021-01-13T00:42:57.318Z] Building docker-security-secretstore-setup-go ... [2021-01-13T00:42:57.318Z] Building docker-support-notifications-go ... [2021-01-13T00:42:57.318Z] Building docker-support-scheduler-go ... [2021-01-13T00:42:57.318Z] Building docker-sys-mgmt-agent-go ... [2021-01-13T00:42:57.318Z] Building docker-core-metadata-go [2021-01-13T00:42:57.318Z] Building docker-security-proxy-setup-go [2021-01-13T00:42:57.318Z] Building docker-security-bootstrap-redis-go [2021-01-13T00:42:57.318Z] Building docker-sys-mgmt-agent-go [2021-01-13T00:42:57.318Z] Building docker-core-command-go [2021-01-13T00:42:57.419Z] Created symlink /etc/systemd/system/dbus-org.freedesktop.network1.service → /lib/systemd/system/systemd-networkd.service. [2021-01-13T00:42:57.419Z] Waiting for network to be ready... [2021-01-13T00:42:57.683Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-13T00:42:57.945Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-13T00:42:57.945Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-13T00:42:57.945Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-13T00:42:57.945Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-13T00:42:57.945Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-13T00:42:57.945Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-13T00:42:57.945Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-13T00:42:57.945Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-13T00:42:57.945Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-13T00:42:58.209Z] Get:11 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-13T00:42:58.470Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-13T00:42:58.731Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-13T00:42:58.731Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-13T00:42:58.731Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-13T00:42:58.731Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-13T00:42:58.731Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-13T00:42:58.731Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-13T00:42:58.993Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-13T00:42:59.254Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-13T00:42:59.254Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-13T00:42:59.254Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-13T00:42:59.254Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-13T00:42:59.254Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-13T00:42:59.254Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-13T00:42:59.254Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-13T00:42:59.519Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-13T00:43:02.827Z] Fetched 23.7 MB in 5s (4823 kB/s) [2021-01-13T00:43:04.214Z] Reading package lists... [2021-01-13T00:43:04.214Z] Reading package lists... [2021-01-13T00:43:04.475Z] Building dependency tree... [2021-01-13T00:43:04.475Z] Reading state information... [2021-01-13T00:43:04.475Z] The following additional packages will be installed: [2021-01-13T00:43:04.475Z] gpg gpg-agent gpgconf libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-13T00:43:04.475Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-13T00:43:04.475Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-13T00:43:04.475Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libudev1 libwind0-heimdal [2021-01-13T00:43:04.475Z] Suggested packages: [2021-01-13T00:43:04.475Z] dbus-user-session libpam-systemd pinentry-gnome3 tor scdaemon [2021-01-13T00:43:04.475Z] Recommended packages: [2021-01-13T00:43:04.475Z] gnupg libsasl2-modules [2021-01-13T00:43:04.475Z] The following NEW packages will be installed: [2021-01-13T00:43:04.475Z] dirmngr fuse libasn1-8-heimdal libfuse2 libgssapi3-heimdal [2021-01-13T00:43:04.475Z] libhcrypto4-heimdal libheimbase1-heimdal libheimntlm0-heimdal [2021-01-13T00:43:04.475Z] libhx509-5-heimdal libkrb5-26-heimdal libksba8 libldap-2.4-2 libldap-common [2021-01-13T00:43:04.475Z] libroken18-heimdal libsasl2-2 libsasl2-modules-db libwind0-heimdal udev [2021-01-13T00:43:04.475Z] The following packages will be upgraded: [2021-01-13T00:43:04.475Z] gpg gpg-agent gpgconf libudev1 [2021-01-13T00:43:04.735Z] 4 upgraded, 18 newly installed, 0 to remove and 102 not upgraded. [2021-01-13T00:43:04.735Z] Need to get 3532 kB of archives. [2021-01-13T00:43:04.735Z] After this operation, 13.3 MB of additional disk space will be used. [2021-01-13T00:43:04.735Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg amd64 2.2.4-1ubuntu1.3 [467 kB] [2021-01-13T00:43:04.735Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgconf amd64 2.2.4-1ubuntu1.3 [123 kB] [2021-01-13T00:43:04.735Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libudev1 amd64 237-3ubuntu10.43 [57.8 kB] [2021-01-13T00:43:04.735Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpg-agent amd64 2.2.4-1ubuntu1.3 [227 kB] [2021-01-13T00:43:04.735Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-common all 2.4.45+dfsg-1ubuntu1.8 [17.0 kB] [2021-01-13T00:43:04.735Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libldap-2.4-2 amd64 2.4.45+dfsg-1ubuntu1.8 [155 kB] [2021-01-13T00:43:04.735Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 dirmngr amd64 2.2.4-1ubuntu1.3 [316 kB] [2021-01-13T00:43:04.996Z] Get:8 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 udev amd64 237-3ubuntu10.43 [1102 kB] [2021-01-13T00:43:05.572Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 libfuse2 amd64 2.9.7-1ubuntu1 [80.9 kB] [2021-01-13T00:43:05.572Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 fuse amd64 2.9.7-1ubuntu1 [24.5 kB] [2021-01-13T00:43:05.572Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/main amd64 libksba8 amd64 1.3.5-2 [92.6 kB] [2021-01-13T00:43:05.572Z] Get:12 http://archive.ubuntu.com/ubuntu bionic/main amd64 libroken18-heimdal amd64 7.5.0+dfsg-1 [41.3 kB] [2021-01-13T00:43:05.572Z] Get:13 http://archive.ubuntu.com/ubuntu bionic/main amd64 libasn1-8-heimdal amd64 7.5.0+dfsg-1 [175 kB] [2021-01-13T00:43:05.572Z] Get:14 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimbase1-heimdal amd64 7.5.0+dfsg-1 [29.3 kB] [2021-01-13T00:43:05.572Z] Get:15 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhcrypto4-heimdal amd64 7.5.0+dfsg-1 [85.9 kB] [2021-01-13T00:43:05.572Z] Get:16 http://archive.ubuntu.com/ubuntu bionic/main amd64 libwind0-heimdal amd64 7.5.0+dfsg-1 [47.8 kB] [2021-01-13T00:43:05.572Z] Get:17 http://archive.ubuntu.com/ubuntu bionic/main amd64 libhx509-5-heimdal amd64 7.5.0+dfsg-1 [107 kB] [2021-01-13T00:43:05.572Z] Get:18 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkrb5-26-heimdal amd64 7.5.0+dfsg-1 [206 kB] [2021-01-13T00:43:05.572Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/main amd64 libheimntlm0-heimdal amd64 7.5.0+dfsg-1 [14.8 kB] [2021-01-13T00:43:05.572Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 libgssapi3-heimdal amd64 7.5.0+dfsg-1 [96.5 kB] [2021-01-13T00:43:05.572Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-modules-db amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [15.0 kB] [2021-01-13T00:43:05.572Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsasl2-2 amd64 2.1.27~101-g0780600+dfsg-3ubuntu2.3 [49.2 kB] [2021-01-13T00:43:05.572Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T00:43:05.846Z] Fetched 3532 kB in 1s (3483 kB/s) [2021-01-13T00:43:05.846Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-13T00:43:05.846Z] Preparing to unpack .../libudev1_237-3ubuntu10.43_amd64.deb ... [2021-01-13T00:43:05.846Z] Unpacking libudev1:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T00:43:05.846Z] Setting up libudev1:amd64 (237-3ubuntu10.43) ... [2021-01-13T00:43:06.107Z] Selecting previously unselected package udev. [2021-01-13T00:43:06.107Z] (Reading database ... 12511 files and directories currently installed.) [2021-01-13T00:43:06.107Z] Preparing to unpack .../00-udev_237-3ubuntu10.43_amd64.deb ... [2021-01-13T00:43:06.107Z] Unpacking udev (237-3ubuntu10.43) ... [2021-01-13T00:43:06.368Z] Selecting previously unselected package libfuse2:amd64. [2021-01-13T00:43:06.368Z] Preparing to unpack .../01-libfuse2_2.9.7-1ubuntu1_amd64.deb ... [2021-01-13T00:43:06.368Z] Unpacking libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-13T00:43:06.368Z] Selecting previously unselected package fuse. [2021-01-13T00:43:06.368Z] Preparing to unpack .../02-fuse_2.9.7-1ubuntu1_amd64.deb ... [2021-01-13T00:43:06.368Z] Unpacking fuse (2.9.7-1ubuntu1) ... [2021-01-13T00:43:06.630Z] Preparing to unpack .../03-gpg_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:06.630Z] Unpacking gpg (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T00:43:06.630Z] Preparing to unpack .../04-gpgconf_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:06.630Z] Unpacking gpgconf (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T00:43:06.630Z] Preparing to unpack .../05-gpg-agent_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:06.891Z] Unpacking gpg-agent (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T00:43:06.891Z] Selecting previously unselected package libksba8:amd64. [2021-01-13T00:43:06.891Z] Preparing to unpack .../06-libksba8_1.3.5-2_amd64.deb ... [2021-01-13T00:43:06.891Z] Unpacking libksba8:amd64 (1.3.5-2) ... [2021-01-13T00:43:06.891Z] Selecting previously unselected package libroken18-heimdal:amd64. [2021-01-13T00:43:06.891Z] Preparing to unpack .../07-libroken18-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:06.891Z] Unpacking libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.153Z] Selecting previously unselected package libasn1-8-heimdal:amd64. [2021-01-13T00:43:07.153Z] Preparing to unpack .../08-libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.153Z] Unpacking libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.153Z] Selecting previously unselected package libheimbase1-heimdal:amd64. [2021-01-13T00:43:07.153Z] Preparing to unpack .../09-libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.153Z] Unpacking libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.153Z] Selecting previously unselected package libhcrypto4-heimdal:amd64. [2021-01-13T00:43:07.153Z] Preparing to unpack .../10-libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.153Z] Unpacking libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.414Z] Selecting previously unselected package libwind0-heimdal:amd64. [2021-01-13T00:43:07.414Z] Preparing to unpack .../11-libwind0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.414Z] Unpacking libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.414Z] Selecting previously unselected package libhx509-5-heimdal:amd64. [2021-01-13T00:43:07.414Z] Preparing to unpack .../12-libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.414Z] Unpacking libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.675Z] Selecting previously unselected package libkrb5-26-heimdal:amd64. [2021-01-13T00:43:07.675Z] Preparing to unpack .../13-libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.675Z] Unpacking libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.675Z] Selecting previously unselected package libheimntlm0-heimdal:amd64. [2021-01-13T00:43:07.675Z] Preparing to unpack .../14-libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.675Z] Unpacking libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.675Z] Selecting previously unselected package libgssapi3-heimdal:amd64. [2021-01-13T00:43:07.675Z] Preparing to unpack .../15-libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb ... [2021-01-13T00:43:07.675Z] Unpacking libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:07.936Z] Selecting previously unselected package libsasl2-modules-db:amd64. [2021-01-13T00:43:07.936Z] Preparing to unpack .../16-libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-13T00:43:07.936Z] Unpacking libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T00:43:07.936Z] Selecting previously unselected package libsasl2-2:amd64. [2021-01-13T00:43:07.936Z] Preparing to unpack .../17-libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb ... [2021-01-13T00:43:07.936Z] Unpacking libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T00:43:07.936Z] Selecting previously unselected package libldap-common. [2021-01-13T00:43:07.936Z] Preparing to unpack .../18-libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb ... [2021-01-13T00:43:07.936Z] Unpacking libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T00:43:08.197Z] Selecting previously unselected package libldap-2.4-2:amd64. [2021-01-13T00:43:08.197Z] Preparing to unpack .../19-libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb ... [2021-01-13T00:43:08.197Z] Unpacking libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T00:43:08.197Z] Selecting previously unselected package dirmngr. [2021-01-13T00:43:08.197Z] Preparing to unpack .../20-dirmngr_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:08.197Z] Unpacking dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-13T00:43:08.457Z] Setting up libldap-common (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T00:43:08.457Z] Setting up gpgconf (2.2.4-1ubuntu1.3) ... [2021-01-13T00:43:08.457Z] Setting up libfuse2:amd64 (2.9.7-1ubuntu1) ... [2021-01-13T00:43:08.457Z] Setting up libsasl2-modules-db:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T00:43:08.457Z] Setting up libsasl2-2:amd64 (2.1.27~101-g0780600+dfsg-3ubuntu2.3) ... [2021-01-13T00:43:08.457Z] Setting up gpg-agent (2.2.4-1ubuntu1.3) ... [2021-01-13T00:43:08.457Z] Setting up libroken18-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:08.717Z] Setting up libksba8:amd64 (1.3.5-2) ... [2021-01-13T00:43:08.717Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T00:43:08.717Z] Setting up udev (237-3ubuntu10.43) ... [2021-01-13T00:43:09.001Z] invoke-rc.d: policy-rc.d denied execution of start. [2021-01-13T00:43:09.263Z] Setting up libheimbase1-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.263Z] Processing triggers for systemd (237-3ubuntu10) ... [2021-01-13T00:43:09.263Z] Setting up fuse (2.9.7-1ubuntu1) ... [2021-01-13T00:43:09.263Z] Setting up gpg (2.2.4-1ubuntu1.3) ... [2021-01-13T00:43:09.263Z] Setting up libwind0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.263Z] Setting up libasn1-8-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.526Z] Setting up libhcrypto4-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.526Z] Setting up libhx509-5-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.526Z] Setting up libkrb5-26-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.526Z] Setting up libheimntlm0-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.526Z] Setting up libgssapi3-heimdal:amd64 (7.5.0+dfsg-1) ... [2021-01-13T00:43:09.526Z] Setting up libldap-2.4-2:amd64 (2.4.45+dfsg-1ubuntu1.8) ... [2021-01-13T00:43:09.526Z] Setting up dirmngr (2.2.4-1ubuntu1.3) ... [2021-01-13T00:43:09.526Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T00:43:10.100Z] The unit files have no installation config (WantedBy, RequiredBy, Also, Alias [2021-01-13T00:43:10.100Z] settings in the [Install] section, and DefaultInstance for template units). [2021-01-13T00:43:10.100Z] This means they are not meant to be enabled using systemctl. [2021-01-13T00:43:10.100Z] Possible reasons for having this kind of units are: [2021-01-13T00:43:10.100Z] 1) A unit may be statically enabled by being symlinked from another unit's [2021-01-13T00:43:10.100Z] .wants/ or .requires/ directory. [2021-01-13T00:43:10.100Z] 2) A unit's purpose may be to act as a helper for some other unit which has [2021-01-13T00:43:10.100Z] a requirement dependency on it. [2021-01-13T00:43:10.100Z] 3) A unit may be started when needed via activation (socket, path, timer, [2021-01-13T00:43:10.100Z] D-Bus, udev, scripted systemctl call, ...). [2021-01-13T00:43:10.100Z] 4) In case of template units, the unit is meant to be enabled with some [2021-01-13T00:43:10.100Z] instance name specified. [2021-01-13T00:43:10.672Z] Reading package lists... [2021-01-13T00:43:10.672Z] Building dependency tree... [2021-01-13T00:43:10.672Z] Reading state information... [2021-01-13T00:43:10.937Z] The following additional packages will be installed: [2021-01-13T00:43:10.937Z] apparmor apt libapt-pkg5.0 libbsd0 libedit2 libexpat1 libgssapi-krb5-2 [2021-01-13T00:43:10.937Z] libk5crypto3 libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 [2021-01-13T00:43:10.937Z] libpython3-stdlib libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 [2021-01-13T00:43:10.937Z] libssl1.1 libsystemd0 mime-support multiarch-support openssh-client python3 [2021-01-13T00:43:10.937Z] python3-minimal python3.6 python3.6-minimal squashfs-tools systemd [2021-01-13T00:43:10.937Z] Suggested packages: [2021-01-13T00:43:10.937Z] apparmor-profiles-extra apparmor-utils apt-doc aptitude | synaptic | wajig [2021-01-13T00:43:10.937Z] gnupg | gnupg2 | gnupg1 powermgmt-base krb5-doc krb5-user keychain [2021-01-13T00:43:10.937Z] libpam-ssh monkeysphere ssh-askpass python3-doc python3-tk python3-venv [2021-01-13T00:43:10.937Z] python3.6-venv python3.6-doc binfmt-support zenity | kdialog [2021-01-13T00:43:10.937Z] systemd-container policykit-1 [2021-01-13T00:43:10.937Z] Recommended packages: [2021-01-13T00:43:10.937Z] krb5-locales file xauth gnupg libpam-systemd dbus networkd-dispatcher [2021-01-13T00:43:10.937Z] The following NEW packages will be installed: [2021-01-13T00:43:10.937Z] apparmor libbsd0 libedit2 libexpat1 libgssapi-krb5-2 libk5crypto3 [2021-01-13T00:43:10.937Z] libkeyutils1 libkrb5-3 libkrb5support0 liblzo2-2 libmpdec2 libpython3-stdlib [2021-01-13T00:43:10.937Z] libpython3.6-minimal libpython3.6-stdlib libssl1.0.0 mime-support [2021-01-13T00:43:10.937Z] multiarch-support openssh-client python3 python3-minimal python3.6 [2021-01-13T00:43:10.937Z] python3.6-minimal snapd squashfs-tools sudo [2021-01-13T00:43:10.937Z] The following packages will be upgraded: [2021-01-13T00:43:10.937Z] apt libapt-pkg5.0 libssl1.1 libsystemd0 systemd [2021-01-13T00:43:10.937Z] 5 upgraded, 25 newly installed, 0 to remove and 97 not upgraded. [2021-01-13T00:43:10.937Z] Need to get 35.2 MB of archives. [2021-01-13T00:43:10.937Z] After this operation, 141 MB of additional disk space will be used. [2021-01-13T00:43:10.937Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapt-pkg5.0 amd64 1.6.12ubuntu0.2 [806 kB] [2021-01-13T00:43:10.937Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apt amd64 1.6.12ubuntu0.2 [1201 kB] [2021-01-13T00:43:10.937Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.1 amd64 1.1.1-1ubuntu2.1~18.04.7 [1301 kB] [2021-01-13T00:43:11.202Z] Get:4 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd amd64 237-3ubuntu10.43 [2913 kB] [2021-01-13T00:43:11.202Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [533 kB] [2021-01-13T00:43:11.202Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libexpat1 amd64 2.2.5-3ubuntu0.2 [80.5 kB] [2021-01-13T00:43:11.202Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6-minimal amd64 3.6.9-1~18.04ubuntu1.3 [1609 kB] [2021-01-13T00:43:11.202Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpython3.6-stdlib amd64 3.6.9-1~18.04ubuntu1.3 [1713 kB] [2021-01-13T00:43:11.202Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 python3.6 amd64 3.6.9-1~18.04ubuntu1.3 [203 kB] [2021-01-13T00:43:11.202Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbsd0 amd64 0.8.7-1ubuntu0.1 [41.6 kB] [2021-01-13T00:43:11.202Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 apparmor amd64 2.12-4ubuntu5.1 [487 kB] [2021-01-13T00:43:11.202Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5support0 amd64 1.16-2ubuntu0.2 [30.8 kB] [2021-01-13T00:43:11.202Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libk5crypto3 amd64 1.16-2ubuntu0.2 [85.5 kB] [2021-01-13T00:43:11.202Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libkrb5-3 amd64 1.16-2ubuntu0.2 [279 kB] [2021-01-13T00:43:11.202Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgssapi-krb5-2 amd64 1.16-2ubuntu0.2 [122 kB] [2021-01-13T00:43:11.202Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libssl1.0.0 amd64 1.0.2n-1ubuntu5.5 [1088 kB] [2021-01-13T00:43:11.202Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssh-client amd64 1:7.6p1-4ubuntu0.3 [614 kB] [2021-01-13T00:43:11.774Z] Get:18 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libsystemd0 amd64 237-3ubuntu10.43 [208 kB] [2021-01-13T00:43:11.774Z] Get:19 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3-minimal amd64 3.6.7-1~18.04 [23.7 kB] [2021-01-13T00:43:11.774Z] Get:20 http://archive.ubuntu.com/ubuntu bionic/main amd64 mime-support all 3.60ubuntu1 [30.1 kB] [2021-01-13T00:43:11.774Z] Get:21 http://archive.ubuntu.com/ubuntu bionic/main amd64 libmpdec2 amd64 2.4.2-1ubuntu1 [84.1 kB] [2021-01-13T00:43:11.774Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpython3-stdlib amd64 3.6.7-1~18.04 [7240 B] [2021-01-13T00:43:11.774Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 python3 amd64 3.6.7-1~18.04 [47.2 kB] [2021-01-13T00:43:11.774Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 multiarch-support amd64 2.27-3ubuntu1.4 [6944 B] [2021-01-13T00:43:11.774Z] Get:25 http://archive.ubuntu.com/ubuntu bionic/main amd64 liblzo2-2 amd64 2.08-1.2 [48.7 kB] [2021-01-13T00:43:11.774Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 sudo amd64 1.8.21p2-3ubuntu1.3 [428 kB] [2021-01-13T00:43:12.035Z] Get:27 http://archive.ubuntu.com/ubuntu bionic/main amd64 libedit2 amd64 3.1-20170329-1 [76.9 kB] [2021-01-13T00:43:12.035Z] Get:28 http://archive.ubuntu.com/ubuntu bionic/main amd64 libkeyutils1 amd64 1.5.9-9.2ubuntu2 [8720 B] [2021-01-13T00:43:12.035Z] Get:29 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 squashfs-tools amd64 1:4.3-6ubuntu0.18.04.1 [110 kB] [2021-01-13T00:43:12.035Z] Get:30 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 snapd amd64 2.48+18.04 [21.0 MB] [2021-01-13T00:43:13.421Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T00:43:13.421Z] Fetched 35.2 MB in 2s (16.2 MB/s) [2021-01-13T00:43:13.421Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T00:43:13.421Z] Preparing to unpack .../systemd_237-3ubuntu10.43_amd64.deb ... [2021-01-13T00:43:13.421Z] Unpacking systemd (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T00:43:13.997Z] Preparing to unpack .../libsystemd0_237-3ubuntu10.43_amd64.deb ... [2021-01-13T00:43:13.997Z] Unpacking libsystemd0:amd64 (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T00:43:13.997Z] Setting up libsystemd0:amd64 (237-3ubuntu10.43) ... [2021-01-13T00:43:14.261Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T00:43:14.261Z] Preparing to unpack .../libapt-pkg5.0_1.6.12ubuntu0.2_amd64.deb ... [2021-01-13T00:43:14.261Z] Unpacking libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-13T00:43:14.524Z] Setting up libapt-pkg5.0:amd64 (1.6.12ubuntu0.2) ... [2021-01-13T00:43:14.524Z] (Reading database ... 12757 files and directories currently installed.) [2021-01-13T00:43:14.524Z] Preparing to unpack .../apt_1.6.12ubuntu0.2_amd64.deb ... [2021-01-13T00:43:14.524Z] Unpacking apt (1.6.12ubuntu0.2) over (1.6.1) ... [2021-01-13T00:43:14.785Z] Setting up apt (1.6.12ubuntu0.2) ... [2021-01-13T00:43:14.785Z] Installing new version of config file /etc/apt/apt.conf.d/01autoremove ... [2021-01-13T00:43:15.361Z] /usr/sbin/policy-rc.d returned 101, not running 'restart apt-daily-upgrade.timer apt-daily.timer' [2021-01-13T00:43:15.627Z] (Reading database ... 12764 files and directories currently installed.) [2021-01-13T00:43:15.627Z] Preparing to unpack .../libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-13T00:43:15.627Z] Unpacking libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-13T00:43:15.891Z] Selecting previously unselected package libpython3.6-minimal:amd64. [2021-01-13T00:43:15.891Z] Preparing to unpack .../libpython3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T00:43:15.891Z] Unpacking libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:15.891Z] Selecting previously unselected package libexpat1:amd64. [2021-01-13T00:43:15.891Z] Preparing to unpack .../libexpat1_2.2.5-3ubuntu0.2_amd64.deb ... [2021-01-13T00:43:15.891Z] Unpacking libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-13T00:43:16.154Z] Selecting previously unselected package python3.6-minimal. [2021-01-13T00:43:16.154Z] Preparing to unpack .../python3.6-minimal_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T00:43:16.154Z] Unpacking python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:16.426Z] Setting up libssl1.1:amd64 (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-13T00:43:16.426Z] Checking for services that may need to be restarted...done. [2021-01-13T00:43:16.426Z] Checking for services that may need to be restarted...done. [2021-01-13T00:43:16.426Z] Setting up libpython3.6-minimal:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:16.426Z] Setting up libexpat1:amd64 (2.2.5-3ubuntu0.2) ... [2021-01-13T00:43:16.426Z] Setting up python3.6-minimal (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:16.998Z] Selecting previously unselected package python3-minimal. [2021-01-13T00:43:16.998Z] (Reading database ... 13012 files and directories currently installed.) [2021-01-13T00:43:16.998Z] Preparing to unpack .../0-python3-minimal_3.6.7-1~18.04_amd64.deb ... [2021-01-13T00:43:16.998Z] Unpacking python3-minimal (3.6.7-1~18.04) ... [2021-01-13T00:43:17.260Z] Selecting previously unselected package mime-support. [2021-01-13T00:43:17.260Z] Preparing to unpack .../1-mime-support_3.60ubuntu1_all.deb ... [2021-01-13T00:43:17.260Z] Unpacking mime-support (3.60ubuntu1) ... [2021-01-13T00:43:17.260Z] Selecting previously unselected package libmpdec2:amd64. [2021-01-13T00:43:17.260Z] Preparing to unpack .../2-libmpdec2_2.4.2-1ubuntu1_amd64.deb ... [2021-01-13T00:43:17.260Z] Unpacking libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-13T00:43:17.522Z] Selecting previously unselected package libpython3.6-stdlib:amd64. [2021-01-13T00:43:17.522Z] Preparing to unpack .../3-libpython3.6-stdlib_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T00:43:17.522Z] Unpacking libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:17.784Z] Selecting previously unselected package python3.6. [2021-01-13T00:43:17.784Z] Preparing to unpack .../4-python3.6_3.6.9-1~18.04ubuntu1.3_amd64.deb ... [2021-01-13T00:43:17.784Z] Unpacking python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:17.784Z] Selecting previously unselected package libpython3-stdlib:amd64. [2021-01-13T00:43:17.784Z] Preparing to unpack .../5-libpython3-stdlib_3.6.7-1~18.04_amd64.deb ... [2021-01-13T00:43:17.784Z] Unpacking libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-13T00:43:17.784Z] Setting up python3-minimal (3.6.7-1~18.04) ... [2021-01-13T00:43:18.045Z] Selecting previously unselected package python3. [2021-01-13T00:43:18.045Z] (Reading database ... 13442 files and directories currently installed.) [2021-01-13T00:43:18.045Z] Preparing to unpack .../python3_3.6.7-1~18.04_amd64.deb ... [2021-01-13T00:43:18.045Z] Unpacking python3 (3.6.7-1~18.04) ... [2021-01-13T00:43:18.307Z] Selecting previously unselected package multiarch-support. [2021-01-13T00:43:18.307Z] Preparing to unpack .../multiarch-support_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T00:43:18.307Z] Unpacking multiarch-support (2.27-3ubuntu1.4) ... [2021-01-13T00:43:18.307Z] Setting up multiarch-support (2.27-3ubuntu1.4) ... [2021-01-13T00:43:18.307Z] Selecting previously unselected package liblzo2-2:amd64. [2021-01-13T00:43:18.307Z] (Reading database ... 13479 files and directories currently installed.) [2021-01-13T00:43:18.307Z] Preparing to unpack .../00-liblzo2-2_2.08-1.2_amd64.deb ... [2021-01-13T00:43:18.307Z] Unpacking liblzo2-2:amd64 (2.08-1.2) ... [2021-01-13T00:43:18.567Z] Selecting previously unselected package libbsd0:amd64. [2021-01-13T00:43:18.568Z] Preparing to unpack .../01-libbsd0_0.8.7-1ubuntu0.1_amd64.deb ... [2021-01-13T00:43:18.568Z] Unpacking libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-13T00:43:18.568Z] Selecting previously unselected package sudo. [2021-01-13T00:43:18.568Z] Preparing to unpack .../02-sudo_1.8.21p2-3ubuntu1.3_amd64.deb ... [2021-01-13T00:43:18.568Z] Unpacking sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-13T00:43:18.568Z] Selecting previously unselected package apparmor. [2021-01-13T00:43:18.568Z] Preparing to unpack .../03-apparmor_2.12-4ubuntu5.1_amd64.deb ... [2021-01-13T00:43:18.831Z] Unpacking apparmor (2.12-4ubuntu5.1) ... [2021-01-13T00:43:18.831Z] Selecting previously unselected package libedit2:amd64. [2021-01-13T00:43:18.831Z] Preparing to unpack .../04-libedit2_3.1-20170329-1_amd64.deb ... [2021-01-13T00:43:18.831Z] Unpacking libedit2:amd64 (3.1-20170329-1) ... [2021-01-13T00:43:18.831Z] Selecting previously unselected package libkrb5support0:amd64. [2021-01-13T00:43:18.831Z] Preparing to unpack .../05-libkrb5support0_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T00:43:18.831Z] Unpacking libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:19.092Z] Selecting previously unselected package libk5crypto3:amd64. [2021-01-13T00:43:19.092Z] Preparing to unpack .../06-libk5crypto3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T00:43:19.092Z] Unpacking libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:19.092Z] Selecting previously unselected package libkeyutils1:amd64. [2021-01-13T00:43:19.092Z] Preparing to unpack .../07-libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb ... [2021-01-13T00:43:19.092Z] Unpacking libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-13T00:43:19.092Z] Selecting previously unselected package libkrb5-3:amd64. [2021-01-13T00:43:19.092Z] Preparing to unpack .../08-libkrb5-3_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T00:43:19.092Z] Unpacking libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:19.353Z] Selecting previously unselected package libgssapi-krb5-2:amd64. [2021-01-13T00:43:19.353Z] Preparing to unpack .../09-libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb ... [2021-01-13T00:43:19.353Z] Unpacking libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:19.353Z] Selecting previously unselected package libssl1.0.0:amd64. [2021-01-13T00:43:19.353Z] Preparing to unpack .../10-libssl1.0.0_1.0.2n-1ubuntu5.5_amd64.deb ... [2021-01-13T00:43:19.353Z] Unpacking libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-13T00:43:19.614Z] Selecting previously unselected package openssh-client. [2021-01-13T00:43:19.614Z] Preparing to unpack .../11-openssh-client_1%3a7.6p1-4ubuntu0.3_amd64.deb ... [2021-01-13T00:43:19.614Z] Unpacking openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-13T00:43:19.875Z] Selecting previously unselected package squashfs-tools. [2021-01-13T00:43:19.875Z] Preparing to unpack .../12-squashfs-tools_1%3a4.3-6ubuntu0.18.04.1_amd64.deb ... [2021-01-13T00:43:19.875Z] Unpacking squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-13T00:43:19.875Z] Selecting previously unselected package snapd. [2021-01-13T00:43:19.875Z] Preparing to unpack .../13-snapd_2.48+18.04_amd64.deb ... [2021-01-13T00:43:19.875Z] Unpacking snapd (2.48+18.04) ... [2021-01-13T00:43:22.462Z] Setting up libedit2:amd64 (3.1-20170329-1) ... [2021-01-13T00:43:22.462Z] Setting up libssl1.0.0:amd64 (1.0.2n-1ubuntu5.5) ... [2021-01-13T00:43:22.462Z] Setting up mime-support (3.60ubuntu1) ... [2021-01-13T00:43:22.462Z] Setting up sudo (1.8.21p2-3ubuntu1.3) ... [2021-01-13T00:43:22.724Z] Setting up libbsd0:amd64 (0.8.7-1ubuntu0.1) ... [2021-01-13T00:43:22.724Z] Setting up libkrb5support0:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:22.724Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T00:43:22.724Z] Setting up systemd (237-3ubuntu10.43) ... [2021-01-13T00:43:22.724Z] Installing new version of config file /etc/dhcp/dhclient-enter-hooks.d/resolved ... [2021-01-13T00:43:23.694Z] Setting up libkeyutils1:amd64 (1.5.9-9.2ubuntu2) ... [2021-01-13T00:43:23.694Z] Setting up libmpdec2:amd64 (2.4.2-1ubuntu1) ... [2021-01-13T00:43:23.694Z] Setting up liblzo2-2:amd64 (2.08-1.2) ... [2021-01-13T00:43:23.694Z] Setting up libpython3.6-stdlib:amd64 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:23.694Z] Setting up libk5crypto3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:23.694Z] Setting up python3.6 (3.6.9-1~18.04ubuntu1.3) ... [2021-01-13T00:43:24.651Z] Setting up squashfs-tools (1:4.3-6ubuntu0.18.04.1) ... [2021-01-13T00:43:24.651Z] Setting up libkrb5-3:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:24.651Z] Setting up libpython3-stdlib:amd64 (3.6.7-1~18.04) ... [2021-01-13T00:43:24.651Z] Setting up python3 (3.6.7-1~18.04) ... [2021-01-13T00:43:24.651Z] running python rtupdate hooks for python3.6... [2021-01-13T00:43:24.651Z] running python post-rtupdate hooks for python3.6... [2021-01-13T00:43:24.921Z] Setting up apparmor (2.12-4ubuntu5.1) ... [2021-01-13T00:43:26.308Z] Created symlink /etc/systemd/system/sysinit.target.wants/apparmor.service → /lib/systemd/system/apparmor.service. [2021-01-13T00:43:26.571Z] Setting up libgssapi-krb5-2:amd64 (1.16-2ubuntu0.2) ... [2021-01-13T00:43:26.571Z] Setting up openssh-client (1:7.6p1-4ubuntu0.3) ... [2021-01-13T00:43:26.832Z] Setting up snapd (2.48+18.04) ... [2021-01-13T00:43:27.093Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.apparmor.service → /lib/systemd/system/snapd.apparmor.service. [2021-01-13T00:43:27.355Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.autoimport.service → /lib/systemd/system/snapd.autoimport.service. [2021-01-13T00:43:27.617Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.core-fixup.service → /lib/systemd/system/snapd.core-fixup.service. [2021-01-13T00:43:27.877Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.recovery-chooser-trigger.service → /lib/systemd/system/snapd.recovery-chooser-trigger.service. [2021-01-13T00:43:28.139Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-13T00:43:28.139Z] Created symlink /etc/systemd/system/cloud-final.service.wants/snapd.seeded.service → /lib/systemd/system/snapd.seeded.service. [2021-01-13T00:43:28.139Z] Created symlink /etc/systemd/system/multi-user.target.wants/snapd.service → /lib/systemd/system/snapd.service. [2021-01-13T00:43:28.405Z] Created symlink /etc/systemd/system/timers.target.wants/snapd.snap-repair.timer → /lib/systemd/system/snapd.snap-repair.timer. [2021-01-13T00:43:28.668Z] Created symlink /etc/systemd/system/sockets.target.wants/snapd.socket → /lib/systemd/system/snapd.socket. [2021-01-13T00:43:28.933Z] Created symlink /etc/systemd/system/final.target.wants/snapd.system-shutdown.service → /lib/systemd/system/snapd.system-shutdown.service. [2021-01-13T00:43:28.933Z] /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-13T00:43:28.933Z] Processing triggers for libc-bin (2.27-3ubuntu1) ... [2021-01-13T00:43:28.933Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-13T00:43:29.885Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T00:43:30.147Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T00:43:30.147Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T00:43:31.832Z] Reading package lists... [2021-01-13T00:43:32.096Z] Reading package lists... [2021-01-13T00:43:32.096Z] Building dependency tree... [2021-01-13T00:43:32.096Z] Reading state information... [2021-01-13T00:43:32.365Z] Calculating upgrade... [2021-01-13T00:43:32.365Z] The following packages will be upgraded: [2021-01-13T00:43:32.365Z] advancecomp base-files bash binutils binutils-common [2021-01-13T00:43:32.365Z] binutils-x86-64-linux-gnu bsdutils bzip2 ca-certificates cpp cpp-7 debconf [2021-01-13T00:43:32.365Z] dpkg dpkg-dev e2fsprogs fdisk g++ g++-7 gcc gcc-7 gcc-7-base gcc-8-base gpgv [2021-01-13T00:43:32.365Z] grep libapparmor1 libasan4 libatomic1 libbinutils libblkid1 libbz2-1.0 [2021-01-13T00:43:32.365Z] libc-bin libc-dev-bin libc6 libc6-dev libcc1-0 libcilkrts5 libcom-err2 [2021-01-13T00:43:32.365Z] libcryptsetup12 libdb5.3 libdevmapper1.02.1 libdpkg-perl libext2fs2 [2021-01-13T00:43:32.365Z] libfdisk1 libgcc-7-dev libgcc1 libgcrypt20 libgnutls30 libgomp1 libidn11 [2021-01-13T00:43:32.365Z] libidn2-0 libitm1 libjson-c3 libkmod2 liblsan0 libmount1 libmpx2 libncurses5 [2021-01-13T00:43:32.365Z] libncursesw5 libp11-kit0 libpam-modules libpam-modules-bin libpam-runtime [2021-01-13T00:43:32.365Z] libpam0g libperl5.26 libpng16-16 libprocps6 libquadmath0 libseccomp2 [2021-01-13T00:43:32.365Z] libsmartcols1 libsqlite3-0 libss2 libstdc++-7-dev libstdc++6 libtinfo5 [2021-01-13T00:43:32.365Z] libtsan0 libubsan0 libunistring2 libuuid1 libzstd1 linux-libc-dev login [2021-01-13T00:43:32.365Z] mount ncurses-base ncurses-bin openssl passwd patch perl perl-base [2021-01-13T00:43:32.365Z] perl-modules-5.26 pkgbinarymangler procps systemd-sysv tar tzdata [2021-01-13T00:43:32.365Z] ubuntu-keyring util-linux [2021-01-13T00:43:32.627Z] 97 upgraded, 0 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T00:43:32.628Z] Need to get 63.7 MB of archives. [2021-01-13T00:43:32.628Z] After this operation, 5203 kB of additional disk space will be used. [2021-01-13T00:43:32.628Z] Get:1 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6-dev amd64 2.27-3ubuntu1.4 [2585 kB] [2021-01-13T00:43:32.628Z] Get:2 http://security.ubuntu.com/ubuntu bionic-security/main amd64 linux-libc-dev amd64 4.15.0-130.134 [988 kB] [2021-01-13T00:43:33.205Z] Get:3 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libtsan0 amd64 8.4.0-1ubuntu1~18.04 [288 kB] [2021-01-13T00:43:33.206Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libquadmath0 amd64 8.4.0-1ubuntu1~18.04 [134 kB] [2021-01-13T00:43:33.206Z] Get:5 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmpx2 amd64 8.4.0-1ubuntu1~18.04 [11.6 kB] [2021-01-13T00:43:33.206Z] Get:6 http://security.ubuntu.com/ubuntu bionic-security/main amd64 liblsan0 amd64 8.4.0-1ubuntu1~18.04 [133 kB] [2021-01-13T00:43:33.206Z] Get:7 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libitm1 amd64 8.4.0-1ubuntu1~18.04 [27.9 kB] [2021-01-13T00:43:33.206Z] Get:8 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgomp1 amd64 8.4.0-1ubuntu1~18.04 [76.5 kB] [2021-01-13T00:43:33.206Z] Get:9 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-8-base amd64 8.4.0-1ubuntu1~18.04 [18.7 kB] [2021-01-13T00:43:33.206Z] Get:10 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc1 amd64 1:8.4.0-1ubuntu1~18.04 [40.6 kB] [2021-01-13T00:43:33.206Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcc1-0 amd64 8.4.0-1ubuntu1~18.04 [39.4 kB] [2021-01-13T00:43:33.468Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libatomic1 amd64 8.4.0-1ubuntu1~18.04 [9192 B] [2021-01-13T00:43:33.468Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++6 amd64 8.4.0-1ubuntu1~18.04 [400 kB] [2021-01-13T00:43:33.468Z] Get:14 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-dev-bin amd64 2.27-3ubuntu1.4 [71.8 kB] [2021-01-13T00:43:33.468Z] Get:15 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc6 amd64 2.27-3ubuntu1.4 [2832 kB] [2021-01-13T00:43:33.468Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bsdutils amd64 1:2.31.1-0.4ubuntu3.7 [60.2 kB] [2021-01-13T00:43:33.468Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libext2fs2 amd64 1.44.1-1ubuntu1.3 [157 kB] [2021-01-13T00:43:33.468Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/main amd64 e2fsprogs amd64 1.44.1-1ubuntu1.3 [391 kB] [2021-01-13T00:43:33.468Z] Get:19 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libperl5.26 amd64 5.26.1-6ubuntu0.5 [3534 kB] [2021-01-13T00:43:33.468Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 base-files amd64 10.1ubuntu2.10 [60.4 kB] [2021-01-13T00:43:33.468Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 bash amd64 4.4.18-2ubuntu1.2 [614 kB] [2021-01-13T00:43:33.468Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 tar amd64 1.29b-2ubuntu0.1 [234 kB] [2021-01-13T00:43:33.468Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg amd64 1.19.0.5ubuntu2.3 [1136 kB] [2021-01-13T00:43:33.468Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 grep amd64 3.1-2build1 [159 kB] [2021-01-13T00:43:33.468Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 login amd64 1:4.5-1ubuntu2 [308 kB] [2021-01-13T00:43:33.468Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-bin amd64 6.1-1ubuntu1.18.04 [163 kB] [2021-01-13T00:43:33.468Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncurses5 amd64 6.1-1ubuntu1.18.04 [95.1 kB] [2021-01-13T00:43:33.730Z] Get:28 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libtinfo5 amd64 6.1-1ubuntu1.18.04 [80.3 kB] [2021-01-13T00:43:33.730Z] Get:29 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl amd64 5.26.1-6ubuntu0.5 [201 kB] [2021-01-13T00:43:33.730Z] Get:30 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-base amd64 5.26.1-6ubuntu0.5 [1391 kB] [2021-01-13T00:43:33.730Z] Get:31 http://security.ubuntu.com/ubuntu bionic-security/main amd64 perl-modules-5.26 all 5.26.1-6ubuntu0.5 [2762 kB] [2021-01-13T00:43:33.730Z] Get:32 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libncursesw5 amd64 6.1-1ubuntu1.18.04 [117 kB] [2021-01-13T00:43:33.730Z] Get:33 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libc-bin amd64 2.27-3ubuntu1.4 [643 kB] [2021-01-13T00:43:33.730Z] Get:34 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ncurses-base all 6.1-1ubuntu1.18.04 [17.8 kB] [2021-01-13T00:43:33.730Z] Get:35 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 debconf all 1.5.66ubuntu1 [124 kB] [2021-01-13T00:43:33.730Z] Get:36 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam0g amd64 1.1.8-3.6ubuntu2.18.04.2 [54.9 kB] [2021-01-13T00:43:33.730Z] Get:37 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-13T00:43:33.730Z] Get:38 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libpam-modules amd64 1.1.8-3.6ubuntu2.18.04.2 [242 kB] [2021-01-13T00:43:33.730Z] Get:39 http://security.ubuntu.com/ubuntu bionic-security/main amd64 bzip2 amd64 1.0.6-8.1ubuntu0.2 [33.9 kB] [2021-01-13T00:43:33.730Z] Get:40 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbz2-1.0 amd64 1.0.6-8.1ubuntu0.2 [31.2 kB] [2021-01-13T00:43:33.730Z] Get:41 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libdb5.3 amd64 5.3.28-13.1ubuntu1.1 [672 kB] [2021-01-13T00:43:33.730Z] Get:42 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 systemd-sysv amd64 237-3ubuntu10.43 [15.7 kB] [2021-01-13T00:43:33.730Z] Get:43 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-13T00:43:33.730Z] Get:44 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 passwd amd64 1:4.5-1ubuntu2 [816 kB] [2021-01-13T00:43:33.730Z] Get:45 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libuuid1 amd64 2.31.1-0.4ubuntu3.7 [20.1 kB] [2021-01-13T00:43:33.730Z] Get:46 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libblkid1 amd64 2.31.1-0.4ubuntu3.7 [124 kB] [2021-01-13T00:43:33.730Z] Get:47 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libfdisk1 amd64 2.31.1-0.4ubuntu3.7 [164 kB] [2021-01-13T00:43:33.990Z] Get:48 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libmount1 amd64 2.31.1-0.4ubuntu3.7 [136 kB] [2021-01-13T00:43:33.990Z] Get:49 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsmartcols1 amd64 2.31.1-0.4ubuntu3.7 [83.8 kB] [2021-01-13T00:43:33.990Z] Get:50 http://security.ubuntu.com/ubuntu bionic-security/main amd64 fdisk amd64 2.31.1-0.4ubuntu3.7 [108 kB] [2021-01-13T00:43:33.990Z] Get:51 http://security.ubuntu.com/ubuntu bionic-security/main amd64 util-linux amd64 2.31.1-0.4ubuntu3.7 [904 kB] [2021-01-13T00:43:33.990Z] Get:52 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libunistring2 amd64 0.9.9-0ubuntu2 [368 kB] [2021-01-13T00:43:33.990Z] Get:53 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libgnutls30 amd64 3.5.18-1ubuntu1.4 [645 kB] [2021-01-13T00:43:33.990Z] Get:54 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 ubuntu-keyring all 2018.09.18.1~18.04.0 [22.4 kB] [2021-01-13T00:43:33.990Z] Get:55 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libprocps6 amd64 2:3.3.12-3ubuntu1.2 [31.8 kB] [2021-01-13T00:43:33.990Z] Get:56 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 procps amd64 2:3.3.12-3ubuntu1.2 [225 kB] [2021-01-13T00:43:33.990Z] Get:57 http://security.ubuntu.com/ubuntu bionic-security/main amd64 mount amd64 2.31.1-0.4ubuntu3.7 [107 kB] [2021-01-13T00:43:33.990Z] Get:58 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-13T00:43:33.990Z] Get:59 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libcryptsetup12 amd64 2:2.0.2-1ubuntu1.2 [134 kB] [2021-01-13T00:43:33.990Z] Get:60 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libidn11 amd64 1.33-2.1ubuntu1.2 [46.6 kB] [2021-01-13T00:43:33.990Z] Get:61 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libkmod2 amd64 24-1ubuntu3.5 [40.2 kB] [2021-01-13T00:43:33.990Z] Get:62 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcom-err2 amd64 1.44.1-1ubuntu1.3 [8848 B] [2021-01-13T00:43:33.990Z] Get:63 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcrypt20 amd64 1.8.1-4ubuntu1.2 [417 kB] [2021-01-13T00:43:33.990Z] Get:64 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libss2 amd64 1.44.1-1ubuntu1.3 [11.1 kB] [2021-01-13T00:43:33.990Z] Get:65 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libzstd1 amd64 1.3.3+dfsg-2ubuntu1.1 [189 kB] [2021-01-13T00:43:33.990Z] Get:66 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gpgv amd64 2.2.4-1ubuntu1.3 [198 kB] [2021-01-13T00:43:33.990Z] Get:67 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libidn2-0 amd64 2.0.4-1.1ubuntu0.2 [48.7 kB] [2021-01-13T00:43:33.990Z] Get:68 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libp11-kit0 amd64 0.23.9-2ubuntu0.1 [187 kB] [2021-01-13T00:43:33.990Z] Get:69 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libseccomp2 amd64 2.4.3-1ubuntu3.18.04.3 [42.0 kB] [2021-01-13T00:43:33.990Z] Get:70 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 dpkg-dev all 1.19.0.5ubuntu2.3 [607 kB] [2021-01-13T00:43:33.990Z] Get:71 http://security.ubuntu.com/ubuntu bionic-security/main amd64 openssl amd64 1.1.1-1ubuntu2.1~18.04.7 [614 kB] [2021-01-13T00:43:34.253Z] Get:72 http://security.ubuntu.com/ubuntu bionic-security/main amd64 ca-certificates all 20201027ubuntu0.18.04.1 [153 kB] [2021-01-13T00:43:34.253Z] Get:73 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libapparmor1 amd64 2.12-4ubuntu5.1 [31.3 kB] [2021-01-13T00:43:34.253Z] Get:74 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 libdpkg-perl all 1.19.0.5ubuntu2.3 [211 kB] [2021-01-13T00:43:34.253Z] Get:75 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libjson-c3 amd64 0.12.1-1.3ubuntu0.3 [21.7 kB] [2021-01-13T00:43:34.253Z] Get:76 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libsqlite3-0 amd64 3.22.0-1ubuntu0.4 [499 kB] [2021-01-13T00:43:34.253Z] Get:77 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 pkgbinarymangler all 138.18.04.1 [53.2 kB] [2021-01-13T00:43:34.253Z] Get:78 http://security.ubuntu.com/ubuntu bionic-security/main amd64 tzdata all 2020f-0ubuntu0.18.04 [190 kB] [2021-01-13T00:43:34.253Z] Get:79 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libpng16-16 amd64 1.6.34-1ubuntu0.18.04.2 [176 kB] [2021-01-13T00:43:34.253Z] Get:80 http://security.ubuntu.com/ubuntu bionic-security/main amd64 advancecomp amd64 2.1-1ubuntu0.18.04.1 [200 kB] [2021-01-13T00:43:34.253Z] Get:81 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-13T00:43:34.253Z] Get:82 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libbinutils amd64 2.30-21ubuntu1~18.04.4 [488 kB] [2021-01-13T00:43:34.253Z] Get:83 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils amd64 2.30-21ubuntu1~18.04.4 [3392 B] [2021-01-13T00:43:34.253Z] Get:84 http://security.ubuntu.com/ubuntu bionic-security/main amd64 binutils-common amd64 2.30-21ubuntu1~18.04.4 [196 kB] [2021-01-13T00:43:34.253Z] Get:85 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libubsan0 amd64 7.5.0-3ubuntu1~18.04 [126 kB] [2021-01-13T00:43:34.253Z] Get:86 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libasan4 amd64 7.5.0-3ubuntu1~18.04 [358 kB] [2021-01-13T00:43:34.253Z] Get:87 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcilkrts5 amd64 7.5.0-3ubuntu1~18.04 [42.5 kB] [2021-01-13T00:43:34.253Z] Get:88 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++-7 amd64 7.5.0-3ubuntu1~18.04 [9697 kB] [2021-01-13T00:43:34.826Z] Get:89 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7 amd64 7.5.0-3ubuntu1~18.04 [9381 kB] [2021-01-13T00:43:35.399Z] Get:90 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libstdc++-7-dev amd64 7.5.0-3ubuntu1~18.04 [1471 kB] [2021-01-13T00:43:35.399Z] Get:91 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libgcc-7-dev amd64 7.5.0-3ubuntu1~18.04 [2378 kB] [2021-01-13T00:43:35.399Z] Get:92 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp-7 amd64 7.5.0-3ubuntu1~18.04 [8591 kB] [2021-01-13T00:43:35.660Z] Get:93 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc-7-base amd64 7.5.0-3ubuntu1~18.04 [18.3 kB] [2021-01-13T00:43:35.660Z] Get:94 http://security.ubuntu.com/ubuntu bionic-security/main amd64 cpp amd64 4:7.4.0-1ubuntu2.3 [27.7 kB] [2021-01-13T00:43:35.660Z] Get:95 http://security.ubuntu.com/ubuntu bionic-security/main amd64 patch amd64 2.7.6-2ubuntu1.1 [102 kB] [2021-01-13T00:43:35.660Z] Get:96 http://security.ubuntu.com/ubuntu bionic-security/main amd64 gcc amd64 4:7.4.0-1ubuntu2.3 [5184 B] [2021-01-13T00:43:35.660Z] Get:97 http://security.ubuntu.com/ubuntu bionic-security/main amd64 g++ amd64 4:7.4.0-1ubuntu2.3 [1568 B] [2021-01-13T00:43:35.660Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T00:43:35.921Z] Fetched 63.7 MB in 3s (20.3 MB/s) [2021-01-13T00:43:35.921Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:35.921Z] Preparing to unpack .../0-libc6-dev_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T00:43:35.921Z] Unpacking libc6-dev:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T00:43:36.493Z] Preparing to unpack .../1-libc-dev-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T00:43:36.493Z] Unpacking libc-dev-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T00:43:36.755Z] Preparing to unpack .../2-linux-libc-dev_4.15.0-130.134_amd64.deb ... [2021-01-13T00:43:36.755Z] Unpacking linux-libc-dev:amd64 (4.15.0-130.134) over (4.15.0-20.21) ... [2021-01-13T00:43:37.326Z] Preparing to unpack .../3-libtsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:37.588Z] Unpacking libtsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:37.588Z] Preparing to unpack .../4-libquadmath0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:37.588Z] Unpacking libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:37.850Z] Preparing to unpack .../5-libmpx2_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:37.850Z] Unpacking libmpx2:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:37.850Z] Preparing to unpack .../6-liblsan0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:37.850Z] Unpacking liblsan0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.112Z] Preparing to unpack .../7-libitm1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.112Z] Unpacking libitm1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.112Z] Preparing to unpack .../8-libgomp1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.112Z] Unpacking libgomp1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.373Z] Preparing to unpack .../9-gcc-8-base_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.373Z] Unpacking gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.373Z] Setting up gcc-8-base:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:43:38.373Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T00:43:38.373Z] Preparing to unpack .../libgcc1_1%3a8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.373Z] Unpacking libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) over (1:8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.636Z] Setting up libgcc1:amd64 (1:8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:43:38.636Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T00:43:38.636Z] Preparing to unpack .../libcc1-0_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.636Z] Unpacking libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.897Z] Preparing to unpack .../libatomic1_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.898Z] Unpacking libatomic1:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:38.898Z] Preparing to unpack .../libstdc++6_8.4.0-1ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:38.898Z] Unpacking libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) over (8-20180414-1ubuntu2) ... [2021-01-13T00:43:39.159Z] Setting up libstdc++6:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:43:39.159Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T00:43:39.159Z] Preparing to unpack .../libc6_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T00:43:39.420Z] Unpacking libc6:amd64 (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T00:43:39.707Z] Setting up libc6:amd64 (2.27-3ubuntu1.4) ... [2021-01-13T00:43:39.967Z] (Reading database ... 13911 files and directories currently installed.) [2021-01-13T00:43:39.967Z] Preparing to unpack .../base-files_10.1ubuntu2.10_amd64.deb ... [2021-01-13T00:43:40.232Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.service' [2021-01-13T00:43:40.232Z] /usr/sbin/policy-rc.d returned 101, not running 'stop motd-news.timer' [2021-01-13T00:43:40.232Z] Unpacking base-files (10.1ubuntu2.10) over (10.1ubuntu2) ... [2021-01-13T00:43:40.494Z] Setting up base-files (10.1ubuntu2.10) ... [2021-01-13T00:43:40.494Z] Installing new version of config file /etc/issue ... [2021-01-13T00:43:40.494Z] Installing new version of config file /etc/issue.net ... [2021-01-13T00:43:40.494Z] Installing new version of config file /etc/lsb-release ... [2021-01-13T00:43:40.494Z] Installing new version of config file /etc/update-motd.d/50-motd-news ... [2021-01-13T00:43:40.754Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.timer' [2021-01-13T00:43:40.754Z] /usr/sbin/policy-rc.d returned 101, not running 'start motd-news.service' [2021-01-13T00:43:40.754Z] Removing obsolete conffile /etc/default/motd-news ... [2021-01-13T00:43:41.015Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:41.015Z] Preparing to unpack .../bash_4.4.18-2ubuntu1.2_amd64.deb ... [2021-01-13T00:43:41.015Z] Unpacking bash (4.4.18-2ubuntu1.2) over (4.4.18-2ubuntu1) ... [2021-01-13T00:43:41.015Z] Setting up bash (4.4.18-2ubuntu1.2) ... [2021-01-13T00:43:41.015Z] 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-13T00:43:41.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:41.276Z] Preparing to unpack .../bsdutils_1%3a2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:41.276Z] Unpacking bsdutils (1:2.31.1-0.4ubuntu3.7) over (1:2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:41.276Z] Setting up bsdutils (1:2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:41.276Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:41.276Z] Preparing to unpack .../tar_1.29b-2ubuntu0.1_amd64.deb ... [2021-01-13T00:43:41.540Z] Unpacking tar (1.29b-2ubuntu0.1) over (1.29b-2) ... [2021-01-13T00:43:41.540Z] Setting up tar (1.29b-2ubuntu0.1) ... [2021-01-13T00:43:41.540Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:41.540Z] Preparing to unpack .../dpkg_1.19.0.5ubuntu2.3_amd64.deb ... [2021-01-13T00:43:41.540Z] Unpacking dpkg (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T00:43:41.801Z] Setting up dpkg (1.19.0.5ubuntu2.3) ... [2021-01-13T00:43:42.062Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:42.062Z] Preparing to unpack .../libext2fs2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:42.062Z] Unpacking libext2fs2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T00:43:42.063Z] Setting up libext2fs2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T00:43:42.325Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:42.325Z] Preparing to unpack .../e2fsprogs_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:42.325Z] Unpacking e2fsprogs (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T00:43:42.325Z] Setting up e2fsprogs (1.44.1-1ubuntu1.3) ... [2021-01-13T00:43:42.586Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:42.586Z] Preparing to unpack .../grep_3.1-2build1_amd64.deb ... [2021-01-13T00:43:42.586Z] Unpacking grep (3.1-2build1) over (3.1-2) ... [2021-01-13T00:43:42.586Z] Setting up grep (3.1-2build1) ... [2021-01-13T00:43:42.847Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:42.847Z] Preparing to unpack .../login_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-13T00:43:42.847Z] Unpacking login (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-13T00:43:42.847Z] Setting up login (1:4.5-1ubuntu2) ... [2021-01-13T00:43:43.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:43.108Z] Preparing to unpack .../ncurses-bin_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T00:43:43.108Z] Unpacking ncurses-bin (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T00:43:43.108Z] Setting up ncurses-bin (6.1-1ubuntu1.18.04) ... [2021-01-13T00:43:43.108Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:43.108Z] Preparing to unpack .../libperl5.26_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T00:43:43.368Z] Unpacking libperl5.26:amd64 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T00:43:43.939Z] Preparing to unpack .../perl_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T00:43:43.939Z] Unpacking perl (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T00:43:43.939Z] Preparing to unpack .../perl-base_5.26.1-6ubuntu0.5_amd64.deb ... [2021-01-13T00:43:43.939Z] Unpacking perl-base (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T00:43:44.510Z] Setting up perl-base (5.26.1-6ubuntu0.5) ... [2021-01-13T00:43:44.510Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:44.510Z] Preparing to unpack .../perl-modules-5.26_5.26.1-6ubuntu0.5_all.deb ... [2021-01-13T00:43:44.510Z] Unpacking perl-modules-5.26 (5.26.1-6ubuntu0.5) over (5.26.1-6) ... [2021-01-13T00:43:45.895Z] Preparing to unpack .../bzip2_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-13T00:43:45.895Z] Unpacking bzip2 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-13T00:43:45.895Z] Preparing to unpack .../libbz2-1.0_1.0.6-8.1ubuntu0.2_amd64.deb ... [2021-01-13T00:43:45.895Z] Unpacking libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) over (1.0.6-8.1) ... [2021-01-13T00:43:45.895Z] Setting up libbz2-1.0:amd64 (1.0.6-8.1ubuntu0.2) ... [2021-01-13T00:43:45.895Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:45.895Z] Preparing to unpack .../libdb5.3_5.3.28-13.1ubuntu1.1_amd64.deb ... [2021-01-13T00:43:45.895Z] Unpacking libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) over (5.3.28-13.1ubuntu1) ... [2021-01-13T00:43:46.156Z] Setting up libdb5.3:amd64 (5.3.28-13.1ubuntu1.1) ... [2021-01-13T00:43:46.156Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:46.156Z] Preparing to unpack .../libuuid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:46.419Z] Unpacking libuuid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:46.419Z] Setting up libuuid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:46.419Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:46.419Z] Preparing to unpack .../libblkid1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:46.680Z] Unpacking libblkid1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:46.680Z] Setting up libblkid1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:46.680Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:46.680Z] Preparing to unpack .../libfdisk1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:46.680Z] Unpacking libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:46.943Z] Setting up libfdisk1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:46.943Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:46.943Z] Preparing to unpack .../libmount1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:46.943Z] Unpacking libmount1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:47.203Z] Setting up libmount1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:47.204Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:47.204Z] Preparing to unpack .../libncurses5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T00:43:47.204Z] Unpacking libncurses5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T00:43:47.464Z] Preparing to unpack .../libtinfo5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T00:43:47.464Z] Unpacking libtinfo5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T00:43:47.464Z] Setting up libtinfo5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T00:43:47.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:47.724Z] Preparing to unpack .../libncursesw5_6.1-1ubuntu1.18.04_amd64.deb ... [2021-01-13T00:43:47.724Z] Unpacking libncursesw5:amd64 (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T00:43:47.724Z] Setting up libncursesw5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T00:43:47.724Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:47.724Z] Preparing to unpack .../libsmartcols1_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:47.724Z] Unpacking libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:47.985Z] Setting up libsmartcols1:amd64 (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:47.985Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:47.985Z] Preparing to unpack .../fdisk_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:47.985Z] Unpacking fdisk (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:48.246Z] Setting up fdisk (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:48.246Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:48.246Z] Preparing to unpack .../util-linux_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:48.246Z] Unpacking util-linux (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:48.818Z] Setting up util-linux (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:43:49.079Z] /usr/sbin/policy-rc.d returned 101, not running 'restart fstrim.timer' [2021-01-13T00:43:49.339Z] /usr/sbin/policy-rc.d returned 101, not running 'try-restart fstrim.service fstrim.timer' [2021-01-13T00:43:49.339Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:49.339Z] Preparing to unpack .../libc-bin_2.27-3ubuntu1.4_amd64.deb ... [2021-01-13T00:43:49.600Z] Unpacking libc-bin (2.27-3ubuntu1.4) over (2.27-3ubuntu1) ... [2021-01-13T00:43:49.861Z] Setting up libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T00:43:49.861Z] (Reading database ... 13912 files and directories currently installed.) [2021-01-13T00:43:49.861Z] Preparing to unpack .../ncurses-base_6.1-1ubuntu1.18.04_all.deb ... [2021-01-13T00:43:50.121Z] Unpacking ncurses-base (6.1-1ubuntu1.18.04) over (6.1-1ubuntu1) ... [2021-01-13T00:43:50.121Z] Setting up ncurses-base (6.1-1ubuntu1.18.04) ... [2021-01-13T00:43:50.121Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:50.121Z] Preparing to unpack .../debconf_1.5.66ubuntu1_all.deb ... [2021-01-13T00:43:50.381Z] Unpacking debconf (1.5.66ubuntu1) over (1.5.66) ... [2021-01-13T00:43:50.381Z] Setting up debconf (1.5.66ubuntu1) ... [2021-01-13T00:43:50.642Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:50.642Z] Preparing to unpack .../libpam0g_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T00:43:50.642Z] Unpacking libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T00:43:50.642Z] Setting up libpam0g:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T00:43:50.902Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:50.902Z] Preparing to unpack .../libpam-modules-bin_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T00:43:50.902Z] Unpacking libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T00:43:50.902Z] Setting up libpam-modules-bin (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T00:43:51.163Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:51.163Z] Preparing to unpack .../libpam-modules_1.1.8-3.6ubuntu2.18.04.2_amd64.deb ... [2021-01-13T00:43:51.163Z] Unpacking libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T00:43:51.424Z] Setting up libpam-modules:amd64 (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T00:43:51.424Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:51.424Z] Preparing to unpack .../mount_2.31.1-0.4ubuntu3.7_amd64.deb ... [2021-01-13T00:43:51.687Z] Unpacking mount (2.31.1-0.4ubuntu3.7) over (2.31.1-0.4ubuntu3) ... [2021-01-13T00:43:51.687Z] Preparing to unpack .../systemd-sysv_237-3ubuntu10.43_amd64.deb ... [2021-01-13T00:43:51.688Z] Unpacking systemd-sysv (237-3ubuntu10.43) over (237-3ubuntu10) ... [2021-01-13T00:43:51.948Z] Preparing to unpack .../libcom-err2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:51.948Z] Unpacking libcom-err2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T00:43:51.948Z] Setting up libcom-err2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T00:43:51.948Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:51.948Z] Preparing to unpack .../libgcrypt20_1.8.1-4ubuntu1.2_amd64.deb ... [2021-01-13T00:43:52.209Z] Unpacking libgcrypt20:amd64 (1.8.1-4ubuntu1.2) over (1.8.1-4ubuntu1) ... [2021-01-13T00:43:52.209Z] Setting up libgcrypt20:amd64 (1.8.1-4ubuntu1.2) ... [2021-01-13T00:43:52.469Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:52.469Z] Preparing to unpack .../libpam-runtime_1.1.8-3.6ubuntu2.18.04.2_all.deb ... [2021-01-13T00:43:52.469Z] Unpacking libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) over (1.1.8-3.6ubuntu2) ... [2021-01-13T00:43:52.469Z] Setting up libpam-runtime (1.1.8-3.6ubuntu2.18.04.2) ... [2021-01-13T00:43:52.730Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:52.730Z] Preparing to unpack .../libss2_1.44.1-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:52.730Z] Unpacking libss2:amd64 (1.44.1-1ubuntu1.3) over (1.44.1-1) ... [2021-01-13T00:43:52.992Z] Setting up libss2:amd64 (1.44.1-1ubuntu1.3) ... [2021-01-13T00:43:52.992Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:52.992Z] Preparing to unpack .../libzstd1_1.3.3+dfsg-2ubuntu1.1_amd64.deb ... [2021-01-13T00:43:52.992Z] Unpacking libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) over (1.3.3+dfsg-2ubuntu1) ... [2021-01-13T00:43:53.253Z] Setting up libzstd1:amd64 (1.3.3+dfsg-2ubuntu1.1) ... [2021-01-13T00:43:53.253Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:53.253Z] Preparing to unpack .../passwd_1%3a4.5-1ubuntu2_amd64.deb ... [2021-01-13T00:43:53.514Z] Unpacking passwd (1:4.5-1ubuntu2) over (1:4.5-1ubuntu1) ... [2021-01-13T00:43:53.776Z] Setting up passwd (1:4.5-1ubuntu2) ... [2021-01-13T00:43:53.776Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:53.776Z] Preparing to unpack .../gpgv_2.2.4-1ubuntu1.3_amd64.deb ... [2021-01-13T00:43:53.776Z] Unpacking gpgv (2.2.4-1ubuntu1.3) over (2.2.4-1ubuntu1) ... [2021-01-13T00:43:54.036Z] Setting up gpgv (2.2.4-1ubuntu1.3) ... [2021-01-13T00:43:54.036Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:54.036Z] Preparing to unpack .../libunistring2_0.9.9-0ubuntu2_amd64.deb ... [2021-01-13T00:43:54.036Z] Unpacking libunistring2:amd64 (0.9.9-0ubuntu2) over (0.9.9-0ubuntu1) ... [2021-01-13T00:43:54.297Z] Setting up libunistring2:amd64 (0.9.9-0ubuntu2) ... [2021-01-13T00:43:54.297Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:54.297Z] Preparing to unpack .../libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb ... [2021-01-13T00:43:54.297Z] Unpacking libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) over (2.0.4-1.1build2) ... [2021-01-13T00:43:54.559Z] Setting up libidn2-0:amd64 (2.0.4-1.1ubuntu0.2) ... [2021-01-13T00:43:54.559Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:54.559Z] Preparing to unpack .../libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb ... [2021-01-13T00:43:54.559Z] Unpacking libp11-kit0:amd64 (0.23.9-2ubuntu0.1) over (0.23.9-2) ... [2021-01-13T00:43:54.821Z] Setting up libp11-kit0:amd64 (0.23.9-2ubuntu0.1) ... [2021-01-13T00:43:54.821Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:54.821Z] Preparing to unpack .../libgnutls30_3.5.18-1ubuntu1.4_amd64.deb ... [2021-01-13T00:43:54.821Z] Unpacking libgnutls30:amd64 (3.5.18-1ubuntu1.4) over (3.5.18-1ubuntu1) ... [2021-01-13T00:43:55.082Z] Setting up libgnutls30:amd64 (3.5.18-1ubuntu1.4) ... [2021-01-13T00:43:55.082Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:55.082Z] Preparing to unpack .../libseccomp2_2.4.3-1ubuntu3.18.04.3_amd64.deb ... [2021-01-13T00:43:55.082Z] Unpacking libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) over (2.3.1-2.1ubuntu4) ... [2021-01-13T00:43:55.082Z] Setting up libseccomp2:amd64 (2.4.3-1ubuntu3.18.04.3) ... [2021-01-13T00:43:55.342Z] (Reading database ... 13914 files and directories currently installed.) [2021-01-13T00:43:55.342Z] Preparing to unpack .../ubuntu-keyring_2018.09.18.1~18.04.0_all.deb ... [2021-01-13T00:43:55.342Z] Unpacking ubuntu-keyring (2018.09.18.1~18.04.0) over (2018.02.28) ... [2021-01-13T00:43:55.342Z] Setting up ubuntu-keyring (2018.09.18.1~18.04.0) ... [2021-01-13T00:43:55.342Z] (Reading database ... 13915 files and directories currently installed.) [2021-01-13T00:43:55.342Z] Preparing to unpack .../00-libprocps6_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-13T00:43:55.603Z] Unpacking libprocps6:amd64 (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-13T00:43:55.603Z] Preparing to unpack .../01-procps_2%3a3.3.12-3ubuntu1.2_amd64.deb ... [2021-01-13T00:43:55.603Z] Unpacking procps (2:3.3.12-3ubuntu1.2) over (2:3.3.12-3ubuntu1) ... [2021-01-13T00:43:55.864Z] Preparing to unpack .../02-openssl_1.1.1-1ubuntu2.1~18.04.7_amd64.deb ... [2021-01-13T00:43:55.864Z] Unpacking openssl (1.1.1-1ubuntu2.1~18.04.7) over (1.1.0g-2ubuntu4) ... [2021-01-13T00:43:55.864Z] Preparing to unpack .../03-ca-certificates_20201027ubuntu0.18.04.1_all.deb ... [2021-01-13T00:43:56.125Z] Unpacking ca-certificates (20201027ubuntu0.18.04.1) over (20180409) ... [2021-01-13T00:43:56.125Z] Preparing to unpack .../04-libapparmor1_2.12-4ubuntu5.1_amd64.deb ... [2021-01-13T00:43:56.125Z] Unpacking libapparmor1:amd64 (2.12-4ubuntu5.1) over (2.12-4ubuntu5) ... [2021-01-13T00:43:56.387Z] Preparing to unpack .../05-libdevmapper1.02.1_2%3a1.02.145-4.1ubuntu3.18.04.3_amd64.deb ... [2021-01-13T00:43:56.387Z] Unpacking libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) over (2:1.02.145-4.1ubuntu3) ... [2021-01-13T00:43:56.387Z] Preparing to unpack .../06-libjson-c3_0.12.1-1.3ubuntu0.3_amd64.deb ... [2021-01-13T00:43:56.387Z] Unpacking libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) over (0.12.1-1.3) ... [2021-01-13T00:43:56.388Z] Preparing to unpack .../07-libcryptsetup12_2%3a2.0.2-1ubuntu1.2_amd64.deb ... [2021-01-13T00:43:56.649Z] Unpacking libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) over (2:2.0.2-1ubuntu1) ... [2021-01-13T00:43:56.649Z] Preparing to unpack .../08-libidn11_1.33-2.1ubuntu1.2_amd64.deb ... [2021-01-13T00:43:56.649Z] Unpacking libidn11:amd64 (1.33-2.1ubuntu1.2) over (1.33-2.1ubuntu1) ... [2021-01-13T00:43:56.649Z] Preparing to unpack .../09-libkmod2_24-1ubuntu3.5_amd64.deb ... [2021-01-13T00:43:56.910Z] Unpacking libkmod2:amd64 (24-1ubuntu3.5) over (24-1ubuntu3) ... [2021-01-13T00:43:56.910Z] Preparing to unpack .../10-libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb ... [2021-01-13T00:43:56.910Z] Unpacking libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) over (3.22.0-1) ... [2021-01-13T00:43:57.171Z] Preparing to unpack .../11-tzdata_2020f-0ubuntu0.18.04_all.deb ... [2021-01-13T00:43:57.171Z] Unpacking tzdata (2020f-0ubuntu0.18.04) over (2018d-1) ... [2021-01-13T00:43:58.556Z] Preparing to unpack .../12-libpng16-16_1.6.34-1ubuntu0.18.04.2_amd64.deb ... [2021-01-13T00:43:58.556Z] Unpacking libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) over (1.6.34-1) ... [2021-01-13T00:43:58.816Z] Preparing to unpack .../13-advancecomp_2.1-1ubuntu0.18.04.1_amd64.deb ... [2021-01-13T00:43:58.816Z] Unpacking advancecomp (2.1-1ubuntu0.18.04.1) over (2.1-1) ... [2021-01-13T00:43:58.816Z] Preparing to unpack .../14-binutils-x86-64-linux-gnu_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T00:43:58.817Z] Unpacking binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T00:43:59.388Z] Preparing to unpack .../15-libbinutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T00:43:59.388Z] Unpacking libbinutils:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T00:43:59.388Z] Preparing to unpack .../16-binutils_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T00:43:59.388Z] Unpacking binutils (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T00:43:59.648Z] Preparing to unpack .../17-binutils-common_2.30-21ubuntu1~18.04.4_amd64.deb ... [2021-01-13T00:43:59.648Z] Unpacking binutils-common:amd64 (2.30-21ubuntu1~18.04.4) over (2.30-15ubuntu1) ... [2021-01-13T00:43:59.648Z] Preparing to unpack .../18-libubsan0_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:59.909Z] Unpacking libubsan0:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:43:59.909Z] Preparing to unpack .../19-libasan4_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:43:59.909Z] Unpacking libasan4:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:00.170Z] Preparing to unpack .../20-libcilkrts5_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:00.170Z] Unpacking libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:00.170Z] Preparing to unpack .../21-g++-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:00.170Z] Unpacking g++-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:01.111Z] Preparing to unpack .../22-gcc-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:01.372Z] Unpacking gcc-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:02.316Z] Preparing to unpack .../23-libstdc++-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:02.316Z] Unpacking libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:02.887Z] Preparing to unpack .../24-libgcc-7-dev_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:02.887Z] Unpacking libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:03.461Z] Preparing to unpack .../25-cpp-7_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:03.461Z] Unpacking cpp-7 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:04.407Z] Preparing to unpack .../26-gcc-7-base_7.5.0-3ubuntu1~18.04_amd64.deb ... [2021-01-13T00:44:04.407Z] Unpacking gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) over (7.3.0-16ubuntu3) ... [2021-01-13T00:44:04.668Z] Preparing to unpack .../27-cpp_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T00:44:04.668Z] Unpacking cpp (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T00:44:04.668Z] Preparing to unpack .../28-dpkg-dev_1.19.0.5ubuntu2.3_all.deb ... [2021-01-13T00:44:04.668Z] Unpacking dpkg-dev (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T00:44:04.929Z] Preparing to unpack .../29-libdpkg-perl_1.19.0.5ubuntu2.3_all.deb ... [2021-01-13T00:44:04.929Z] Unpacking libdpkg-perl (1.19.0.5ubuntu2.3) over (1.19.0.5ubuntu2) ... [2021-01-13T00:44:04.929Z] Preparing to unpack .../30-patch_2.7.6-2ubuntu1.1_amd64.deb ... [2021-01-13T00:44:04.929Z] Unpacking patch (2.7.6-2ubuntu1.1) over (2.7.6-2ubuntu1) ... [2021-01-13T00:44:05.190Z] Preparing to unpack .../31-gcc_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T00:44:05.190Z] Unpacking gcc (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T00:44:05.190Z] Preparing to unpack .../32-g++_4%3a7.4.0-1ubuntu2.3_amd64.deb ... [2021-01-13T00:44:05.190Z] Unpacking g++ (4:7.4.0-1ubuntu2.3) over (4:7.3.0-3ubuntu2) ... [2021-01-13T00:44:05.190Z] Preparing to unpack .../33-pkgbinarymangler_138.18.04.1_all.deb ... [2021-01-13T00:44:05.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:44:05.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:44:05.319Z] ---> 844925e39494 [2021-01-13T00:44:05.319Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:44:05.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:44:05.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:44:05.319Z] ---> 844925e39494 [2021-01-13T00:44:05.319Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:44:05.319Z] Step 1/22 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:44:05.319Z] Step 2/22 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:44:05.319Z] ---> 844925e39494 [2021-01-13T00:44:05.319Z] Step 3/22 : WORKDIR /edgex-go [2021-01-13T00:44:05.319Z] Step 1/26 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:44:05.319Z] Step 2/26 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:44:05.319Z] ---> 844925e39494 [2021-01-13T00:44:05.319Z] Step 3/26 : WORKDIR /edgex-go [2021-01-13T00:44:05.319Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:44:05.319Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:44:05.319Z] ---> 844925e39494 [2021-01-13T00:44:05.319Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:44:05.450Z] Unpacking pkgbinarymangler (138.18.04.1) over (138) ... [2021-01-13T00:44:05.450Z] Setting up libquadmath0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:05.450Z] Setting up libncurses5:amd64 (6.1-1ubuntu1.18.04) ... [2021-01-13T00:44:05.450Z] Setting up libgomp1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:05.450Z] Setting up libatomic1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:05.450Z] Setting up libcc1-0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:05.712Z] Setting up libpng16-16:amd64 (1.6.34-1ubuntu0.18.04.2) ... [2021-01-13T00:44:05.712Z] Setting up libjson-c3:amd64 (0.12.1-1.3ubuntu0.3) ... [2021-01-13T00:44:05.712Z] Setting up tzdata (2020f-0ubuntu0.18.04) ... [2021-01-13T00:44:05.712Z] [2021-01-13T00:44:05.712Z] Current default time zone: 'Etc/UTC' [2021-01-13T00:44:05.712Z] Local time is now: Wed Jan 13 00:44:05 UTC 2021. [2021-01-13T00:44:05.712Z] Universal Time is now: Wed Jan 13 00:44:05 UTC 2021. [2021-01-13T00:44:05.712Z] Run 'dpkg-reconfigure tzdata' if you wish to change it. [2021-01-13T00:44:05.712Z] [2021-01-13T00:44:05.712Z] Setting up systemd-sysv (237-3ubuntu10.43) ... [2021-01-13T00:44:05.981Z] Setting up libtsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:05.981Z] Setting up linux-libc-dev:amd64 (4.15.0-130.134) ... [2021-01-13T00:44:05.981Z] Setting up mount (2.31.1-0.4ubuntu3.7) ... [2021-01-13T00:44:05.981Z] Setting up advancecomp (2.1-1ubuntu0.18.04.1) ... [2021-01-13T00:44:05.981Z] Setting up libdevmapper1.02.1:amd64 (2:1.02.145-4.1ubuntu3.18.04.3) ... [2021-01-13T00:44:05.981Z] Setting up perl-modules-5.26 (5.26.1-6ubuntu0.5) ... [2021-01-13T00:44:05.981Z] Setting up libprocps6:amd64 (2:3.3.12-3ubuntu1.2) ... [2021-01-13T00:44:05.981Z] Setting up libkmod2:amd64 (24-1ubuntu3.5) ... [2021-01-13T00:44:05.981Z] Setting up bzip2 (1.0.6-8.1ubuntu0.2) ... [2021-01-13T00:44:05.981Z] Setting up liblsan0:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:05.981Z] Setting up procps (2:3.3.12-3ubuntu1.2) ... [2021-01-13T00:44:06.260Z] Setting up gcc-7-base:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:06.260Z] Setting up binutils-common:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-13T00:44:06.260Z] Setting up libmpx2:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:06.260Z] Setting up patch (2.7.6-2ubuntu1.1) ... [2021-01-13T00:44:06.260Z] Setting up libperl5.26:amd64 (5.26.1-6ubuntu0.5) ... [2021-01-13T00:44:06.260Z] Setting up libapparmor1:amd64 (2.12-4ubuntu5.1) ... [2021-01-13T00:44:06.298Z] ---> Running in e719124cd9e7 [2021-01-13T00:44:06.298Z] ---> Running in b23dd4c9581c [2021-01-13T00:44:06.298Z] ---> Running in 3d68b8e0fee4 [2021-01-13T00:44:06.298Z] ---> Running in c038c87d6ec4 [2021-01-13T00:44:06.298Z] ---> Running in 7cb4bf57c80c [2021-01-13T00:44:06.522Z] Setting up openssl (1.1.1-1ubuntu2.1~18.04.7) ... [2021-01-13T00:44:06.522Z] Installing new version of config file /etc/ssl/openssl.cnf ... [2021-01-13T00:44:06.522Z] Setting up libsqlite3-0:amd64 (3.22.0-1ubuntu0.4) ... [2021-01-13T00:44:06.522Z] Setting up libc-dev-bin (2.27-3ubuntu1.4) ... [2021-01-13T00:44:06.522Z] Setting up ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-13T00:44:06.900Z] Removing intermediate container b23dd4c9581c [2021-01-13T00:44:06.901Z] ---> 2951a3203297 [2021-01-13T00:44:06.901Z] Step 4/26 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:44:06.901Z] Removing intermediate container 3d68b8e0fee4 [2021-01-13T00:44:06.901Z] ---> 8c9e25c4b43b [2021-01-13T00:44:06.901Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:44:06.901Z] Removing intermediate container e719124cd9e7 [2021-01-13T00:44:06.901Z] ---> 5ff7d48b6744 [2021-01-13T00:44:06.901Z] Removing intermediate container 7cb4bf57c80c [2021-01-13T00:44:06.901Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:44:06.901Z] ---> 7283f3bbec95 [2021-01-13T00:44:06.901Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:44:06.901Z] Removing intermediate container c038c87d6ec4 [2021-01-13T00:44:06.901Z] ---> 07610ae4c35f [2021-01-13T00:44:06.901Z] Step 4/22 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:44:07.202Z] ---> Running in 1f554b925fcd [2021-01-13T00:44:07.202Z] ---> Running in a66bffa452ca [2021-01-13T00:44:07.202Z] ---> Running in 4c5db68af7e5 [2021-01-13T00:44:07.202Z] ---> Running in f87bc744cb31 [2021-01-13T00:44:07.483Z] ---> Running in ad419d253530 [2021-01-13T00:44:07.905Z] Updating certificates in /etc/ssl/certs... [2021-01-13T00:44:08.478Z] 22 added, 17 removed; done. [2021-01-13T00:44:08.478Z] Setting up libc6-dev:amd64 (2.27-3ubuntu1.4) ... [2021-01-13T00:44:08.737Z] Setting up libitm1:amd64 (8.4.0-1ubuntu1~18.04) ... [2021-01-13T00:44:08.737Z] Setting up libidn11:amd64 (1.33-2.1ubuntu1.2) ... [2021-01-13T00:44:08.737Z] Setting up libcryptsetup12:amd64 (2:2.0.2-1ubuntu1.2) ... [2021-01-13T00:44:08.737Z] Setting up pkgbinarymangler (138.18.04.1) ... [2021-01-13T00:44:08.737Z] Setting up libasan4:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:08.737Z] Setting up libbinutils:amd64 (2.30-21ubuntu1~18.04.4) ... [2021-01-13T00:44:08.737Z] Setting up libcilkrts5:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:08.997Z] Setting up libubsan0:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:08.997Z] Setting up libgcc-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:08.997Z] Setting up cpp-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:08.997Z] Setting up libstdc++-7-dev:amd64 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:08.997Z] Setting up perl (5.26.1-6ubuntu0.5) ... [2021-01-13T00:44:08.997Z] Setting up binutils-x86-64-linux-gnu (2.30-21ubuntu1~18.04.4) ... [2021-01-13T00:44:08.997Z] Setting up cpp (4:7.4.0-1ubuntu2.3) ... [2021-01-13T00:44:08.997Z] Setting up libdpkg-perl (1.19.0.5ubuntu2.3) ... [2021-01-13T00:44:09.257Z] Setting up binutils (2.30-21ubuntu1~18.04.4) ... [2021-01-13T00:44:09.257Z] Setting up gcc-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:09.257Z] Setting up g++-7 (7.5.0-3ubuntu1~18.04) ... [2021-01-13T00:44:09.257Z] Setting up gcc (4:7.4.0-1ubuntu2.3) ... [2021-01-13T00:44:09.257Z] Setting up dpkg-dev (1.19.0.5ubuntu2.3) ... [2021-01-13T00:44:09.257Z] Setting up g++ (4:7.4.0-1ubuntu2.3) ... [2021-01-13T00:44:09.257Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T00:44:09.518Z] Processing triggers for systemd (237-3ubuntu10.43) ... [2021-01-13T00:44:09.518Z] Processing triggers for mime-support (3.60ubuntu1) ... [2021-01-13T00:44:09.518Z] Processing triggers for ca-certificates (20201027ubuntu0.18.04.1) ... [2021-01-13T00:44:09.518Z] Updating certificates in /etc/ssl/certs... [2021-01-13T00:44:10.090Z] 0 added, 0 removed; done. [2021-01-13T00:44:10.090Z] Running hooks in /etc/ca-certificates/update.d... [2021-01-13T00:44:10.090Z] done. [2021-01-13T00:44:10.662Z] Reading package lists... [2021-01-13T00:44:10.892Z] Removing intermediate container a66bffa452ca [2021-01-13T00:44:10.893Z] ---> a6daf100d6f8 [2021-01-13T00:44:10.893Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:44:10.922Z] Building dependency tree... [2021-01-13T00:44:10.922Z] Reading state information... [2021-01-13T00:44:10.922Z] The following NEW packages will be installed: [2021-01-13T00:44:10.922Z] apt-transport-https [2021-01-13T00:44:11.168Z] ---> Running in 92f4a549cc0b [2021-01-13T00:44:11.183Z] 0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T00:44:11.183Z] Need to get 1696 B of archives. [2021-01-13T00:44:11.183Z] After this operation, 153 kB of additional disk space will be used. [2021-01-13T00:44:11.183Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 apt-transport-https all 1.6.12ubuntu0.2 [1696 B] [2021-01-13T00:44:11.443Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T00:44:11.443Z] Fetched 1696 B in 0s (8540 B/s) [2021-01-13T00:44:11.443Z] Selecting previously unselected package apt-transport-https. [2021-01-13T00:44:11.443Z] (Reading database ... 13929 files and directories currently installed.) [2021-01-13T00:44:11.443Z] Preparing to unpack .../apt-transport-https_1.6.12ubuntu0.2_all.deb ... [2021-01-13T00:44:11.443Z] Unpacking apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-13T00:44:11.443Z] Setting up apt-transport-https (1.6.12ubuntu0.2) ... [2021-01-13T00:44:11.455Z] Removing intermediate container 1f554b925fcd [2021-01-13T00:44:11.455Z] ---> 285b7ce77a3b [2021-01-13T00:44:11.455Z] Step 5/26 : RUN apk add --update --no-cache make bash git [2021-01-13T00:44:11.455Z] Removing intermediate container 4c5db68af7e5 [2021-01-13T00:44:11.455Z] ---> 737c6f313a11 [2021-01-13T00:44:11.455Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:44:11.732Z] ---> Running in ee98775fd7e6 [2021-01-13T00:44:12.012Z] ---> Running in 39b1144329ee [2021-01-13T00:44:12.012Z] Removing intermediate container f87bc744cb31 [2021-01-13T00:44:12.012Z] ---> 5d390438e077 [2021-01-13T00:44:12.014Z] Waiting for network to be ready... [2021-01-13T00:44:12.284Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:44:12.284Z] Removing intermediate container ad419d253530 [2021-01-13T00:44:12.284Z] ---> 029d4f5807ee [2021-01-13T00:44:12.284Z] Step 5/22 : RUN apk add --update --no-cache make git [2021-01-13T00:44:12.566Z] ---> Running in 30e08d4056eb [2021-01-13T00:44:12.566Z] ---> Running in ea5b33d75f52 [2021-01-13T00:44:12.840Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:13.436Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:13.716Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:14.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:14.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:14.318Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:14.587Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:14.857Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:15.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:15.450Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:44:15.724Z] OK: 217 MiB in 51 packages [2021-01-13T00:44:15.724Z] OK: 217 MiB in 51 packages [2021-01-13T00:44:16.007Z] OK: 217 MiB in 51 packages [2021-01-13T00:44:17.002Z] OK: 217 MiB in 51 packages [2021-01-13T00:44:17.002Z] OK: 217 MiB in 51 packages [2021-01-13T00:44:17.283Z] Removing intermediate container 92f4a549cc0b [2021-01-13T00:44:17.283Z] ---> 511a78e95dbf [2021-01-13T00:44:17.283Z] Step 6/22 : COPY go.mod . [2021-01-13T00:44:17.283Z] Removing intermediate container ee98775fd7e6 [2021-01-13T00:44:17.283Z] ---> 72dea9a42c42 [2021-01-13T00:44:17.283Z] Step 6/26 : COPY go.mod . [2021-01-13T00:44:17.882Z] Removing intermediate container 39b1144329ee [2021-01-13T00:44:17.882Z] ---> 28b2e2be9eb4 [2021-01-13T00:44:17.882Z] Step 6/22 : COPY go.mod . [2021-01-13T00:44:18.478Z] ---> 90029c7254e1 [2021-01-13T00:44:18.478Z] Step 7/22 : RUN go mod download [2021-01-13T00:44:18.478Z] ---> f555c83486c0 [2021-01-13T00:44:18.478Z] Step 7/26 : RUN go mod download [2021-01-13T00:44:18.595Z] 2021-01-13T00:44:15Z INFO Waiting for automatic snapd restart... [2021-01-13T00:44:18.595Z] snapd 2.48.2 from Canonical* installed [2021-01-13T00:44:18.752Z] ---> Running in 70b8e3429350 [2021-01-13T00:44:18.752Z] ---> Running in a31f408a0fe6 [2021-01-13T00:44:18.752Z] Removing intermediate container ea5b33d75f52 [2021-01-13T00:44:18.752Z] ---> f9bf3f236a2a [2021-01-13T00:44:18.752Z] Step 6/21 : COPY go.mod . [2021-01-13T00:44:19.027Z] ---> ebe9941fa3e7 [2021-01-13T00:44:19.028Z] Step 7/22 : RUN go mod download [2021-01-13T00:44:19.028Z] Removing intermediate container 30e08d4056eb [2021-01-13T00:44:19.028Z] ---> 9522fd54c041 [2021-01-13T00:44:19.028Z] Step 6/22 : COPY go.mod . [2021-01-13T00:44:19.307Z] ---> Running in dc54bd6a797f [2021-01-13T00:44:19.537Z] "snapd" switched to the "latest/stable" channel [2021-01-13T00:44:19.537Z] [2021-01-13T00:44:20.293Z] ---> a282f94ffb19 [2021-01-13T00:44:20.293Z] Step 7/21 : RUN go mod download [2021-01-13T00:44:20.578Z] ---> 2455780431d4 [2021-01-13T00:44:20.578Z] Step 7/22 : RUN go mod download [2021-01-13T00:44:20.578Z] ---> Running in 95539362300f [2021-01-13T00:44:20.855Z] ---> Running in 51d1debde5fe [2021-01-13T00:44:22.891Z] Removing intermediate container 70b8e3429350 [2021-01-13T00:44:22.891Z] ---> 8d4b9924b04d [2021-01-13T00:44:22.891Z] Step 8/22 : COPY . . [2021-01-13T00:44:23.757Z] core18 20201210 from Canonical* installed [2021-01-13T00:44:23.757Z] "core18" switched to the "latest/stable" channel [2021-01-13T00:44:23.757Z] [2021-01-13T00:44:24.369Z] Removing intermediate container a31f408a0fe6 [2021-01-13T00:44:24.369Z] ---> e107d84c855e [2021-01-13T00:44:24.369Z] Step 8/26 : COPY . . [2021-01-13T00:44:24.369Z] Removing intermediate container dc54bd6a797f [2021-01-13T00:44:24.369Z] ---> 8195dbe38344 [2021-01-13T00:44:24.369Z] Step 8/22 : COPY . . [2021-01-13T00:44:25.350Z] Removing intermediate container 95539362300f [2021-01-13T00:44:25.350Z] ---> 332b7480712b [2021-01-13T00:44:25.350Z] Step 8/21 : COPY . . [2021-01-13T00:44:25.950Z] Removing intermediate container 51d1debde5fe [2021-01-13T00:44:25.950Z] ---> 26675d926b6d [2021-01-13T00:44:25.950Z] Step 8/22 : COPY . . [2021-01-13T00:44:29.042Z] snapcraft 4.4.4 from Canonical* installed [2021-01-13T00:44:29.042Z] "snapcraft" switched to the "latest/stable" channel [2021-01-13T00:44:29.042Z] [2021-01-13T00:44:32.344Z] 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-13T00:44:32.344Z] - README.md [2021-01-13T00:44:32.344Z] - snapcraft.yaml.orig [2021-01-13T00:44:32.344Z] [2021-01-13T00:44:32.344Z] If you must store these files within the 'snap' directory, move them to 'snap/local', which is ignored by snapcraft. [2021-01-13T00:44:38.922Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T00:44:38.922Z] Hit:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T00:44:38.922Z] Hit:2 http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T00:44:38.922Z] Hit:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T00:44:40.305Z] Reading package lists... [2021-01-13T00:44:40.566Z] 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-13T00:44:47.173Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T00:44:47.173Z] Reading package lists... [2021-01-13T00:44:47.173Z] Building dependency tree... [2021-01-13T00:44:47.173Z] Reading state information... [2021-01-13T00:44:47.173Z] Suggested packages: [2021-01-13T00:44:47.173Z] gettext-base git-daemon-run | git-daemon-sysvinit git-doc git-el git-email [2021-01-13T00:44:47.173Z] git-gui gitk gitweb git-cvs git-mediawiki git-svn [2021-01-13T00:44:47.173Z] Recommended packages: [2021-01-13T00:44:47.173Z] less libglib2.0-data shared-mime-info xdg-user-dirs publicsuffix unzip [2021-01-13T00:44:47.173Z] The following NEW packages will be installed: [2021-01-13T00:44:47.173Z] git git-man libcurl3-gnutls liberror-perl libglib2.0-0 libnghttp2-14 [2021-01-13T00:44:47.173Z] libnorm1 libpgm-5.2-0 libpsl5 librtmp1 libsodium23 libzmq3-dev libzmq5 [2021-01-13T00:44:47.173Z] pkg-config zip [2021-01-13T00:44:47.173Z] 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-01-13T00:44:47.173Z] Need to get 7655 kB of archives. [2021-01-13T00:44:47.173Z] After this operation, 43.7 MB of additional disk space will be used. [2021-01-13T00:44:47.173Z] Get:1 http://archive.ubuntu.com/ubuntu bionic/main amd64 libpsl5 amd64 0.19.1-5build1 [41.8 kB] [2021-01-13T00:44:47.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-13T00:44:47.434Z] Get:3 http://archive.ubuntu.com/ubuntu bionic/main amd64 libnghttp2-14 amd64 1.30.0-1ubuntu1 [77.8 kB] [2021-01-13T00:44:47.434Z] Get:4 http://archive.ubuntu.com/ubuntu bionic/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-1 [54.2 kB] [2021-01-13T00:44:47.434Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 liberror-perl all 0.17025-1 [22.8 kB] [2021-01-13T00:44:47.434Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libnorm1 amd64 1.5r6+dfsg1-6 [224 kB] [2021-01-13T00:44:47.694Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/universe amd64 libpgm-5.2-0 amd64 5.2.122~dfsg-2 [157 kB] [2021-01-13T00:44:47.694Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/main amd64 libsodium23 amd64 1.0.16-2 [143 kB] [2021-01-13T00:44:47.694Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/main amd64 pkg-config amd64 0.29.1-0ubuntu2 [45.0 kB] [2021-01-13T00:44:47.694Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/main amd64 zip amd64 3.0-11build1 [167 kB] [2021-01-13T00:44:47.954Z] Get:11 http://security.ubuntu.com/ubuntu bionic-security/main amd64 libcurl3-gnutls amd64 7.58.0-2ubuntu3.12 [212 kB] [2021-01-13T00:44:47.954Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git-man all 1:2.17.1-1ubuntu0.7 [804 kB] [2021-01-13T00:44:48.214Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/main amd64 git amd64 1:2.17.1-1ubuntu0.7 [3915 kB] [2021-01-13T00:44:48.474Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq5 amd64 4.2.5-1ubuntu0.2 [221 kB] [2021-01-13T00:44:48.474Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 libzmq3-dev amd64 4.2.5-1ubuntu0.2 [400 kB] [2021-01-13T00:44:48.734Z] debconf: delaying package configuration, since apt-utils is not installed [2021-01-13T00:44:48.734Z] Fetched 7655 kB in 2s (5081 kB/s) [2021-01-13T00:44:48.734Z] Selecting previously unselected package libglib2.0-0:amd64. [2021-01-13T00:44:48.734Z] (Reading database ... 13933 files and directories currently installed.) [2021-01-13T00:44:48.734Z] Preparing to unpack .../00-libglib2.0-0_2.56.4-0ubuntu0.18.04.6_amd64.deb ... [2021-01-13T00:44:48.734Z] Unpacking libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-13T00:44:48.994Z] Selecting previously unselected package libpsl5:amd64. [2021-01-13T00:44:48.994Z] Preparing to unpack .../01-libpsl5_0.19.1-5build1_amd64.deb ... [2021-01-13T00:44:48.994Z] Unpacking libpsl5:amd64 (0.19.1-5build1) ... [2021-01-13T00:44:49.254Z] Selecting previously unselected package libnghttp2-14:amd64. [2021-01-13T00:44:49.254Z] Preparing to unpack .../02-libnghttp2-14_1.30.0-1ubuntu1_amd64.deb ... [2021-01-13T00:44:49.254Z] Unpacking libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-13T00:44:49.254Z] Selecting previously unselected package librtmp1:amd64. [2021-01-13T00:44:49.254Z] Preparing to unpack .../03-librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb ... [2021-01-13T00:44:49.254Z] Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-13T00:44:49.254Z] Selecting previously unselected package libcurl3-gnutls:amd64. [2021-01-13T00:44:49.254Z] Preparing to unpack .../04-libcurl3-gnutls_7.58.0-2ubuntu3.12_amd64.deb ... [2021-01-13T00:44:49.254Z] Unpacking libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-13T00:44:49.517Z] Selecting previously unselected package liberror-perl. [2021-01-13T00:44:49.517Z] Preparing to unpack .../05-liberror-perl_0.17025-1_all.deb ... [2021-01-13T00:44:49.517Z] Unpacking liberror-perl (0.17025-1) ... [2021-01-13T00:44:49.517Z] Selecting previously unselected package git-man. [2021-01-13T00:44:49.517Z] Preparing to unpack .../06-git-man_1%3a2.17.1-1ubuntu0.7_all.deb ... [2021-01-13T00:44:49.517Z] Unpacking git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-13T00:44:49.517Z] Selecting previously unselected package git. [2021-01-13T00:44:49.517Z] Preparing to unpack .../07-git_1%3a2.17.1-1ubuntu0.7_amd64.deb ... [2021-01-13T00:44:49.778Z] Unpacking git (1:2.17.1-1ubuntu0.7) ... [2021-01-13T00:44:50.349Z] Selecting previously unselected package libnorm1:amd64. [2021-01-13T00:44:50.350Z] Preparing to unpack .../08-libnorm1_1.5r6+dfsg1-6_amd64.deb ... [2021-01-13T00:44:50.611Z] Unpacking libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-13T00:44:50.611Z] Selecting previously unselected package libpgm-5.2-0:amd64. [2021-01-13T00:44:50.611Z] Preparing to unpack .../09-libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb ... [2021-01-13T00:44:50.611Z] Unpacking libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-13T00:44:50.611Z] Selecting previously unselected package libsodium23:amd64. [2021-01-13T00:44:50.611Z] Preparing to unpack .../10-libsodium23_1.0.16-2_amd64.deb ... [2021-01-13T00:44:50.611Z] Unpacking libsodium23:amd64 (1.0.16-2) ... [2021-01-13T00:44:50.874Z] Selecting previously unselected package libzmq5:amd64. [2021-01-13T00:44:50.874Z] Preparing to unpack .../11-libzmq5_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-13T00:44:50.874Z] Unpacking libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T00:44:50.874Z] Selecting previously unselected package libzmq3-dev:amd64. [2021-01-13T00:44:50.874Z] Preparing to unpack .../12-libzmq3-dev_4.2.5-1ubuntu0.2_amd64.deb ... [2021-01-13T00:44:50.874Z] Unpacking libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T00:44:51.134Z] Selecting previously unselected package pkg-config. [2021-01-13T00:44:51.135Z] Preparing to unpack .../13-pkg-config_0.29.1-0ubuntu2_amd64.deb ... [2021-01-13T00:44:51.135Z] Unpacking pkg-config (0.29.1-0ubuntu2) ... [2021-01-13T00:44:51.135Z] Selecting previously unselected package zip. [2021-01-13T00:44:51.135Z] Preparing to unpack .../14-zip_3.0-11build1_amd64.deb ... [2021-01-13T00:44:51.135Z] Unpacking zip (3.0-11build1) ... [2021-01-13T00:44:51.135Z] Setting up libpgm-5.2-0:amd64 (5.2.122~dfsg-2) ... [2021-01-13T00:44:51.135Z] Setting up git-man (1:2.17.1-1ubuntu0.7) ... [2021-01-13T00:44:51.135Z] Setting up libnghttp2-14:amd64 (1.30.0-1ubuntu1) ... [2021-01-13T00:44:51.395Z] Setting up liberror-perl (0.17025-1) ... [2021-01-13T00:44:51.395Z] Setting up libpsl5:amd64 (0.19.1-5build1) ... [2021-01-13T00:44:51.395Z] Setting up libglib2.0-0:amd64 (2.56.4-0ubuntu0.18.04.6) ... [2021-01-13T00:44:51.395Z] No schema files found: doing nothing. [2021-01-13T00:44:51.395Z] Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-1) ... [2021-01-13T00:44:51.395Z] Setting up zip (3.0-11build1) ... [2021-01-13T00:44:51.395Z] Setting up libnorm1:amd64 (1.5r6+dfsg1-6) ... [2021-01-13T00:44:51.395Z] Setting up libsodium23:amd64 (1.0.16-2) ... [2021-01-13T00:44:51.395Z] Setting up pkg-config (0.29.1-0ubuntu2) ... [2021-01-13T00:44:51.395Z] Setting up libzmq5:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T00:44:51.656Z] Setting up libcurl3-gnutls:amd64 (7.58.0-2ubuntu3.12) ... [2021-01-13T00:44:51.656Z] Setting up libzmq3-dev:amd64 (4.2.5-1ubuntu0.2) ... [2021-01-13T00:44:51.656Z] Setting up git (1:2.17.1-1ubuntu0.7) ... [2021-01-13T00:44:51.656Z] Processing triggers for libc-bin (2.27-3ubuntu1.4) ... [2021-01-13T00:44:52.793Z] ---> d13270806f24 [2021-01-13T00:44:52.793Z] Step 9/22 : RUN make cmd/security-bootstrap-redis/security-bootstrap-redis [2021-01-13T00:44:52.793Z] ---> 49b0ce34a3bd [2021-01-13T00:44:52.793Z] Step 9/26 : RUN make cmd/sys-mgmt-agent/sys-mgmt-agent [2021-01-13T00:44:52.793Z] ---> 93ed647912b8 [2021-01-13T00:44:52.793Z] Step 9/21 : RUN make cmd/security-proxy-setup/security-proxy-setup cmd/secrets-config/secrets-config [2021-01-13T00:44:52.793Z] ---> 6f8d59e64ae9 [2021-01-13T00:44:52.793Z] Step 9/22 : RUN make cmd/core-command/core-command [2021-01-13T00:44:52.793Z] ---> f403fb0db504 [2021-01-13T00:44:52.793Z] Step 9/22 : RUN make cmd/core-metadata/core-metadata [2021-01-13T00:44:52.793Z] ---> Running in 1b2f31da1c43 [2021-01-13T00:44:52.793Z] ---> Running in 3aca8ff0d73f [2021-01-13T00:44:52.793Z] ---> Running in fcc214cb3a73 [2021-01-13T00:44:52.793Z] ---> Running in a094e2e41b4a [2021-01-13T00:44:52.793Z] ---> Running in a824868f957d [2021-01-13T00:44:53.070Z] 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-13T00:44:53.349Z] 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-13T00:44:53.349Z] 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-13T00:44:53.626Z] 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-13T00:44:53.626Z] 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-13T00:44:58.237Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T00:44:58.237Z] git set to automatically installed. [2021-01-13T00:44:58.237Z] git-man set to automatically installed. [2021-01-13T00:44:58.237Z] libcurl3-gnutls set to automatically installed. [2021-01-13T00:44:58.237Z] liberror-perl set to automatically installed. [2021-01-13T00:44:58.237Z] libglib2.0-0 set to automatically installed. [2021-01-13T00:44:58.237Z] libnghttp2-14 set to automatically installed. [2021-01-13T00:44:58.237Z] libnorm1 set to automatically installed. [2021-01-13T00:44:58.237Z] libpgm-5.2-0 set to automatically installed. [2021-01-13T00:44:58.237Z] libpsl5 set to automatically installed. [2021-01-13T00:44:58.237Z] librtmp1 set to automatically installed. [2021-01-13T00:44:58.237Z] libsodium23 set to automatically installed. [2021-01-13T00:44:58.237Z] libzmq3-dev set to automatically installed. [2021-01-13T00:44:58.237Z] libzmq5 set to automatically installed. [2021-01-13T00:44:58.237Z] pkg-config set to automatically installed. [2021-01-13T00:44:58.237Z] zip set to automatically installed. [2021-01-13T00:45:00.149Z] snapd is not logged in, snap install commands will use sudo [2021-01-13T00:45:06.745Z] sudo: unable to resolve host ubuntu: Resource temporarily unavailable [2021-01-13T00:45:06.745Z] snap "core18" has no updates available [2021-01-13T00:45:07.004Z] Pulling config-common [2021-01-13T00:45:07.945Z] Pulling go-build-helper [2021-01-13T00:45:34.530Z] Get:1 http://security.ubuntu.com/ubuntu bionic-security InRelease [88.7 kB] [2021-01-13T00:45:34.530Z] Get:2 http://archive.ubuntu.com/ubuntu bionic InRelease [242 kB] [2021-01-13T00:45:34.530Z] Get:3 http://archive.ubuntu.com/ubuntu bionic-updates InRelease [88.7 kB] [2021-01-13T00:45:34.530Z] Get:4 http://security.ubuntu.com/ubuntu bionic-security/main amd64 Packages [1499 kB] [2021-01-13T00:45:34.530Z] Get:5 http://archive.ubuntu.com/ubuntu bionic/main amd64 Packages [1019 kB] [2021-01-13T00:45:34.530Z] Get:6 http://archive.ubuntu.com/ubuntu bionic/main Translation-en [516 kB] [2021-01-13T00:45:34.530Z] Get:7 http://archive.ubuntu.com/ubuntu bionic/multiverse amd64 Packages [151 kB] [2021-01-13T00:45:34.530Z] Get:8 http://archive.ubuntu.com/ubuntu bionic/multiverse Translation-en [108 kB] [2021-01-13T00:45:34.530Z] Get:9 http://archive.ubuntu.com/ubuntu bionic/restricted amd64 Packages [9184 B] [2021-01-13T00:45:34.530Z] Get:10 http://archive.ubuntu.com/ubuntu bionic/restricted Translation-en [3584 B] [2021-01-13T00:45:34.530Z] Get:11 http://archive.ubuntu.com/ubuntu bionic/universe amd64 Packages [8570 kB] [2021-01-13T00:45:34.530Z] Get:12 http://security.ubuntu.com/ubuntu bionic-security/main Translation-en [290 kB] [2021-01-13T00:45:34.530Z] Get:13 http://security.ubuntu.com/ubuntu bionic-security/multiverse amd64 Packages [12.5 kB] [2021-01-13T00:45:34.530Z] Get:14 http://security.ubuntu.com/ubuntu bionic-security/multiverse Translation-en [2644 B] [2021-01-13T00:45:34.530Z] Get:15 http://security.ubuntu.com/ubuntu bionic-security/restricted amd64 Packages [214 kB] [2021-01-13T00:45:34.530Z] Get:16 http://security.ubuntu.com/ubuntu bionic-security/restricted Translation-en [28.2 kB] [2021-01-13T00:45:34.530Z] Get:17 http://security.ubuntu.com/ubuntu bionic-security/universe amd64 Packages [1097 kB] [2021-01-13T00:45:34.530Z] Get:18 http://security.ubuntu.com/ubuntu bionic-security/universe Translation-en [245 kB] [2021-01-13T00:45:34.530Z] Get:19 http://archive.ubuntu.com/ubuntu bionic/universe Translation-en [4941 kB] [2021-01-13T00:45:34.530Z] Get:20 http://archive.ubuntu.com/ubuntu bionic-updates/main amd64 Packages [1835 kB] [2021-01-13T00:45:34.530Z] Get:21 http://archive.ubuntu.com/ubuntu bionic-updates/main Translation-en [382 kB] [2021-01-13T00:45:34.530Z] Get:22 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse amd64 Packages [31.7 kB] [2021-01-13T00:45:34.530Z] Get:23 http://archive.ubuntu.com/ubuntu bionic-updates/multiverse Translation-en [6696 B] [2021-01-13T00:45:34.530Z] Get:24 http://archive.ubuntu.com/ubuntu bionic-updates/restricted amd64 Packages [232 kB] [2021-01-13T00:45:34.530Z] Get:25 http://archive.ubuntu.com/ubuntu bionic-updates/restricted Translation-en [31.2 kB] [2021-01-13T00:45:34.530Z] Get:26 http://archive.ubuntu.com/ubuntu bionic-updates/universe amd64 Packages [1700 kB] [2021-01-13T00:45:34.530Z] Get:27 http://archive.ubuntu.com/ubuntu bionic-updates/universe Translation-en [358 kB] [2021-01-13T00:45:34.530Z] Fetched 23.7 MB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libgssapi3-heimdal_7.5.0+dfsg-1_amd64.deb [96.5 kB] [2021-01-13T00:45:34.530Z] Fetched 96.5 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libkrb5-3_1.16-2ubuntu0.2_amd64.deb [279 kB] [2021-01-13T00:45:34.530Z] Fetched 279 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libgssapi-krb5-2_1.16-2ubuntu0.2_amd64.deb [122 kB] [2021-01-13T00:45:34.530Z] Fetched 122 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libnghttp2-14_1.30.0-1ubuntu1_amd64.deb [77.8 kB] [2021-01-13T00:45:34.530Z] Fetched 77.8 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libcom-err2_1.44.1-1ubuntu1.3_amd64.deb [8848 B] [2021-01-13T00:45:34.530Z] Fetched 8848 B in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libwind0-heimdal_7.5.0+dfsg-1_amd64.deb [47.8 kB] [2021-01-13T00:45:34.530Z] Fetched 47.8 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 jq_1.5+dfsg-2_amd64.deb [45.6 kB] [2021-01-13T00:45:34.530Z] Fetched 45.6 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libsasl2-modules-db_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [15.0 kB] [2021-01-13T00:45:34.530Z] Fetched 15.0 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libcurl4_7.58.0-2ubuntu3.12_amd64.deb [214 kB] [2021-01-13T00:45:34.530Z] Fetched 214 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libldap-2.4-2_2.4.45+dfsg-1ubuntu1.8_amd64.deb [155 kB] [2021-01-13T00:45:34.530Z] Fetched 155 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 apg_2.2.3.dfsg.1-5_amd64.deb [50.6 kB] [2021-01-13T00:45:34.530Z] Fetched 50.6 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libheimntlm0-heimdal_7.5.0+dfsg-1_amd64.deb [14.8 kB] [2021-01-13T00:45:34.530Z] Fetched 14.8 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libpsl5_0.19.1-5build1_amd64.deb [41.8 kB] [2021-01-13T00:45:34.530Z] Fetched 41.8 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libsqlite3-0_3.22.0-1ubuntu0.4_amd64.deb [499 kB] [2021-01-13T00:45:34.530Z] Fetched 499 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libjq1_1.5+dfsg-2_amd64.deb [111 kB] [2021-01-13T00:45:34.530Z] Fetched 111 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libgmp10_6.1.2+dfsg-2_amd64.deb [240 kB] [2021-01-13T00:45:34.530Z] Fetched 240 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libheimbase1-heimdal_7.5.0+dfsg-1_amd64.deb [29.3 kB] [2021-01-13T00:45:34.530Z] Fetched 29.3 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libk5crypto3_1.16-2ubuntu0.2_amd64.deb [85.5 kB] [2021-01-13T00:45:34.530Z] Fetched 85.5 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 setpriv_2.31.1-0.4ubuntu3.7_amd64.deb [24.5 kB] [2021-01-13T00:45:34.530Z] Fetched 24.5 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libsasl2-2_2.1.27~101-g0780600+dfsg-3ubuntu2.3_amd64.deb [49.2 kB] [2021-01-13T00:45:34.530Z] Fetched 49.2 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 librtmp1_2.4+20151223.gitfa8646d.1-1_amd64.deb [54.2 kB] [2021-01-13T00:45:34.530Z] Fetched 54.2 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libkrb5support0_1.16-2ubuntu0.2_amd64.deb [30.8 kB] [2021-01-13T00:45:34.530Z] Fetched 30.8 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libldap-common_2.4.45+dfsg-1ubuntu1.8_all.deb [17.0 kB] [2021-01-13T00:45:34.530Z] Fetched 17.0 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libhcrypto4-heimdal_7.5.0+dfsg-1_amd64.deb [85.9 kB] [2021-01-13T00:45:34.530Z] Fetched 85.9 kB in 0s (0 B/s) [2021-01-13T00:45:34.530Z] Get:1 libkeyutils1_1.5.9-9.2ubuntu2_amd64.deb [8720 B] [2021-01-13T00:45:34.531Z] Fetched 8720 B in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libhogweed4_3.4-1_amd64.deb [137 kB] [2021-01-13T00:45:34.531Z] Fetched 137 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libonig4_6.7.0-1_amd64.deb [119 kB] [2021-01-13T00:45:34.531Z] Fetched 119 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libnettle6_3.4-1_amd64.deb [109 kB] [2021-01-13T00:45:34.531Z] Fetched 109 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libcap-ng0_0.7.7-3.1_amd64.deb [11.1 kB] [2021-01-13T00:45:34.531Z] Fetched 11.1 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libgnutls30_3.5.18-1ubuntu1.4_amd64.deb [645 kB] [2021-01-13T00:45:34.531Z] Fetched 645 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libroken18-heimdal_7.5.0+dfsg-1_amd64.deb [41.3 kB] [2021-01-13T00:45:34.531Z] Fetched 41.3 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libffi6_3.2.1-8_amd64.deb [17.9 kB] [2021-01-13T00:45:34.531Z] Fetched 17.9 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libunistring2_0.9.9-0ubuntu2_amd64.deb [368 kB] [2021-01-13T00:45:34.531Z] Fetched 368 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libp11-kit0_0.23.9-2ubuntu0.1_amd64.deb [187 kB] [2021-01-13T00:45:34.531Z] Fetched 187 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libasn1-8-heimdal_7.5.0+dfsg-1_amd64.deb [175 kB] [2021-01-13T00:45:34.531Z] Fetched 175 kB in 0s (0 B/s) [2021-01-13T00:45:34.531Z] Get:1 libkrb5-26-heimdal_7.5.0+dfsg-1_amd64.deb [206 kB] [2021-01-13T00:45:34.792Z] Fetched 206 kB in 0s (0 B/s) [2021-01-13T00:45:34.792Z] Get:1 libssl1.1_1.1.1-1ubuntu2.1~18.04.7_amd64.deb [1301 kB] [2021-01-13T00:45:34.792Z] Fetched 1301 kB in 0s (0 B/s) [2021-01-13T00:45:34.792Z] Get:1 libtasn1-6_4.13-2_amd64.deb [36.2 kB] [2021-01-13T00:45:34.792Z] Fetched 36.2 kB in 0s (0 B/s) [2021-01-13T00:45:34.792Z] Get:1 curl_7.58.0-2ubuntu3.12_amd64.deb [159 kB] [2021-01-13T00:45:34.792Z] Fetched 159 kB in 0s (0 B/s) [2021-01-13T00:45:34.792Z] Get:1 libhx509-5-heimdal_7.5.0+dfsg-1_amd64.deb [107 kB] [2021-01-13T00:45:34.792Z] Fetched 107 kB in 0s (0 B/s) [2021-01-13T00:45:34.792Z] Get:1 libidn2-0_2.0.4-1.1ubuntu0.2_amd64.deb [48.7 kB] [2021-01-13T00:45:34.792Z] Fetched 48.7 kB in 0s (0 B/s) [2021-01-13T00:45:34.792Z] Pulling static-packages [2021-01-13T00:45:36.173Z] 'go115' has dependencies that need to be staged: go-build-helper static-packages [2021-01-13T00:45:36.173Z] Skipping pull go-build-helper (already ran) [2021-01-13T00:45:36.173Z] Skipping pull static-packages (already ran) [2021-01-13T00:45:36.173Z] Building go-build-helper [2021-01-13T00:45:40.377Z] Building static-packages [2021-01-13T00:45:42.289Z] Staging go-build-helper [2021-01-13T00:45:43.231Z] Staging static-packages [2021-01-13T00:45:44.174Z] Pulling go115 [2021-01-13T00:45:45.586Z] 'edgex-go' has dependencies that need to be staged: go115 [2021-01-13T00:45:45.586Z] Skipping pull go115 (already ran) [2021-01-13T00:45:45.586Z] Building go115 [2021-01-13T00:45:45.586Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:45:45.586Z] Dload Upload Total Spent Left Speed [2021-01-13T00:45:48.150Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 115M 0 145k 0 0 1204k 0 0:01:38 --:--:-- 0:01:38 1194k 26 115M 26 30.7M 0 0 27.4M 0 0:00:04 0:00:01 0:00:03 27.4M 68 115M 68 78.7M 0 0 36.9M 0 0:00:03 0:00:02 0:00:01 36.9M 100 115M 100 115M 0 0 41.4M 0 0:00:02 0:00:02 --:--:-- 41.3M [2021-01-13T00:45:49.092Z] go1.15.2.linux-amd64.tar.gz: OK [2021-01-13T00:45:54.403Z] Staging go115 [2021-01-13T00:45:59.691Z] Hit http://security.ubuntu.com/ubuntu bionic-security InRelease [2021-01-13T00:45:59.692Z] Hit http://archive.ubuntu.com/ubuntu bionic InRelease [2021-01-13T00:45:59.692Z] Hit http://archive.ubuntu.com/ubuntu bionic-updates InRelease [2021-01-13T00:45:59.692Z] Fetched 0 B in 0s (0 B/s) [2021-01-13T00:45:59.692Z] Get:1 libnorm1_1.5r6+dfsg1-6_amd64.deb [224 kB] [2021-01-13T00:45:59.692Z] Fetched 224 kB in 0s (0 B/s) [2021-01-13T00:45:59.692Z] Get:1 libpgm-5.2-0_5.2.122~dfsg-2_amd64.deb [157 kB] [2021-01-13T00:45:59.692Z] Fetched 157 kB in 0s (0 B/s) [2021-01-13T00:45:59.692Z] Get:1 libzmq5_4.2.5-1ubuntu0.2_amd64.deb [221 kB] [2021-01-13T00:45:59.692Z] Fetched 221 kB in 0s (0 B/s) [2021-01-13T00:45:59.692Z] Get:1 libsodium23_1.0.16-2_amd64.deb [143 kB] [2021-01-13T00:45:59.692Z] Fetched 143 kB in 0s (0 B/s) [2021-01-13T00:45:59.692Z] Pulling edgex-go [2021-01-13T00:46:01.612Z] Pulling version [2021-01-13T00:46:02.554Z] Building config-common [2021-01-13T00:46:05.100Z] Skipping build go-build-helper (already ran) [2021-01-13T00:46:05.100Z] Skipping build static-packages (already ran) [2021-01-13T00:46:05.100Z] Skipping build go115 (already ran) [2021-01-13T00:46:05.100Z] Building edgex-go [2021-01-13T00:46:05.671Z] 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-13T00:46:07.650Z] go: downloading github.com/gorilla/mux v1.8.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/edgexfoundry/go-mod-bootstrap v0.0.68 [2021-01-13T00:46:07.650Z] go: downloading github.com/edgexfoundry/go-mod-core-contracts v0.1.144 [2021-01-13T00:46:07.650Z] go: downloading github.com/google/uuid v1.1.4 [2021-01-13T00:46:07.650Z] go: downloading github.com/edgexfoundry/go-mod-messaging v0.1.30 [2021-01-13T00:46:07.650Z] go: downloading github.com/edgexfoundry/go-mod-secrets v0.0.32 [2021-01-13T00:46:07.650Z] go: downloading github.com/gomodule/redigo v2.0.0+incompatible [2021-01-13T00:46:07.650Z] go: downloading github.com/edgexfoundry/go-mod-registry v0.1.27 [2021-01-13T00:46:07.650Z] go: downloading github.com/fxamacker/cbor/v2 v2.2.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/imdario/mergo v0.3.11 [2021-01-13T00:46:07.650Z] go: downloading github.com/edgexfoundry/go-mod-configuration v0.0.8 [2021-01-13T00:46:07.650Z] go: downloading github.com/eclipse/paho.mqtt.golang v1.2.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/pkg/errors v0.8.1 [2021-01-13T00:46:07.650Z] go: downloading github.com/pelletier/go-toml v1.2.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/pebbe/zmq4 v1.2.2 [2021-01-13T00:46:07.650Z] go: downloading github.com/hashicorp/consul/api v1.1.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/go-playground/validator/v10 v10.3.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/x448/float16 v0.8.4 [2021-01-13T00:46:07.650Z] go: downloading gopkg.in/yaml.v2 v2.4.0 [2021-01-13T00:46:07.650Z] go: downloading bitbucket.org/bertimus9/systemstat v0.0.0-20180207000608-0eeff89b0690 [2021-01-13T00:46:07.650Z] go: downloading github.com/go-kit/kit v0.8.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/BurntSushi/toml v0.3.1 [2021-01-13T00:46:07.650Z] go: downloading github.com/OneOfOne/xxhash v1.2.8 [2021-01-13T00:46:07.650Z] go: downloading golang.org/x/net v0.0.0-20191209160850-c0dbc17a3553 [2021-01-13T00:46:07.650Z] go: downloading github.com/mitchellh/consulstructure v0.0.0-20190329231841-56fdc4d2da54 [2021-01-13T00:46:07.650Z] go: downloading github.com/go-redis/redis/v7 v7.2.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/hashicorp/go-cleanhttp v0.5.1 [2021-01-13T00:46:07.650Z] go: downloading github.com/go-playground/universal-translator v0.17.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/hashicorp/serf v0.8.2 [2021-01-13T00:46:07.650Z] go: downloading github.com/hashicorp/go-rootcerts v1.0.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/leodido/go-urn v1.2.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/cenkalti/backoff v2.2.1+incompatible [2021-01-13T00:46:07.650Z] go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-01-13T00:46:07.650Z] go: downloading github.com/mitchellh/copystructure v1.0.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/go-logfmt/logfmt v0.4.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/go-playground/locales v0.13.0 [2021-01-13T00:46:07.650Z] go: downloading github.com/armon/go-metrics v0.0.0-20180917152333-f0300d1749da [2021-01-13T00:46:07.929Z] go: downloading github.com/mitchellh/reflectwalk v1.0.0 [2021-01-13T00:46:07.929Z] go: downloading github.com/hashicorp/go-immutable-radix v1.0.0 [2021-01-13T00:46:07.929Z] go: downloading github.com/hashicorp/golang-lru v0.5.0 [2021-01-13T00:46:16.072Z] 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-13T00:46:20.279Z] 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-13T00:46:20.850Z] 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-13T00:46:22.239Z] 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-13T00:46:22.239Z] 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-13T00:46:22.503Z] go: downloading github.com/stretchr/testify v1.6.1 [2021-01-13T00:46:22.764Z] go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-01-13T00:46:22.764Z] go: downloading gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c [2021-01-13T00:46:22.764Z] go: downloading github.com/davecgh/go-spew v1.1.1 [2021-01-13T00:46:24.675Z] 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-13T00:46:24.675Z] go: downloading gopkg.in/eapache/queue.v1 v1.1.0 [2021-01-13T00:46:24.675Z] go: downloading github.com/robfig/cron v0.0.0-20180505203441-b41be1df6967 [2021-01-13T00:46:25.618Z] 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-13T00:46:26.559Z] 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-13T00:46:26.559Z] go: downloading golang.org/x/crypto v0.0.0-20190308221718-c2843e01d9a2 [2021-01-13T00:46:27.951Z] 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-13T00:46:28.892Z] 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-13T00:46:29.463Z] 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-13T00:46:29.463Z] go: downloading github.com/dgrijalva/jwt-go v3.2.0+incompatible [2021-01-13T00:46:30.507Z] 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-13T00:46:32.763Z] Building version [2021-01-13T00:46:35.815Z] Removing intermediate container 1b2f31da1c43 [2021-01-13T00:46:35.815Z] ---> 4e4a8e93149e [2021-01-13T00:46:35.815Z] [2021-01-13T00:46:35.815Z] Step 10/22 : FROM alpine:3.12 [2021-01-13T00:46:35.815Z] 3.12: Pulling from library/alpine [2021-01-13T00:46:36.432Z] Staging config-common [2021-01-13T00:46:36.432Z] Skipping stage go-build-helper (already ran) [2021-01-13T00:46:36.432Z] Skipping stage static-packages (already ran) [2021-01-13T00:46:36.432Z] Skipping stage go115 (already ran) [2021-01-13T00:46:36.432Z] Staging edgex-go [2021-01-13T00:46:36.874Z] Digest: sha256:3c7497bf0c7af93428242d6176e8f7905f2201d8fc5861f45be7a346b5f23436 [2021-01-13T00:46:36.874Z] Status: Downloaded newer image for alpine:3.12 [2021-01-13T00:46:36.874Z] ---> afeebe901d6b [2021-01-13T00:46:36.874Z] Step 11/22 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:46:37.014Z] Staging version [2021-01-13T00:46:37.531Z] ---> Running in d680753117b6 [2021-01-13T00:46:37.955Z] Priming config-common [2021-01-13T00:46:38.896Z] Priming go-build-helper [2021-01-13T00:46:40.279Z] Priming static-packages [2021-01-13T00:46:41.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:46:41.071Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:46:41.669Z] (1/5) Installing ca-certificates (20191127-r4) [2021-01-13T00:46:41.669Z] (2/5) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:46:41.948Z] (3/5) Installing libcurl (7.69.1-r3) [2021-01-13T00:46:41.948Z] (4/5) Installing curl (7.69.1-r3) [2021-01-13T00:46:41.948Z] (5/5) Installing dumb-init (1.2.2-r1) [2021-01-13T00:46:41.948Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:46:41.948Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:46:42.194Z] Priming go115 [2021-01-13T00:46:42.230Z] OK: 7 MiB in 19 packages [2021-01-13T00:46:43.134Z] Priming edgex-go [2021-01-13T00:46:44.517Z] Priming version [2021-01-13T00:46:45.540Z] The 'passthrough' property is being used to propagate experimental properties to snap.yaml that have not been validated. [2021-01-13T00:46:45.660Z] Removing intermediate container fcc214cb3a73 [2021-01-13T00:46:45.660Z] ---> c660775654c2 [2021-01-13T00:46:45.660Z] Step 10/26 : RUN make cmd/sys-mgmt-executor/sys-mgmt-executor [2021-01-13T00:46:45.660Z] ---> Running in 713752cd3c59 [2021-01-13T00:46:45.660Z] Removing intermediate container 3aca8ff0d73f [2021-01-13T00:46:45.660Z] ---> 9e7bb8eeb5f2 [2021-01-13T00:46:45.660Z] [2021-01-13T00:46:45.660Z] Step 10/21 : FROM alpine:3.12 [2021-01-13T00:46:45.660Z] ---> afeebe901d6b [2021-01-13T00:46:45.660Z] Step 11/21 : RUN apk add --update --no-cache curl [2021-01-13T00:46:46.278Z] Removing intermediate container a094e2e41b4a [2021-01-13T00:46:46.278Z] ---> e39caa0eb8f1 [2021-01-13T00:46:46.278Z] [2021-01-13T00:46:46.278Z] Step 10/22 : FROM scratch [2021-01-13T00:46:46.278Z] ---> [2021-01-13T00:46:46.278Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:46:46.278Z] ---> Running in ba62a475a668 [2021-01-13T00:46:46.278Z] ---> Running in 8ec10a9d9620 [2021-01-13T00:46:46.555Z] Removing intermediate container d680753117b6 [2021-01-13T00:46:46.555Z] ---> 82ee8afa4083 [2021-01-13T00:46:46.555Z] Step 12/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020 Redis Labs' [2021-01-13T00:46:46.832Z] ---> Running in b8f6115845a4 [2021-01-13T00:46:47.430Z] Removing intermediate container 8ec10a9d9620 [2021-01-13T00:46:47.430Z] ---> bb09e7442f9c [2021-01-13T00:46:47.430Z] Step 12/22 : ENV APP_PORT=48082 [2021-01-13T00:46:47.430Z] ---> Running in 3b1a02a32066 [Pipeline] } [2021-01-13T00:46:47.706Z] Removing intermediate container b8f6115845a4 [2021-01-13T00:46:47.706Z] ---> 8e1a266bcf66 [2021-01-13T00:46:47.706Z] Step 13/22 : WORKDIR / [Pipeline] // withEnv [Pipeline] } [2021-01-13T00:46:47.985Z] 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-13T00:46:47.986Z] ---> Running in d33c3edda034 [Pipeline] // ws [Pipeline] } [2021-01-13T00:46:48.279Z] Removing intermediate container 3b1a02a32066 [2021-01-13T00:46:48.279Z] ---> 7f643bbb26d3 [2021-01-13T00:46:48.279Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:46:48.279Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:46:48.279Z] ---> Running in f8b5e04d6c92 [Pipeline] // node [Pipeline] } [2021-01-13T00:46:48.561Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:46:48.842Z] Removing intermediate container d33c3edda034 [2021-01-13T00:46:48.842Z] ---> 7ff7a25340d4 [2021-01-13T00:46:48.842Z] Step 14/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:46:49.118Z] Removing intermediate container f8b5e04d6c92 [2021-01-13T00:46:49.118Z] ---> fd0f51c18a93 [2021-01-13T00:46:49.118Z] Step 14/22 : WORKDIR / [2021-01-13T00:46:49.118Z] (1/4) Installing ca-certificates (20191127-r4) [2021-01-13T00:46:49.118Z] (2/4) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:46:49.118Z] (3/4) Installing libcurl (7.69.1-r3) [2021-01-13T00:46:49.118Z] (4/4) Installing curl (7.69.1-r3) [2021-01-13T00:46:49.118Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:46:49.118Z] Executing ca-certificates-20191127-r4.trigger [2021-01-13T00:46:49.118Z] ---> Running in 1e7b020ffeea [Pipeline] // stage [Pipeline] } [2021-01-13T00:46:49.394Z] OK: 7 MiB in 18 packages [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage [2021-01-13T00:46:50.004Z] ---> 863b73b48e34 [2021-01-13T00:46:50.004Z] Step 15/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/security-bootstrap-redis / [Pipeline] } [2021-01-13T00:46:50.280Z] Removing intermediate container 1e7b020ffeea [2021-01-13T00:46:50.280Z] ---> 8f083b36d01e [2021-01-13T00:46:50.280Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:46:51.722Z] ---> 53220830ecc5 [2021-01-13T00:46:51.722Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-command/core-command / [2021-01-13T00:46:52.701Z] ---> 89c594cfbac7 [2021-01-13T00:46:52.701Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/entrypoint.sh / [2021-01-13T00:46:52.701Z] Removing intermediate container ba62a475a668 [2021-01-13T00:46:52.701Z] ---> 948df04c8fbe [2021-01-13T00:46:52.701Z] Step 12/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:46:52.982Z] ---> e493502ef84d [2021-01-13T00:46:52.982Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-command/res/configuration.toml /res/configuration.toml [2021-01-13T00:46:52.982Z] ---> Running in 99721afb8330 [2021-01-13T00:46:53.971Z] Removing intermediate container 713752cd3c59 [2021-01-13T00:46:53.971Z] ---> b36b5f3f646c [2021-01-13T00:46:53.971Z] [2021-01-13T00:46:53.971Z] Step 11/26 : FROM docker:20.10.0 [2021-01-13T00:46:53.971Z] 20.10.0: Pulling from library/docker [2021-01-13T00:46:53.971Z] Removing intermediate container 99721afb8330 [2021-01-13T00:46:53.971Z] ---> bae0a5c1b3ae [2021-01-13T00:46:53.971Z] Step 13/21 : WORKDIR /edgex [2021-01-13T00:46:53.971Z] ---> a3dbb27b1f2a [2021-01-13T00:46:53.971Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/security-bootstrap-redis/res/configuration.toml /res/configuration.toml [2021-01-13T00:46:53.971Z] ---> 5a8660dd6c4a [2021-01-13T00:46:53.971Z] Step 18/22 : ENTRYPOINT ["/core-command"] [2021-01-13T00:46:54.571Z] ---> Running in 23f9a5f47817 [2021-01-13T00:46:54.571Z] ---> Running in 1fc8b3d80b23 [2021-01-13T00:46:56.027Z] ---> 13d60a9e6ffe [2021-01-13T00:46:56.027Z] Step 18/22 : RUN chmod +x entrypoint.sh [2021-01-13T00:46:56.027Z] Removing intermediate container 23f9a5f47817 [2021-01-13T00:46:56.027Z] ---> 6eb8608a57bc [2021-01-13T00:46:56.027Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:46:56.621Z] ---> Running in 2aea488831b1 [2021-01-13T00:46:56.621Z] ---> Running in a258f076dce5 [2021-01-13T00:46:56.621Z] Removing intermediate container 1fc8b3d80b23 [2021-01-13T00:46:56.621Z] ---> 2dffca33f5c0 [2021-01-13T00:46:56.621Z] Step 14/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/res/configuration.toml res/configuration.toml [2021-01-13T00:46:57.219Z] Removing intermediate container a824868f957d [2021-01-13T00:46:57.220Z] ---> a2e567cf37e1 [2021-01-13T00:46:57.220Z] [2021-01-13T00:46:57.220Z] Step 10/22 : FROM scratch [2021-01-13T00:46:57.220Z] ---> [2021-01-13T00:46:57.220Z] Step 11/22 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:46:57.494Z] Removing intermediate container 2aea488831b1 [2021-01-13T00:46:57.494Z] ---> 0523fc5f9114 [2021-01-13T00:46:57.494Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T00:46:57.494Z] ---> Using cache [2021-01-13T00:46:57.494Z] ---> bb09e7442f9c [2021-01-13T00:46:57.494Z] Step 12/22 : ENV APP_PORT=48081 [2021-01-13T00:46:57.770Z] ---> Running in 366aa3bd8286 [2021-01-13T00:46:57.770Z] ---> Running in 5713bf226ffb [2021-01-13T00:46:57.770Z] ---> 9d4432cf15b8 [2021-01-13T00:46:57.770Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/security-proxy-setup/security-proxy-setup . [2021-01-13T00:46:58.757Z] Removing intermediate container 366aa3bd8286 [2021-01-13T00:46:58.757Z] ---> 4e27e80d3efc [2021-01-13T00:46:58.757Z] Step 13/22 : EXPOSE $APP_PORT [2021-01-13T00:46:58.758Z] Removing intermediate container 5713bf226ffb [2021-01-13T00:46:58.758Z] ---> 3b4d1b65bb30 [2021-01-13T00:46:58.758Z] Step 21/22 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:46:59.029Z] ---> Running in 7182a6c18776 [2021-01-13T00:46:59.029Z] ---> Running in 38eb4c24e4c8 [2021-01-13T00:47:00.022Z] Removing intermediate container 7182a6c18776 [2021-01-13T00:47:00.022Z] ---> 5835b4b2fe28 [2021-01-13T00:47:00.022Z] Step 14/22 : WORKDIR / [2021-01-13T00:47:00.022Z] ---> b8d9826cbf92 [2021-01-13T00:47:00.022Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/secrets-config/secrets-config . [2021-01-13T00:47:00.302Z] ---> Running in ceffb2732103 [2021-01-13T00:47:00.302Z] Removing intermediate container 38eb4c24e4c8 [2021-01-13T00:47:00.302Z] ---> 7259de7f82ff [2021-01-13T00:47:00.302Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T00:47:00.574Z] Removing intermediate container a258f076dce5 [2021-01-13T00:47:00.574Z] ---> 2b39d98d6ca5 [2021-01-13T00:47:00.574Z] Step 19/22 : ENTRYPOINT ["/entrypoint.sh"] [2021-01-13T00:47:00.856Z] ---> Running in 32a2d259891a [2021-01-13T00:47:01.153Z] ---> Running in 569bddba29b3 [2021-01-13T00:47:01.427Z] Removing intermediate container ceffb2732103 [2021-01-13T00:47:01.427Z] ---> ba4c35baa413 [2021-01-13T00:47:01.427Z] Step 15/22 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:47:02.029Z] Removing intermediate container 32a2d259891a [2021-01-13T00:47:02.029Z] ---> f59fe793d6b5 [2021-01-13T00:47:02.029Z] [2021-01-13T00:47:02.029Z] Removing intermediate container 569bddba29b3 [2021-01-13T00:47:02.029Z] ---> ffde29432412 [2021-01-13T00:47:02.029Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T00:47:02.029Z] ---> ccb7d407cf33 [2021-01-13T00:47:02.029Z] Step 17/21 : ENTRYPOINT ["/edgex/security-proxy-setup"] [2021-01-13T00:47:02.627Z] Successfully built f59fe793d6b5 [2021-01-13T00:47:02.900Z] Successfully tagged docker-core-command-go-arm64:latest [2021-01-13T00:47:02.900Z]  Building docker-core-command-go ... done Building docker-core-data-go [2021-01-13T00:47:02.900Z] ---> 4cd9288b54cd [2021-01-13T00:47:02.900Z] Step 16/22 : COPY --from=builder /edgex-go/cmd/core-metadata/core-metadata / [2021-01-13T00:47:02.900Z] ---> Running in 91aaf3166137 [2021-01-13T00:47:02.900Z] ---> Running in 6c4f11b88e20 [2021-01-13T00:47:03.887Z] Removing intermediate container 91aaf3166137 [2021-01-13T00:47:03.887Z] ---> 390d2df7ce87 [2021-01-13T00:47:03.887Z] Step 18/21 : CMD ["--init=true"] [2021-01-13T00:47:04.484Z] Removing intermediate container 6c4f11b88e20 [2021-01-13T00:47:04.484Z] ---> 80edc7b5100d [2021-01-13T00:47:04.484Z] Step 21/22 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:47:05.462Z] ---> Running in 78249d79c465 [2021-01-13T00:47:06.445Z] ---> Running in a070ac8f8700 [2021-01-13T00:47:06.445Z] ---> 7c56020286ae [2021-01-13T00:47:06.445Z] Step 17/22 : COPY --from=builder /edgex-go/cmd/core-metadata/res/configuration.toml /res/configuration.toml [2021-01-13T00:47:06.718Z] Removing intermediate container 78249d79c465 [2021-01-13T00:47:06.718Z] ---> 473eaee62579 [2021-01-13T00:47:06.718Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T00:47:07.003Z] ---> Running in 3b7b13f95ce1 [2021-01-13T00:47:07.290Z] Removing intermediate container a070ac8f8700 [2021-01-13T00:47:07.290Z] ---> 5c0a1ab170cd [2021-01-13T00:47:07.290Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T00:47:07.884Z] ---> fabe5a143622 [2021-01-13T00:47:07.884Z] Step 18/22 : ENTRYPOINT ["/core-metadata"] [2021-01-13T00:47:08.171Z] ---> Running in 09ff0e343c72 [2021-01-13T00:47:08.171Z] Removing intermediate container 3b7b13f95ce1 [2021-01-13T00:47:08.171Z] ---> 67b13b36c86c [2021-01-13T00:47:08.171Z] Step 20/21 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:47:08.452Z] Digest: sha256:fefd2a66e0543621b3e022b34b504cb41c2e72e6098fb6239f1e3d6fd1edefd9 [2021-01-13T00:47:08.728Z] ---> Running in 90fa5b85d8dc [2021-01-13T00:47:08.729Z] Status: Downloaded newer image for docker:20.10.0 [2021-01-13T00:47:08.729Z] ---> eeaf43b92773 [2021-01-13T00:47:08.729Z] Step 12/26 : RUN apk add --no-cache bash [2021-01-13T00:47:08.729Z] ---> Running in 061135ea3744 [2021-01-13T00:47:09.013Z] ---> Running in ab22ac9a03e6 [2021-01-13T00:47:09.013Z] Removing intermediate container 09ff0e343c72 [2021-01-13T00:47:09.013Z] ---> e653a3f5fb83 [2021-01-13T00:47:09.013Z] [2021-01-13T00:47:09.288Z] Removing intermediate container 90fa5b85d8dc [2021-01-13T00:47:09.288Z] ---> 5b0b8b295533 [2021-01-13T00:47:09.288Z] Step 19/22 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:47:09.885Z] Successfully built e653a3f5fb83 [2021-01-13T00:47:09.885Z] Successfully tagged docker-security-bootstrap-redis-go-arm64:latest [2021-01-13T00:47:09.885Z]  Building docker-security-bootstrap-redis-go ... done Building docker-security-secretstore-setup-go [2021-01-13T00:47:09.885Z] ---> Running in 9e83e1829122 [2021-01-13T00:47:09.885Z] Removing intermediate container 061135ea3744 [2021-01-13T00:47:09.885Z] ---> 1031353570d9 [2021-01-13T00:47:09.885Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T00:47:10.162Z] ---> Running in 4470f2d1059c [2021-01-13T00:47:10.768Z] Removing intermediate container 9e83e1829122 [2021-01-13T00:47:10.768Z] ---> 8b7772cee322 [2021-01-13T00:47:10.768Z] Step 20/22 : LABEL arch=arm64 [2021-01-13T00:47:10.768Z] Removing intermediate container 4470f2d1059c [2021-01-13T00:47:10.768Z] ---> 4c3b8c3786f5 [2021-01-13T00:47:10.768Z] [2021-01-13T00:47:10.768Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:47:10.768Z] ---> Running in 3c89e8a841fc [2021-01-13T00:47:11.051Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:47:11.325Z] Successfully built 4c3b8c3786f5 [2021-01-13T00:47:11.599Z] Successfully tagged docker-security-proxy-setup-go-arm64:latest [2021-01-13T00:47:11.599Z]  Building docker-security-proxy-setup-go ... done Building docker-support-scheduler-go [2021-01-13T00:47:11.599Z] (1/2) Installing readline (8.0.4-r0) [2021-01-13T00:47:11.599Z] (2/2) Installing bash (5.0.17-r0) [2021-01-13T00:47:11.599Z] Executing bash-5.0.17-r0.post-install [2021-01-13T00:47:11.599Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:47:11.873Z] OK: 12 MiB in 22 packages [2021-01-13T00:47:12.149Z] Removing intermediate container 3c89e8a841fc [2021-01-13T00:47:12.149Z] ---> 719b6ab07c89 [2021-01-13T00:47:12.149Z] Step 21/22 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:47:12.748Z] ---> Running in d9a1fbfc260a [2021-01-13T00:47:13.727Z] Removing intermediate container d9a1fbfc260a [2021-01-13T00:47:13.727Z] ---> 119af1154310 [2021-01-13T00:47:13.727Z] Step 22/22 : LABEL version=0.0.0 [2021-01-13T00:47:14.710Z] Removing intermediate container ab22ac9a03e6 [2021-01-13T00:47:14.710Z] ---> 5333f1227bd6 [2021-01-13T00:47:14.710Z] Step 13/26 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2017-2019: Mainflux, Cavium, Dell' [2021-01-13T00:47:14.710Z] ---> Running in 6346715183b0 [2021-01-13T00:47:15.332Z] ---> Running in f01140b4abe2 [2021-01-13T00:47:15.608Z] Removing intermediate container 6346715183b0 [2021-01-13T00:47:15.608Z] ---> c69aaefcf9cc [2021-01-13T00:47:15.608Z] [2021-01-13T00:47:15.889Z] Removing intermediate container f01140b4abe2 [2021-01-13T00:47:15.889Z] ---> 9ffc218de622 [2021-01-13T00:47:15.889Z] Step 14/26 : ENV APP_PORT=48090 [2021-01-13T00:47:16.166Z] Successfully built c69aaefcf9cc [2021-01-13T00:47:16.450Z] Successfully tagged docker-core-metadata-go-arm64:latest [2021-01-13T00:47:16.450Z]  Building docker-core-metadata-go ... done Building docker-support-notifications-go [2021-01-13T00:47:17.049Z] ---> Running in 200eb26fd5b1 [2021-01-13T00:47:17.651Z] Removing intermediate container 200eb26fd5b1 [2021-01-13T00:47:17.651Z] ---> 173bff82842c [2021-01-13T00:47:17.651Z] Step 15/26 : EXPOSE $APP_PORT [2021-01-13T00:47:18.249Z] ---> Running in 56a29b1ff426 [2021-01-13T00:47:19.242Z] Removing intermediate container 56a29b1ff426 [2021-01-13T00:47:19.242Z] ---> 9cb7042799b0 [2021-01-13T00:47:19.242Z] Step 16/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/sys-mgmt-agent / [2021-01-13T00:47:21.231Z] ---> 23cc13f1e8e8 [2021-01-13T00:47:21.231Z] Step 17/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-agent/res/configuration.toml /res/configuration.toml [2021-01-13T00:47:23.860Z] ---> 4411fbc08e3f [2021-01-13T00:47:23.860Z] Step 18/26 : COPY --from=builder /edgex-go/cmd/sys-mgmt-executor/sys-mgmt-executor / [2021-01-13T00:47:25.841Z] ---> ea91f454edef [2021-01-13T00:47:25.841Z] Step 19/26 : RUN apk --no-cache add py3-pip [2021-01-13T00:47:26.113Z] ---> Running in d664e8a548f6 [2021-01-13T00:47:27.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:47:27.547Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:47:28.143Z] (1/33) Installing libbz2 (1.0.8-r1) [2021-01-13T00:47:28.143Z] (2/33) Installing expat (2.2.9-r1) [2021-01-13T00:47:28.143Z] (3/33) Installing libffi (3.3-r2) [2021-01-13T00:47:28.143Z] (4/33) Installing gdbm (1.13-r1) [2021-01-13T00:47:28.143Z] (5/33) Installing xz-libs (5.2.5-r0) [2021-01-13T00:47:28.143Z] (6/33) Installing sqlite-libs (3.32.1-r0) [2021-01-13T00:47:28.143Z] (7/33) Installing python3 (3.8.5-r0) [2021-01-13T00:47:30.114Z] (8/33) Installing py3-appdirs (1.4.4-r1) [2021-01-13T00:47:30.114Z] (9/33) Installing py3-ordered-set (4.0.1-r0) [2021-01-13T00:47:30.114Z] (10/33) Installing py3-parsing (2.4.7-r0) [2021-01-13T00:47:30.114Z] (11/33) Installing py3-six (1.15.0-r0) [2021-01-13T00:47:30.114Z] (12/33) Installing py3-packaging (20.4-r0) [2021-01-13T00:47:30.114Z] (13/33) Installing py3-setuptools (47.0.0-r0) [2021-01-13T00:47:30.114Z] (14/33) Installing py3-chardet (3.0.4-r4) [2021-01-13T00:47:30.114Z] (15/33) Installing py3-idna (2.9-r0) [2021-01-13T00:47:30.114Z] (16/33) Installing py3-certifi (2020.4.5.1-r0) [2021-01-13T00:47:30.388Z] (17/33) Installing py3-urllib3 (1.25.9-r0) [2021-01-13T00:47:30.388Z] (18/33) Installing py3-requests (2.23.0-r0) [2021-01-13T00:47:30.388Z] (19/33) Installing py3-msgpack (1.0.0-r0) [2021-01-13T00:47:30.388Z] (20/33) Installing py3-lockfile (0.12.2-r3) [2021-01-13T00:47:30.388Z] (21/33) Installing py3-cachecontrol (0.12.6-r0) [2021-01-13T00:47:30.388Z] (22/33) Installing py3-colorama (0.4.3-r0) [2021-01-13T00:47:30.388Z] (23/33) Installing py3-distlib (0.3.0-r0) [2021-01-13T00:47:30.663Z] (24/33) Installing py3-distro (1.5.0-r1) [2021-01-13T00:47:30.663Z] (25/33) Installing py3-webencodings (0.5.1-r3) [2021-01-13T00:47:30.663Z] (26/33) Installing py3-html5lib (1.0.1-r4) [2021-01-13T00:47:30.663Z] (27/33) Installing py3-pytoml (0.1.21-r0) [2021-01-13T00:47:30.663Z] (28/33) Installing py3-pep517 (0.8.2-r0) [2021-01-13T00:47:30.663Z] (29/33) Installing py3-progress (1.5-r0) [2021-01-13T00:47:30.663Z] (30/33) Installing py3-toml (0.10.1-r0) [2021-01-13T00:47:30.663Z] (31/33) Installing py3-retrying (1.3.3-r0) [2021-01-13T00:47:30.663Z] (32/33) Installing py3-contextlib2 (0.6.0-r0) [2021-01-13T00:47:30.663Z] (33/33) Installing py3-pip (20.1.1-r0) [2021-01-13T00:47:30.941Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:47:30.941Z] OK: 71 MiB in 55 packages [2021-01-13T00:47:41.102Z] Step 1/23 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:47:41.102Z] Step 2/23 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:47:41.102Z] ---> 844925e39494 [2021-01-13T00:47:41.102Z] Step 3/23 : WORKDIR /edgex-go [2021-01-13T00:47:41.102Z] ---> Using cache [2021-01-13T00:47:41.102Z] ---> 07610ae4c35f [2021-01-13T00:47:41.102Z] Step 4/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:47:41.102Z] ---> Using cache [2021-01-13T00:47:41.102Z] ---> 029d4f5807ee [2021-01-13T00:47:41.102Z] Step 5/23 : RUN apk add --update --no-cache zeromq-dev libsodium-dev pkgconfig build-base git [2021-01-13T00:47:43.090Z] ---> Running in 7e5f2deed01f [2021-01-13T00:47:43.700Z] Removing intermediate container d664e8a548f6 [2021-01-13T00:47:43.700Z] ---> e8c15d629c36 [2021-01-13T00:47:43.700Z] Step 20/26 : RUN pip install docker-compose==1.23.2 [2021-01-13T00:47:44.692Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:47:44.692Z] ---> Running in 46a1b85eea45 [2021-01-13T00:47:45.353Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:47:46.425Z] OK: 217 MiB in 51 packages [2021-01-13T00:47:49.892Z] Removing intermediate container 7e5f2deed01f [2021-01-13T00:47:49.892Z] ---> 5bc3b9410f8d [2021-01-13T00:47:49.892Z] Step 6/23 : COPY go.mod . [2021-01-13T00:47:51.879Z] ---> 52f15826a00f [2021-01-13T00:47:51.879Z] Step 7/23 : RUN go mod download [2021-01-13T00:47:52.476Z] ---> Running in 2e424c541d65 [2021-01-13T00:47:52.476Z] Collecting docker-compose==1.23.2 [2021-01-13T00:47:52.476Z] Downloading docker_compose-1.23.2-py2.py3-none-any.whl (131 kB) [2021-01-13T00:47:53.098Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:47:53.098Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:47:53.098Z] ---> 844925e39494 [2021-01-13T00:47:53.098Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:47:53.098Z] ---> Using cache [2021-01-13T00:47:53.098Z] ---> 07610ae4c35f [2021-01-13T00:47:53.098Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:47:53.098Z] ---> Using cache [2021-01-13T00:47:53.098Z] ---> 029d4f5807ee [2021-01-13T00:47:53.098Z] Step 5/24 : RUN apk add --update --no-cache make git [2021-01-13T00:47:53.098Z] ---> Using cache [2021-01-13T00:47:53.098Z] ---> 9522fd54c041 [2021-01-13T00:47:53.098Z] Step 6/24 : COPY go.mod . [2021-01-13T00:47:53.098Z] ---> Using cache [2021-01-13T00:47:53.098Z] ---> 2455780431d4 [2021-01-13T00:47:53.098Z] Step 7/24 : RUN go mod download [2021-01-13T00:47:53.098Z] ---> Using cache [2021-01-13T00:47:53.098Z] ---> 26675d926b6d [2021-01-13T00:47:53.098Z] Step 8/24 : COPY . . [2021-01-13T00:47:53.098Z] ---> Using cache [2021-01-13T00:47:53.098Z] ---> f403fb0db504 [2021-01-13T00:47:53.098Z] Step 9/24 : RUN make cmd/security-file-token-provider/security-file-token-provider cmd/security-secretstore-setup/security-secretstore-setup [2021-01-13T00:47:53.696Z] Step 1/21 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:47:53.696Z] Step 2/21 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:47:53.696Z] ---> 844925e39494 [2021-01-13T00:47:53.696Z] Step 3/21 : WORKDIR /edgex-go [2021-01-13T00:47:53.696Z] ---> Using cache [2021-01-13T00:47:53.696Z] ---> 07610ae4c35f [2021-01-13T00:47:53.696Z] Step 4/21 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:47:53.696Z] ---> Using cache [2021-01-13T00:47:53.696Z] ---> 029d4f5807ee [2021-01-13T00:47:53.696Z] Step 5/21 : RUN apk add --update --no-cache make git [2021-01-13T00:47:53.696Z] ---> Using cache [2021-01-13T00:47:53.696Z] ---> 9522fd54c041 [2021-01-13T00:47:53.696Z] Step 6/21 : COPY go.mod . [2021-01-13T00:47:53.696Z] ---> Using cache [2021-01-13T00:47:53.696Z] ---> 2455780431d4 [2021-01-13T00:47:53.696Z] Step 7/21 : RUN go mod download [2021-01-13T00:47:53.696Z] ---> Using cache [2021-01-13T00:47:53.696Z] ---> 26675d926b6d [2021-01-13T00:47:53.696Z] Step 8/21 : COPY . . [2021-01-13T00:47:53.696Z] ---> Using cache [2021-01-13T00:47:53.696Z] ---> f403fb0db504 [2021-01-13T00:47:53.696Z] Step 9/21 : RUN make cmd/support-scheduler/support-scheduler [2021-01-13T00:47:54.297Z] Collecting jsonschema<3,>=2.5.1 [2021-01-13T00:47:54.297Z] Downloading jsonschema-2.6.0-py2.py3-none-any.whl (39 kB) [2021-01-13T00:47:54.579Z] ---> Running in 06138f559b10 [2021-01-13T00:47:54.579Z] ---> Running in 993661d7ac72 [2021-01-13T00:47:56.617Z] Collecting requests!=2.11.0,!=2.12.2,!=2.18.0,<2.21,>=2.6.1 [2021-01-13T00:47:56.617Z] Downloading requests-2.20.1-py2.py3-none-any.whl (57 kB) [2021-01-13T00:47:57.226Z] 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-13T00:47:57.226Z] Step 1/24 : ARG BUILDER_BASE=golang:1.15-alpine3.12 [2021-01-13T00:47:57.226Z] Step 2/24 : FROM ${BUILDER_BASE} AS builder [2021-01-13T00:47:57.226Z] ---> 844925e39494 [2021-01-13T00:47:57.226Z] Step 3/24 : WORKDIR /edgex-go [2021-01-13T00:47:57.226Z] ---> Using cache [2021-01-13T00:47:57.226Z] ---> 07610ae4c35f [2021-01-13T00:47:57.226Z] Step 4/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:47:57.226Z] ---> Using cache [2021-01-13T00:47:57.226Z] ---> 029d4f5807ee [2021-01-13T00:47:57.226Z] Step 5/24 : RUN apk add --update --no-cache make bash git ca-certificates [2021-01-13T00:47:57.226Z] ---> Running in 791e6eec81d0 [2021-01-13T00:47:57.499Z] 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-13T00:47:57.773Z] Collecting PyYAML<4,>=3.10 [2021-01-13T00:47:57.773Z] Downloading PyYAML-3.13.tar.gz (270 kB) [2021-01-13T00:47:58.051Z] Removing intermediate container 2e424c541d65 [2021-01-13T00:47:58.051Z] ---> d8fe7fbd82cf [2021-01-13T00:47:58.051Z] Step 8/23 : COPY . . [2021-01-13T00:47:59.503Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:48:00.489Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:48:01.483Z] OK: 217 MiB in 51 packages [2021-01-13T00:48:04.938Z] Collecting docker<4.0,>=3.6.0 [2021-01-13T00:48:04.938Z] Downloading docker-3.7.3-py2.py3-none-any.whl (134 kB) [2021-01-13T00:48:05.558Z] Removing intermediate container 791e6eec81d0 [2021-01-13T00:48:05.558Z] ---> be6f57782d34 [2021-01-13T00:48:05.558Z] Step 6/24 : COPY go.mod . [2021-01-13T00:48:05.558Z] Collecting texttable<0.10,>=0.9.0 [2021-01-13T00:48:05.558Z] Downloading texttable-0.9.1.tar.gz (11 kB) [2021-01-13T00:48:07.551Z] ---> 65f51b5bae1e [2021-01-13T00:48:07.551Z] Step 7/24 : RUN go mod download [2021-01-13T00:48:07.551Z] ---> Running in 65501439ac1c [2021-01-13T00:48:10.186Z] Collecting websocket-client<1.0,>=0.32.0 [2021-01-13T00:48:10.186Z] Downloading websocket_client-0.57.0-py2.py3-none-any.whl (200 kB) [2021-01-13T00:48:10.460Z] 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-13T00:48:10.738Z] Collecting docopt<0.7,>=0.6.1 [2021-01-13T00:48:10.738Z] Downloading docopt-0.6.2.tar.gz (25 kB) [2021-01-13T00:48:15.092Z] Removing intermediate container 65501439ac1c [2021-01-13T00:48:15.092Z] ---> 902410674574 [2021-01-13T00:48:15.092Z] Step 8/24 : COPY . . [2021-01-13T00:48:15.092Z] Collecting dockerpty<0.5,>=0.4.1 [2021-01-13T00:48:15.092Z] Downloading dockerpty-0.4.1.tar.gz (13 kB) [2021-01-13T00:48:18.523Z] Collecting cached-property<2,>=1.2.0 [2021-01-13T00:48:18.523Z] Downloading cached_property-1.5.2-py2.py3-none-any.whl (7.6 kB) [2021-01-13T00:48:19.145Z] Collecting idna<2.8,>=2.5 [2021-01-13T00:48:19.145Z] Downloading idna-2.7-py2.py3-none-any.whl (58 kB) [2021-01-13T00:48:19.429Z] 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-13T00:48:19.429Z] 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-13T00:48:20.501Z] Collecting urllib3<1.25,>=1.21.1 [2021-01-13T00:48:20.501Z] Downloading urllib3-1.24.3-py2.py3-none-any.whl (118 kB) [2021-01-13T00:48:21.954Z] Collecting docker-pycreds>=0.4.0 [2021-01-13T00:48:21.954Z] Downloading docker_pycreds-0.4.0-py2.py3-none-any.whl (9.0 kB) [2021-01-13T00:48:21.954Z] Using legacy setup.py install for PyYAML, since package 'wheel' is not installed. [2021-01-13T00:48:21.954Z] Using legacy setup.py install for texttable, since package 'wheel' is not installed. [2021-01-13T00:48:21.954Z] Using legacy setup.py install for docopt, since package 'wheel' is not installed. [2021-01-13T00:48:21.954Z] Using legacy setup.py install for dockerpty, since package 'wheel' is not installed. [2021-01-13T00:48:22.565Z] ---> fecd7ec907cc [2021-01-13T00:48:22.565Z] Step 9/23 : RUN make cmd/core-data/core-data [2021-01-13T00:48:23.596Z] Installing collected packages: jsonschema, idna, urllib3, requests, PyYAML, docker-pycreds, websocket-client, docker, texttable, docopt, dockerpty, cached-property, docker-compose [2021-01-13T00:48:23.596Z] ---> Running in 6996ea91e9b7 [2021-01-13T00:48:23.875Z] Attempting uninstall: idna [2021-01-13T00:48:23.875Z] Found existing installation: idna 2.9 [2021-01-13T00:48:23.875Z] Uninstalling idna-2.9: [2021-01-13T00:48:24.153Z] Successfully uninstalled idna-2.9 [2021-01-13T00:48:25.151Z] Attempting uninstall: urllib3 [2021-01-13T00:48:25.151Z] Found existing installation: urllib3 1.25.9 [2021-01-13T00:48:25.151Z] Uninstalling urllib3-1.25.9: [2021-01-13T00:48:25.444Z] Successfully uninstalled urllib3-1.25.9 [2021-01-13T00:48:25.722Z] 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-13T00:48:26.332Z] Attempting uninstall: requests [2021-01-13T00:48:26.332Z] Found existing installation: requests 2.23.0 [2021-01-13T00:48:26.332Z] Uninstalling requests-2.23.0: [2021-01-13T00:48:26.332Z] Successfully uninstalled requests-2.23.0 [2021-01-13T00:48:26.955Z] Running setup.py install for PyYAML: started [2021-01-13T00:48:31.290Z] Running setup.py install for PyYAML: finished with status 'done' [2021-01-13T00:48:32.754Z] Running setup.py install for texttable: started [2021-01-13T00:48:35.400Z] Running setup.py install for texttable: finished with status 'done' [2021-01-13T00:48:35.400Z] Running setup.py install for docopt: started [2021-01-13T00:48:36.010Z] ---> abf311be01aa [2021-01-13T00:48:36.010Z] Step 9/24 : RUN make cmd/support-notifications/support-notifications [2021-01-13T00:48:36.288Z] ---> Running in 7b788b5836c4 [2021-01-13T00:48:38.308Z] 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-13T00:48:38.589Z] Running setup.py install for docopt: finished with status 'done' [2021-01-13T00:48:38.589Z] Running setup.py install for dockerpty: started [2021-01-13T00:48:42.034Z] Running setup.py install for dockerpty: finished with status 'done' [2021-01-13T00:48:43.027Z] 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-13T00:48:48.451Z] Removing intermediate container 46a1b85eea45 [2021-01-13T00:48:48.451Z] ---> 0319fdb2eed6 [2021-01-13T00:48:48.451Z] Step 21/26 : RUN apk --no-cache add curl [2021-01-13T00:48:48.725Z] ---> Running in a16c5b50f4be [2021-01-13T00:48:50.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:48:50.709Z] fetch http://dl-cdn.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:48:51.692Z] (1/3) Installing nghttp2-libs (1.41.0-r0) [2021-01-13T00:48:51.692Z] (2/3) Installing libcurl (7.69.1-r3) [2021-01-13T00:48:51.692Z] (3/3) Installing curl (7.69.1-r3) [2021-01-13T00:48:51.692Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:48:51.692Z] OK: 71 MiB in 58 packages [2021-01-13T00:48:53.681Z] Removing intermediate container a16c5b50f4be [2021-01-13T00:48:53.681Z] ---> 45c9f672d81c [2021-01-13T00:48:53.681Z] Step 22/26 : ENTRYPOINT ["/sys-mgmt-agent"] [2021-01-13T00:48:53.681Z] ---> Running in 14b586f771ea [2021-01-13T00:48:54.667Z] Removing intermediate container 14b586f771ea [2021-01-13T00:48:54.667Z] ---> 826b3258d711 [2021-01-13T00:48:54.667Z] Step 23/26 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:48:54.667Z] ---> Running in fb576e6a62d1 [2021-01-13T00:48:55.747Z] Removing intermediate container fb576e6a62d1 [2021-01-13T00:48:55.747Z] ---> 774e23a7b89c [2021-01-13T00:48:55.747Z] Step 24/26 : LABEL arch=arm64 [2021-01-13T00:48:55.747Z] ---> Running in df4634aa8d8c [2021-01-13T00:48:56.403Z] Removing intermediate container df4634aa8d8c [2021-01-13T00:48:56.403Z] ---> 511f127b21a9 [2021-01-13T00:48:56.403Z] Step 25/26 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:48:56.688Z] ---> Running in bc6c3a87f4ae [2021-01-13T00:48:57.321Z] Removing intermediate container bc6c3a87f4ae [2021-01-13T00:48:57.321Z] ---> 1fb52806d499 [2021-01-13T00:48:57.321Z] Step 26/26 : LABEL version=0.0.0 [2021-01-13T00:48:57.615Z] ---> Running in 5d34b47a0893 [2021-01-13T00:48:58.216Z] Removing intermediate container 5d34b47a0893 [2021-01-13T00:48:58.216Z] ---> 12736fe867bd [2021-01-13T00:48:58.216Z] [2021-01-13T00:48:58.815Z] Successfully built 12736fe867bd [2021-01-13T00:48:58.815Z] Successfully tagged docker-sys-mgmt-agent-go-arm64:latest [2021-01-13T00:49:17.142Z]  Building docker-sys-mgmt-agent-go ... done 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-13T00:49:29.563Z] Removing intermediate container 06138f559b10 [2021-01-13T00:49:29.563Z] ---> 14309eba599c [2021-01-13T00:49:29.563Z] [2021-01-13T00:49:29.563Z] Step 10/24 : FROM alpine:3.12 [2021-01-13T00:49:29.563Z] ---> afeebe901d6b [2021-01-13T00:49:29.563Z] Step 11/24 : RUN apk add --update --no-cache ca-certificates dumb-init curl [2021-01-13T00:49:29.563Z] ---> Using cache [2021-01-13T00:49:29.563Z] ---> 82ee8afa4083 [2021-01-13T00:49:29.563Z] Step 12/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019: Dell Technologies, Inc.' [2021-01-13T00:49:29.563Z] ---> Running in dcd973d816a8 [2021-01-13T00:49:30.165Z] Removing intermediate container dcd973d816a8 [2021-01-13T00:49:30.165Z] ---> 52550cf4bca4 [2021-01-13T00:49:30.165Z] Step 13/24 : WORKDIR / [2021-01-13T00:49:30.438Z] ---> Running in ec983bd15e10 [2021-01-13T00:49:31.459Z] Removing intermediate container ec983bd15e10 [2021-01-13T00:49:31.460Z] ---> 596eccca26c5 [2021-01-13T00:49:31.460Z] 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-13T00:49:33.471Z] ---> 9a047618392f [2021-01-13T00:49:33.471Z] 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-13T00:49:33.750Z] Removing intermediate container 993661d7ac72 [2021-01-13T00:49:33.750Z] ---> b47c3d409a2e [2021-01-13T00:49:33.750Z] [2021-01-13T00:49:33.750Z] Step 10/21 : FROM scratch [2021-01-13T00:49:33.750Z] ---> [2021-01-13T00:49:33.750Z] Step 11/21 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:49:34.024Z] ---> Using cache [2021-01-13T00:49:34.024Z] ---> bb09e7442f9c [2021-01-13T00:49:34.024Z] Step 12/21 : ENV APP_PORT=48085 [2021-01-13T00:49:34.299Z] ---> Running in b37027ae675a [2021-01-13T00:49:34.900Z] ---> 5fc477ce3266 [2021-01-13T00:49:34.900Z] Step 16/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/res/configuration.toml /res/configuration.toml [2021-01-13T00:49:35.177Z] Removing intermediate container b37027ae675a [2021-01-13T00:49:35.177Z] ---> 2ec759a4512a [2021-01-13T00:49:35.177Z] Step 13/21 : EXPOSE $APP_PORT [2021-01-13T00:49:35.177Z] ---> Running in e3216d88f94e [2021-01-13T00:49:36.167Z] Removing intermediate container e3216d88f94e [2021-01-13T00:49:36.167Z] ---> 27af2d5046e7 [2021-01-13T00:49:36.167Z] Step 14/21 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:49:36.167Z] ---> 0f40f93de5f7 [2021-01-13T00:49:36.167Z] Step 17/24 : COPY --from=builder /edgex-go/cmd/security-file-token-provider/security-file-token-provider . [2021-01-13T00:49:37.159Z] ---> 3ed43e4556d6 [2021-01-13T00:49:37.159Z] Step 15/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/support-scheduler / [2021-01-13T00:49:38.610Z] ---> 57fb15918959 [2021-01-13T00:49:38.610Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/security-secretstore-setup . [2021-01-13T00:49:39.620Z] ---> 76dab61bdaf9 [2021-01-13T00:49:39.620Z] Step 16/21 : COPY --from=builder /edgex-go/cmd/support-scheduler/res/configuration.toml /res/configuration.toml [2021-01-13T00:49:41.075Z] ---> 6eca413887e1 [2021-01-13T00:49:41.075Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/security-secretstore-setup/entrypoint.sh /usr/local/bin/ [2021-01-13T00:49:41.075Z] ---> 4b5b4d42135d [2021-01-13T00:49:41.075Z] Step 17/21 : ENTRYPOINT ["/support-scheduler"] [2021-01-13T00:49:41.352Z] ---> Running in 6dcba02096aa [2021-01-13T00:49:42.344Z] Removing intermediate container 6dcba02096aa [2021-01-13T00:49:42.344Z] ---> f00ee1eb9da1 [2021-01-13T00:49:42.344Z] Step 18/21 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:49:42.344Z] ---> 86c495008b96 [2021-01-13T00:49:42.344Z] 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-13T00:49:42.344Z] ---> Running in 2f9c6d589ed2 [2021-01-13T00:49:42.626Z] ---> Running in 8ed861a11a89 [2021-01-13T00:49:43.225Z] Removing intermediate container 2f9c6d589ed2 [2021-01-13T00:49:43.225Z] ---> a474fb21f4d5 [2021-01-13T00:49:43.225Z] Step 19/21 : LABEL arch=arm64 [2021-01-13T00:49:43.507Z] ---> Running in 19dc62a9d4da [2021-01-13T00:49:44.503Z] Removing intermediate container 19dc62a9d4da [2021-01-13T00:49:44.503Z] ---> 3c42c48bd8b6 [2021-01-13T00:49:44.503Z] Step 20/21 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:49:44.781Z] ---> Running in fa98e578b59f [2021-01-13T00:49:45.769Z] Removing intermediate container fa98e578b59f [2021-01-13T00:49:45.769Z] ---> 4dc2049734ea [2021-01-13T00:49:45.769Z] Step 21/21 : LABEL version=0.0.0 [2021-01-13T00:49:46.045Z] ---> Running in b9d2a00b0209 [2021-01-13T00:49:46.324Z] Removing intermediate container 8ed861a11a89 [2021-01-13T00:49:46.324Z] ---> 42b2040980d1 [2021-01-13T00:49:46.324Z] Step 21/24 : ENTRYPOINT ["entrypoint.sh"] [2021-01-13T00:49:46.597Z] ---> Running in bf2e99e86492 [2021-01-13T00:49:46.881Z] Removing intermediate container b9d2a00b0209 [2021-01-13T00:49:46.881Z] ---> c750250c32b8 [2021-01-13T00:49:46.881Z] [2021-01-13T00:49:47.493Z] Successfully built c750250c32b8 [2021-01-13T00:49:47.493Z] Removing intermediate container bf2e99e86492 [2021-01-13T00:49:47.493Z] ---> 457dff946767 [2021-01-13T00:49:47.493Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T00:49:47.493Z] Successfully tagged docker-support-scheduler-go-arm64:latest [2021-01-13T00:49:47.771Z]  Building docker-support-scheduler-go ... done  ---> Running in 139b71b90d36 [2021-01-13T00:49:48.378Z] Removing intermediate container 139b71b90d36 [2021-01-13T00:49:48.378Z] ---> e0dbb16905fd [2021-01-13T00:49:48.378Z] Step 23/24 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:49:48.652Z] ---> Running in 376b46471c2d [2021-01-13T00:49:49.277Z] Removing intermediate container 376b46471c2d [2021-01-13T00:49:49.277Z] ---> fea52874c214 [2021-01-13T00:49:49.277Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T00:49:49.277Z] ---> Running in 693276ba8cf4 [2021-01-13T00:49:49.921Z] Removing intermediate container 693276ba8cf4 [2021-01-13T00:49:49.921Z] ---> f59b29c10114 [2021-01-13T00:49:49.921Z] [2021-01-13T00:49:50.525Z] Successfully built f59b29c10114 [2021-01-13T00:49:50.525Z] Successfully tagged docker-security-secretstore-setup-go-arm64:latest [2021-01-13T00:49:57.260Z]  Building docker-security-secretstore-setup-go ... done Removing intermediate container 7b788b5836c4 [2021-01-13T00:49:57.260Z] ---> 48b856b22563 [2021-01-13T00:49:57.260Z] [2021-01-13T00:49:57.260Z] Step 10/24 : FROM scratch [2021-01-13T00:49:57.260Z] ---> [2021-01-13T00:49:57.260Z] Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Cavium' [2021-01-13T00:49:57.260Z] ---> Running in ae71d5d711d7 [2021-01-13T00:49:57.534Z] Removing intermediate container ae71d5d711d7 [2021-01-13T00:49:57.534Z] ---> 9bebc453c0f5 [2021-01-13T00:49:57.534Z] Step 12/24 : ENV APP_PORT=48060 [2021-01-13T00:49:57.807Z] ---> Running in 61ff408ad1de [2021-01-13T00:49:58.413Z] Removing intermediate container 61ff408ad1de [2021-01-13T00:49:58.413Z] ---> a31aa3c76ea9 [2021-01-13T00:49:58.413Z] Step 13/24 : EXPOSE $APP_PORT [2021-01-13T00:49:58.413Z] ---> Running in e30afdcaed01 [2021-01-13T00:49:59.010Z] Removing intermediate container e30afdcaed01 [2021-01-13T00:49:59.010Z] ---> f6f30e2eacec [2021-01-13T00:49:59.010Z] Step 14/24 : COPY --from=builder /bin/sh /bin/sh [2021-01-13T00:49:59.996Z] ---> ebc79b5beb13 [2021-01-13T00:49:59.996Z] Step 15/24 : COPY --from=builder /usr/share/ca-certificates /usr/share/ca-certificates [2021-01-13T00:50:01.434Z] ---> c68b631e5b8c [2021-01-13T00:50:01.434Z] Step 16/24 : COPY --from=builder /etc/ssl /etc/ssl [2021-01-13T00:50:02.874Z] ---> 425fe783440f [2021-01-13T00:50:02.874Z] Step 17/24 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:50:03.856Z] ---> 903ff844ff93 [2021-01-13T00:50:03.856Z] Step 18/24 : COPY --from=builder /edgex-go/cmd/support-notifications/support-notifications / [2021-01-13T00:50:05.295Z] ---> 77668e3abead [2021-01-13T00:50:05.295Z] Step 19/24 : COPY --from=builder /edgex-go/cmd/support-notifications/res/configuration.toml /res/configuration.toml [2021-01-13T00:50:06.283Z] ---> f9581f8c13f8 [2021-01-13T00:50:06.283Z] Step 20/24 : ENTRYPOINT ["/support-notifications"] [2021-01-13T00:50:06.283Z] ---> Running in d069009a6296 [2021-01-13T00:50:06.882Z] Removing intermediate container d069009a6296 [2021-01-13T00:50:06.882Z] ---> 69d7cf309ac1 [2021-01-13T00:50:06.882Z] Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:50:07.155Z] ---> Running in c387019a0bb3 [2021-01-13T00:50:07.758Z] Removing intermediate container c387019a0bb3 [2021-01-13T00:50:07.758Z] ---> e8005dc66e58 [2021-01-13T00:50:07.758Z] Step 22/24 : LABEL arch=arm64 [2021-01-13T00:50:08.032Z] ---> Running in 2cb1f285a379 [2021-01-13T00:50:09.022Z] Removing intermediate container 2cb1f285a379 [2021-01-13T00:50:09.022Z] ---> 25ecf86db739 [2021-01-13T00:50:09.022Z] Step 23/24 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:50:09.022Z] ---> Running in dc4e0e0b1129 [2021-01-13T00:50:09.295Z] Removing intermediate container 6996ea91e9b7 [2021-01-13T00:50:09.295Z] ---> 9980eadd6325 [2021-01-13T00:50:09.295Z] [2021-01-13T00:50:09.295Z] Step 10/23 : FROM alpine:3.12 [2021-01-13T00:50:09.295Z] ---> afeebe901d6b [2021-01-13T00:50:09.295Z] Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2018: Dell, Cavium' [2021-01-13T00:50:09.568Z] ---> Running in 883b9aed30b8 [2021-01-13T00:50:09.568Z] Removing intermediate container dc4e0e0b1129 [2021-01-13T00:50:09.568Z] ---> 254cc0807797 [2021-01-13T00:50:09.568Z] Step 24/24 : LABEL version=0.0.0 [2021-01-13T00:50:09.847Z] ---> Running in 760ab0c1d36a [2021-01-13T00:50:10.118Z] Removing intermediate container 883b9aed30b8 [2021-01-13T00:50:10.118Z] ---> dfef29c40332 [2021-01-13T00:50:10.118Z] Step 12/23 : ENV APP_PORT=48080 [2021-01-13T00:50:10.391Z] ---> Running in 111d16fbe993 [2021-01-13T00:50:10.391Z] Removing intermediate container 760ab0c1d36a [2021-01-13T00:50:10.391Z] ---> 950fc1f7471c [2021-01-13T00:50:10.391Z] [2021-01-13T00:50:10.984Z] Successfully built 950fc1f7471c [2021-01-13T00:50:10.984Z] Successfully tagged docker-support-notifications-go-arm64:latest [2021-01-13T00:50:10.984Z]  Building docker-support-notifications-go ... done Removing intermediate container 111d16fbe993 [2021-01-13T00:50:10.984Z] ---> 57fd6c3fce10 [2021-01-13T00:50:10.984Z] Step 13/23 : EXPOSE $APP_PORT [2021-01-13T00:50:11.258Z] ---> Running in 31158b8f7fac [2021-01-13T00:50:11.530Z] Removing intermediate container 31158b8f7fac [2021-01-13T00:50:11.530Z] ---> 3f0d4160134a [2021-01-13T00:50:11.530Z] Step 14/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories [2021-01-13T00:50:11.803Z] ---> Running in 20f7206edb5a [2021-01-13T00:50:14.423Z] Removing intermediate container 20f7206edb5a [2021-01-13T00:50:14.423Z] ---> 292d7ec25f21 [2021-01-13T00:50:14.423Z] Step 15/23 : RUN apk add --update --no-cache zeromq [2021-01-13T00:50:14.423Z] ---> Running in 70e0d307eae2 [2021-01-13T00:50:15.419Z] fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz [2021-01-13T00:50:16.768Z] fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [2021-01-13T00:50:17.046Z] (1/5) Installing libgcc (9.3.0-r2) [2021-01-13T00:50:17.046Z] (2/5) Installing libsodium (1.0.18-r0) [2021-01-13T00:50:17.046Z] (3/5) Installing libstdc++ (9.3.0-r2) [2021-01-13T00:50:17.317Z] (4/5) Installing libzmq (4.3.3-r0) [2021-01-13T00:50:17.590Z] (5/5) Installing zeromq (4.3.3-r0) [2021-01-13T00:50:17.590Z] Executing busybox-1.31.1-r19.trigger [2021-01-13T00:50:17.590Z] OK: 8 MiB in 19 packages [2021-01-13T00:50:19.027Z] Removing intermediate container 70e0d307eae2 [2021-01-13T00:50:19.027Z] ---> 98904851e6a3 [2021-01-13T00:50:19.027Z] Step 16/23 : COPY --from=builder /edgex-go/Attribution.txt / [2021-01-13T00:50:19.622Z] ---> 82e7c56fda19 [2021-01-13T00:50:19.622Z] Step 17/23 : COPY --from=builder /edgex-go/cmd/core-data/core-data / [2021-01-13T00:50:21.059Z] ---> 177ff9cb6dff [2021-01-13T00:50:21.059Z] Step 18/23 : COPY --from=builder /edgex-go/cmd/core-data/res/configuration.toml /res/configuration.toml [2021-01-13T00:50:21.653Z] ---> 39947e0dab75 [2021-01-13T00:50:21.653Z] Step 19/23 : ENTRYPOINT ["/core-data"] [2021-01-13T00:50:21.653Z] ---> Running in ec4c924cd5c0 [2021-01-13T00:50:22.251Z] Removing intermediate container ec4c924cd5c0 [2021-01-13T00:50:22.251Z] ---> 460af03eca9c [2021-01-13T00:50:22.251Z] Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] [2021-01-13T00:50:22.251Z] ---> Running in 0e90a8c8690f [2021-01-13T00:50:22.845Z] Removing intermediate container 0e90a8c8690f [2021-01-13T00:50:22.845Z] ---> 3fb4f3d65c8b [2021-01-13T00:50:22.846Z] Step 21/23 : LABEL arch=arm64 [2021-01-13T00:50:22.846Z] ---> Running in 1aad0297d505 [2021-01-13T00:50:23.442Z] Removing intermediate container 1aad0297d505 [2021-01-13T00:50:23.442Z] ---> 225689bbe31c [2021-01-13T00:50:23.442Z] Step 22/23 : LABEL git_sha=c16202060fc97aae01ac0d6c6bd02190ae78ba26 [2021-01-13T00:50:23.715Z] ---> Running in 4e4df9a5199b [2021-01-13T00:50:23.987Z] Removing intermediate container 4e4df9a5199b [2021-01-13T00:50:23.987Z] ---> 43bdab898b7a [2021-01-13T00:50:23.987Z] Step 23/23 : LABEL version=0.0.0 [2021-01-13T00:50:24.261Z] ---> Running in d0ddac07705a [2021-01-13T00:50:24.535Z] Removing intermediate container d0ddac07705a [2021-01-13T00:50:24.535Z] ---> 6c2392d27331 [2021-01-13T00:50:24.535Z] [2021-01-13T00:50:25.128Z] Successfully built 6c2392d27331 [2021-01-13T00:50:25.128Z] Successfully tagged docker-core-data-go-arm64:latest [2021-01-13T00:50:25.416Z]  Building docker-core-data-go ... done  [Pipeline] } [2021-01-13T00:50:25.407Z] $ docker stop --time=1 cb0181685339c17712b59c95ce8b1a45b63e6ed85a19cf215063e1323c2f0bb8 [2021-01-13T00:50:27.382Z] $ docker rm -f cb0181685339c17712b59c95ce8b1a45b63e6ed85a19cf215063e1323c2f0bb8 [Pipeline] // withDockerContainer [Pipeline] sh [2021-01-13T00:50:28.503Z] + docker images [2021-01-13T00:50:28.503Z] + grep docker [2021-01-13T00:50:28.775Z] docker-core-data-go-arm64 latest 6c2392d27331 4 seconds ago 21MB [2021-01-13T00:50:28.775Z] docker-support-notifications-go-arm64 latest 950fc1f7471c 18 seconds ago 11.4MB [2021-01-13T00:50:28.775Z] docker-security-secretstore-setup-go-arm64 latest f59b29c10114 39 seconds ago 23.4MB [2021-01-13T00:50:28.775Z] docker-support-scheduler-go-arm64 latest c750250c32b8 42 seconds ago 10MB [2021-01-13T00:50:28.775Z] docker-sys-mgmt-agent-go-arm64 latest 12736fe867bd About a minute ago 300MB [2021-01-13T00:50:28.775Z] docker-core-metadata-go-arm64 latest c69aaefcf9cc 3 minutes ago 12.3MB [2021-01-13T00:50:28.775Z] docker-security-proxy-setup-go-arm64 latest 4c3b8c3786f5 3 minutes ago 23.2MB [2021-01-13T00:50:28.775Z] docker-security-bootstrap-redis-go-arm64 latest e653a3f5fb83 3 minutes ago 15.1MB [2021-01-13T00:50:28.775Z] docker-core-command-go-arm64 latest f59fe793d6b5 3 minutes ago 9.98MB [2021-01-13T00:50:28.775Z] docker 20.10.0 eeaf43b92773 4 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-13T00:50:33.783Z] provisioning config files... [2021-01-13T00:50:33.793Z] copy managed file [edgex-go-codecov-token] to file:/w/workspace/edgex-go/21@tmp/config2349594132221740673tmp [Pipeline] { [Pipeline] sh [2021-01-13T00:50:34.364Z] + set +x [2021-01-13T00:50:34.364Z] + curl -s https://codecov.io/bash [2021-01-13T00:50:34.364Z] + bash -s -- [2021-01-13T00:50:34.938Z] [2021-01-13T00:50:34.938Z] _____ _ [2021-01-13T00:50:34.938Z] / ____| | | [2021-01-13T00:50:34.938Z] | | ___ __| | ___ ___ _____ __ [2021-01-13T00:50:34.938Z] | | / _ \ / _` |/ _ \/ __/ _ \ \ / / [2021-01-13T00:50:34.938Z] | |___| (_) | (_| | __/ (_| (_) \ V / [2021-01-13T00:50:34.938Z] \_____\___/ \__,_|\___|\___\___/ \_/ [2021-01-13T00:50:34.938Z] Bash-20201231-23d4836 [2021-01-13T00:50:34.938Z] [2021-01-13T00:50:34.938Z] [2021-01-13T00:50:34.938Z] ==> git version 2.24.3 found [2021-01-13T00:50:34.938Z] ==> 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-13T00:50:34.938Z] Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp [2021-01-13T00:50:34.938Z] Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets [2021-01-13T00:50:34.938Z] ==> Jenkins CI detected. [2021-01-13T00:50:34.938Z] project root: . [2021-01-13T00:50:34.938Z] --> token set from env [2021-01-13T00:50:34.938Z] Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml [2021-01-13T00:50:34.938Z] ==> Running gcov in . (disable via -X gcov) [2021-01-13T00:50:34.938Z] ==> Python coveragepy not found [2021-01-13T00:50:34.938Z] ==> Searching for coverage reports in: [2021-01-13T00:50:34.939Z] + . [2021-01-13T00:50:34.939Z] -> Found 1 reports [2021-01-13T00:50:34.939Z] ==> Detecting git/mercurial file structure [2021-01-13T00:50:34.939Z] ==> Reading reports [2021-01-13T00:50:34.939Z] + ./coverage.out bytes=548045 [2021-01-13T00:50:34.939Z] ==> Appending adjustments [2021-01-13T00:50:34.939Z] https://docs.codecov.io/docs/fixing-reports [2021-01-13T00:50:38.249Z] + Found adjustments [2021-01-13T00:50:38.249Z] ==> Gzipping contents [2021-01-13T00:50:38.249Z] 84K /tmp/codecov.v9woHl.gz [2021-01-13T00:50:38.249Z] ==> Uploading reports [2021-01-13T00:50:38.249Z] url: https://codecov.io [2021-01-13T00:50:38.249Z] query: branch=PR-2924&commit=c16202060fc97aae01ac0d6c6bd02190ae78ba26&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-13T00:50:38.249Z] -> Pinging Codecov [2021-01-13T00:50:38.249Z] https://codecov.io/upload/v4?package=bash-20201231-23d4836&token=secret&branch=PR-2924&commit=c16202060fc97aae01ac0d6c6bd02190ae78ba26&build=21&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fedgex-go%2Fjob%2FPR-2924%2F21%2F&name=&tag=&slug=edgexfoundry%2Fedgex-go&service=jenkins&flags=&pr=2924&job=&cmd_args= [2021-01-13T00:50:38.249Z] -> Uploading to [2021-01-13T00:50:38.249Z] https://storage.googleapis.com/codecov/v4/raw/2021-01-13/00271124DB129430A58F1EEE437C3FCB/c16202060fc97aae01ac0d6c6bd02190ae78ba26/5bbf3019-a640-490c-a2f3-a7acba84c9bb.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210113%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210113T005038Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=e8cb89de46a53a987093f975f683b6a36fb70f11a331a6a9ff33b35b12a6bc69 [2021-01-13T00:50:38.249Z] % Total % Received % Xferd Average Speed Time Time Time Current [2021-01-13T00:50:38.249Z] Dload Upload Total Spent Left Speed [2021-01-13T00:50:38.823Z] 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 82949 0 0 100 82949 0 149k --:--:-- --:--:-- --:--:-- 149k 100 82949 0 0 100 82949 0 149k --:--:-- --:--:-- --:--:-- 149k [2021-01-13T00:50:38.823Z] -> View reports at https://codecov.io/github/edgexfoundry/edgex-go/commit/c16202060fc97aae01ac0d6c6bd02190ae78ba26 [Pipeline] } [2021-01-13T00:50:38.833Z] 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-13T00:50:44.200Z] ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:50:45.110Z] ---> package-listing.sh [2021-01-13T00:50:45.111Z] ++ facter osfamily [2021-01-13T00:50:45.111Z] ++ tr '[:upper:]' '[:lower:]' [2021-01-13T00:50:45.111Z] + OS_FAMILY=redhat [2021-01-13T00:50:45.111Z] + workspace=/w/workspace/edgex-go/21 [2021-01-13T00:50:45.111Z] + START_PACKAGES=/tmp/packages_start.txt [2021-01-13T00:50:45.111Z] + END_PACKAGES=/tmp/packages_end.txt [2021-01-13T00:50:45.111Z] + DIFF_PACKAGES=/tmp/packages_diff.txt [2021-01-13T00:50:45.111Z] + PACKAGES=/tmp/packages_start.txt [2021-01-13T00:50:45.111Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-13T00:50:45.111Z] + PACKAGES=/tmp/packages_end.txt [2021-01-13T00:50:45.111Z] + case "${OS_FAMILY}" in [2021-01-13T00:50:45.111Z] + rpm -qa [2021-01-13T00:50:45.111Z] + sort [2021-01-13T00:50:50.480Z] + '[' -f /tmp/packages_start.txt ']' [2021-01-13T00:50:50.480Z] + '[' -f /tmp/packages_end.txt ']' [2021-01-13T00:50:50.480Z] + diff /tmp/packages_start.txt /tmp/packages_end.txt [2021-01-13T00:50:50.480Z] + '[' /w/workspace/edgex-go/21 ']' [2021-01-13T00:50:50.480Z] + mkdir -p /w/workspace/edgex-go/21/archives/ [2021-01-13T00:50:50.480Z] + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/edgex-go/21/archives/ [Pipeline] echo [2021-01-13T00:50:50.493Z] 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/21/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh [2021-01-13T00:50:50.783Z] + facter operatingsystem [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:50:51.098Z] + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T00:50:51.098Z] [2021-01-13T00:50:51.098Z] Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh [2021-01-13T00:50:51.539Z] + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T00:50:51.540Z] alpine: Pulling from edgex-lftools-log-publisher [2021-01-13T00:50:51.540Z] df20fa9351a1: Pulling fs layer [2021-01-13T00:50:51.540Z] 36b3adc4ff6f: Pulling fs layer [2021-01-13T00:50:51.540Z] 8ad3a11d3b57: Pulling fs layer [2021-01-13T00:50:51.540Z] 46f8f816bc3b: Pulling fs layer [2021-01-13T00:50:51.540Z] 93b61091891f: Pulling fs layer [2021-01-13T00:50:51.540Z] 93b9cdb0e59b: Pulling fs layer [2021-01-13T00:50:51.540Z] 5e14af77c1be: Pulling fs layer [2021-01-13T00:50:51.540Z] 01666e4c0597: Pulling fs layer [2021-01-13T00:50:51.540Z] aa168da1d23b: Pulling fs layer [2021-01-13T00:50:51.540Z] 93b61091891f: Waiting [2021-01-13T00:50:51.540Z] 93b9cdb0e59b: Waiting [2021-01-13T00:50:51.540Z] 5e14af77c1be: Waiting [2021-01-13T00:50:51.540Z] 01666e4c0597: Waiting [2021-01-13T00:50:51.540Z] aa168da1d23b: Waiting [2021-01-13T00:50:51.540Z] 36b3adc4ff6f: Verifying Checksum [2021-01-13T00:50:51.540Z] 36b3adc4ff6f: Download complete [2021-01-13T00:50:51.802Z] 46f8f816bc3b: Verifying Checksum [2021-01-13T00:50:51.802Z] 46f8f816bc3b: Download complete [2021-01-13T00:50:51.802Z] df20fa9351a1: Download complete [2021-01-13T00:50:51.802Z] 93b9cdb0e59b: Verifying Checksum [2021-01-13T00:50:51.802Z] 93b9cdb0e59b: Download complete [2021-01-13T00:50:51.802Z] 93b61091891f: Verifying Checksum [2021-01-13T00:50:51.802Z] 93b61091891f: Download complete [2021-01-13T00:50:51.802Z] 5e14af77c1be: Verifying Checksum [2021-01-13T00:50:51.802Z] 5e14af77c1be: Download complete [2021-01-13T00:50:51.802Z] 01666e4c0597: Verifying Checksum [2021-01-13T00:50:51.802Z] 01666e4c0597: Download complete [2021-01-13T00:50:51.802Z] 8ad3a11d3b57: Verifying Checksum [2021-01-13T00:50:51.802Z] 8ad3a11d3b57: Download complete [2021-01-13T00:50:52.066Z] df20fa9351a1: Pull complete [2021-01-13T00:50:52.334Z] 36b3adc4ff6f: Pull complete [2021-01-13T00:50:53.750Z] aa168da1d23b: Verifying Checksum [2021-01-13T00:50:53.750Z] aa168da1d23b: Download complete [2021-01-13T00:50:54.702Z] 8ad3a11d3b57: Pull complete [2021-01-13T00:50:54.702Z] 46f8f816bc3b: Pull complete [2021-01-13T00:50:55.649Z] 93b61091891f: Pull complete [2021-01-13T00:50:55.649Z] 93b9cdb0e59b: Pull complete [2021-01-13T00:50:55.649Z] 5e14af77c1be: Pull complete [2021-01-13T00:50:55.915Z] 01666e4c0597: Pull complete [2021-01-13T00:51:04.138Z] aa168da1d23b: Pull complete [2021-01-13T00:51:04.138Z] Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c [2021-01-13T00:51:04.138Z] Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [2021-01-13T00:51:04.138Z] nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer [2021-01-13T00:51:04.325Z] prd-centos7-docker-4c-2g-19868 does not seem to be running inside a container [2021-01-13T00:51:04.390Z] $ 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/21/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/21 -v /w/workspace/edgex-go/21:/w/workspace/edgex-go/21:rw,z -v /w/workspace/edgex-go/21@tmp:/w/workspace/edgex-go/21@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat [2021-01-13T00:51:11.554Z] $ docker top 906e6575e3266dad1f65ef706f6472372de7824d68ff412a5a592765f5dbed72 -eo pid,comm [Pipeline] { [Pipeline] sh [2021-01-13T00:51:12.314Z] + touch /tmp/pre-build-complete [Pipeline] sh [2021-01-13T00:51:12.615Z] + mkdir -p /var/log/sa [Pipeline] sh [2021-01-13T00:51:12.912Z] + ls /var/log/sa-host [2021-01-13T00:51:12.912Z] + sadf -c /var/log/sa-host/sa13 [2021-01-13T00:51:12.912Z] file_magic: OK [2021-01-13T00:51:12.912Z] HZ: Using current value: 100 [2021-01-13T00:51:12.912Z] file_header: OK [2021-01-13T00:51:12.912Z] 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-13T00:51:12.912Z] Statistics: [2021-01-13T00:51:12.912Z] 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... [2021-01-13T00:51:12.912Z] File successfully converted to sysstat format version 12.2.1 [2021-01-13T00:51:12.912Z] + sadf -c /var/log/sa-host/sa23 [2021-01-13T00:51:12.912Z] file_magic: OK [2021-01-13T00:51:12.912Z] HZ: Using current value: 100 [2021-01-13T00:51:12.912Z] file_header: OK [2021-01-13T00:51:12.912Z] 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-13T00:51:12.912Z] Statistics: [2021-01-13T00:51:12.912Z] Hnuu...uuuununununu... [2021-01-13T00:51:12.912Z] File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider [2021-01-13T00:51:13.212Z] provisioning config files... [2021-01-13T00:51:13.228Z] copy managed file [jenkins-log-archives-settings] to file:/w/workspace/edgex-go/21@tmp/config8419215429870084187tmp [Pipeline] { [Pipeline] echo [2021-01-13T00:51:13.488Z] Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:51:13.786Z] ---> create-netrc.sh [Pipeline] } [2021-01-13T00:51:13.797Z] Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo [2021-01-13T00:51:14.081Z] Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:51:14.385Z] ---> python-tools-install.sh [Pipeline] echo [2021-01-13T00:51:14.396Z] Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:51:14.714Z] ---> sudo-logs.sh [2021-01-13T00:51:14.714Z] Archiving 'sudo' log.. [Pipeline] echo [2021-01-13T00:51:14.725Z] Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:51:15.021Z] ---> job-cost.sh [2021-01-13T00:51:15.021Z] lf-activate-venv: SKIPPING [2021-01-13T00:51:15.021Z] INFO: No Stack... [2021-01-13T00:51:17.572Z] INFO: Retrieving Pricing Info for: v1-standard-2 [2021-01-13T00:51:17.572Z] INFO: Archiving Costs [Pipeline] echo [2021-01-13T00:51:17.585Z] Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh [2021-01-13T00:51:17.883Z] ---> logs-deploy.sh [2021-01-13T00:51:17.883Z] INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/edgex-go/PR-2924/21 [2021-01-13T00:51:17.883Z] INFO: archiving workspace using pattern(s): [2021-01-13T00:51:19.274Z] Archives upload complete. [2021-01-13T00:51:19.274Z] INFO: archiving logs to Nexus