[INFO] cloning repository https://github.com/rust-lang-nursery/rustc-perf [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rust-lang-nursery/rustc-perf" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2Frustc-perf", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2Frustc-perf'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ff4e6fb9246ac08771107f4498bdb4e3f84007a0 [INFO] checking rust-lang-nursery/rustc-perf against try#8ea250bdb76176ecb0225baa34aa634b024ae0e2 for pr-101692 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frust-lang-nursery%2Frustc-perf" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rust-lang-nursery/rustc-perf on toolchain 8ea250bdb76176ecb0225baa34aa634b024ae0e2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/rust-lang-nursery/rustc-perf [INFO] finished tweaking git repo https://github.com/rust-lang-nursery/rustc-perf [INFO] tweaked toml for git repo https://github.com/rust-lang-nursery/rustc-perf written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/rust-lang-nursery/rustc-perf already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2d2244efd9bdef47c18bb849cd2e4fc26bc2b958f067dff136c4aa013a356b63 [INFO] running `Command { std: "docker" "start" "-a" "2d2244efd9bdef47c18bb849cd2e4fc26bc2b958f067dff136c4aa013a356b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2d2244efd9bdef47c18bb849cd2e4fc26bc2b958f067dff136c4aa013a356b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2d2244efd9bdef47c18bb849cd2e4fc26bc2b958f067dff136c4aa013a356b63", kill_on_drop: false }` [INFO] [stdout] 2d2244efd9bdef47c18bb849cd2e4fc26bc2b958f067dff136c4aa013a356b63 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:e92e462e59ac3446a933540fd361ddeb5362c86f92d432d6a560a917a465022e" "/opt/rustwide/cargo-home/bin/cargo" "+8ea250bdb76176ecb0225baa34aa634b024ae0e2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8cebc1e86f78b3752deda188a622f518cf5ccc7d80f85cb30c9997320553fdea [INFO] running `Command { std: "docker" "start" "-a" "8cebc1e86f78b3752deda188a622f518cf5ccc7d80f85cb30c9997320553fdea", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.96 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.85 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking lazy_static v1.4.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking once_cell v1.13.1 [INFO] [stderr] Checking bytes v1.0.1 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Checking pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking futures-sink v0.3.15 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Checking slab v0.4.3 [INFO] [stderr] Checking futures-io v0.3.15 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking opaque-debug v0.3.0 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Checking cpufeatures v0.1.4 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Checking subtle v2.4.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking openssl-probe v0.1.4 [INFO] [stderr] Compiling httparse v1.4.1 [INFO] [stderr] Checking try-lock v0.2.3 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Checking siphasher v0.3.5 [INFO] [stderr] Checking httpdate v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Checking tower-service v0.3.1 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking bumpalo v3.7.0 [INFO] [stderr] Checking regex-syntax v0.6.25 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking arc-swap v1.3.0 [INFO] [stderr] Compiling anyhow v1.0.40 [INFO] [stderr] Compiling snap v1.0.5 [INFO] [stderr] Checking os_str_bytes v6.0.0 [INFO] [stderr] Checking termcolor v1.1.2 [INFO] [stderr] Checking fallible-streaming-iterator v0.1.9 [INFO] [stderr] Checking humantime v2.1.0 [INFO] [stderr] Checking ipnet v2.3.0 [INFO] [stderr] Checking textwrap v0.15.0 [INFO] [stderr] Checking strsim v0.10.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling rayon-core v1.9.2 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Checking adler v1.0.2 [INFO] [stderr] Checking either v1.6.1 [INFO] [stderr] Compiling semver v1.0.3 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Checking same-file v1.0.6 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling fs_extra v1.2.0 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Checking alloc-no-stdlib v2.0.3 [INFO] [stderr] Compiling protobuf v2.23.0 [INFO] [stderr] Checking nodrop v0.1.14 [INFO] [stderr] Checking bytemuck v1.5.1 [INFO] [stderr] Compiling prometheus v0.12.0 [INFO] [stderr] Checking spin v0.5.2 [INFO] [stderr] Checking untrusted v0.7.1 [INFO] [stderr] Checking str_stack v0.1.0 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Checking home v0.5.3 [INFO] [stderr] Checking ansi_term v0.12.1 [INFO] [stderr] Checking diff v0.1.12 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Checking tracing-core v0.1.18 [INFO] [stderr] Checking lock_api v0.4.4 [INFO] [stderr] Checking unicode-bidi v0.3.5 [INFO] [stderr] Checking tinyvec v1.2.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling ahash v0.7.4 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling ahash v0.6.3 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling tokio v1.6.1 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.8 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling rayon v1.5.2 [INFO] [stderr] Checking http v0.2.4 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Checking clap_lex v0.2.4 [INFO] [stderr] Checking itertools v0.10.1 [INFO] [stderr] Checking walkdir v2.3.2 [INFO] [stderr] Checking alloc-stdlib v0.2.1 [INFO] [stderr] Checking rgb v0.8.27 [INFO] [stderr] Checking pretty_assertions v0.7.2 [INFO] [stderr] Compiling openssl-sys v0.9.73 [INFO] [stderr] Compiling libsqlite3-sys v0.22.2 [INFO] [stderr] Compiling lzma-sys v0.1.17 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling jemalloc-sys v0.3.2 [INFO] [stderr] Checking tracing v0.1.26 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Checking unicode-normalization v0.1.19 [INFO] [stderr] Checking want v0.3.0 [INFO] [stderr] Checking brotli-decompressor v2.3.2 [INFO] [stderr] Checking aho-corasick v0.7.18 [INFO] [stderr] Checking csv-core v0.1.10 [INFO] [stderr] Checking quick-xml v0.20.0 [INFO] [stderr] Checking http-body v0.4.2 [INFO] [stderr] Checking headers-core v0.2.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Checking getrandom v0.2.3 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking mio v0.7.11 [INFO] [stderr] Checking time v0.1.43 [INFO] [stderr] Checking socket2 v0.4.0 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking xattr v0.2.2 [INFO] [stderr] Checking jobserver v0.1.22 [INFO] [stderr] Checking memmap2 v0.2.3 [INFO] [stderr] Checking perf-event-open-sys v3.0.0 [INFO] [stderr] Checking perf-event-open-sys v1.0.1 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking crossbeam-channel v0.5.4 [INFO] [stderr] Checking num-format v0.4.0 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Checking regex v1.5.4 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking uuid v0.8.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Checking flate2 v1.0.22 [INFO] [stderr] Checking tar v0.4.35 [INFO] [stderr] Checking brotli v3.3.3 [INFO] [stderr] Checking xz2 v0.1.6 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking crypto-mac v0.10.0 [INFO] [stderr] Checking rmp v0.8.10 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking crossbeam-deque v0.8.1 [INFO] [stderr] Checking url v2.2.2 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Checking env_logger v0.8.3 [INFO] [stderr] Checking measureme v9.2.0 (https://github.com/rust-lang/measureme?tag=9.2.0#9f51cde2) [INFO] [stderr] Checking measureme v10.1.0 (https://github.com/rust-lang/measureme?branch=master#86799597) [INFO] [stderr] Checking inferno v0.10.6 [INFO] [stderr] Checking sha2 v0.9.5 [INFO] [stderr] Checking md-5 v0.9.1 [INFO] [stderr] Checking sha-1 v0.9.6 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking headers v0.3.4 [INFO] [stderr] Checking postgres-protocol v0.6.1 [INFO] [stderr] Checking tempfile v3.2.0 [INFO] [stderr] Compiling tokio-macros v1.2.0 [INFO] [stderr] Compiling openssl-macros v0.1.0 [INFO] [stderr] Compiling clap_derive v3.2.18 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Checking thiserror v1.0.25 [INFO] [stderr] Checking futures-executor v0.3.15 [INFO] [stderr] Checking tokio-util v0.6.7 [INFO] [stderr] Checking futures v0.3.15 [INFO] [stderr] Checking tokio-native-tls v0.3.0 [INFO] [stderr] Checking hashbrown v0.11.2 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking serde_urlencoded v0.7.0 [INFO] [stderr] Checking bstr v0.2.16 [INFO] [stderr] Checking rmp-serde v0.15.4 [INFO] [stderr] Checking toml v0.5.8 [INFO] [stderr] Checking h2 v0.3.3 [INFO] [stderr] Checking clap v3.2.18 [INFO] [stderr] Checking rust_team_data v1.0.0 (https://github.com/rust-lang/team#b3158c5e) [INFO] [stderr] Checking hashlink v0.7.0 [INFO] [stderr] Checking intern v0.1.0 (/opt/rustwide/workdir/intern) [INFO] [stderr] Checking csv v1.1.6 [INFO] [stderr] Checking analyzeme v9.2.0 (https://github.com/rust-lang/measureme?tag=9.2.0#9f51cde2) [INFO] [stderr] Checking decodeme v10.1.0 (https://github.com/rust-lang/measureme?branch=master#86799597) [INFO] [stderr] Checking rusqlite v0.25.3 [INFO] [stderr] Checking postgres-types v0.2.1 [INFO] [stderr] Checking analyzeme v10.1.0 (https://github.com/rust-lang/measureme?branch=master#86799597) [INFO] [stderr] Checking tokio-postgres v0.7.2 [INFO] [stderr] Checking hyper v0.14.9 [INFO] [stderr] Checking postgres-native-tls v0.5.0 [INFO] [stderr] Checking hyper-tls v0.5.0 [INFO] [stderr] Checking reqwest v0.11.3 [INFO] [stderr] Checking database v0.1.0 (/opt/rustwide/workdir/database) [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::open` [INFO] [stdout] --> database/src/pool/sqlite.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::open`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::load_index` [INFO] [stdout] --> database/src/pool/sqlite.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::load_index`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_benchmarks` [INFO] [stdout] --> database/src/pool/sqlite.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_benchmarks`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_pstats` [INFO] [stdout] --> database/src/pool/sqlite.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | async fn get_pstats( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_pstats`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_error` [INFO] [stdout] --> database/src/pool/sqlite.rs:541:5 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_error`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::queued_commits` [INFO] [stdout] --> database/src/pool/sqlite.rs:586:5 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::queued_commits`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::mark_complete` [INFO] [stdout] --> database/src/pool/sqlite.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::mark_complete`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::collection_id` [INFO] [stdout] --> database/src/pool/sqlite.rs:642:5 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::collection_id`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::record_statistic` [INFO] [stdout] --> database/src/pool/sqlite.rs:659:5 [INFO] [stdout] | [INFO] [stdout] 659 | async fn record_statistic( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::record_statistic`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::artifact_id` [INFO] [stdout] --> database/src/pool/sqlite.rs:711:5 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::artifact_id`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::record_self_profile_query` [INFO] [stdout] --> database/src/pool/sqlite.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | async fn record_self_profile_query( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::record_self_profile_query`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::record_error` [INFO] [stdout] --> database/src/pool/sqlite.rs:788:5 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::record_error`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::in_progress_artifacts` [INFO] [stdout] --> database/src/pool/sqlite.rs:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::in_progress_artifacts`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::in_progress_steps` [INFO] [stdout] --> database/src/pool/sqlite.rs:920:5 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::in_progress_steps`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::last_end_time` [INFO] [stdout] --> database/src/pool/sqlite.rs:954:5 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::last_end_time`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::parent_of` [INFO] [stdout] --> database/src/pool/sqlite.rs:967:5 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::parent_of`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::pr_of` [INFO] [stdout] --> database/src/pool/sqlite.rs:980:5 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::pr_of`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::list_self_profile` [INFO] [stdout] --> database/src/pool/sqlite.rs:1004:5 [INFO] [stdout] | [INFO] [stdout] 1004 | async fn list_self_profile( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::list_self_profile`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_bootstrap` [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:5 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_bootstrap`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_bootstrap_by_crate` [INFO] [stdout] --> database/src/pool/sqlite.rs:1062:5 [INFO] [stdout] | [INFO] [stdout] 1062 | async fn get_bootstrap_by_crate( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_bootstrap_by_crate`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::artifact_by_name` [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:5 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::artifact_by_name`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::open` [INFO] [stdout] --> database/src/pool/sqlite.rs:330:5 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::open::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:330:46 [INFO] [stdout] | [INFO] [stdout] 330 | async fn open(&self) -> Self::Connection { [INFO] [stdout] | ______________________________________________^ [INFO] [stdout] 331 | | let mut conn = rusqlite::Connection::open(&self.0).unwrap(); [INFO] [stdout] 332 | | conn.pragma_update(None, "cache_size", &-128000).unwrap(); [INFO] [stdout] 333 | | conn.pragma_update(None, "journal_mode", &"WAL").unwrap(); [INFO] [stdout] ... | [INFO] [stdout] 349 | | Mutex::new(conn) [INFO] [stdout] 350 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::open`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::load_index` [INFO] [stdout] --> database/src/pool/sqlite.rs:406:5 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::load_index::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:406:45 [INFO] [stdout] | [INFO] [stdout] 406 | async fn load_index(&mut self) -> Index { [INFO] [stdout] | _____________________________________________^ [INFO] [stdout] 407 | | let commits = self [INFO] [stdout] 408 | | .raw() [INFO] [stdout] 409 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 486 | | } [INFO] [stdout] 487 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::load_index`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_benchmarks` [INFO] [stdout] --> database/src/pool/sqlite.rs:489:5 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_benchmarks::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:489:58 [INFO] [stdout] | [INFO] [stdout] 489 | async fn get_benchmarks(&self) -> Vec { [INFO] [stdout] | __________________________________________________________^ [INFO] [stdout] 490 | | let conn = self.raw_ref(); [INFO] [stdout] 491 | | let mut query = conn [INFO] [stdout] 492 | | .prepare_cached("select name, category from benchmark") [INFO] [stdout] ... | [INFO] [stdout] 506 | | benchmarks [INFO] [stdout] 507 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_benchmarks`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `database` due to 22 previous errors [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_pstats` [INFO] [stdout] --> database/src/pool/sqlite.rs:509:5 [INFO] [stdout] | [INFO] [stdout] 509 | async fn get_pstats( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_pstats::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:513:32 [INFO] [stdout] | [INFO] [stdout] 513 | ) -> Vec>> { [INFO] [stdout] | ________________________________^ [INFO] [stdout] 514 | | let conn = self.raw_ref(); [INFO] [stdout] 515 | | let mut query = conn [INFO] [stdout] 516 | | .prepare_cached("select min(value) from pstat where series = ? and aid = ?;") [INFO] [stdout] ... | [INFO] [stdout] 539 | | .collect() [INFO] [stdout] 540 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_pstats`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_error` [INFO] [stdout] --> database/src/pool/sqlite.rs:541:5 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:541:88 [INFO] [stdout] | [INFO] [stdout] 541 | async fn get_error(&self, aid: crate::ArtifactIdNumber) -> HashMap { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 542 | | self.raw_ref() [INFO] [stdout] 543 | | .prepare_cached( [INFO] [stdout] 544 | | "select crate, error from error_series [INFO] [stdout] ... | [INFO] [stdout] 551 | | .unwrap() [INFO] [stdout] 552 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_error`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::queued_commits` [INFO] [stdout] --> database/src/pool/sqlite.rs:586:5 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::queued_commits::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:586:57 [INFO] [stdout] | [INFO] [stdout] 586 | async fn queued_commits(&self) -> Vec { [INFO] [stdout] | _________________________________________________________^ [INFO] [stdout] 587 | | self.raw_ref() [INFO] [stdout] 588 | | .prepare_cached( [INFO] [stdout] 589 | | "select pr, bors_sha, parent_sha, include, exclude, runs, commit_date from pull_request_build [INFO] [stdout] ... | [INFO] [stdout] 608 | | .unwrap() [INFO] [stdout] 609 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::queued_commits`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::mark_complete` [INFO] [stdout] --> database/src/pool/sqlite.rs:610:5 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::mark_complete::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:610:70 [INFO] [stdout] | [INFO] [stdout] 610 | async fn mark_complete(&self, sha: &str) -> Option { [INFO] [stdout] | ______________________________________________________________________^ [INFO] [stdout] 611 | | let count = self [INFO] [stdout] 612 | | .raw_ref() [INFO] [stdout] 613 | | .execute( [INFO] [stdout] ... | [INFO] [stdout] 640 | | .unwrap() [INFO] [stdout] 641 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::mark_complete`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::collection_id` [INFO] [stdout] --> database/src/pool/sqlite.rs:642:5 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::collection_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:642:66 [INFO] [stdout] | [INFO] [stdout] 642 | async fn collection_id(&self, version: &str) -> CollectionId { [INFO] [stdout] | __________________________________________________________________^ [INFO] [stdout] 643 | | let raw = self.raw_ref(); [INFO] [stdout] 644 | | raw.execute( [INFO] [stdout] 645 | | "insert into collection (perf_commit) values (?)", [INFO] [stdout] ... | [INFO] [stdout] 656 | | ) [INFO] [stdout] 657 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::collection_id`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::record_statistic` [INFO] [stdout] --> database/src/pool/sqlite.rs:659:5 [INFO] [stdout] | [INFO] [stdout] 659 | async fn record_statistic( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::record_statistic::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:668:7 [INFO] [stdout] | [INFO] [stdout] 668 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 669 | | let profile = profile.to_string(); [INFO] [stdout] 670 | | let scenario = scenario.to_string(); [INFO] [stdout] 671 | | self.raw_ref().execute("insert or ignore into pstat_series (crate, profile, cache, statistic) VALUES (?, ?, ?, ?)", params![ [INFO] [stdout] ... | [INFO] [stdout] 688 | | .unwrap(); [INFO] [stdout] 689 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::record_statistic`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::artifact_id` [INFO] [stdout] --> database/src/pool/sqlite.rs:711:5 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::artifact_id::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:711:83 [INFO] [stdout] | [INFO] [stdout] 711 | async fn artifact_id(&self, artifact: &crate::ArtifactId) -> ArtifactIdNumber { [INFO] [stdout] | ___________________________________________________________________________________^ [INFO] [stdout] 712 | | let (name, date, ty) = match artifact { [INFO] [stdout] 713 | | crate::ArtifactId::Commit(commit) => ( [INFO] [stdout] 714 | | commit.sha.to_string(), [INFO] [stdout] ... | [INFO] [stdout] 735 | | ) [INFO] [stdout] 736 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::artifact_id`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::record_self_profile_query` [INFO] [stdout] --> database/src/pool/sqlite.rs:738:5 [INFO] [stdout] | [INFO] [stdout] 738 | async fn record_self_profile_query( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::record_self_profile_query::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:747:7 [INFO] [stdout] | [INFO] [stdout] 747 | ) { [INFO] [stdout] | _______^ [INFO] [stdout] 748 | | let profile = profile.to_string(); [INFO] [stdout] 749 | | let scenario = scenario.to_string(); [INFO] [stdout] 750 | | self.raw_ref().execute("insert or ignore into self_profile_query_series (crate, profile, cache, query) VALUES (?, ?, ?, ?)", para... [INFO] [stdout] ... | [INFO] [stdout] 786 | | .unwrap(); [INFO] [stdout] 787 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::record_self_profile_query`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::record_error` [INFO] [stdout] --> database/src/pool/sqlite.rs:788:5 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::record_error::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:788:88 [INFO] [stdout] | [INFO] [stdout] 788 | async fn record_error(&self, artifact: ArtifactIdNumber, krate: &str, error: &str) { [INFO] [stdout] | ________________________________________________________________________________________^ [INFO] [stdout] 789 | | self.raw_ref() [INFO] [stdout] 790 | | .execute( [INFO] [stdout] 791 | | "insert or ignore into error_series (crate) VALUES (?)", [INFO] [stdout] ... | [INFO] [stdout] 808 | | .unwrap(); [INFO] [stdout] 809 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::record_error`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::in_progress_artifacts` [INFO] [stdout] --> database/src/pool/sqlite.rs:874:5 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::in_progress_artifacts::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:874:62 [INFO] [stdout] | [INFO] [stdout] 874 | async fn in_progress_artifacts(&self) -> Vec { [INFO] [stdout] | ______________________________________________________________^ [INFO] [stdout] 875 | | let conn = self.raw_ref(); [INFO] [stdout] 876 | | let mut aids = conn [INFO] [stdout] 877 | | .prepare( [INFO] [stdout] ... | [INFO] [stdout] 918 | | artifacts [INFO] [stdout] 919 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::in_progress_artifacts`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::in_progress_steps` [INFO] [stdout] --> database/src/pool/sqlite.rs:920:5 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::in_progress_steps::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:920:82 [INFO] [stdout] | [INFO] [stdout] 920 | async fn in_progress_steps(&self, artifact: &ArtifactId) -> Vec { [INFO] [stdout] | __________________________________________________________________________________^ [INFO] [stdout] 921 | | let aid = self.artifact_id(artifact).await; [INFO] [stdout] 922 | | [INFO] [stdout] 923 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 952 | | .collect() [INFO] [stdout] 953 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::in_progress_steps`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::last_end_time` [INFO] [stdout] --> database/src/pool/sqlite.rs:954:5 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::last_end_time::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:954:60 [INFO] [stdout] | [INFO] [stdout] 954 | async fn last_end_time(&self) -> Option> { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 955 | | self.raw_ref() [INFO] [stdout] 956 | | .query_row( [INFO] [stdout] 957 | | "select date_recorded + duration \ [INFO] [stdout] ... | [INFO] [stdout] 965 | | .unwrap() [INFO] [stdout] 966 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::last_end_time`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::parent_of` [INFO] [stdout] --> database/src/pool/sqlite.rs:967:5 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::parent_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:967:60 [INFO] [stdout] | [INFO] [stdout] 967 | async fn parent_of(&self, sha: &str) -> Option { [INFO] [stdout] | ____________________________________________________________^ [INFO] [stdout] 968 | | let mut shas = self [INFO] [stdout] 969 | | .raw_ref() [INFO] [stdout] 970 | | .prepare_cached("select parent_sha from pull_request_build where bors_sha = ?") [INFO] [stdout] ... | [INFO] [stdout] 977 | | shas.pop() [INFO] [stdout] 978 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::parent_of`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::pr_of` [INFO] [stdout] --> database/src/pool/sqlite.rs:980:5 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::pr_of::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:980:53 [INFO] [stdout] | [INFO] [stdout] 980 | async fn pr_of(&self, sha: &str) -> Option { [INFO] [stdout] | _____________________________________________________^ [INFO] [stdout] 981 | | self.raw_ref() [INFO] [stdout] 982 | | .query_row( [INFO] [stdout] 983 | | "select pr from pull_request_build where bors_sha = ?", [INFO] [stdout] ... | [INFO] [stdout] 988 | | .unwrap() [INFO] [stdout] 989 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::pr_of`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::list_self_profile` [INFO] [stdout] --> database/src/pool/sqlite.rs:1004:5 [INFO] [stdout] | [INFO] [stdout] 1004 | async fn list_self_profile( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::list_self_profile::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1010:39 [INFO] [stdout] | [INFO] [stdout] 1010 | ) -> Vec<(ArtifactIdNumber, i32)> { [INFO] [stdout] | _______________________________________^ [INFO] [stdout] 1011 | | self.raw_ref() [INFO] [stdout] 1012 | | .prepare( [INFO] [stdout] 1013 | | "select aid, cid from raw_self_profile where [INFO] [stdout] ... | [INFO] [stdout] 1034 | | .unwrap() [INFO] [stdout] 1035 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::list_self_profile`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_bootstrap` [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:5 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_bootstrap::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1037:87 [INFO] [stdout] | [INFO] [stdout] 1037 | async fn get_bootstrap(&self, aids: &[ArtifactIdNumber]) -> Vec> { [INFO] [stdout] | _______________________________________________________________________________________^ [INFO] [stdout] 1038 | | aids.into_iter() [INFO] [stdout] 1039 | | .map(|aid| { [INFO] [stdout] 1040 | | self.raw_ref() [INFO] [stdout] ... | [INFO] [stdout] 1059 | | .collect() [INFO] [stdout] 1060 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_bootstrap`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::get_bootstrap_by_crate` [INFO] [stdout] --> database/src/pool/sqlite.rs:1062:5 [INFO] [stdout] | [INFO] [stdout] 1062 | async fn get_bootstrap_by_crate( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::get_bootstrap_by_crate::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1065:49 [INFO] [stdout] | [INFO] [stdout] 1065 | ) -> HashMap>> { [INFO] [stdout] | _________________________________________________^ [INFO] [stdout] 1066 | | let mut results = HashMap::new(); [INFO] [stdout] 1067 | | [INFO] [stdout] 1068 | | for (idx, aid) in aids.iter().copied().enumerate() { [INFO] [stdout] ... | [INFO] [stdout] 1087 | | results [INFO] [stdout] 1088 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::get_bootstrap_by_crate`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0391]: cycle detected when type-checking `pool::sqlite::::artifact_by_name` [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:5 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: ...which requires generator glue MIR for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires elaborating drops for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires borrow-checking `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires processing MIR for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires unsafety-checking `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires building MIR for `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] note: ...which requires type-checking `pool::sqlite::::artifact_by_name::{closure#0}`... [INFO] [stdout] --> database/src/pool/sqlite.rs:1090:76 [INFO] [stdout] | [INFO] [stdout] 1090 | async fn artifact_by_name(&self, artifact: &str) -> Option { [INFO] [stdout] | ____________________________________________________________________________^ [INFO] [stdout] 1091 | | let (date, ty) = self [INFO] [stdout] 1092 | | .raw_ref() [INFO] [stdout] 1093 | | .prepare("select date, type from artifact where name = ?") [INFO] [stdout] ... | [INFO] [stdout] 1118 | | } [INFO] [stdout] 1119 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] = note: ...which again requires type-checking `pool::sqlite::::artifact_by_name`, completing the cycle [INFO] [stdout] = note: cycle used when type-checking all item bodies [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0391`. [INFO] [stdout] [INFO] [stderr] error: could not compile `database` due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "8cebc1e86f78b3752deda188a622f518cf5ccc7d80f85cb30c9997320553fdea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8cebc1e86f78b3752deda188a622f518cf5ccc7d80f85cb30c9997320553fdea", kill_on_drop: false }` [INFO] [stdout] 8cebc1e86f78b3752deda188a622f518cf5ccc7d80f85cb30c9997320553fdea