[INFO] crate implicit 0.1.0 is already in cache [INFO] extracting crate implicit 0.1.0 into work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/reg/implicit/0.1.0 [INFO] extracting crate implicit 0.1.0 into work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/implicit/0.1.0 [INFO] validating manifest of implicit-0.1.0 on toolchain master#5f9c0448dde167128d668da4555879f64e56af1d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of implicit-0.1.0 on toolchain try#8ec8125bea94852768b56958f05da47666c21ab0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing implicit-0.1.0 [INFO] finished frobbing implicit-0.1.0 [INFO] frobbed toml for implicit-0.1.0 written to work/ex/pr-62133/sources/master#5f9c0448dde167128d668da4555879f64e56af1d/reg/implicit/0.1.0/Cargo.toml [INFO] started frobbing implicit-0.1.0 [INFO] finished frobbing implicit-0.1.0 [INFO] frobbed toml for implicit-0.1.0 written to work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/implicit/0.1.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+5f9c0448dde167128d668da4555879f64e56af1d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking implicit-0.1.0 against try#8ec8125bea94852768b56958f05da47666c21ab0 for pr-62133 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62133/worker-1/try#8ec8125bea94852768b56958f05da47666c21ab0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62133/sources/try#8ec8125bea94852768b56958f05da47666c21ab0/reg/implicit/0.1.0:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+8ec8125bea94852768b56958f05da47666c21ab0-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 44c4e4c7b634db4c9d97eaf294a6fe8fb10a3592d8e977dfac6b8b3d57f6bda7 [INFO] running `"docker" "start" "-a" "44c4e4c7b634db4c9d97eaf294a6fe8fb10a3592d8e977dfac6b8b3d57f6bda7"` [INFO] [stderr] Checking lzw v0.9.0 [INFO] [stderr] Checking piston-float v0.1.0 [INFO] [stderr] Checking poison-pool v0.1.0 [INFO] [stderr] Compiling wayland-client v0.5.12 [INFO] [stderr] Compiling glutin v0.6.2 [INFO] [stderr] Compiling glium v0.15.0 [INFO] [stderr] Checking font-atlas v0.1.4 [INFO] [stderr] Checking crossbeam v0.7.1 [INFO] [stderr] Checking png v0.4.3 [INFO] [stderr] Checking flame v0.1.12 [INFO] [stderr] Checking vecmath v0.1.1 [INFO] [stderr] Checking gif v0.7.0 [INFO] [stderr] Checking implicit v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Checking image v0.6.1 [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:127:36 [INFO] [stderr] | [INFO] [stderr] 127 | fn borrow<'a>(&'a self) -> &'a Implicit where Self: Sized { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Implicit` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(bare_trait_objects)] on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:381:28 [INFO] [stderr] | [INFO] [stderr] 381 | impl <'a> Implicit for &'a Implicit { [INFO] [stderr] | ^^^^^^^^ help: use `dyn`: `dyn Implicit` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/lib.rs:411:15 [INFO] [stderr] | [INFO] [stderr] 411 | inner: Rc [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Implicit + Sync` [INFO] [stderr] [INFO] [stderr] error[E0599]: no function or associated item named `new` found for type `itertools::PutBack<_>` in the current scope [INFO] [stderr] --> src/private/dash.rs:9:31 [INFO] [stderr] | [INFO] [stderr] 9 | let mut points = PutBack::new(points); [INFO] [stderr] | ^^^ function or associated item not found in `itertools::PutBack<_>` [INFO] [stderr] [INFO] [stderr] error[E0593]: closure is expected to take 1 argument, but it takes 0 arguments [INFO] [stderr] --> src/private/render.rs:246:32 [INFO] [stderr] | [INFO] [stderr] 246 | joiners.push(scope.spawn(move || { [INFO] [stderr] | ^^^^^ ------- takes 0 arguments [INFO] [stderr] | | [INFO] [stderr] | expected closure that takes 1 argument [INFO] [stderr] help: consider changing the closure to take and ignore the expected argument [INFO] [stderr] | [INFO] [stderr] 246 | joiners.push(scope.spawn(move |_| { [INFO] [stderr] | ^^^ [INFO] [stderr] [INFO] [stderr] Checking wayland-kbd v0.3.6 [INFO] [stderr] Checking wayland-window v0.2.3 [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/private/render.rs:265:26 [INFO] [stderr] | [INFO] [stderr] 265 | lines.append(&mut joiner.join()); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `std::vec::Vec`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `&mut std::vec::Vec<_>` [INFO] [stderr] found type `&mut std::result::Result<_, std::boxed::Box<(dyn std::any::Any + std::marker::Send + 'static)>>` [INFO] [stderr] [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/private/render.rs:270:5 [INFO] [stderr] | [INFO] [stderr] 239 | fn gather_lines(resolution: f32, sample_points: Vec<(f32, f32)>, shape: &S) -> Vec { [INFO] [stderr] | --------- expected `std::vec::Vec` because of return type [INFO] [stderr] ... [INFO] [stderr] 270 | lines [INFO] [stderr] | ^^^^^ expected struct `std::vec::Vec`, found enum `std::result::Result` [INFO] [stderr] | [INFO] [stderr] = note: expected type `std::vec::Vec` [INFO] [stderr] found type `std::result::Result, std::boxed::Box>` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Implicit` [INFO] [stderr] --> src/scene.rs:1:46 [INFO] [stderr] | [INFO] [stderr] 1 | use ::{OutputMode, RenderMode, SyncImplicit, Implicit, render, OutputDevice}; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0308, E0593, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `implicit`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "44c4e4c7b634db4c9d97eaf294a6fe8fb10a3592d8e977dfac6b8b3d57f6bda7"` [INFO] running `"docker" "rm" "-f" "44c4e4c7b634db4c9d97eaf294a6fe8fb10a3592d8e977dfac6b8b3d57f6bda7"` [INFO] [stdout] 44c4e4c7b634db4c9d97eaf294a6fe8fb10a3592d8e977dfac6b8b3d57f6bda7