Skip to content

Instantly share code, notes, and snippets.

@rtyley
Created May 25, 2021 10:22
Show Gist options
  • Save rtyley/9e6e0c0b3e371e25bf177eccce3f8d65 to your computer and use it in GitHub Desktop.
Save rtyley/9e6e0c0b3e371e25bf177eccce3f8d65 to your computer and use it in GitHub Desktop.
$ sbt run
[info] welcome to sbt 1.5.2 (AdoptOpenJDK Java 11.0.11)
[info] loading settings for project global-plugins from plugins.sbt ...
[info] loading global plugins from /Users/roberto_tyley/.sbt/1.0/plugins
[info] loading settings for project ophan-geoip-db-refresher-build from plugins.sbt ...
[info] loading project definition from /Users/roberto_tyley/code/ophan-geoip-db-refresher/project
[info] loading settings for project ophan-geoip-db-refresher from build.sbt ...
[info] set current project to geoip-db-refresher (in build file:/Users/roberto_tyley/code/ophan-geoip-db-refresher/)
[info] compiling 1 Scala source to /Users/roberto_tyley/code/ophan-geoip-db-refresher/target/scala-3.0.0/classes ...
[info] running ophan.geoip.db.refresher.CLIMain
{"@timestamp":"2021-05-25T11:17:51.613+01:00","@version":"1","message":"Ignoring profile 'ophan' on line 1 because it did not start with 'profile ' and it was not 'default'.","logger_name":"software.amazon.awssdk.profiles.internal.ProfileFileReader","thread_name":"run-main-0","level":"WARN","level_value":30000,"buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
{"@timestamp":"2021-05-25T11:17:51.709+01:00","@version":"1","message":"Ignoring profile 'ophan' on line 1 because it did not start with 'profile ' and it was not 'default'.","logger_name":"software.amazon.awssdk.profiles.internal.ProfileFileReader","thread_name":"run-main-0","level":"WARN","level_value":30000,"buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
{"@timestamp":"2021-05-25T11:17:51.960+01:00","@version":"1","message":"Ignoring profile 'ophan' on line 1 because it did not start with 'profile ' and it was not 'default'.","logger_name":"software.amazon.awssdk.profiles.internal.ProfileFileReader","thread_name":"run-main-0","level":"WARN","level_value":30000,"buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
{"@timestamp":"2021-05-25T11:18:55.220+01:00","@version":"1","message":"/tmp/GeoIP2-City_20210525.tar.gz","logger_name":"ophan.geoip.db.refresher.MaxmindArchiveDownloader$","thread_name":"run-main-0","level":"INFO","level_value":20000,"downloadedArchive.path":"/tmp/GeoIP2-City_20210525.tar.gz","buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
{"@timestamp":"2021-05-25T11:18:55.411+01:00","@version":"1","message":"9d3b1a90ebd56db086c6a7d8047549ba1fa244ebce7f86058a64d845bc6dd673","logger_name":"ophan.geoip.db.refresher.MaxmindArchiveDownloader$","thread_name":"run-main-0","level":"INFO","level_value":20000,"downloadedArchive.expectedHash":"9d3b1a90ebd56db086c6a7d8047549ba1fa244ebce7f86058a64d845bc6dd673","downloadedArchive.hash":"9d3b1a90ebd56db086c6a7d8047549ba1fa244ebce7f86058a64d845bc6dd673","buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
{"@timestamp":"2021-05-25T11:18:55.466+01:00","@version":"1","message":"Starting upload of 124891356 bytes to S3 (PutObjectRequest(Bucket=ophan-dist, GrantRead=id=4545b54bd17af766e5e14aa12fd41bade300cf170dc6f5c4cd09240d36484cf1, Key=geoip/GeoIP2-City.mmdb))","logger_name":"ophan.geoip.db.refresher.Lambda$","thread_name":"run-main-0","level":"INFO","level_value":20000,"databaseFile.size":124891356,"databaseFile.s3.destination":"geoip/GeoIP2-City.mmdb","buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
{"@timestamp":"2021-05-25T11:20:33.201+01:00","@version":"1","message":"Upload complete!","logger_name":"ophan.geoip.db.refresher.Lambda$","thread_name":"run-main-0","level":"INFO","level_value":20000,"databaseFile.s3.versionId":"QAbi_ryKNc.ZQLvFwZEpm5zrYVEO4Jgh","buildNumber":"DEV","gitCommitId":"DEV","uniqueIdForVM":"20800b79-9fed-4da2-8fa8-fbae0567b029"}
[success] Total time: 165 s (02:45), completed 25 May 2021, 11:20:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment