Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues with hbbr/s after docker compose build. #508

Open
Hellmanx opened this issue Mar 8, 2025 · 0 comments
Open

Issues with hbbr/s after docker compose build. #508

Hellmanx opened this issue Mar 8, 2025 · 0 comments

Comments

@Hellmanx
Copy link

Hellmanx commented Mar 8, 2025

It doesn't seem like hbbr or hbbs are functioning correctly after building them in docker compose

I keep getting these logs:

hbbr:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

hbbs:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

thread 'flexi_logger-flusher' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace

thread 'main' panicked at library/std/src/sys/pal/unix/time.rs:130:68:

called `Result::unwrap()` on an `Err` value: Os { code: 1, kind: PermissionDenied, message: "Operation not permitted" }

I'm just following the docker compose guide. Not sure what else to do.

The only thing I did different was adding version: '3.1' at the top of the yml config. (It looks like the guide page needs to be updated)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant