Package Details: agate 3.3.6-1

Git Clone URL: https://aur.archlinux.org/agate.git (read-only, click to copy)
Package Base: agate
Description: Simple static file server for the Gemini network protocol, written in Rust
Upstream URL: https://github.com/mbrubeck/agate
Licenses: MIT, Apache
Submitter: krathalan
Maintainer: dmerejkowsky
Last Packager: dmerejkowsky
Votes: 6
Popularity: 0.64
First Submitted: 2020-10-25 21:54 (UTC)
Last Updated: 2024-03-29 14:05 (UTC)

Required by (0)

Sources (1)

Latest Comments

dmerejkowsky commented on 2024-04-09 09:17 (UTC)

Sorry, could not reproduce here :(

Maybe try and open a bug upstream ?

=> https://github.com/mbrubeck/agate/issues

You could also try agate-bin (not maintained by me)

z3ntu commented on 2024-04-08 19:53 (UTC)

There's some failure during the test suite with the latest version (built in clean chroot)

failures:

---- index_page_unix stdout ----
log: [2024-04-08T19:50:26Z DEBUG agate::certificates] certs loaded for ["example.org", "example.com"]
log: [2024-04-08T19:50:26Z INFO  agate] Started listener on 127.0.0.1:1976
thread 'index_page_unix' panicked at tests/tests.rs:205:60:
could not connect unix socket: Os { code: 2, kind: NotFound, message: "No such file or directory" }
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    index_page_unix

test result: FAILED. 30 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s

error: test failed, to rerun pass `--test tests`
==> ERROR: A failure occurred in check().

dmerejkowsky commented on 2023-07-29 12:40 (UTC)

@nachopro : there was some upstream bugs that caused the error you had while running tests - but they should be fixed now. If that still happens feel free to use makepkg --nocheck

Anyhow, version 3.3.0 has been packaged - enjoy ;)

nachopro commented on 2023-02-06 04:00 (UTC) (edited on 2023-02-06 04:04 (UTC) by nachopro)

test percent_encode ... FAILED

failures:

---- percent_encode stdout ----

log: [2023-02-06T03:59:39Z DEBUG agate::certificates] certs loaded for ["example.org", "example.com"]

log: thread 'main' panicked at 'Failed to listen on [::]:1988: Address already in use (os error 98)', src/main.rs:61:29

log: note: run with RUST_BACKTRACE=1 environment variable to display a backtrace thread 'percent_encode' panicked at 'Server did not start properly', tests/tests.rs:52:13