pctx_code_mode 0.4.2

TypeScript code execution engine for AI agents with tool schemas, sandboxed Deno runtime, and Rust callbacks

Build #3921994 2026-07-22 13:29:02

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# error kind ExecutionFailed

# pre-build errors command failed: exit status: 101

# rustc version rustc 1.99.0-nightly (d0babd8b6 2026-07-15)

# docs.rs version docsrs 0.0.0 (f1b150f0cd76f7cabcd39e1f4790ba771b28b5c4 2026-07-19 )

# build log [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" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "1001:1001" "65617e8aba729153ac94f2db6950b0b6731b3c0934e42e7a164679f253b9a5e4" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2026-07-16" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=html-non-static-files\", \"--resource-suffix\", \"-20260715-1.99.0-nightly-d0babd8b6\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Compiling rustls-webpki v0.103.13 [INFO] [stderr] Compiling temporal_rs v0.1.2 [INFO] [stderr] Checking object v0.37.3 [INFO] [stderr] Compiling biome_markup v0.3.1 [INFO] [stderr] Checking crypto-common v0.1.7 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Compiling futures v0.3.33 [INFO] [stderr] error[E0432]: unresolved import `icu_calendar::cal::AnyCalendarDifferenceError` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/error.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | use icu_calendar::cal::AnyCalendarDifferenceError; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^-------------------------- [INFO] [stderr] | | [INFO] [stderr] | no `AnyCalendarDifferenceError` in `cal` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `icu_calendar::types::DateDurationUnit` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/builtins/core/calendar.rs:33:5 [INFO] [stderr] | [INFO] [stderr] 33 | types::DateDurationUnit as IcuUnit, [INFO] [stderr] | ^^^^^^^----------------^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | no `DateDurationUnit` in `types` [INFO] [stderr] | [INFO] [stderr] = help: consider importing this enum instead: [INFO] [stderr] icu_calendar::options::DateDurationUnit [INFO] [stderr] help: a similar name exists in the module [INFO] [stderr] | [INFO] [stderr] 33 - types::DateDurationUnit as IcuUnit, [INFO] [stderr] 33 + types::DateDuration as IcuUnit, [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Compiling deno_error v0.7.1 [INFO] [stderr] Compiling icu_locale_data v2.2.0 [INFO] [stderr] Compiling schemars_derive v1.2.1 [INFO] [stderr] error[E0599]: no variant, associated function, or constant named `Range` found for enum `DateFromFieldsError` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/error.rs:276:62 [INFO] [stderr] | [INFO] [stderr] 276 | | Self::Icu4xDateFromFields(DateFromFieldsError::Range(RangeError { field, .. })) => { [INFO] [stderr] | ^^^^^ variant, associated function, or constant not found in `DateFromFieldsError` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant, associated function, or constant named `UnknownEra` found for enum `DateFromFieldsError` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/error.rs:285:62 [INFO] [stderr] | [INFO] [stderr] 285 | | Self::Icu4xDateFromFields(DateFromFieldsError::UnknownEra) => "Unknown era.", [INFO] [stderr] | ^^^^^^^^^^ variant, associated function, or constant not found in `DateFromFieldsError` [INFO] [stderr] [INFO] [stderr] Compiling strum_macros v0.27.2 [INFO] [stderr] error[E0599]: no variant, associated function, or constant named `MonthCodeNotInCalendar` found for enum `DateFromFieldsError` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/error.rs:290:60 [INFO] [stderr] | [INFO] [stderr] 290 | Self::Icu4xDateFromFields(DateFromFieldsError::MonthCodeNotInCalendar) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `DateFromFieldsError` [INFO] [stderr] | [INFO] [stderr] help: there is a variant with a similar name [INFO] [stderr] | [INFO] [stderr] 290 - Self::Icu4xDateFromFields(DateFromFieldsError::MonthCodeNotInCalendar) => { [INFO] [stderr] 290 + Self::Icu4xDateFromFields(DateFromFieldsError::MonthNotInCalendar) => { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant, associated function, or constant named `MonthCodeNotInYear` found for enum `DateFromFieldsError` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/error.rs:293:60 [INFO] [stderr] | [INFO] [stderr] 293 | Self::Icu4xDateFromFields(DateFromFieldsError::MonthCodeNotInYear) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ variant, associated function, or constant not found in `DateFromFieldsError` [INFO] [stderr] | [INFO] [stderr] help: there is a variant with a similar name [INFO] [stderr] | [INFO] [stderr] 293 - Self::Icu4xDateFromFields(DateFromFieldsError::MonthCodeNotInYear) => { [INFO] [stderr] 293 + Self::Icu4xDateFromFields(DateFromFieldsError::MonthNotInYear) => { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] Compiling bpaf_derive v0.5.26 [INFO] [stderr] error[E0308]: `?` operator has incompatible types [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/builtins/core/calendar.rs:475:19 [INFO] [stderr] | [INFO] [stderr] 475 | days: u64::try_from(duration.days.abs()).map_err(|_| invalid)?, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u32`, found `u64` [INFO] [stderr] | [INFO] [stderr] = note: `?` operator cannot convert from `u64` to `u32` [INFO] [stderr] help: you can convert a `u64` to a `u32` and panic if the converted value doesn't fit [INFO] [stderr] | [INFO] [stderr] 475 | days: u64::try_from(duration.days.abs()).map_err(|_| invalid)?.try_into().unwrap(), [INFO] [stderr] | ++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `DateDurationUnit: TryFrom<Unit>` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/builtins/core/calendar.rs:507:50 [INFO] [stderr] | [INFO] [stderr] 507 | options.largest_unit = Some(largest_unit.try_into()?); [INFO] [stderr] | ^^^^^^^^ the trait `From<Unit>` is not implemented for `DateDurationUnit` [INFO] [stderr] | [INFO] [stderr] = note: required for `Unit` to implement `Into<DateDurationUnit>` [INFO] [stderr] = note: required for `DateDurationUnit` to implement `TryFrom<Unit>` [INFO] [stderr] = note: required for `Unit` to implement `TryInto<DateDurationUnit>` [INFO] [stderr] [INFO] [stderr] error[E0277]: the `?` operator can only be applied to values that implement `Try` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/temporal_rs-0.1.2/src/builtins/core/calendar.rs:511:21 [INFO] [stderr] | [INFO] [stderr] 511 | let added = self.0.until(&calendar_date1, &calendar_date2, options)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the `?` operator cannot be applied to type `icu_calendar::types::DateDuration` [INFO] [stderr] | [INFO] [stderr] = help: the nightly-only, unstable trait `Try` is not implemented for `icu_calendar::types::DateDuration` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0308, E0432, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `temporal_rs` (lib) due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "65617e8aba729153ac94f2db6950b0b6731b3c0934e42e7a164679f253b9a5e4", kill_on_drop: false }`