Matthew Kenigsberg

Results 291 comments of Matthew Kenigsberg

What output do you get with `flox -vvv activate`?

Sorry one more debugging command...what about with `RUST_LOG=debug flox -vvv activate`?

Is `/run/user/1000/37cfac93/activations.json` an empty file? If you remove it and try again what happens?

No problem! We should probably include the path to the file in the error so it's easier to track down. I don't have any great ideas about root cause. Maybe...

Ah that would do it! Glad you got it solved. I'll leave this open as a reminder to improve the debugging

We're also spending time uploading the same paths in different jobs, see e.g. `3nmhrvhhkir752hpf5vizjxdclwx29fz` in https://github.com/flox/flox/actions/runs/14760428534/job/41439533270#step:19:50 and https://github.com/flox/flox/actions/runs/14760428534/job/41439533661#step:19:41

Closing https://github.com/flox/flox/issues/1522 in favor of this In a request to install hello, success is reported even when the response only contains emacs: ``` > _FLOX_USE_CATALOG_MOCK=./cli/tests/catalog_responses/resolve/emacs.json FLOX_FEATURES_USE_CATALOG=true flox install hello ✅...

This just bit me pretty badly, I had left `_FLOX_USE_CATALOG_MOCK` exported in my shell and couldn't figure out how I had completely broken flox.

Looking at service-config.yaml it looks like we're using `vars` instead of `environment` https://f1bonacc1.github.io/process-compose/configuration/ ``` log_level: debug log_configuration: no_color: true processes: flox_never_exit: command: /nix/store/b7j95xd7yccclshfln10k843q2qf20yg-coreutils-9.5/bin/sleep infinity sleep: command: .../script.sh vars: FOO: bar...