[INFO] cloning repository https://github.com/0xff-ai/arena0
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/0xff-ai/arena0" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xff-ai%2Farena0", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xff-ai%2Farena0'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 08f68adac1566cb65c07fe00441cb7662c442c36
[INFO] checking 0xff-ai/arena0 against 018018e881e2db0956f229dbb543e21f058d1ce7 for pr-162600
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F0xff-ai%2Farena0" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-7-tc1/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-7-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/0xff-ai/arena0
[INFO] finished tweaking git repo https://github.com/0xff-ai/arena0
[INFO] tweaked toml for git repo https://github.com/0xff-ai/arena0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/0xff-ai/arena0 on toolchain 018018e881e2db0956f229dbb543e21f058d1ce7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/0xff-ai/arena0 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+018018e881e2db0956f229dbb543e21f058d1ce7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: unused field `homepage` in `workspace.package`
[INFO] [stderr]    --> Cargo.toml:189:1
[INFO] [stderr]     |
[INFO] [stderr] 189 | homepage = "https://github.com/0xff-ai/arena0"
[INFO] [stderr]     | ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `cargo::unused_workspace_package_fields` is set to `warn` by default
[INFO] [stderr] help: consider removing the field `workspace.package.homepage`
[INFO] [stderr] warning: workspace (manifest) generated 9 warnings
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-program/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-program` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-crypto/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-crypto` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk-macros/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-sdk-macros` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-api/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-api` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-client/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-client` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-daemon/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-daemon` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-node/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-node` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-store/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-store` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-home/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-home` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sandbox/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-sandbox` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-verify/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-verify` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-transport/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-transport` (manifest) generated 8 warnings
[INFO] [stderr] warning: missing `[lints]` to inherit `[workspace.lints]`
[INFO] [stderr]   --> crates/arena0-tests/Cargo.toml
[INFO] [stderr]    = note: `cargo::missing_lints_inheritance` is set to `warn` by default
[INFO] [stderr] help: to inherit `workspace.lints, add:
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ wat.workspace = true
[INFO] [stderr] 29 + [lints]
[INFO] [stderr] 30 + workspace = true
[INFO] [stderr]    |
[INFO] [stderr] help: to clarify your intent to not inherit, add:
[INFO] [stderr]    |
[INFO] [stderr] 28 ~ wat.workspace = true
[INFO] [stderr] 29 + [lints]
[INFO] [stderr]    |
[INFO] [stderr] warning: `arena0-tests` (manifest) generated 1 warning
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-protocol/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-protocol` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-primitives/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-primitives` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0d/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0d` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-cli/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-cli` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/cargo-arena0/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `cargo-arena0` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-wire/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-wire` (manifest) generated 8 warnings
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.doc-markdown` is deprecated in favor of `lints.clippy.doc_markdown` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.missing-const-for-fn` is deprecated in favor of `lints.clippy.missing_const_for_fn` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.missing-errors-doc` is deprecated in favor of `lints.clippy.missing_errors_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.missing-panics-doc` is deprecated in favor of `lints.clippy.missing_panics_doc` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.module-name-repetitions` is deprecated in favor of `lints.clippy.module_name_repetitions` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.redundant-pub-crate` is deprecated in favor of `lints.clippy.redundant_pub_crate` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.too-long-first-doc-paragraph` is deprecated in favor of `lints.clippy.too_long_first_doc_paragraph` and will not work in a future edition
[INFO] [stderr] warning: crates/arena0-sdk/Cargo.toml: `lints.clippy.unused-async` is deprecated in favor of `lints.clippy.unused_async` and will not work in a future edition
[INFO] [stderr] warning: `arena0-sdk` (manifest) generated 8 warnings
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded wat v1.252.0
[INFO] [stderr]   Downloaded wasm-encoder v0.252.0
[INFO] [stderr]   Downloaded cranelift-native v0.133.3
[INFO] [stderr]   Downloaded cranelift-assembler-x64 v0.133.3
[INFO] [stderr]   Downloaded vsimd v0.8.0
[INFO] [stderr]   Downloaded cranelift-srcgen v0.133.3
[INFO] [stderr]   Downloaded pulley-macros v46.0.3
[INFO] [stderr]   Downloaded borrow-or-share v0.2.4
[INFO] [stderr]   Downloaded wasmtime-internal-versioned-export-macros v46.0.3
[INFO] [stderr]   Downloaded cranelift-codegen-shared v0.133.3
[INFO] [stderr]   Downloaded uuid-simd v0.8.0
[INFO] [stderr]   Downloaded num-cmp v0.1.0
[INFO] [stderr]   Downloaded cranelift-control v0.133.3
[INFO] [stderr]   Downloaded valuable-serde v0.1.1
[INFO] [stderr]   Downloaded wasmtime-internal-jit-debug v46.0.3
[INFO] [stderr]   Downloaded outref v0.5.2
[INFO] [stderr]   Downloaded valuable-derive v0.1.1
[INFO] [stderr]   Downloaded memfd v0.6.5
[INFO] [stderr]   Downloaded wasmtime-internal-component-util v46.0.3
[INFO] [stderr]   Downloaded cranelift-bitset v0.133.3
[INFO] [stderr]   Downloaded cobs v0.3.0
[INFO] [stderr]   Downloaded wasmtime-internal-jit-icache-coherence v46.0.3
[INFO] [stderr]   Downloaded wasmtime-internal-fiber v46.0.3
[INFO] [stderr]   Downloaded palette_derive v0.7.7
[INFO] [stderr]   Downloaded libredox v0.1.23
[INFO] [stderr]   Downloaded jsonschema-regex v0.51.0
[INFO] [stderr]   Downloaded palette_math v0.7.7
[INFO] [stderr]   Downloaded cranelift-entity v0.133.3
[INFO] [stderr]   Downloaded cranelift-bforest v0.133.3
[INFO] [stderr]   Downloaded retry v2.2.0
[INFO] [stderr]   Downloaded wasmtime-internal-unwinder v46.0.3
[INFO] [stderr]   Downloaded line-clipping v0.3.8
[INFO] [stderr]   Downloaded postcard v1.1.3
[INFO] [stderr]   Downloaded email_address v0.2.9
[INFO] [stderr]   Downloaded target-lexicon v0.13.5
[INFO] [stderr]   Downloaded lru v0.18.4
[INFO] [stderr]   Downloaded sse-stream v0.2.5
[INFO] [stderr]   Downloaded rmcp-macros v1.8.0
[INFO] [stderr]   Downloaded schemars_derive v1.2.1
[INFO] [stderr]   Downloaded cranelift-assembler-x64-meta v0.133.3
[INFO] [stderr]   Downloaded wasmtime-internal-cache v46.0.3
[INFO] [stderr]   Downloaded referencing v0.51.0
[INFO] [stderr]   Downloaded micromap v0.3.0
[INFO] [stderr]   Downloaded wasmprinter v0.251.0
[INFO] [stderr]   Downloaded cranelift-codegen-meta v0.133.3
[INFO] [stderr]   Downloaded addr2line v0.26.1
[INFO] [stderr]   Downloaded owo-colors v4.4.0
[INFO] [stderr]   Downloaded fluent-uri v0.4.1
[INFO] [stderr]   Downloaded cranelift-frontend v0.133.3
[INFO] [stderr]   Downloaded jsonschema-value v0.51.0
[INFO] [stderr]   Downloaded pulley-interpreter v46.0.3
[INFO] [stderr]   Downloaded wasmtime-internal-core v46.0.3
[INFO] [stderr]   Downloaded cpp_demangle v0.4.5
[INFO] [stderr]   Downloaded ratatui-textarea v0.9.2
[INFO] [stderr]   Downloaded jsonwebtoken v11.0.0
[INFO] [stderr]   Downloaded wasm-encoder v0.251.0
[INFO] [stderr]   Downloaded wast v252.0.0
[INFO] [stderr]   Downloaded cranelift-isle v0.133.3
[INFO] [stderr]   Downloaded fraction v0.16.0
[INFO] [stderr]   Downloaded regalloc2 v0.15.2
[INFO] [stderr]   Downloaded blake3 v1.8.5
[INFO] [stderr]   Downloaded wasmparser v0.252.0
[INFO] [stderr]   Downloaded wasmparser v0.221.3
[INFO] [stderr]   Downloaded moka v0.12.16
[INFO] [stderr]   Downloaded fancy-regex v0.19.0
[INFO] [stderr]   Downloaded aws-lc-rs v1.18.1
[INFO] [stderr]   Downloaded wasmtime-internal-cranelift v46.0.3
[INFO] [stderr]   Downloaded wasmparser v0.251.0
[INFO] [stderr]   Downloaded palette v0.7.7
[INFO] [stderr]   Downloaded wasmtime-environ v46.0.3
[INFO] [stderr]   Downloaded gimli v0.33.0
[INFO] [stderr]   Downloaded rmcp v1.8.0
[INFO] [stderr]   Downloaded jsonschema v0.51.0
[INFO] [stderr]   Downloaded rattles v0.3.1
[INFO] [stderr]   Downloaded wasmtime v46.0.3
[INFO] [stderr]   Downloaded cranelift-codegen v0.133.3
[INFO] [stderr]   Downloaded aws-lc-sys v0.45.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stderr] Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device


sandbox container could not be created: command failed: exit status: 1

Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device

Caused by:
    command failed: exit status: 1
    
    Error response from daemon: write /var/lib/containerd/io.containerd.metadata.v1.bolt/meta.db: no space left on device