This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | 1:21:36 PM: Build ready to start | |
| 1:21:42 PM: build-image version: a13ca271c42226d886b5d1dc0da3d70cb6ac0627 (focal) | |
| 1:21:42 PM: build-image tag: v4.11.0 | |
| 1:21:42 PM: buildbot version: 28ac1cc020586b1ec2af1c1e9bb64025ce31310b | |
| 1:21:42 PM: Fetching cached dependencies | |
| 1:21:42 PM: Failed to fetch cache, continuing with build | |
| 1:21:42 PM: Starting to prepare the repo for build | |
| 1:21:42 PM: No cached dependencies found. Cloning fresh repo | |
| 1:21:42 PM: git clone https://github.com/shmish/dryfly | |
| 1:21:44 PM: Preparing Git Reference refs/heads/main | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | -----> uname: Linux Henry 5.4.0-113-generic #127-Ubuntu SMP Wed May 18 14:30:56 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux | |
| -----> memory: | |
| total used free shared buff/cache available | |
| Mem: 1983 227 151 20 1604 1552 | |
| Swap: 511 13 498 | |
| -----> docker version: | |
| Client: Docker Engine - Community | |
| Version: 20.10.9 | |
| API version: 1.41 | |
| Go version: go1.16.8 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | Traceback (most recent call last): | |
| File "/usr/local/lib/python3.8/site-packages/django/core/handlers/exception.py", line 47, in inner | |
| response = get_response(request) | |
| File "/usr/local/lib/python3.8/site-packages/django/core/handlers/base.py", line 181, in _get_response | |
| response = wrapped_callback(request, *callback_args, **callback_kwargs) | |
| File "/usr/local/lib/python3.8/site-packages/sentry_sdk/integrations/django/views.py", line 67, in sentry_wrapped_callback | |
| return callback(request, *args, **kwargs) | |
| File "/usr/local/lib/python3.8/contextlib.py", line 75, in inner | |
| return func(*args, **kwds) | |
| File "/usr/local/lib/python3.8/site-packages/django/contrib/auth/decorators.py", line 21, in _wrapped_view | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | >>> from django.core.mail import send_mail | |
| >>> send_mail('test subject', 'a really good message', 'doug@smartmark.ca', ['dwsmith@vsb.bc.ca']) | |
| ^CTraceback (most recent call last): | |
| File "<console>", line 1, in <module> | |
| File "/app/.heroku/python/lib/python3.8/site-packages/django/core/mail/__init__.py", line 61, in send_mail | |
| return mail.send() | |
| File "/app/.heroku/python/lib/python3.8/site-packages/django/core/mail/message.py", line 284, in send | |
| return self.get_connection(fail_silently).send_messages([self]) | |
| File "/app/.heroku/python/lib/python3.8/site-packages/django/core/mail/backends/smtp.py", line 102, in send_messages | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | PS C:\Users\Doug\OneDrive\django\smartmark> git push dokku main:master | |
| Enter passphrase for key '/c/Users/Doug/.ssh/id_rsa': | |
| Enter passphrase for key '/c/Users/Doug/.ssh/id_rsa': | |
| Enumerating objects: 368, done. | |
| Counting objects: 100% (368/368), done. | |
| Delta compression using up to 16 threads | |
| Compressing objects: 100% (362/362), done. | |
| Writing objects: 100% (368/368), 1.19 MiB | 2.17 MiB/s, done. | |
| Total 368 (delta 89), reused 0 (delta 0), pack-reused 0 | |
| remote: Resolving deltas: 100% (89/89), done. | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | PS C:\Users\Doug\OneDrive\django\smartmark> git push dokku main:master | |
| Enter passphrase for key '/c/Users/Doug/.ssh/id_rsa': | |
| Enumerating objects: 368, done. | |
| Counting objects: 100% (368/368), done. | |
| Delta compression using up to 16 threads | |
| Compressing objects: 100% (362/362), done. | |
| Writing objects: 100% (368/368), 1.19 MiB | 2.53 MiB/s, done. | |
| Total 368 (delta 88), reused 0 (delta 0), pack-reused 0 | |
| remote: Resolving deltas: 100% (88/88), done. | |
| remote: -----> Cleaning up... | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | shmish@Henry:~$ dokku --trace config:set --no-restart app DJANGO_SECRET_KEY=notreallymysecretkey | |
| + export DOKKU_HOST_ROOT=/home/dokku | |
| + DOKKU_HOST_ROOT=/home/dokku | |
| + export DOKKU_DISTRO | |
| ++ . /etc/os-release | |
| ++ echo ubuntu | |
| + DOKKU_DISTRO=ubuntu | |
| + export DOCKER_BIN=docker | |
| + DOCKER_BIN=docker | |
| + export DOKKU_IMAGE=gliderlabs/herokuish:latest-20 | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | shmish@Henry:~$ dokku config:set --no-restart app DJANGO_SECRET_KEY=notreallymysecretkey | |
| > | |
| > | |
| > | |
| > ^C | 
  
    
      This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
      Learn more about bidirectional Unicode characters
    
  
  
    
  | shmish@Henry:~$ sudo dokku plugin:install | |
| [sudo] password for shmish: | |
| Sorry, try again. | |
| [sudo] password for shmish: | |
| Adding user dokku to group adm | |
| Starting nginx (via systemctl): nginx.service. | |
| 1.31.1-uclibc: Pulling from library/busybox | |
| 76df9210b28c: Pull complete | |
| Digest: sha256:cd421f41ebaab52ae1ac91a8391ddbd094595264c6e689954b79b3d24ea52f88 | |
| Status: Downloaded newer image for busybox:1.31.1-uclibc |