flowistry 0.5.36

Modular information flow analysis
Build #837732 2023-06-15T00:12:24.990277+00:00
# rustc version
rustc 1.72.0-nightly (371994e0d 2023-06-13)
# docs.rs version
docsrs 0.6.0 (4b18bfe6 2023-06-02)

# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/flowistry-0.5.36/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/flowistry-0.5.36/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:19e73879b68f455e41552ea35293514db52ea292d993f571636dbffedb77a1ee" "/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\", \"-20230613-1.72.0-nightly-371994e0d\", \"--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] 64ff30ff6b2c20e1954f537f512977ff9ee49e54848dd2031a67b0a24508cc80
[INFO] running `Command { std: "docker" "start" "-a" "64ff30ff6b2c20e1954f537f512977ff9ee49e54848dd2031a67b0a24508cc80", kill_on_drop: false }`
[INFO] [stderr] warning: Rustdoc did not scrape the following examples because they require dev-dependencies: example
[INFO] [stderr]     If you want Rustdoc to scrape these examples, then add `doc-scrape-examples = true`
[INFO] [stderr]     to the [[example]] target configuration of at least one example.
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]     Checking rustc_utils v0.6.0-nightly-2023-04-12
[INFO] [stderr] error[E0433]: failed to resolve: could not find `query` in `ty`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/borrowck_facts.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     query::{query_values::mir_borrowck, ExternProviders, Providers},
[INFO] [stderr]    |     ^^^^^ could not find `query` in `ty`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `rustc_middle::ty::query`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/borrowck_facts.rs:12:5
[INFO] [stderr]    |
[INFO] [stderr] 12 |     query::{query_values::mir_borrowck, ExternProviders, Providers},
[INFO] [stderr]    |     ^^^^^ could not find `query` in `ty`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `WithOptConstParam` in `ty`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/borrowck_facts.rs:91:9
[INFO] [stderr]    |
[INFO] [stderr] 91 |     ty::WithOptConstParam::unknown(def_id),
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^ could not find `WithOptConstParam` in `ty`
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: struct `BodyWithBorrowckFacts` is private
[INFO] [stderr]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/borrowck_facts.rs:5:21
[INFO] [stderr]   |
[INFO] [stderr] 5 | use rustc_borrowck::BodyWithBorrowckFacts;
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^ private struct
[INFO] [stderr]   |
[INFO] [stderr] note: the struct `BodyWithBorrowckFacts` is defined here
[INFO] [stderr]  --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/compiler/rustc_borrowck/src/lib.rs:65:17
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `vec` is private
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/control_dependencies.rs:18:3
[INFO] [stderr]    |
[INFO] [stderr] 18 |   vec::Idx,
[INFO] [stderr]    |   ^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `vec` is defined here
[INFO] [stderr]   --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/compiler/rustc_index/src/lib.rs:23:1
[INFO] [stderr] 
[INFO] [stderr] error[E0603]: module `vec` is private
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/source_map/range.rs:12:18
[INFO] [stderr]    |
[INFO] [stderr] 12 | use rustc_index::vec::IndexVec;
[INFO] [stderr]    |                  ^^^ private module
[INFO] [stderr]    |
[INFO] [stderr] note: the module `vec` is defined here
[INFO] [stderr]   --> /opt/rustwide/rustup-home/toolchains/nightly-x86_64-unknown-linux-gnu/lib/rustlib/src/rust/compiler/rustc_index/src/lib.rs:23:1
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/hir/ty.rs:31:29
[INFO] [stderr]    |
[INFO] [stderr] 31 |   type AllRegionsIter<'a> = impl Iterator<Item = Region<'tcx>> + Captures<'tcx> + 'a
[INFO] [stderr]    |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]    = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/adt_def.rs:20:31
[INFO] [stderr]    |
[INFO] [stderr] 20 |   type AllVisibleFieldsIter = impl Iterator<Item = &'tcx FieldDef>;
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]    = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/body.rs:101:29
[INFO] [stderr]     |
[INFO] [stderr] 101 |   type AllReturnsIter<'a> = impl Iterator<Item = Location> + Captures<'tcx> + 'a where Self: 'a;
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/body.rs:115:31
[INFO] [stderr]     |
[INFO] [stderr] 115 |   type AllLocationsIter<'a> = impl Iterator<Item = Location> + Captures<'tcx> + 'a where Self: 'a;
[INFO] [stderr]     |                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/body.rs:128:24
[INFO] [stderr]     |
[INFO] [stderr] 128 |   type LocationsIter = impl Iterator<Item = Location>;
[INFO] [stderr]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/body.rs:180:29
[INFO] [stderr]     |
[INFO] [stderr] 180 |   type ArgRegionsIter<'a> = impl Iterator<Item = Region<'tcx>> + Captures<'tcx> + 'a
[INFO] [stderr]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/body.rs:183:28
[INFO] [stderr]     |
[INFO] [stderr] 183 |   type ReturnRegionsIter = impl Iterator<Item = Region<'tcx>>;
[INFO] [stderr]     |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/body.rs:185:25
[INFO] [stderr]     |
[INFO] [stderr] 185 |   type PlacesIter<'a> = impl Iterator<Item = Place<'tcx>> + Captures<'tcx> + 'a
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: `impl Trait` in associated types is unstable
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/rustc_utils-0.6.0-nightly-2023-04-12/src/mir/place.rs:181:35
[INFO] [stderr]     |
[INFO] [stderr] 181 |   type RefsInProjectionIter<'a> = impl Iterator<Item = (PlaceRef<'tcx>, &'tcx [PlaceElem<'tcx>])> + 'a where Self: 'a;
[INFO] [stderr]     |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: see issue #63063 <https://github.com/rust-lang/rust/issues/63063> for more information
[INFO] [stderr]     = help: add `#![feature(impl_trait_in_assoc_type)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0603, E0658.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `rustc_utils` (lib) due to 15 previous errors
[INFO] running `Command { std: "docker" "inspect" "64ff30ff6b2c20e1954f537f512977ff9ee49e54848dd2031a67b0a24508cc80", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "64ff30ff6b2c20e1954f537f512977ff9ee49e54848dd2031a67b0a24508cc80", kill_on_drop: false }`
[INFO] [stdout] 64ff30ff6b2c20e1954f537f512977ff9ee49e54848dd2031a67b0a24508cc80