Manifest
Lint Cargo Lint Metadata Fetch Metadata Test Cargo Test Compile Binaries Man Pages Cargo Build ayllu-build Cargo Build ayllu-dispatch Cargo Build ayllu-keys Cargo Build ayllu-migrate Cargo Build ayllu-shell Cargo Build ayllu-web Cargo Build quipu Arch Distribution Man Pages Shell Completion Makepkg Debian Distribution Fetch Cargo Test Man Pages Shell Completion Cargo Build ayllu-build Cargo Build ayllu-dispatch Cargo Build ayllu-keys Cargo Build ayllu-migrate Cargo Build ayllu-shell Cargo Build ayllu-web Cargo Build quipu Dpkg

id

collection

name

git_hash

state

started_at

finished_at

1

ayllu

ayllu

b72b56f8dc9658ec36bb236802faa980e1f6bbf6

Passed

2026-07-21T10:27:14Z

2026-07-21T10:37:52Z

Workflow

id

name

image

state

duration

1

ayllu-arch

Passed

2s

2

ayllu-arch

Passed

3s

3

ayllu-arch

Passed

91s

4

ayllu-arch

Passed

184s

5

ayllu-arch

Passed

23s

6

ayllu-debian

Passed

325s

Cache

id

name

path

read_only

transient

7

cargo-cache

/home/ayllu/.cargo/registry

0

0

8

build-cache-1.transient

/home/ayllu/cargo-target

0

1

Steps

id

name

state

duration

exit_code

5

Passed

4s

0

6

Passed

76s

0

7

Passed

9s

0

8

Passed

5s

0

9

Passed

4s

0

10

Passed

10s

0

11

Passed

58s

0

12

Passed

13s

0

Step
Cargo Build ayllu-dispatch

key

value

shell

/bin/sh

input

cargo build --frozen --release --bin=ayllu-dispatch

Variables

id

step_id

name

value

13

7

CARGO_TARGET_DIR

/home/ayllu/cargo-target

14

7

AYLLU_VERSION

0.5.1

Logs
View Raw
1 Compiling ayllu_identity v0.5.0 (/src/crates/identity)
2 warning: unused imports: `Associations`, `BelongingToDsl`, `FromSqlRow`, `FromSql`, `Output`, `SelectableHelper`, `ToSql`, `backend::Backend`, `expression::AsExpression`, `self`, `self`, and `sql_types::Integer`
3 --> crates/database/src/repositories.rs:2:5
4 |
5 2 | Associations, BelongingToDsl, ExpressionMethods, Identifiable, Insertable, QueryDsl, Queryable,
6 | ^^^^^^^^^^^^ ^^^^^^^^^^^^^^
7 3 | RunQueryDsl, Selectable, SelectableHelper,
8 | ^^^^^^^^^^^^^^^^
9 4 | backend::Backend,
10 | ^^^^^^^^^^^^^^^^
11 5 | deserialize::{self, FromSql, FromSqlRow},
12 | ^^^^ ^^^^^^^ ^^^^^^^^^^
13 6 | expression::AsExpression,
14 | ^^^^^^^^^^^^^^^^^^^^^^^^
15 7 | serialize::{self, Output, ToSql},
16 | ^^^^ ^^^^^^ ^^^^^
17 8 | sql_types::Integer,
18 | ^^^^^^^^^^^^^^^^^^
19 |
20 = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
21
22 warning: unused import: `tabled_util`
23 --> crates/database/src/repositories.rs:15:25
24 |
25 15 | use crate::{Error, Ptr, tabled_util};
26 | ^^^^^^^^^^^
27
28 warning: unused import: `Insertable`
29 --> crates/database/src/repositories.rs:2:68
30 |
31 2 | Associations, BelongingToDsl, ExpressionMethods, Identifiable, Insertable, QueryDsl, Queryable,
32 | ^^^^^^^^^^
33
34 warning: `ayllu_database` (lib) generated 3 warnings (run `cargo fix --lib -p ayllu_database` to apply 2 suggestions)
35 Compiling ayllu-dispatch v0.1.0 (/src/ayllu-dispatch)
36 Finished `release` profile [optimized] target(s) in 8.90s