[INFO] cloning repository https://github.com/552020/hello_calimero
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/552020/hello_calimero" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F552020%2Fhello_calimero", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F552020%2Fhello_calimero'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5266240253fa710da0fd348a295593e73e71cb46
[INFO] checking 552020/hello_calimero against try#5fee451ebd94296ea05214e819c311e164b30af6 for pr-139042
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F552020%2Fhello_calimero" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/552020/hello_calimero on toolchain 5fee451ebd94296ea05214e819c311e164b30af6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/552020/hello_calimero
[INFO] finished tweaking git repo https://github.com/552020/hello_calimero
[INFO] tweaked toml for git repo https://github.com/552020/hello_calimero written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/552020/hello_calimero 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" "+5fee451ebd94296ea05214e819c311e164b30af6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/calimero-network/core`
[INFO] [stderr]      Locking 4 packages to latest compatible versions
[INFO] [stderr]       Adding calimero-sdk v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]       Adding calimero-sdk-macros v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]       Adding calimero-storage v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]       Adding calimero-storage-macros v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 51bd116308cf5c179692adcb8d15a35513a5860051c3f9a3b0e3b00d002e21f5
[INFO] running `Command { std: "docker" "start" "-a" "51bd116308cf5c179692adcb8d15a35513a5860051c3f9a3b0e3b00d002e21f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "51bd116308cf5c179692adcb8d15a35513a5860051c3f9a3b0e3b00d002e21f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "51bd116308cf5c179692adcb8d15a35513a5860051c3f9a3b0e3b00d002e21f5", kill_on_drop: false }`
[INFO] [stdout] 51bd116308cf5c179692adcb8d15a35513a5860051c3f9a3b0e3b00d002e21f5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4b26683ee3c49f365255c425c23003cbf4366de097804722c29c5bbbee3624d2" "/opt/rustwide/cargo-home/bin/cargo" "+5fee451ebd94296ea05214e819c311e164b30af6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b3a9898ddb62da3b5cbfb425e6a34fb686ab1462f4f02f11ebfd01a40c87ccfd
[INFO] running `Command { std: "docker" "start" "-a" "b3a9898ddb62da3b5cbfb425e6a34fb686ab1462f4f02f11ebfd01a40c87ccfd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.6.25
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling borsh v1.5.5
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling borsh-derive v1.5.5
[INFO] [stderr]    Compiling calimero-storage-macros v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]    Compiling calimero-sdk-macros v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking fixedstr v0.5.8
[INFO] [stderr]     Checking calimero-sdk v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]     Checking calimero-storage v0.1.0 (https://github.com/calimero-network/core#e68ddb3e)
[INFO] [stderr]     Checking hello-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: associated items `init` and `say_hello` are never used
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl HelloApp {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 13 |     #[app::init]
[INFO] [stdout] 14 |     pub fn init() -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn say_hello(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `init` and `say_hello` are never used
[INFO] [stdout]   --> src/lib.rs:14:12
[INFO] [stdout]    |
[INFO] [stdout] 12 | impl HelloApp {
[INFO] [stdout]    | ------------- associated items in this implementation
[INFO] [stdout] 13 |     #[app::init]
[INFO] [stdout] 14 |     pub fn init() -> Self {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 18 |     pub fn say_hello(&self) -> String {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.78s
[INFO] running `Command { std: "docker" "inspect" "b3a9898ddb62da3b5cbfb425e6a34fb686ab1462f4f02f11ebfd01a40c87ccfd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b3a9898ddb62da3b5cbfb425e6a34fb686ab1462f4f02f11ebfd01a40c87ccfd", kill_on_drop: false }`
[INFO] [stdout] b3a9898ddb62da3b5cbfb425e6a34fb686ab1462f4f02f11ebfd01a40c87ccfd
