Skip to content

Docker Hub image fails to run. Error: thread 'main' panicked #242

@CaseyLabs

Description

@CaseyLabs

Discovered goldboot from Reddit and decided to try it out. The Docker Hub image fails to run however.

Terminal output:

❯ alias goldboot="docker run --rm -v .:/root fossable/goldboot"
❯ goldboot

Unable to find image 'fossable/goldboot:latest' locally
latest: Pulling from fossable/goldboot
4abcf2066143: Pull complete 
f9c544cd5a63: Pull complete 
3fa91218cee8: Pull complete 
5f09938a812c: Pull complete 
4f4fb700ef54: Pull complete 
Digest: sha256:cba83f144b76aac0a02fa43b9f61d0f452f2857f6d8c0250ab9798346f74ccd5
Status: Downloaded newer image for fossable/goldboot:latest

thread 'main' panicked at goldboot/src/main.rs:77:17:
Not supported
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

❯ alias goldboot="docker run --rm -e RUST_BACKTRACE=1 -v .:/root fossable/goldboot"
❯ goldboot                                                                         

thread 'main' panicked at goldboot/src/main.rs:77:17:
Not supported
stack backtrace:
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

❯ alias goldboot="docker run --rm -e RUST_BACKTRACE=full -v .:/root fossable/goldboot"
❯ goldboot

thread 'main' panicked at goldboot/src/main.rs:77:17:
Not supported
stack backtrace:
   0:     0x793c30f80095 - <unknown>
   1:     0x793c30fccb2b - <unknown>
   2:     0x793c30f7c50f - <unknown>
   3:     0x793c30f7fe6e - <unknown>
   4:     0x793c30f811d9 - <unknown>
   5:     0x793c30f80f1d - <unknown>
   6:     0x793c30f81673 - <unknown>
   7:     0x793c30f8151b - <unknown>
   8:     0x793c30f80559 - <unknown>
   9:     0x793c30f81287 - <unknown>
  10:     0x793c30585773 - <unknown>
  11:     0x793c30592bd5 - <unknown>
  12:     0x793c30596b93 - <unknown>
  13:     0x793c305952f9 - <unknown>
  14:     0x793c30f7466d - <unknown>
  15:     0x793c30593125 - <unknown>

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions