Robert Hensing
Robert Hensing
@nrdxp Did systemd shut down your network before or after stopping the agent?
@nrdxp I've dug a little deeper and it seems that the service file is "correct" - for an oversimplified definition of correct. I assume your log sliver is preceded by...
The tokens are linked to the organization they were created for. > What are the consequences of the current setup? Your agent is possibly doing work for BeFunctional now, probably...
Single user installations are inherently "trusted" because there's no daemon to deny anything. You can ignore this warning. TODO - [ ] clarify trusted user - [ ] detect single...
Hi @tobiasBora, Currently, Hercules CI only integrates with GitHub. We're investigating the feasibility of a GitLab integration, but for now we're prioritizing other features. Compared to drone.io or buildkite, we...
The Nix sandbox *should* be about as secure as a Docker container, but I am not willing to assume this, because while it uses most of the same Linux kernel...
I haven't seen this occur in evaluation before. Any chance garbage collection was running at the time of the error? 2021-08-16 15:13:53+00 (UTC) for the first error.
> (Note that the Hercules CI agent is not configured to write this S3 private binary cache. For now, we're writing Hercules CI build products to a new Cachix cache,...
It turns out that the problem was not with cache configuration. I've opened #355 to solve this particular problem ("Could not retrieve derivation"). The real root cause is a crash...
``` (hercules-ci-agent + "/module.nix") ``` This is a NixOS module, which doesn't work for nix-darwin. You don't have to specify the module when you use the branch (https://github.com/hercules-ci/nix-darwin/archive/hercules-ci-agent.tar.gz). Alternatively, there's...