[INFO] fetching crate mem-query 0.0.1... [INFO] testing mem-query-0.0.1 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate mem-query 0.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate mem-query 0.0.1 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mem-query 0.0.1 [INFO] finished tweaking crates.io crate mem-query 0.0.1 [INFO] tweaked toml for crates.io crate mem-query 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a95dc344f2a802606e40cc9371f57ae06c5d70b0fceb56de9e5a3a4279d23068 [INFO] running `Command { std: "docker" "start" "-a" "a95dc344f2a802606e40cc9371f57ae06c5d70b0fceb56de9e5a3a4279d23068", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a95dc344f2a802606e40cc9371f57ae06c5d70b0fceb56de9e5a3a4279d23068", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a95dc344f2a802606e40cc9371f57ae06c5d70b0fceb56de9e5a3a4279d23068", kill_on_drop: false }` [INFO] [stdout] a95dc344f2a802606e40cc9371f57ae06c5d70b0fceb56de9e5a3a4279d23068 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 91fc2761be9404878485ddf368e4d66de51e0910da4882ed2c3d6622b14d1730 [INFO] running `Command { std: "docker" "start" "-a" "91fc2761be9404878485ddf368e4d66de51e0910da4882ed2c3d6622b14d1730", kill_on_drop: false }` [INFO] [stderr] Compiling typenum-uuid v0.1.0 [INFO] [stderr] Compiling tylisp v0.1.0 [INFO] [stderr] Compiling mem-query v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0557]: feature has been removed [INFO] [stdout] --> src/lib.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | #![feature(min_type_alias_impl_trait)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stdout] | [INFO] [stdout] = note: removed in favor of full type_alias_impl_trait [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/vec_opt.rs:107:20 [INFO] [stdout] | [INFO] [stdout] 107 | type Deleter = impl Fn(Q)->DeleteWhere; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/vec_opt.rs:120:20 [INFO] [stdout] | [INFO] [stdout] 120 | type Deleter = impl Fn(Q)->DeleteWhere; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/smart_ptr.rs:39:21 [INFO] [stdout] | [INFO] [stdout] 39 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/smart_ptr.rs:96:20 [INFO] [stdout] | [INFO] [stdout] 96 | type Deleter = impl Fn(Q)->Self::Op; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/smart_ptr.rs:110:16 [INFO] [stdout] | [INFO] [stdout] 110 | type Err = impl std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/smart_ptr.rs:111:16 [INFO] [stdout] | [INFO] [stdout] 111 | type Log = impl UndoLog>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:151:21 [INFO] [stdout] | [INFO] [stdout] 151 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:354:20 [INFO] [stdout] | [INFO] [stdout] 354 | type Deleter = impl Fn(Q)->Self::Op; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:373:16 [INFO] [stdout] | [INFO] [stdout] 373 | type Err = impl std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:374:16 [INFO] [stdout] | [INFO] [stdout] 374 | type Log = impl UndoLog>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:403:16 [INFO] [stdout] | [INFO] [stdout] 403 | type Err = impl std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/btree_map_2.rs:404:16 [INFO] [stdout] | [INFO] [stdout] 404 | type Log = impl UndoLog>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/subjoin.rs:93:21 [INFO] [stdout] | [INFO] [stdout] 93 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/subjoin.rs:114:21 [INFO] [stdout] | [INFO] [stdout] 114 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/peerjoin.rs:109:21 [INFO] [stdout] | [INFO] [stdout] 109 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/peerjoin.rs:184:21 [INFO] [stdout] | [INFO] [stdout] 184 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/filter.rs:53:21 [INFO] [stdout] | [INFO] [stdout] 53 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/filter.rs:75:21 [INFO] [stdout] | [INFO] [stdout] 75 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/filter.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | type Deleter = impl Fn(Q)->Self::Op; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/filter.rs:127:16 [INFO] [stdout] | [INFO] [stdout] 127 | type Log = impl UndoLog>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/project.rs:65:21 [INFO] [stdout] | [INFO] [stdout] 65 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/project.rs:83:21 [INFO] [stdout] | [INFO] [stdout] 83 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/query/project.rs:108:21 [INFO] [stdout] | [INFO] [stdout] 108 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/opaque.rs:80:20 [INFO] [stdout] | [INFO] [stdout] 80 | type Deleter = impl Fn(Q)->Self::Op; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/redundant.rs:94:21 [INFO] [stdout] | [INFO] [stdout] 94 | type IntoIter = impl 'a + Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/redundant.rs:165:16 [INFO] [stdout] | [INFO] [stdout] 165 | type Err = impl std::error::Error; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/redundant.rs:166:16 [INFO] [stdout] | [INFO] [stdout] 166 | type Log = impl UndoLog>; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/relation/split_vec.rs:97:20 [INFO] [stdout] | [INFO] [stdout] 97 | type Deleter = impl Fn(Q)->DeleteWhere; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: `impl Trait` in type aliases is unstable [INFO] [stdout] --> src/query/fallback.rs:36:21 [INFO] [stdout] | [INFO] [stdout] 36 | type IntoIter = impl Iterator; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #63063 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0282]: type annotations needed [INFO] [stdout] --> src/relation/peerjoin.rs:112:45 [INFO] [stdout] | [INFO] [stdout] 112 | PeerJoinPlan::Left(rel, req) => Either::Left( [INFO] [stdout] | ^^^^^^^^^^^^ cannot infer type for type parameter `R` declared on the enum `Either` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 33 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0282, E0557, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0282`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mem-query` due to 34 previous errors [INFO] running `Command { std: "docker" "inspect" "91fc2761be9404878485ddf368e4d66de51e0910da4882ed2c3d6622b14d1730", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91fc2761be9404878485ddf368e4d66de51e0910da4882ed2c3d6622b14d1730", kill_on_drop: false }` [INFO] [stdout] 91fc2761be9404878485ddf368e4d66de51e0910da4882ed2c3d6622b14d1730