[INFO] cloning repository https://github.com/ReadyMouse/pepper-crm
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ReadyMouse/pepper-crm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReadyMouse%2Fpepper-crm", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReadyMouse%2Fpepper-crm'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2594cc0f73505c2c45727f57380ad63bc8a0263a
[INFO] checking ReadyMouse/pepper-crm against 65b20a97de33e9e59992793a144aef2950c48c76 for pr-154715
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FReadyMouse%2Fpepper-crm" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ReadyMouse/pepper-crm
[INFO] finished tweaking git repo https://github.com/ReadyMouse/pepper-crm
[INFO] tweaked toml for git repo https://github.com/ReadyMouse/pepper-crm written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ReadyMouse/pepper-crm on toolchain 65b20a97de33e9e59992793a144aef2950c48c76
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ReadyMouse/pepper-crm 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" "+65b20a97de33e9e59992793a144aef2950c48c76" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:00c5645b54fe3ce5dae1417175e3c7fb6a6646c021d554ecd63a097b8b9f3602" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b
[INFO] running `Command { std: "docker" "start" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b" "/opt/rustwide/cargo-home/bin/cargo" "+65b20a97de33e9e59992793a144aef2950c48c76" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling siphasher v1.0.3
[INFO] [stderr]    Compiling itertools v0.14.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling openssl-sys v0.9.115
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking ring v0.17.14
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling phf v0.11.3
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling openssl v0.10.79
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]    Compiling petgraph v0.8.3
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking deunicode v1.6.2
[INFO] [stderr]     Checking pqueue v0.1.0
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]     Checking rtree_rs v0.1.4
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking phf_shared v0.12.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking rustls v0.23.40
[INFO] [stderr]    Compiling chrono-tz v0.10.4
[INFO] [stderr]     Checking globwalk v0.9.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking phf v0.12.1
[INFO] [stderr]     Checking humansize v2.1.3
[INFO] [stderr]     Checking slug v0.1.6
[INFO] [stderr]     Checking geometry-rs v0.4.1
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking iso8601 v0.6.3
[INFO] [stderr]     Checking nom-language v0.1.0
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking email-encoding v0.4.1
[INFO] [stderr]     Checking hostname v0.4.2
[INFO] [stderr]    Compiling prost-derive v0.14.3
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking tzf-dist v0.0.2026-b-fix1
[INFO] [stderr]     Checking unicode-segmentation v1.13.2
[INFO] [stderr]     Checking email_address v0.2.9
[INFO] [stderr]     Checking quoted_printable v0.5.2
[INFO] [stderr]     Checking ical v0.10.0
[INFO] [stderr]     Checking quick-xml v0.37.5
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking icalendar v0.16.17
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]    Compiling rmcp v0.16.0
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]    Compiling pastey v0.2.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.1
[INFO] [stderr]     Checking axum-core v0.4.5
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling chrono-tz-build v0.3.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling chrono-tz v0.9.0
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling rmcp-macros v0.16.0
[INFO] [stderr]    Compiling prost v0.14.3
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking lettre v0.11.22
[INFO] [stderr]    Compiling prost-types v0.14.3
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking tower-http v0.5.2
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling dummy v0.8.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking fake v2.10.0
[INFO] [stderr]    Compiling prost-build v0.14.3
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking axum v0.7.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]    Compiling tzf-rs v1.3.3
[INFO] [stderr]     Checking tera v1.20.1
[INFO] [stderr]     Checking pepper-crm v0.1.0 (/opt/rustwide/workdir/pepper-crm)
[INFO] [stderr]     Checking mcp-travel-server v0.1.0 (/opt/rustwide/workdir/mcp-travel-server)
[INFO] [stderr]     Checking mcp-vcard-server v0.1.0 (/opt/rustwide/workdir/mcp-vcard-server)
[INFO] [stderr]     Checking mcp-calendar-server v0.1.0 (/opt/rustwide/workdir/mcp-calendar-server)
[INFO] [stderr]     Checking pepper-web v0.1.0 (/opt/rustwide/workdir/pepper-web)
[INFO] [stderr]     Checking pepper v0.1.0 (/opt/rustwide/workdir/pepper)
[INFO] [stderr]     Checking mcp-digest-server v0.1.0 (/opt/rustwide/workdir/mcp-digest-server)
[INFO] [stderr]     Checking mcp-mailer-server v0.1.0 (/opt/rustwide/workdir/mcp-mailer-server)
[INFO] [stderr]     Checking mcp-cal-server v0.1.0 (/opt/rustwide/workdir/mcp-cal-server)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.14s
[INFO] running `Command { std: "docker" "inspect" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b", kill_on_drop: false }`
[INFO] [stdout] 28c7aebe1765875d64dfb422f4ce9df301e3ab8fafe673e0d832b941e4bd698b
