cairo-lang-casm 0.1.0

Cairo assembly encoding.
Build #713444 2023-01-03T14:39:29.928671+00:00
# rustc version
rustc 1.68.0-nightly (d6f99e535 2023-01-02)# docs.rs version
docsrs 0.6.0 (34c44096 2022-12-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/cairo-lang-casm-0.1.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/cairo-lang-casm-0.1.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:9042d5c95763f71f7b0904716b98ccadf9fc47b0f382ee962aaaed2ac70c9b8d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230102-1.68.0-nightly-d6f99e535\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 03099faa2aa189cdffef343a4b7439948039bd1478b8013af11deb1584aae0c7
[INFO] running `Command { std: "docker" "start" "-a" "03099faa2aa189cdffef343a4b7439948039bd1478b8013af11deb1584aae0c7", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]  Documenting cairo-lang-casm v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: there is no argument named `dict_manager_ptr`
[INFO] [stderr]    --> src/hints/mod.rs:88:21
[INFO] [stderr]     |
[INFO] [stderr] 88  | /                     "
[INFO] [stderr] 89  | |
[INFO] [stderr] 90  | |                         if '__dict_manager' not in globals():
[INFO] [stderr] 91  | |                             from starkware.cairo.common.dict import DictManager
[INFO] [stderr] ...   |
[INFO] [stderr] 100 | |                         )
[INFO] [stderr] 101 | |                 "
[INFO] [stderr]     | |_________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `dict_manager_ptr` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `dict_ptr`
[INFO] [stderr]    --> src/hints/mod.rs:108:21
[INFO] [stderr]     |
[INFO] [stderr] 108 | /                     "
[INFO] [stderr] 109 | |
[INFO] [stderr] 110 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 111 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 112 | |                         memory{value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 113 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `dict_ptr` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `value_dst`
[INFO] [stderr]    --> src/hints/mod.rs:108:21
[INFO] [stderr]     |
[INFO] [stderr] 108 | /                     "
[INFO] [stderr] 109 | |
[INFO] [stderr] 110 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 111 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 112 | |                         memory{value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 113 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `value_dst` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `key`
[INFO] [stderr]    --> src/hints/mod.rs:108:21
[INFO] [stderr]     |
[INFO] [stderr] 108 | /                     "
[INFO] [stderr] 109 | |
[INFO] [stderr] 110 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 111 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 112 | |                         memory{value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 113 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `key` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `dict_ptr`
[INFO] [stderr]    --> src/hints/mod.rs:119:21
[INFO] [stderr]     |
[INFO] [stderr] 119 | /                     "
[INFO] [stderr] 120 | |
[INFO] [stderr] 121 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 122 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 123 | |                         memory{prev_value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 124 | |                         dict_tracker.data[memory{key}] = memory{value}
[INFO] [stderr] 125 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `dict_ptr` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `prev_value_dst`
[INFO] [stderr]    --> src/hints/mod.rs:119:21
[INFO] [stderr]     |
[INFO] [stderr] 119 | /                     "
[INFO] [stderr] 120 | |
[INFO] [stderr] 121 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 122 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 123 | |                         memory{prev_value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 124 | |                         dict_tracker.data[memory{key}] = memory{value}
[INFO] [stderr] 125 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `prev_value_dst` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `key`
[INFO] [stderr]    --> src/hints/mod.rs:119:21
[INFO] [stderr]     |
[INFO] [stderr] 119 | /                     "
[INFO] [stderr] 120 | |
[INFO] [stderr] 121 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 122 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 123 | |                         memory{prev_value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 124 | |                         dict_tracker.data[memory{key}] = memory{value}
[INFO] [stderr] 125 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `key` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: there is no argument named `value`
[INFO] [stderr]    --> src/hints/mod.rs:119:21
[INFO] [stderr]     |
[INFO] [stderr] 119 | /                     "
[INFO] [stderr] 120 | |
[INFO] [stderr] 121 | |                         dict_tracker = __dict_manager.get_tracker(memory{dict_ptr})
[INFO] [stderr] 122 | |                         dict_tracker.current_ptr += 3
[INFO] [stderr] 123 | |                         memory{prev_value_dst} = dict_tracker.data[memory{key}]
[INFO] [stderr] 124 | |                         dict_tracker.data[memory{key}] = memory{value}
[INFO] [stderr] 125 | |                     "
[INFO] [stderr]     | |_____________________^
[INFO] [stderr]     |
[INFO] [stderr]     = note: did you intend to capture a variable `value` from the surrounding scope?
[INFO] [stderr]     = note: to avoid ambiguity, `format_args!` cannot capture variables when the format string is expanded from a macro
[INFO] [stderr] 
[INFO] [stderr] error: Compilation failed, aborting rustdoc
[INFO] [stderr] 
[INFO] [stderr] error: could not document `cairo-lang-casm`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name cairo_lang_casm src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=7b2bf38feb03bbb4 -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cairo_lang_utils=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcairo_lang_utils-e4a5b900ad9bccfe.rmeta --extern cairo_vm=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libcairo_vm-5d62b14469d62c9d.rmeta --extern indoc=/opt/rustwide/target/debug/deps/libindoc-459426e3322f3b73.so --extern num_bigint=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum_bigint-e622f402bc1bec63.rmeta --extern num_traits=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libnum_traits-ff717d15e2dc8a39.rmeta --extern thiserror=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libthiserror-e5c163d105048e3d.rmeta --extern-html-root-url 'cairo_lang_utils=https://docs.rs/cairo-lang-utils/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'cairo_vm=https://docs.rs/cairo-vm/0.1.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'indoc=https://docs.rs/indoc/1.0.8/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_bigint=https://docs.rs/num-bigint/0.4.3/x86_64-unknown-linux-gnu' --extern-html-root-url 'num_traits=https://docs.rs/num-traits/0.2.15/x86_64-unknown-linux-gnu' --extern-html-root-url 'thiserror=https://docs.rs/thiserror/1.0.38/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230102-1.68.0-nightly-d6f99e535 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.1.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "03099faa2aa189cdffef343a4b7439948039bd1478b8013af11deb1584aae0c7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03099faa2aa189cdffef343a4b7439948039bd1478b8013af11deb1584aae0c7", kill_on_drop: false }`
[INFO] [stdout] 03099faa2aa189cdffef343a4b7439948039bd1478b8013af11deb1584aae0c7