[INFO] updating cached repository eggmund/Atmosphere [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/eggmund/Atmosphere [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/eggmund/Atmosphere" "work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/eggmund/Atmosphere"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/eggmund/Atmosphere'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/eggmund/Atmosphere" "work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/eggmund/Atmosphere"` [INFO] [stderr] Cloning into 'work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/eggmund/Atmosphere'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d7f68854a4d61b34ef25182312bfbaae61d7b038 [INFO] sha for GitHub repo eggmund/Atmosphere: d7f68854a4d61b34ef25182312bfbaae61d7b038 [INFO] validating manifest of eggmund/Atmosphere on toolchain master#435236b8877cdb98c82eaebfb7887782277265c5 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of eggmund/Atmosphere on toolchain try#b5c7f157c20453dde8d47371abe73b32351b4e7f [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing eggmund/Atmosphere [INFO] finished frobbing eggmund/Atmosphere [INFO] frobbed toml for eggmund/Atmosphere written to work/ex/pr-62849/sources/master#435236b8877cdb98c82eaebfb7887782277265c5/gh/eggmund/Atmosphere/Cargo.toml [INFO] started frobbing eggmund/Atmosphere [INFO] finished frobbing eggmund/Atmosphere [INFO] frobbed toml for eggmund/Atmosphere written to work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/eggmund/Atmosphere/Cargo.toml [INFO] crate eggmund/Atmosphere already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+435236b8877cdb98c82eaebfb7887782277265c5-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking eggmund/Atmosphere against try#b5c7f157c20453dde8d47371abe73b32351b4e7f for pr-62849 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62849/worker-2/try#b5c7f157c20453dde8d47371abe73b32351b4e7f:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62849/sources/try#b5c7f157c20453dde8d47371abe73b32351b4e7f/gh/eggmund/Atmosphere:/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" "+b5c7f157c20453dde8d47371abe73b32351b4e7f-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 56d3a210de9098321eda7fb9dabd52ef06e9927dde78bc8287ed24b2caa43c10 [INFO] running `"docker" "start" "-a" "56d3a210de9098321eda7fb9dabd52ef06e9927dde78bc8287ed24b2caa43c10"` [INFO] [stderr] Checking nalgebra v0.18.0 [INFO] [stderr] Checking ncollide2d v0.19.2 [INFO] [stderr] Checking ggez v0.5.0-rc.2 [INFO] [stderr] Checking nphysics2d v0.11.1 [INFO] [stderr] Checking atmosphere v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused imports: `CollisionObjectHandle`, `GeometricQueryType` [INFO] [stderr] --> src/ocean.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | use ncollide2d::world::{CollisionObjectHandle, GeometricQueryType}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Polyline`, `ShapeHandle` [INFO] [stderr] --> src/ocean.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | use ncollide2d::shape::{Polyline, ShapeHandle}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/ocean.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Vector2` [INFO] [stderr] --> src/boat.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use na::{Point2, Vector2, Isometry2}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Point2` [INFO] [stderr] --> src/main.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | use na::{Point2, Vector2, Isometry2}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `position` found for type `&mut (dyn nphysics2d::object::Body + 'static)` in the current scope [INFO] [stderr] --> src/main.rs:99:39 [INFO] [stderr] | [INFO] [stderr] 99 | self.get_wave_force(boat_body.position()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `position` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut (dyn nphysics2d::object::Body + 'static) : std::iter::Iterator` [INFO] [stderr] [INFO] [stderr] warning: unused imports: `CollisionObjectHandle`, `GeometricQueryType` [INFO] [stderr] --> src/ocean.rs:8:25 [INFO] [stderr] | [INFO] [stderr] 8 | use ncollide2d::world::{CollisionObjectHandle, GeometricQueryType}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Polyline`, `ShapeHandle` [INFO] [stderr] --> src/ocean.rs:9:25 [INFO] [stderr] | [INFO] [stderr] 9 | use ncollide2d::shape::{Polyline, ShapeHandle}; [INFO] [stderr] | ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::time::Duration` [INFO] [stderr] --> src/ocean.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::time::Duration; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Vector2` [INFO] [stderr] --> src/boat.rs:2:18 [INFO] [stderr] | [INFO] [stderr] 2 | use na::{Point2, Vector2, Isometry2}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] warning: unused import: `Body` [INFO] [stderr] --> src/main.rs:21:55 [INFO] [stderr] | [INFO] [stderr] 21 | use nphysics2d::object::{ColliderDesc, RigidBodyDesc, Body}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] [INFO] [stderr] warning: unused import: `Point2` [INFO] [stderr] --> src/main.rs:18:10 [INFO] [stderr] | [INFO] [stderr] 18 | use na::{Point2, Vector2, Isometry2}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: Could not compile `atmosphere`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0599]: no method named `position` found for type `&mut (dyn nphysics2d::object::Body + 'static)` in the current scope [INFO] [stderr] --> src/main.rs:99:39 [INFO] [stderr] | [INFO] [stderr] 99 | self.get_wave_force(boat_body.position()); [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: the method `position` exists but the following trait bounds were not satisfied: [INFO] [stderr] `&mut (dyn nphysics2d::object::Body + 'static) : std::iter::Iterator` [INFO] [stderr] [INFO] [stderr] warning: unused import: `Body` [INFO] [stderr] --> src/main.rs:21:55 [INFO] [stderr] | [INFO] [stderr] 21 | use nphysics2d::object::{ColliderDesc, RigidBodyDesc, Body}; [INFO] [stderr] | ^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `atmosphere`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "56d3a210de9098321eda7fb9dabd52ef06e9927dde78bc8287ed24b2caa43c10"` [INFO] running `"docker" "rm" "-f" "56d3a210de9098321eda7fb9dabd52ef06e9927dde78bc8287ed24b2caa43c10"` [INFO] [stdout] 56d3a210de9098321eda7fb9dabd52ef06e9927dde78bc8287ed24b2caa43c10