[INFO] cloning repository https://github.com/inboxsphere/persistent-scheduler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/inboxsphere/persistent-scheduler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finboxsphere%2Fpersistent-scheduler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finboxsphere%2Fpersistent-scheduler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 80f5ba83e37df4f66164058cd1f71e0c59dc5802
[INFO] checking inboxsphere/persistent-scheduler against master#36b21637e93b038453924d3c66821089e71d8baa for pr-143164
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finboxsphere%2Fpersistent-scheduler" "/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/inboxsphere/persistent-scheduler
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/inboxsphere/persistent-scheduler
[INFO] tweaked toml for git repo https://github.com/inboxsphere/persistent-scheduler written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/inboxsphere/persistent-scheduler on toolchain 36b21637e93b038453924d3c66821089e71d8baa
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/inboxsphere/persistent-scheduler 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" "+36b21637e93b038453924d3c66821089e71d8baa" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded native_db_macro v0.8.1
[INFO] [stderr]   Downloaded native_model_macro v0.4.20
[INFO] [stderr]   Downloaded native_model v0.4.20
[INFO] [stderr]   Downloaded ulid v1.2.0
[INFO] [stderr]   Downloaded croner v2.1.0
[INFO] [stderr]   Downloaded zerocopy-derive v0.8.8
[INFO] [stderr]   Downloaded redb v1.5.1
[INFO] [stderr]   Downloaded redb v2.2.0
[INFO] [stderr]   Downloaded zerocopy v0.8.8
[INFO] [stderr]   Downloaded native_db v0.8.1
[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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c3aa9fddeb1be4c30a94462a98ad3cd4729ba13ae734f775d75e4842fe9498eb
[INFO] running `Command { std: "docker" "start" "-a" "c3aa9fddeb1be4c30a94462a98ad3cd4729ba13ae734f775d75e4842fe9498eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c3aa9fddeb1be4c30a94462a98ad3cd4729ba13ae734f775d75e4842fe9498eb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c3aa9fddeb1be4c30a94462a98ad3cd4729ba13ae734f775d75e4842fe9498eb", kill_on_drop: false }`
[INFO] [stdout] c3aa9fddeb1be4c30a94462a98ad3cd4729ba13ae734f775d75e4842fe9498eb
[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:cf8efcab8866f2cf4285301c7418e2f4f2a9b088c91ba69c40d5b659f81557f7" "/opt/rustwide/cargo-home/bin/cargo" "+36b21637e93b038453924d3c66821089e71d8baa" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b29bbc918f322ca1032baf5b78e5fc0f30142d1ef9df70811336a6a9a0942f9b
[INFO] running `Command { std: "docker" "start" "-a" "b29bbc918f322ca1032baf5b78e5fc0f30142d1ef9df70811336a6a9a0942f9b", kill_on_drop: false }`
[INFO] [stderr] warning: unused manifest key: package.author
[INFO] [stderr]    Compiling proc-macro2 v1.0.89
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling camino v1.1.9
[INFO] [stderr]    Compiling rustix v0.38.38
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling semver v1.0.23
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling error-chain v0.12.4
[INFO] [stderr]    Compiling linux-raw-sys v0.4.14
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling pulldown-cmark v0.9.6
[INFO] [stderr]    Compiling fastrand v2.1.1
[INFO] [stderr]    Compiling zerocopy v0.8.8
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling unicase v2.8.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling bytecount v0.6.8
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling siphasher v0.3.11
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]    Compiling getrandom v0.3.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling thiserror v1.0.68
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]    Compiling phf_generator v0.11.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling phf_codegen v0.11.2
[INFO] [stderr]    Compiling anyhow v1.0.92
[INFO] [stderr]     Checking tracing-core v0.1.33
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking iana-time-zone v0.1.61
[INFO] [stderr]    Compiling redb v2.2.0
[INFO] [stderr]    Compiling redb v1.5.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking chrono v0.4.40
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]    Compiling regex-automata v0.4.8
[INFO] [stderr]     Checking pin-project-lite v0.2.15
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling tempfile v3.13.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking bytes v1.8.0
[INFO] [stderr]     Checking croner v2.1.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.19
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking sysinfo v0.33.1
[INFO] [stderr]    Compiling chrono-tz-build v0.4.0
[INFO] [stderr]    Compiling chrono-tz v0.10.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling zerocopy-derive v0.8.8
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling thiserror-impl v1.0.68
[INFO] [stderr]    Compiling native_model_macro v0.4.20
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling native_db_macro v0.8.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.28
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking tokio v1.44.1
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking rand_core v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.0
[INFO] [stderr]     Checking ulid v1.2.0
[INFO] [stderr]     Checking bincode v1.3.3
[INFO] [stderr]    Compiling cargo-platform v0.1.8
[INFO] [stderr]    Compiling cargo_metadata v0.14.2
[INFO] [stderr]    Compiling skeptic v0.13.7
[INFO] [stderr]    Compiling native_model v0.4.20
[INFO] [stderr]    Compiling native_db v0.8.1
[INFO] [stderr]     Checking persistent-scheduler v0.5.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: fields `name` and `age` are never read
[INFO] [stdout]   --> examples/periodic.rs:13:13
[INFO] [stdout]    |
[INFO] [stdout] 12 |     struct Test {
[INFO] [stdout]    |            ---- fields in this struct
[INFO] [stdout] 13 |         pub name: String,
[INFO] [stdout]    |             ^^^^
[INFO] [stdout] 14 |         pub age: u32,
[INFO] [stdout]    |             ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Test` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> examples/nativedb.rs:92:12
[INFO] [stdout]    |
[INFO] [stdout] 91 | impl MyTask2 {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 92 |     pub fn new(name: String, age: i32) -> Self {
[INFO] [stdout]    |            ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]   --> examples/basic.rs:75:12
[INFO] [stdout]    |
[INFO] [stdout] 74 | impl MyTask2 {
[INFO] [stdout]    | ------------ associated function in this implementation
[INFO] [stdout] 75 |     pub fn new(name: String, age: i32) -> Self {
[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 1m 31s
[INFO] running `Command { std: "docker" "inspect" "b29bbc918f322ca1032baf5b78e5fc0f30142d1ef9df70811336a6a9a0942f9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b29bbc918f322ca1032baf5b78e5fc0f30142d1ef9df70811336a6a9a0942f9b", kill_on_drop: false }`
[INFO] [stdout] b29bbc918f322ca1032baf5b78e5fc0f30142d1ef9df70811336a6a9a0942f9b
