[INFO] fetching crate bity-ic-canister-timer-jobs 0.2.1...
[INFO] checking bity-ic-canister-timer-jobs-0.2.1 against try#0611f7de057c584b8771102fde7aed6c70c71d3b for pr-146440
[INFO] extracting crate bity-ic-canister-timer-jobs 0.2.1 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate bity-ic-canister-timer-jobs 0.2.1
[INFO] finished tweaking crates.io crate bity-ic-canister-timer-jobs 0.2.1
[INFO] tweaked toml for crates.io crate bity-ic-canister-timer-jobs 0.2.1 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate bity-ic-canister-timer-jobs 0.2.1 on toolchain 0611f7de057c584b8771102fde7aed6c70c71d3b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate bity-ic-canister-timer-jobs 0.2.1 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" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 00934638cf62783f6e34277bb4a19009b32fd3bf880bd8d364618fe5aad4cdad
[INFO] running `Command { std: "docker" "start" "-a" "00934638cf62783f6e34277bb4a19009b32fd3bf880bd8d364618fe5aad4cdad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "00934638cf62783f6e34277bb4a19009b32fd3bf880bd8d364618fe5aad4cdad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00934638cf62783f6e34277bb4a19009b32fd3bf880bd8d364618fe5aad4cdad", kill_on_drop: false }`
[INFO] [stdout] 00934638cf62783f6e34277bb4a19009b32fd3bf880bd8d364618fe5aad4cdad
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+0611f7de057c584b8771102fde7aed6c70c71d3b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ce18d18a3bf3bdddb1b7dab863f3addc93da1c3bdeab126a60a3a0a3e6397035
[INFO] running `Command { std: "docker" "start" "-a" "ce18d18a3bf3bdddb1b7dab863f3addc93da1c3bdeab126a60a3a0a3e6397035", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling cc v1.2.32
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling proc-macro2 v1.0.103
[INFO] [stderr]     Checking crc32fast v1.5.0
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking data-encoding v2.9.0
[INFO] [stderr]     Checking arrayvec v0.5.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking leb128 v0.2.5
[INFO] [stderr]    Compiling slotmap v1.0.7
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]     Checking pretty v0.12.4
[INFO] [stderr]    Compiling anyhow v1.0.100
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling ic-cdk-executor v1.0.2
[INFO] [stderr]    Compiling minicbor v0.19.1
[INFO] [stderr]    Compiling thiserror v2.0.14
[INFO] [stderr]     Checking futures-core v0.3.31
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]     Checking futures-channel v0.3.31
[INFO] [stderr]    Compiling time-core v0.1.6
[INFO] [stderr]     Checking ic0 v1.0.1
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]    Compiling time-macros v0.2.24
[INFO] [stderr]    Compiling syn v2.0.105
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking base32 v0.4.0
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]    Compiling psm v0.1.26
[INFO] [stderr]    Compiling stacker v0.1.21
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling binread_derive v2.1.0
[INFO] [stderr]    Compiling minicbor-derive v0.13.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling candid_derive v0.10.20
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.14
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]     Checking tokio v1.47.1
[INFO] [stderr]     Checking binread v2.2.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking futures-executor v0.3.31
[INFO] [stderr]     Checking futures v0.3.31
[INFO] [stderr]     Checking ic_principal v0.1.1
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking ic-error-types v0.2.0
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking ic-stable-structures v0.6.9
[INFO] [stderr]     Checking ic-stable-structures v0.7.2
[INFO] [stderr]     Checking candid v0.10.20
[INFO] [stderr]     Checking ic-management-canister-types v0.3.3
[INFO] [stderr]     Checking icrc-cbor v0.1.0
[INFO] [stderr]     Checking icrc-ledger-types v0.1.12
[INFO] [stderr]    Compiling ic-cdk-macros v0.18.7
[INFO] [stderr]     Checking bity-ic-types v0.1.2
[INFO] [stderr]     Checking ic-cdk v0.18.7
[INFO] [stderr]     Checking ic-cdk-timers v0.12.2
[INFO] [stderr]     Checking bity-ic-stable-memory v0.2.2
[INFO] [stderr]     Checking bity-ic-canister-time v0.2.2
[INFO] [stderr]     Checking bity-ic-utils v0.2.2
[INFO] [stderr]     Checking bity-ic-canister-timer-jobs v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error: struct `TimerJobs` is never constructed
[INFO] [stdout]   --> src/lib.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct TimerJobs<J, R>
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]    = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `JobWrapper` is never used
[INFO] [stdout]   --> src/lib.rs:51:6
[INFO] [stdout]    |
[INFO] [stdout] 51 | type JobWrapper<J> = Rc<RefCell<Option<J>>>;
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bity-ic-canister-timer-jobs` (lib test) due to 1 previous error; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: struct `TimerJobs` is never constructed
[INFO] [stdout]   --> src/lib.rs:43:12
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub struct TimerJobs<J, R>
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this `pub` struct has private fields, no public constructor, and is not otherwise reachable through the external API, so consider providing a public constructor or removing it
[INFO] [stdout]    = note: `#[deny(unused_unconstructable_pub_struct)]` (part of `#[deny(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type alias `JobWrapper` is never used
[INFO] [stdout]   --> src/lib.rs:51:6
[INFO] [stdout]    |
[INFO] [stdout] 51 | type JobWrapper<J> = Rc<RefCell<Option<J>>>;
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `bity-ic-canister-timer-jobs` (lib) due to 1 previous error; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "ce18d18a3bf3bdddb1b7dab863f3addc93da1c3bdeab126a60a3a0a3e6397035", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ce18d18a3bf3bdddb1b7dab863f3addc93da1c3bdeab126a60a3a0a3e6397035", kill_on_drop: false }`
[INFO] [stdout] ce18d18a3bf3bdddb1b7dab863f3addc93da1c3bdeab126a60a3a0a3e6397035
