[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 master#c8551d3c63c51f290cf1dc9dc4714249ea849fd1 for pr-148946
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2F552020%2Fhello_calimero" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[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-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/552020/hello_calimero on toolchain c8551d3c63c51f290cf1dc9dc4714249ea849fd1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/calimero-network/core`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 10 packages to latest compatible versions
[INFO] [stderr]       Adding calimero-sdk v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]       Adding calimero-sdk-macros v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]       Adding calimero-storage v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]       Adding calimero-storage-macros v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]       Adding calimero-sys v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]       Adding calimero-wasm-abi v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]       Adding pin-project-lite v0.2.16
[INFO] [stderr]       Adding tracing v0.1.41
[INFO] [stderr]       Adding tracing-attributes v0.1.30
[INFO] [stderr]       Adding tracing-core v0.1.34
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded borsh v1.5.5
[INFO] [stderr]   Downloaded borsh-derive v1.5.5
[INFO] [stderr]   Downloaded winnow v0.6.25
[INFO] [stderr]   Downloaded serde_json v1.0.137
[INFO] [stderr]   Downloaded fixedstr v0.5.8
[INFO] [stderr]   Downloaded libc v0.2.169
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 8c53d7fe53aea836b451f9ab0ae5f4ebeda20835ef0988fd4d9dc7113f9640dc
[INFO] running `Command { std: "docker" "start" "-a" "8c53d7fe53aea836b451f9ab0ae5f4ebeda20835ef0988fd4d9dc7113f9640dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8c53d7fe53aea836b451f9ab0ae5f4ebeda20835ef0988fd4d9dc7113f9640dc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8c53d7fe53aea836b451f9ab0ae5f4ebeda20835ef0988fd4d9dc7113f9640dc", kill_on_drop: false }`
[INFO] [stdout] 8c53d7fe53aea836b451f9ab0ae5f4ebeda20835ef0988fd4d9dc7113f9640dc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c8551d3c63c51f290cf1dc9dc4714249ea849fd1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8bbe31eb8ff4aac5121051e5585f639629d7b691e5f25ab2628a88356bc38efd
[INFO] running `Command { std: "docker" "start" "-a" "8bbe31eb8ff4aac5121051e5585f639629d7b691e5f25ab2628a88356bc38efd", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling serde v1.0.217
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.6.25
[INFO] [stderr]    Compiling prettyplease v0.2.29
[INFO] [stderr]    Compiling serde_json v1.0.137
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling borsh v1.5.5
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.96
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking ryu v1.0.19
[INFO] [stderr]     Checking itoa v1.0.14
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking tracing-core v0.1.34
[INFO] [stderr]     Checking calimero-sys v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]     Checking bs58 v0.5.1
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.217
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling borsh-derive v1.5.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling calimero-storage-macros v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling calimero-sdk-macros v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[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-wasm-abi v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]     Checking calimero-sdk v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]     Checking calimero-storage v0.0.0 (https://github.com/calimero-network/core#93949b8f)
[INFO] [stderr]     Checking hello-app v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: struct `HelloApp` is never constructed
[INFO] [stdout]  --> src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct HelloApp {}
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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] 
[INFO] [stdout] warning: struct `HelloApp` is never constructed
[INFO] [stdout]  --> src/lib.rs:9:8
[INFO] [stdout]   |
[INFO] [stdout] 9 | struct HelloApp {}
[INFO] [stdout]   |        ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) 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] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.27s
[INFO] running `Command { std: "docker" "inspect" "8bbe31eb8ff4aac5121051e5585f639629d7b691e5f25ab2628a88356bc38efd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8bbe31eb8ff4aac5121051e5585f639629d7b691e5f25ab2628a88356bc38efd", kill_on_drop: false }`
[INFO] [stdout] 8bbe31eb8ff4aac5121051e5585f639629d7b691e5f25ab2628a88356bc38efd
