Radicle repository id rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6
tmpdir: /home/_rad/tmp image_store: /home/_rad/ambient-images projects: /dev/null state: /home/_rad/ambient-state rsync_target: null rsync_target_base: null rsync_target_map: null dput_target: null executor: /usr/bin/ambient-execute-plan artifacts_max_size: 1 GB cache_max_size: 30 GB qemu: cpus: 2 memory: 12 GB kvm_binary: /usr/bin/kvm ovmf_vars_file: /usr/share/ovmf/OVMF.fd ovmf_code_file: /usr/share/ovmf/OVMF.fd uefi: false lint: true
CargoFetch(
CargoFetch,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
steps:
- action: mkdir
pathname: /ci
- action: mkdir
pathname: /ci/artifacts
- action: tar_extract
archive: /dev/vdc
directory: /ci/src
- action: tar_extract
archive: /dev/vdf
directory: /ci/deps
- action: tar_extract
archive: /dev/vde
directory: /ci/cache
- action: shell
shell: ln -sf /ci /workspace
- action: shell
shell: git config --global user.name 'Ambient CI'
- action: shell
shell: git config --global user.email ambient@example.com
- action: cargo_fmt
- action: cargo_clippy
- action: shell
shell: |
export HOME=/root
make ambient.html
mv ambient.html /workspace/artifacts/.
- action: custom
name: dch
args:
debfullname: Lars Wirzenius
debemail: liw@liw.fi
- action: deb
packages: .
- action: tar_create
archive: /dev/vde
directory: /ci/cache
- action: tar_create
archive: /dev/vdd
directory: /ci/artifacts
executor_drive: /dev/vdb
source_drive: /dev/vdc
artifact_drive: /dev/vdd
cache_drive: /dev/vde
deps_drive: /dev/vdf
workspace_dir: /ci
source_dir: /ci/src
deps_dir: /ci/deps
cache_dir: /ci/cache
artifacts_dir: /ci/artifacts
Mkdir(
Mkdir {
pathname: "/ci",
},
)Mkdir(
Mkdir {
pathname: "/ci/artifacts",
},
)TarExtract(
TarExtract {
archive: "/dev/vdc",
directory: "/ci/src",
},
)TarExtract(
TarExtract {
archive: "/dev/vdf",
directory: "/ci/deps",
},
)TarExtract(
TarExtract {
archive: "/dev/vde",
directory: "/ci/cache",
},
)Shell(
Shell {
shell: "ln -sf /ci /workspace",
},
)+ ln -sf /ci /workspace
Shell(
Shell {
shell: "git config --global user.name 'Ambient CI'",
},
)+ git config --global user.name 'Ambient CI'
Shell(
Shell {
shell: "git config --global user.email ambient@example.com",
},
)+ git config --global user.email ambient@example.com
CargoFmt(
CargoFmt,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
CargoClippy(
CargoClippy,
)cargo 1.93.1 (083ac5135 2025-12-15)
clippy 0.1.93 (01f6ddf758 2026-02-11)
rustc 1.93.1 (01f6ddf75 2026-02-11)
Compiling proc-macro2 v1.0.106
Compiling quote v1.0.44
Compiling unicode-ident v1.0.22
Compiling libc v0.2.180
Compiling syn v2.0.114
Compiling version_check v0.9.5
Checking cfg-if v1.0.4
Compiling serde_core v1.0.228
Compiling jobserver v0.1.34
Compiling shlex v1.3.0
Compiling find-msvc-tools v0.1.9
Compiling cc v1.2.55
Compiling typenum v1.19.0
Compiling serde_derive v1.0.228
Compiling generic-array v0.14.7
Checking crypto-common v0.1.7
Compiling serde v1.0.228
Compiling synstructure v0.13.2
Checking subtle v2.6.1
Compiling zerofrom-derive v0.1.6
Compiling yoke-derive v0.8.1
Checking stable_deref_trait v1.2.1
Checking memchr v2.7.6
Checking zerofrom v0.1.6
Checking yoke v0.8.1
Checking bitflags v2.10.0
Checking itoa v1.0.17
Compiling zerovec-derive v0.11.2
Checking once_cell v1.21.3
Compiling displaydoc v0.2.5
Checking getrandom v0.2.17
Compiling thiserror v1.0.69
Compiling pkg-config v0.3.32
Checking zerovec v0.11.5
Compiling thiserror-impl v1.0.69
Checking smallvec v1.15.1
Checking tinystr v0.8.2
Checking writeable v0.6.2
Compiling syn v1.0.109
Checking litemap v0.8.1
Checking icu_locale_core v2.1.1
Checking potential_utf v0.1.4
Checking zerotrie v0.2.3
Checking block-buffer v0.10.4
Compiling icu_properties_data v2.1.2
Compiling icu_normalizer_data v2.1.1
Compiling zmij v1.0.19
Checking cpufeatures v0.2.17
Checking icu_provider v2.1.1
Checking digest v0.10.7
Checking icu_collections v2.1.1
Checking block-padding v0.3.3
Checking pin-project-lite v0.2.16
Checking hashbrown v0.16.1
Checking percent-encoding v2.3.2
Compiling zerocopy v0.8.38
Compiling getrandom v0.3.4
Checking equivalent v1.0.2
Checking indexmap v2.13.0
Checking inout v0.1.4
Checking zeroize v1.8.2
Compiling crossbeam-utils v0.8.21
Checking icu_normalizer v2.1.1
Checking icu_properties v2.1.2
Checking cipher v0.4.4
Checking bytes v1.11.1
Compiling anyhow v1.0.100
Compiling vcpkg v0.2.15
Compiling libz-sys v1.1.23
Checking idna_adapter v1.2.1
Checking form_urlencoded v1.2.2
Compiling tracing-attributes v0.1.31
Checking log v0.4.29
Checking futures-core v0.3.31
Compiling rustix v1.1.3
Checking utf8_iter v1.0.4
Compiling thiserror v2.0.18
Checking idna v1.1.0
Compiling thiserror-impl v2.0.18
Compiling linux-raw-sys v0.11.0
Compiling autocfg v1.5.0
Compiling num-traits v0.2.19
Checking url v2.5.8
Compiling amplify_syn v2.0.1
Compiling libgit2-sys v0.17.0+1.8.1
Checking tracing-core v0.1.36
Checking universal-hash v0.5.1
Compiling proc-macro-error-attr v1.0.4
Compiling ahash v0.8.12
Checking mio v1.1.1
Checking socket2 v0.6.2
Checking signature v1.6.4
Checking futures-sink v0.3.31
Checking fastrand v2.3.0
Checking opaque-debug v0.3.1
Checking ed25519 v1.5.3
Checking tokio v1.49.0
Compiling amplify_derive v4.0.1
Checking sha2 v0.10.9
Compiling aho-corasick v1.1.4
Compiling proc-macro-error v1.0.4
Compiling same-file v1.0.6
Compiling serde_json v1.0.149
Checking ascii v1.1.0
Compiling regex-syntax v0.8.9
Checking ct-codecs v1.1.6
Checking amplify_num v0.5.3
Checking amplify v4.9.0
Checking ec25519 v0.1.0
Compiling regex-automata v0.4.14
Compiling walkdir v2.5.0
Checking polyval v0.6.2
Checking http v1.4.0
Compiling sqlite3-src v0.5.1
Compiling encoding_rs v0.8.35
Compiling ring v0.17.14
Compiling fnv v1.0.7
Compiling doc-comment v0.3.4
Compiling strsim v0.11.1
Compiling ucd-trie v0.1.7
Checking keccak v0.1.6
Checking base64ct v1.8.3
Compiling ident_case v1.0.1
Checking slab v0.4.12
Compiling arraydeque v0.5.1
Compiling darling_core v0.20.11
Checking pem-rfc7468 v0.7.0
Checking sha3 v0.10.8
Compiling pest v2.8.5
Compiling crossbeam-epoch v0.9.18
Checking ghash v0.5.1
Compiling hashbrown v0.14.5
Checking cyphergraphy v0.3.0
Checking tracing v0.1.44
Compiling git-ref-format-core v0.3.1
Checking ctr v0.9.2
Checking aes v0.8.4
Compiling bstr v1.12.1
Checking rand_core v0.6.4
Checking aead v0.5.2
Checking base32 v0.4.0
Checking git2 v0.19.0
Compiling libm v0.2.16
Checking byteorder v1.5.0
Compiling data-encoding v2.10.0
Compiling foldhash v0.1.5
Checking pin-utils v0.1.0
Compiling unicode-width v0.2.2
Compiling hashbrown v0.15.5
Compiling data-encoding-macro-internal v0.1.17
Checking blowfish v0.9.1
Compiling globset v0.4.18
Checking cypheraddr v0.4.0
Checking aes-gcm v0.10.3
Compiling git-ref-format-macro v0.3.1
Compiling hashlink v0.9.1
Compiling crossbeam-deque v0.8.6
Compiling pest_meta v2.8.5
Checking ssh-encoding v0.2.0
Compiling darling_macro v0.20.11
Checking tempfile v3.24.0
Checking http-body v1.0.1
Compiling serde_path_to_error v0.1.20
Checking poly1305 v0.8.0
Compiling ppv-lite86 v0.2.21
Checking chacha20 v0.9.1
Checking cbc v0.1.2
Checking rustls-pki-types v1.14.0
Checking pbkdf2 v0.12.2
Compiling match-lookup v0.1.2
Checking const-str v0.4.3
Checking futures-task v0.3.31
Checking futures-io v0.3.31
Compiling typeid v1.0.3
Checking untrusted v0.9.0
Compiling httparse v1.10.1
Checking utf8parse v0.2.2
Compiling cfg_aliases v0.2.1
Checking ryu v1.0.22
Compiling crc32fast v1.5.0
Checking winnow v0.7.14
Checking data-encoding-macro v0.1.19
Compiling nix v0.29.0
Checking anstyle-parse v0.2.7
Checking futures-util v0.3.31
Checking base256emoji v1.0.2
Checking bcrypt-pbkdf v0.10.0
Checking ssh-cipher v0.2.0
Checking git-ref-format v0.3.1
Compiling rand_chacha v0.3.1
Compiling pest_generator v2.8.5
Compiling darling v0.20.11
Compiling ignore v0.4.25
Checking sqlite3-sys v0.15.2
Compiling yaml-rust2 v0.9.0
Checking socks5-client v0.4.1
Compiling hashlink v0.10.0
Checking rand v0.8.5
Checking tokio-util v0.7.18
Compiling pikchr v0.1.4
Compiling proc-macro-error-attr2 v2.0.0
Compiling erased-serde v0.4.9
Checking colorchoice v1.0.4
Checking signature v2.2.0
Checking tower-service v0.3.3
Compiling simd-adler32 v0.3.8
Compiling rust_decimal v1.40.0
Compiling adler2 v2.0.1
Compiling deunicode v1.6.2
Compiling num-conv v0.2.0
Checking powerfmt v0.2.0
Checking try-lock v0.2.5
Checking base-x v0.2.11
Compiling unicode-linebreak v0.1.5
Checking radicle-std-ext v0.1.1
Checking anstyle v1.0.13
Checking anstyle-query v1.1.5
Compiling smawk v0.3.2
Compiling rustls v0.23.36
Checking atomic-waker v1.1.2
Compiling time-core v0.1.8
Compiling pulldown-cmark v0.13.0
Checking is_terminal_polyfill v1.70.2
Checking base64 v0.22.1
Checking anstream v0.6.21
Compiling time-macros v0.2.27
Checking h2 v0.4.13
Compiling textwrap v0.16.2
Checking radicle-git-ext v0.8.1
Checking multibase v0.9.2
Checking want v0.3.1
Checking deranged v0.5.5
Compiling slug v0.1.6
Compiling miniz_oxide v0.8.9
Checking ssh-key v0.6.7
Compiling proc-macro-error2 v2.0.1
Compiling humansize v2.1.3
Checking qcheck v1.0.0
Compiling yaml-rust2 v0.10.4
Checking cyphernet v0.5.2
Compiling marked-yaml v0.7.2
Compiling globwalk v0.9.1
Checking sqlite v0.32.0
Compiling derive_builder_core v0.20.2
Compiling pest_derive v2.8.5
Checking rustls-webpki v0.103.9
Compiling getopts v0.2.24
Checking chrono v0.4.43
Compiling subplot v0.14.0
Compiling regex v1.12.3
Checking futures-channel v0.3.31
Compiling xattr v1.6.1
Checking terminal_size v0.4.3
Checking radicle-ssh v0.10.0
Compiling git-ref-format-core v0.6.0
Checking nonempty v0.9.0
Compiling filetime v0.2.27
Compiling culpa-macros v1.0.2
Compiling heck v0.5.0
Compiling unicase v2.9.0
Compiling unicode-segmentation v1.12.0
Checking unsafe-libyaml-norway v0.2.15
Checking tinyvec_macros v0.1.1
Checking clap_lex v0.7.7
Compiling pulldown-cmark-escape v0.11.0
Compiling utf8-width v0.1.8
Checking arrayvec v0.7.6
Compiling lazy_static v1.5.0
Checking time v0.3.47
Compiling tera v1.20.1
Checking serde_norway v0.9.42
Compiling html-escape v0.2.13
Checking clap_builder v4.5.57
Checking tinyvec v1.10.0
Compiling clap_derive v4.5.55
Compiling tar v0.4.44
Compiling git-ref-format-macro v0.6.0
Checking radicle-crypto v0.14.0
Compiling roadmap v0.7.0
Checking hyper v1.8.1
Compiling flate2 v1.1.9
Compiling derive_builder_macro v0.20.2
Compiling marked-yaml v0.8.0
Checking toml_parser v1.0.6+spec-1.1.0
Checking radicle-dag v0.10.0
Checking sync_wrapper v1.0.2
Checking toml_datetime v0.7.5+spec-1.1.0
Checking serde_spanned v1.0.4
Checking bytesize v2.3.1
Checking cvt v0.1.2
Checking dirs-sys-next v0.1.2
Checking toml_writer v1.0.6+spec-1.1.0
Checking tower-layer v0.3.3
Compiling descape v3.0.0
Compiling portable-atomic v1.13.1
Compiling line-col v0.2.1
Checking base64 v0.21.7
Checking ipnet v2.11.0
Checking hyper-util v0.1.20
Checking quick-xml v0.37.5
Checking tower v0.5.3
Checking toml v0.9.11+spec-1.1.0
Checking directories-next v2.0.0
Checking fs_at v0.2.1
Checking crossbeam-channel v0.5.15
Checking git-ref-format v0.6.0
Checking radicle-cob v0.17.0
Checking tokio-rustls v0.26.4
Checking derive_builder v0.20.2
Checking serde-untagged v0.1.9
Compiling radicle-surf v0.26.0
Checking clap v4.5.57
Checking unicode-normalization v0.1.25
Compiling culpa v1.0.2
Checking diligent-date-parser v0.1.5
Checking webpki-roots v1.0.6
Checking localtime v1.3.1
Checking dunce v1.0.5
Checking fast-glob v0.3.3
Checking siphasher v1.0.2
Checking never v0.1.0
Checking radicle-std-ext v0.2.0
Checking option-ext v0.2.0
Checking normpath v1.5.0
Checking iri-string v0.7.10
Compiling subplotlib v0.14.0
Checking remove_dir_all v1.0.0
Checking dirs-sys v0.5.0
Checking atom_syndication v0.12.7
Checking radicle-git-ext v0.11.0
Checking radicle v0.20.0
Checking tower-http v0.6.8
Checking console v0.16.2
Checking html-page v0.4.2
Checking hyper-rustls v0.27.7
Compiling subplotlib-derive v0.14.0
Checking sharded-slab v0.1.7
Checking matchers v0.2.0
Checking serde_urlencoded v0.7.1
Checking http-body-util v0.1.3
Checking uuid v1.20.0
Checking tracing-log v0.2.0
Checking tracing-serde v0.2.0
Checking thread_local v1.1.9
Checking fs2 v0.4.3
Checking unit-prefix v0.5.2
Compiling ambient-ci v0.12.0
Checking state v0.6.0
Compiling radicle-ci-broker v0.25.0
Checking nu-ansi-term v0.50.3
Checking shell-words v1.1.1
Checking nonempty v0.11.0
Checking radicle-job v0.4.0
Checking tracing-subscriber v0.3.22
Checking indicatif v0.18.3
Checking reqwest v0.12.28
Checking rss v2.0.12
Checking directories v6.0.0
Checking clingwrap v0.5.0
Checking duration-str v0.18.0
Checking byte-unit v5.2.0
Compiling mutants v0.0.3
Checking nonempty v0.12.0
Compiling radicle-ci-ambient v0.14.0 (/ci/src)
Checking hex v0.4.3
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:349:44
|
349 | ... .with_text(&String::from_utf8_lossy(arg.as_encoded_bytes())),
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::with_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:526:44
|
526 | pub fn with_text(mut self, child: impl Into<String>) -> Self {
| ^^^^^^^^^^^^ required by this bound in `Element::with_text`
help: consider dereferencing here
|
349 | .with_text(&*String::from_utf8_lossy(arg.as_encoded_bytes())),
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:429:44
|
429 | ... .with_text(&String::from_utf8_lossy(arg.as_encoded_bytes())),
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::with_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:526:44
|
526 | pub fn with_text(mut self, child: impl Into<String>) -> Self {
| ^^^^^^^^^^^^ required by this bound in `Element::with_text`
help: consider dereferencing here
|
429 | .with_text(&*String::from_utf8_lossy(arg.as_encoded_bytes())),
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:509:36
|
509 | args.push_text(&String::from_utf8_lossy(arg.as_encoded_bytes()));
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::push_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:624:44
|
624 | pub fn push_text(&mut self, text: impl Into<String>) {
| ^^^^^^^^^^^^ required by this bound in `Element::push_text`
help: consider dereferencing here
|
509 | args.push_text(&*String::from_utf8_lossy(arg.as_encoded_bytes()));
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:520:44
|
520 | ... .with_text(&String::from_utf8_lossy(arg.as_encoded_bytes())),
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::with_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:526:44
|
526 | pub fn with_text(mut self, child: impl Into<String>) -> Self {
| ^^^^^^^^^^^^ required by this bound in `Element::with_text`
help: consider dereferencing here
|
520 | .with_text(&*String::from_utf8_lossy(arg.as_encoded_bytes())),
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:559:36
|
559 | args.push_text(&String::from_utf8_lossy(arg.as_encoded_bytes()));
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::push_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:624:44
|
624 | pub fn push_text(&mut self, text: impl Into<String>) {
| ^^^^^^^^^^^^ required by this bound in `Element::push_text`
help: consider dereferencing here
|
559 | args.push_text(&*String::from_utf8_lossy(arg.as_encoded_bytes()));
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:570:44
|
570 | ... .with_text(&String::from_utf8_lossy(arg.as_encoded_bytes())),
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::with_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:526:44
|
526 | pub fn with_text(mut self, child: impl Into<String>) -> Self {
| ^^^^^^^^^^^^ required by this bound in `Element::with_text`
help: consider dereferencing here
|
570 | .with_text(&*String::from_utf8_lossy(arg.as_encoded_bytes())),
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:616:44
|
616 | ... .with_text(&String::from_utf8_lossy(arg.as_encoded_bytes())),
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::with_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:526:44
|
526 | pub fn with_text(mut self, child: impl Into<String>) -> Self {
| ^^^^^^^^^^^^ required by this bound in `Element::with_text`
help: consider dereferencing here
|
616 | .with_text(&*String::from_utf8_lossy(arg.as_encoded_bytes())),
| +
error[E0277]: the trait bound `std::string::String: From<&Cow<'_, str>>` is not satisfied
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/ambient-ci-0.12.0/src/runlog.rs:660:44
|
660 | ... .with_text(&String::from_utf8_lossy(arg.as_encoded_bytes())),
| --------- ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `From<&Cow<'_, str>>` is not implemented for `std::string::String`
| |
| required by a bound introduced by this call
|
= note: required for `&Cow<'_, str>` to implement `Into<std::string::String>`
note: required by a bound in `html_page::Element::with_text`
--> /ci/deps/registry/src/index.crates.io-1949cf8c6b5b557f/html-page-0.4.2/src/lib.rs:526:44
|
526 | pub fn with_text(mut self, child: impl Into<String>) -> Self {
| ^^^^^^^^^^^^ required by this bound in `Element::with_text`
help: consider dereferencing here
|
660 | .with_text(&*String::from_utf8_lossy(arg.as_encoded_bytes())),
| +
For more information about this error, try `rustc --explain E0277`.
error: could not compile `ambient-ci` (lib) due to 8 previous errors
warning: build failed, waiting for other jobs to finish...
{
"request": "trigger",
"version": 1,
"event_type": "push",
"repository": {
"id": "rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6",
"name": "radicle-ci-ambient",
"description": "Radicle CI adapter for the Ambient CI engine",
"private": false,
"default_branch": "main",
"delegates": [
"did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV"
]
},
"pusher": {
"id": "did:key:z6MkgEMYod7Hxfy9qCvDv5hYHkZ4ciWmLFgfvm3Wn1b2w2FV",
"alias": "liw"
},
"before": "33c934ed7242c34ea923c9148875e8eb1d7d2e8e",
"after": "33c934ed7242c34ea923c9148875e8eb1d7d2e8e",
"branch": "main",
"commits": [
"33c934ed7242c34ea923c9148875e8eb1d7d2e8e",
"67414ed70c10b53db58f32fff74a2596a4376db1"
]
}deprecated: the `cpus` field is replaced by `qemu.cpus` deprecated: the `memory` field is replaced by `qemu.memory` run CI for rad:z35CgFVYCKpqqDtJMzk8dyE6dViS6 ERROR: CI run failed inside QEMU
<empty log>