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

2

ayllu

ayllu

920d52bdc6bb2a298d284fd485c1f336a4ec98f5

Passed

2026-07-29T08:03:02Z

2026-07-29T08:13:38Z

Workflow

id

name

image

state

duration

7

ayllu-arch

Passed

2s

8

ayllu-arch

Passed

3s

9

ayllu-arch

Passed

89s

10

ayllu-arch

Passed

182s

11

ayllu-arch

Passed

22s

12

ayllu-debian

Passed

326s

Outputs

id

path

size

sha256sum

17Mb

4dc50732533d9f2230491ab77bc42538aa3bb10b7b4df3e4e1f5bee9d76e36ea

Cache

id

name

path

read_only

transient

23

cargo-cache

/home/ayllu/.cargo/registry

0

0

24

build-cache-debian-2.transient

/home/ayllu/cargo-target

0

1

Steps

id

name

state

duration

exit_code

43

Passed

891ms

0

44

Passed

107s

0

45

Passed

6s

0

46

Passed

585ms

0

47

Passed

58s

0

48

Passed

11s

0

49

Passed

6s

0

50

Passed

6s

0

51

Passed

12s

0

52

Passed

70s

0

53

Passed

17s

0

54

Passed

26s

0

Step
Cargo Build ayllu-migrate

key

value

shell

/bin/sh

input

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

Variables

id

step_id

name

value

99

50

AYLLU_VERSION

0.5.1

100

50

CARGO_TARGET_DIR

/home/ayllu/cargo-target

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