[INFO] cloning repository https://github.com/Arios16/dataflow-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Arios16/dataflow-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArios16%2Fdataflow-rs"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArios16%2Fdataflow-rs'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e761c1deb21a47249d0d63848594f27bd423fa0b [INFO] checking Arios16/dataflow-rs against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FArios16%2Fdataflow-rs" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Arios16/dataflow-rs on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Arios16/dataflow-rs [INFO] finished tweaking git repo https://github.com/Arios16/dataflow-rs [INFO] tweaked toml for git repo https://github.com/Arios16/dataflow-rs written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/Arios16/dataflow-rs already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 90be881364aff06f95ec99e545fade39718697522b5e2170797db5e177c15cee [INFO] running `"docker" "start" "-a" "90be881364aff06f95ec99e545fade39718697522b5e2170797db5e177c15cee"` [INFO] [stderr] Checking dataflow v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `rustc_data_structures::indexed_vec` [INFO] [stderr] --> src/lib.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | pub use rustc_data_structures::indexed_vec::IndexVec; [INFO] [stderr] | ^^^^^^^^^^^ could not find `indexed_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_data_structures::indexed_vec` [INFO] [stderr] --> src/lattice.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc_data_structures::indexed_vec::IndexVec; [INFO] [stderr] | ^^^^^^^^^^^ could not find `indexed_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::mir::Mir` [INFO] [stderr] --> src/lib.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | BasicBlock, BasicBlockData, Mir, Operand, Place, PlaceBase, Rvalue, Statement, StatementKind, [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Mir` in `mir` [INFO] [stderr] | help: a similar name exists in the module: `hir` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:235:31 [INFO] [stderr] | [INFO] [stderr] 235 | fn run_closure(&self, f: &Fn(&Statement, &L)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Statement, &L)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_data_structures::indexed_vec` [INFO] [stderr] --> src/lib.rs:10:32 [INFO] [stderr] | [INFO] [stderr] 10 | pub use rustc_data_structures::indexed_vec::IndexVec; [INFO] [stderr] | ^^^^^^^^^^^ could not find `indexed_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc_data_structures::indexed_vec` [INFO] [stderr] --> src/lattice.rs:7:28 [INFO] [stderr] | [INFO] [stderr] 7 | use rustc_data_structures::indexed_vec::IndexVec; [INFO] [stderr] | ^^^^^^^^^^^ could not find `indexed_vec` in `rustc_data_structures` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `rustc::mir::Mir` [INFO] [stderr] --> src/lib.rs:18:33 [INFO] [stderr] | [INFO] [stderr] 18 | BasicBlock, BasicBlockData, Mir, Operand, Place, PlaceBase, Rvalue, Statement, StatementKind, [INFO] [stderr] | ^^^ [INFO] [stderr] | | [INFO] [stderr] | no `Mir` in `mir` [INFO] [stderr] | help: a similar name exists in the module: `hir` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:235:31 [INFO] [stderr] | [INFO] [stderr] 235 | fn run_closure(&self, f: &Fn(&Statement, &L)) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Fn(&Statement, &L)` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0053]: method `after_analysis` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | fn after_analysis(&mut self, compiler: &interface::Compiler) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `rustc_driver::Compilation`, found bool [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut CompilerCallback, &rustc_interface::interface::Compiler) -> rustc_driver::Compilation` [INFO] [stderr] found type `fn(&mut CompilerCallback, &rustc_interface::interface::Compiler) -> bool` [INFO] [stderr] [INFO] [stderr] error[E0053]: method `after_analysis` has an incompatible type for trait [INFO] [stderr] --> src/lib.rs:323:5 [INFO] [stderr] | [INFO] [stderr] 323 | fn after_analysis(&mut self, compiler: &interface::Compiler) -> bool { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected enum `rustc_driver::Compilation`, found bool [INFO] [stderr] | [INFO] [stderr] = note: expected type `fn(&mut CompilerCallback, &rustc_interface::interface::Compiler) -> rustc_driver::Compilation` [INFO] [stderr] found type `fn(&mut CompilerCallback, &rustc_interface::interface::Compiler) -> bool` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `sty` on type `&&rustc::ty::TyS<'_>` [INFO] [stderr] --> src/lib.rs:102:53 [INFO] [stderr] | [INFO] [stderr] 102 | if let TyKind::Bool = switch_ty.sty { [INFO] [stderr] | ^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `kind`, `flags` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `sty` on type `&&rustc::ty::TyS<'_>` [INFO] [stderr] --> src/lib.rs:102:53 [INFO] [stderr] | [INFO] [stderr] 102 | if let TyKind::Bool = switch_ty.sty { [INFO] [stderr] | ^^^ unknown field [INFO] [stderr] | [INFO] [stderr] = note: available fields are: `kind`, `flags` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:105:40 [INFO] [stderr] | [INFO] [stderr] 105 | ... Place::Base(PlaceBase::Local(local)) => { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:105:40 [INFO] [stderr] | [INFO] [stderr] 105 | ... Place::Base(PlaceBase::Local(local)) => { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:119:28 [INFO] [stderr] | [INFO] [stderr] 119 | if let StatementKind::Assign( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 120 | | Place::Base(PlaceBase::Local(ref local)), [INFO] [stderr] 121 | | ref rvalue, [INFO] [stderr] 122 | | ) = stmt.kind [INFO] [stderr] | |_____________________^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:120:32 [INFO] [stderr] | [INFO] [stderr] 120 | Place::Base(PlaceBase::Local(ref local)), [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:119:28 [INFO] [stderr] | [INFO] [stderr] 119 | if let StatementKind::Assign( [INFO] [stderr] | ____________________________^ [INFO] [stderr] 120 | | Place::Base(PlaceBase::Local(ref local)), [INFO] [stderr] 121 | | ref rvalue, [INFO] [stderr] 122 | | ) = stmt.kind [INFO] [stderr] | |_____________________^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:120:32 [INFO] [stderr] | [INFO] [stderr] 120 | Place::Base(PlaceBase::Local(ref local)), [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:126:50 [INFO] [stderr] | [INFO] [stderr] 126 | ... Operand::Copy(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:130:50 [INFO] [stderr] | [INFO] [stderr] 130 | ... Operand::Move(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | StatementKind::Assign(ref place, ref rvalue) => match place { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:126:50 [INFO] [stderr] | [INFO] [stderr] 126 | ... Operand::Copy(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:130:50 [INFO] [stderr] | [INFO] [stderr] 130 | ... Operand::Move(Place::Base(PlaceBase::Local(ref local2))), [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:145:21 [INFO] [stderr] | [INFO] [stderr] 145 | StatementKind::Assign(ref place, ref rvalue) => match place { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:146:32 [INFO] [stderr] | [INFO] [stderr] 146 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:242:21 [INFO] [stderr] | [INFO] [stderr] 242 | StatementKind::Assign(ref place, ref rvalue) => match place { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:243:32 [INFO] [stderr] | [INFO] [stderr] 243 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:266:21 [INFO] [stderr] | [INFO] [stderr] 266 | StatementKind::Assign(ref place, ref rvalue) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:242:21 [INFO] [stderr] | [INFO] [stderr] 242 | StatementKind::Assign(ref place, ref rvalue) => match place { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lib.rs:243:32 [INFO] [stderr] | [INFO] [stderr] 243 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0023]: this pattern has 2 fields, but the corresponding tuple variant has 1 field [INFO] [stderr] --> src/lib.rs:266:21 [INFO] [stderr] | [INFO] [stderr] 266 | StatementKind::Assign(ref place, ref rvalue) => { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected 1 field, found 2 [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed: cannot resolve `_: lattice::Lattice` [INFO] [stderr] --> src/lib.rs:342:36 [INFO] [stderr] | [INFO] [stderr] 54 | fn new(function_mir: &'tcx Mir<'tcx>) -> Self { [INFO] [stderr] | --------------------------------------------- required by `Analysis::<'tcx, L>::new` [INFO] [stderr] ... [INFO] [stderr] 342 | let mut analysis = Analysis::::new(mir); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0283]: type annotations needed: cannot resolve `_: lattice::Lattice` [INFO] [stderr] --> src/lib.rs:342:36 [INFO] [stderr] | [INFO] [stderr] 54 | fn new(function_mir: &'tcx Mir<'tcx>) -> Self { [INFO] [stderr] | --------------------------------------------- required by `Analysis::<'tcx, L>::new` [INFO] [stderr] ... [INFO] [stderr] 342 | let mut analysis = Analysis::::new(mir); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:312:24 [INFO] [stderr] | [INFO] [stderr] 312 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:322:24 [INFO] [stderr] | [INFO] [stderr] 322 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:368:24 [INFO] [stderr] | [INFO] [stderr] 368 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:312:24 [INFO] [stderr] | [INFO] [stderr] 312 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:378:24 [INFO] [stderr] | [INFO] [stderr] 378 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:322:24 [INFO] [stderr] | [INFO] [stderr] 322 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:452:20 [INFO] [stderr] | [INFO] [stderr] 452 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0053, E0283, E0432, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:368:24 [INFO] [stderr] | [INFO] [stderr] 368 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:378:24 [INFO] [stderr] | [INFO] [stderr] 378 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error[E0599]: no associated item named `Base` found for type `rustc::mir::Place<'_>` in the current scope [INFO] [stderr] --> src/lattice.rs:452:20 [INFO] [stderr] | [INFO] [stderr] 452 | Place::Base(place_base) => match place_base { [INFO] [stderr] | ^^^^ associated item not found in `rustc::mir::Place<'_>` [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0023, E0053, E0283, E0432, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0023`. [INFO] [stderr] error: could not compile `dataflow`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `dataflow`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "90be881364aff06f95ec99e545fade39718697522b5e2170797db5e177c15cee"` [INFO] running `"docker" "rm" "-f" "90be881364aff06f95ec99e545fade39718697522b5e2170797db5e177c15cee"` [INFO] [stdout] 90be881364aff06f95ec99e545fade39718697522b5e2170797db5e177c15cee