Manifest
Workflow Test Step Test Cargo Test Workflow Metadata Step Metadata Fetch Step Metadata Metadata Workflow Lint Step Lint Cargo Lint

id

collection

name

git_hash

state

started_at

finished_at

9

ayllu

maitred

1d306f0d8e722c0199ff7193c930f8fa36c8283f

Passed

2026-08-26T17:39:46Z

2026-08-26T17:41:13Z

Workflow

id

name

image

state

duration

44

ayllu-arch

Passed

70s

45

ayllu-arch

Passed

13s

46

ayllu-arch

Passed

987ms

Cache

id

name

path

read_only

transient

85

cargo-cache

/home/ayllu/.cargo/registry

0

0

86

build-cache-9.transient

/home/ayllu/cargo-target

0

1

Steps

id

name

state

duration

exit_code

192

Passed

70s

0

Step
Cargo Test

key

value

shell

/bin/sh

input

cargo test --frozen --release

Variables

id

step_id

name

value

Logs
View Raw
1 Compiling proc-macro2 v1.0.93
2 Compiling unicode-ident v1.0.12
3 Compiling stable_deref_trait v1.2.0
4 Compiling writeable v0.5.5
5 Compiling litemap v0.7.4
6 Compiling cfg-if v1.0.0
7 Compiling icu_locid_transform_data v1.5.0
8 Compiling autocfg v1.4.0
9 Compiling libc v0.2.169
10 Compiling once_cell v1.20.2
11 Compiling smallvec v1.13.2
12 Compiling icu_properties_data v1.5.0
13 Compiling serde v1.0.204
14 Compiling encoding_rs v0.8.35
15 Compiling futures-sink v0.3.31
16 Compiling utf16_iter v1.0.5
17 Compiling futures-core v0.3.31
18 Compiling icu_normalizer_data v1.5.0
19 Compiling utf8_iter v1.0.4
20 Compiling write16 v1.0.0
21 Compiling pin-project-lite v0.2.16
22 Compiling futures-channel v0.3.31
23 Compiling slab v0.4.9
24 Compiling tracing-core v0.1.33
25 Compiling futures-io v0.3.31
26 Compiling log v0.4.22
27 Compiling pin-utils v0.1.0
28 Compiling base64 v0.22.1
29 Compiling memchr v2.7.4
30 Compiling tinyvec_macros v0.1.1
31 Compiling quote v1.0.36
32 Compiling syn v2.0.96
33 Compiling futures-task v0.3.31
34 Compiling tinyvec v1.8.1
35 Compiling data-encoding v2.6.0
36 Compiling quoted_printable v0.5.1
37 Compiling percent-encoding v2.3.1
38 Compiling charset v0.1.5
39 Compiling thiserror v1.0.69
40 Compiling mailparse v0.14.1
41 Compiling form_urlencoded v1.2.1
42 Compiling gethostname v0.2.3
43 Compiling unicode-normalization v0.1.24
44 Compiling gethostname v0.4.3
45 Compiling lazy_static v1.5.0
46 Compiling overload v0.1.1
47 Compiling unicode-properties v0.1.3
48 Compiling unicode-bidi v0.3.18
49 Compiling maildir v0.6.4
50 Compiling nu-ansi-term v0.46.0
51 Compiling mail-builder v0.3.2
52 Compiling stringprep v0.1.5
53 Compiling sharded-slab v0.1.7
54 Compiling tracing-log v0.2.0
55 Compiling thread_local v1.1.8
56 Compiling md5 v0.7.0
57 Compiling bytes v1.9.0
58 Compiling synstructure v0.13.1
59 Compiling proxy-header v0.1.2
60 Compiling tracing-subscriber v0.3.19
61 Compiling port_check v0.2.1
62 Compiling zerofrom-derive v0.1.5
63 Compiling yoke-derive v0.7.5
64 Compiling zerovec-derive v0.10.3
65 Compiling displaydoc v0.2.5
66 Compiling icu_provider_macros v1.5.0
67 Compiling serde_derive v1.0.204
68 Compiling futures-macro v0.3.31
69 Compiling thiserror-impl v1.0.69
70 Compiling tracing-attributes v0.1.28
71 Compiling futures-util v0.3.31
72 Compiling async-trait v0.1.85
73 Compiling zerofrom v0.1.5
74 Compiling yoke v0.7.5
75 Compiling zerovec v0.10.4
76 Compiling tracing v0.1.41
77 Compiling tinystr v0.7.6
78 Compiling icu_collections v1.5.0
79 Compiling icu_locid v1.5.0
80 Compiling icu_provider v1.5.0
81 Compiling futures-executor v0.3.31
82 Compiling icu_locid_transform v1.5.0
83 Compiling futures v0.3.31
84 Compiling icu_properties v1.5.1
85 Compiling mail-parser v0.9.4
86 Compiling smtp-proto v0.1.5
87 Compiling email_address v0.2.9
88 Compiling icu_normalizer v1.5.0
89 Compiling idna_adapter v1.2.0
90 Compiling idna v1.0.3
91 Compiling url v2.5.4
92 Compiling maitred v0.1.0 (/src)
93
94 Finished `release` profile [optimized] target(s) in 1m 09s
95 running 11 tests
96 Running unittests src/lib.rs (/home/ayllu/cargo-target/release/deps/maitred-9443793f6e96d1d3)
97 test plain_auth::tests::test_auth_data ... ok
98 Doc-tests maitred
99 test session::test::session_authenticate ... ok
100 test rewrite::test::rewrite ... ok
101 test session::test::session_expand ... ok
102 test session::test::session_command_with_no_helo ... ok
103 test session::test::session_greeting ... ok
104 test session::test::session_hello_quit ... ok
105 test session::test::session_message_body_ok ... ok
106 test session::test::session_non_ascii_characters_extended_smtp ... ok
107 test session::test::session_non_ascii_characters_legacy_smtp ... ok
108 test session::test::session_verify ... ok
109
110 test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
111
112
113 running 4 tests
114 test src/session.rs - session::Session (line 426) - compile ... ok
115 test src/delivery.rs - delivery::DeliveryFunc (line 35) ... ok
116 test src/verify.rs - verify::VerifyFunc (line 52) ... ok
117 test src/expand.rs - expand::ExpansionFunc (line 42) ... ok
118
119 test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.25s
120