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

10

ayllu

maitred

1d306f0d8e722c0199ff7193c930f8fa36c8283f

Passed

2026-08-26T17:43:00Z

2026-08-26T17:44:14Z

Workflow

id

name

image

state

duration

47

ayllu-arch

Passed

69s

48

ayllu-arch

Passed

1s

49

ayllu-arch

Passed

992ms

Cache

id

name

path

read_only

transient

91

cargo-cache

/home/ayllu/.cargo/registry

0

0

92

build-cache-10.transient

/home/ayllu/cargo-target

0

1

Steps

id

name

state

duration

exit_code

196

Passed

68s

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 litemap v0.7.4
5 Compiling writeable v0.5.5
6 Compiling cfg-if v1.0.0
7 Compiling autocfg v1.4.0
8 Compiling icu_locid_transform_data v1.5.0
9 Compiling libc v0.2.169
10 Compiling smallvec v1.13.2
11 Compiling icu_properties_data v1.5.0
12 Compiling serde v1.0.204
13 Compiling once_cell v1.20.2
14 Compiling encoding_rs v0.8.35
15 Compiling futures-core v0.3.31
16 Compiling pin-project-lite v0.2.16
17 Compiling utf16_iter v1.0.5
18 Compiling utf8_iter v1.0.4
19 Compiling futures-sink v0.3.31
20 Compiling write16 v1.0.0
21 Compiling slab v0.4.9
22 Compiling icu_normalizer_data v1.5.0
23 Compiling futures-channel v0.3.31
24 Compiling tracing-core v0.1.33
25 Compiling memchr v2.7.4
26 Compiling tinyvec_macros v0.1.1
27 Compiling base64 v0.22.1
28 Compiling pin-utils v0.1.0
29 Compiling futures-io v0.3.31
30 Compiling quote v1.0.36
31 Compiling log v0.4.22
32 Compiling syn v2.0.96
33 Compiling futures-task v0.3.31
34 Compiling tinyvec v1.8.1
35 Compiling quoted_printable v0.5.1
36 Compiling data-encoding v2.6.0
37 Compiling thiserror v1.0.69
38 Compiling charset v0.1.5
39 Compiling percent-encoding v2.3.1
40 Compiling form_urlencoded v1.2.1
41 Compiling mailparse v0.14.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 unicode-properties v0.1.3
47 Compiling unicode-bidi v0.3.18
48 Compiling overload v0.1.1
49 Compiling nu-ansi-term v0.46.0
50 Compiling maildir v0.6.4
51 Compiling stringprep v0.1.5
52 Compiling sharded-slab v0.1.7
53 Compiling mail-builder v0.3.2
54 Compiling tracing-log v0.2.0
55 Compiling thread_local v1.1.8
56 Compiling proxy-header v0.1.2
57 Compiling md5 v0.7.0
58 Compiling bytes v1.9.0
59 Compiling synstructure v0.13.1
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 email_address v0.2.9
86 Compiling mail-parser v0.9.4
87 Compiling smtp-proto v0.1.5
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 Finished `release` profile [optimized] target(s) in 1m 08s
94
95 Running unittests src/lib.rs (/home/ayllu/cargo-target/release/deps/maitred-9443793f6e96d1d3)
96 running 11 tests
97 Doc-tests maitred
98 test plain_auth::tests::test_auth_data ... ok
99 test session::test::session_command_with_no_helo ... ok
100 test rewrite::test::rewrite ... ok
101 test session::test::session_authenticate ... ok
102 test session::test::session_greeting ... ok
103 test session::test::session_expand ... 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/verify.rs - verify::VerifyFunc (line 52) ... ok
116 test src/delivery.rs - delivery::DeliveryFunc (line 35) ... 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