You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" }
It doesn't seem like hbbr or hbbs are functioning correctly after building them in docker compose
I keep getting these logs:
hbbr:
hbbs:
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)The text was updated successfully, but these errors were encountered: