Sep 05 00:18:11.027 INFO checking ami-0.8.2 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 05 00:18:11.027 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 05 00:18:11.027 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 00:18:11.181 INFO blam! e4b5ea3cc8ee076ba866484c7aabdf21b20f71fa57a4f5927e87bffd6c46de3c Sep 05 00:18:11.183 INFO running `"docker" "start" "-a" "e4b5ea3cc8ee076ba866484c7aabdf21b20f71fa57a4f5927e87bffd6c46de3c"` Sep 05 00:18:11.792 INFO kablam! Checking ami v0.8.2 (file:///source) Sep 05 00:18:13.050 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.050 INFO kablam! --> src/octree.rs:751:21 Sep 05 00:18:13.050 INFO kablam! | Sep 05 00:18:13.050 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.050 INFO kablam! | ^ expected f32, found integral variable Sep 05 00:18:13.050 INFO kablam! | Sep 05 00:18:13.050 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.050 INFO kablam! found type `{integer}` Sep 05 00:18:13.050 INFO kablam! Sep 05 00:18:13.081 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.081 INFO kablam! --> src/octree.rs:751:24 Sep 05 00:18:13.081 INFO kablam! | Sep 05 00:18:13.081 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.081 INFO kablam! | ^ expected f32, found integral variable Sep 05 00:18:13.081 INFO kablam! | Sep 05 00:18:13.081 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.081 INFO kablam! found type `{integer}` Sep 05 00:18:13.081 INFO kablam! Sep 05 00:18:13.103 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.103 INFO kablam! --> src/octree.rs:751:27 Sep 05 00:18:13.103 INFO kablam! | Sep 05 00:18:13.103 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.103 INFO kablam! | ^ expected f32, found integral variable Sep 05 00:18:13.103 INFO kablam! | Sep 05 00:18:13.104 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.104 INFO kablam! found type `{integer}` Sep 05 00:18:13.104 INFO kablam! Sep 05 00:18:13.104 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.104 INFO kablam! --> src/octree.rs:751:7 Sep 05 00:18:13.104 INFO kablam! | Sep 05 00:18:13.104 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.104 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.104 INFO kablam! Sep 05 00:18:13.104 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.104 INFO kablam! --> src/octree.rs:746:14 Sep 05 00:18:13.104 INFO kablam! | Sep 05 00:18:13.104 INFO kablam! 746 | let mut o = Octree::new(); Sep 05 00:18:13.104 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.104 INFO kablam! | Sep 05 00:18:13.104 INFO kablam! note: required by `>::new` Sep 05 00:18:13.104 INFO kablam! --> src/octree.rs:233:2 Sep 05 00:18:13.104 INFO kablam! | Sep 05 00:18:13.104 INFO kablam! 233 | pub fn new() -> Octree { Sep 05 00:18:13.104 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:18:13.104 INFO kablam! Sep 05 00:18:13.106 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.106 INFO kablam! --> src/octree.rs:752:7 Sep 05 00:18:13.106 INFO kablam! | Sep 05 00:18:13.106 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.106 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.106 INFO kablam! ... Sep 05 00:18:13.106 INFO kablam! 752 | o.check_corrupt(); Sep 05 00:18:13.106 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.106 INFO kablam! | Sep 05 00:18:13.106 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.107 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.107 INFO kablam! Sep 05 00:18:13.109 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 05 00:18:13.109 INFO kablam! --> src/octree.rs:757:12 Sep 05 00:18:13.109 INFO kablam! | Sep 05 00:18:13.109 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.109 INFO kablam! | ------------------------------ method `len` not found for this Sep 05 00:18:13.109 INFO kablam! ... Sep 05 00:18:13.109 INFO kablam! 757 | assert!(o.len() == 1000_000); Sep 05 00:18:13.109 INFO kablam! | ^^^ Sep 05 00:18:13.109 INFO kablam! | Sep 05 00:18:13.109 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.109 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.109 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.109 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 05 00:18:13.109 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 05 00:18:13.109 INFO kablam! Sep 05 00:18:13.133 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.133 INFO kablam! --> src/octree.rs:765:19 Sep 05 00:18:13.133 INFO kablam! | Sep 05 00:18:13.133 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.133 INFO kablam! | ^ Sep 05 00:18:13.133 INFO kablam! | | Sep 05 00:18:13.133 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.133 INFO kablam! | help: use a float literal: `0.0` Sep 05 00:18:13.133 INFO kablam! | Sep 05 00:18:13.133 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.133 INFO kablam! found type `{integer}` Sep 05 00:18:13.133 INFO kablam! Sep 05 00:18:13.164 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.164 INFO kablam! --> src/octree.rs:765:22 Sep 05 00:18:13.165 INFO kablam! | Sep 05 00:18:13.165 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.165 INFO kablam! | ^ Sep 05 00:18:13.165 INFO kablam! | | Sep 05 00:18:13.165 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.165 INFO kablam! | help: use a float literal: `0.0` Sep 05 00:18:13.165 INFO kablam! | Sep 05 00:18:13.165 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.165 INFO kablam! found type `{integer}` Sep 05 00:18:13.165 INFO kablam! Sep 05 00:18:13.199 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.199 INFO kablam! --> src/octree.rs:765:25 Sep 05 00:18:13.199 INFO kablam! | Sep 05 00:18:13.200 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.200 INFO kablam! | ^ Sep 05 00:18:13.200 INFO kablam! | | Sep 05 00:18:13.200 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.200 INFO kablam! | help: use a float literal: `0.0` Sep 05 00:18:13.200 INFO kablam! | Sep 05 00:18:13.200 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.200 INFO kablam! found type `{integer}` Sep 05 00:18:13.200 INFO kablam! Sep 05 00:18:13.200 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.200 INFO kablam! --> src/octree.rs:765:5 Sep 05 00:18:13.200 INFO kablam! | Sep 05 00:18:13.200 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.200 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.200 INFO kablam! Sep 05 00:18:13.200 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.200 INFO kablam! --> src/octree.rs:762:14 Sep 05 00:18:13.200 INFO kablam! | Sep 05 00:18:13.200 INFO kablam! 762 | let mut o = Octree::new(); Sep 05 00:18:13.200 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.200 INFO kablam! | Sep 05 00:18:13.200 INFO kablam! note: required by `>::new` Sep 05 00:18:13.200 INFO kablam! --> src/octree.rs:233:2 Sep 05 00:18:13.200 INFO kablam! | Sep 05 00:18:13.201 INFO kablam! 233 | pub fn new() -> Octree { Sep 05 00:18:13.201 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:18:13.201 INFO kablam! Sep 05 00:18:13.202 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.203 INFO kablam! --> src/octree.rs:766:5 Sep 05 00:18:13.203 INFO kablam! | Sep 05 00:18:13.203 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.203 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.203 INFO kablam! ... Sep 05 00:18:13.203 INFO kablam! 766 | o.check_corrupt(); Sep 05 00:18:13.203 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.203 INFO kablam! | Sep 05 00:18:13.203 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.203 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.203 INFO kablam! Sep 05 00:18:13.205 INFO kablam! error[E0599]: no method named `add` found for type `octree::Octree` in the current scope Sep 05 00:18:13.205 INFO kablam! --> src/octree.rs:769:4 Sep 05 00:18:13.205 INFO kablam! | Sep 05 00:18:13.205 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.205 INFO kablam! | ------------------------------ method `add` not found for this Sep 05 00:18:13.205 INFO kablam! ... Sep 05 00:18:13.205 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 05 00:18:13.205 INFO kablam! | ^^^ Sep 05 00:18:13.205 INFO kablam! | Sep 05 00:18:13.205 INFO kablam! = note: the method `add` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.205 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.205 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.205 INFO kablam! = note: the following trait defines an item `add`, perhaps you need to implement it: Sep 05 00:18:13.205 INFO kablam! candidate #1: `std::ops::Add` Sep 05 00:18:13.205 INFO kablam! Sep 05 00:18:13.236 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.236 INFO kablam! --> src/octree.rs:769:18 Sep 05 00:18:13.236 INFO kablam! | Sep 05 00:18:13.236 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 05 00:18:13.236 INFO kablam! | ^ Sep 05 00:18:13.236 INFO kablam! | | Sep 05 00:18:13.236 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.236 INFO kablam! | help: use a float literal: `1.0` Sep 05 00:18:13.236 INFO kablam! | Sep 05 00:18:13.236 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.236 INFO kablam! found type `{integer}` Sep 05 00:18:13.236 INFO kablam! Sep 05 00:18:13.257 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.257 INFO kablam! --> src/octree.rs:769:20 Sep 05 00:18:13.257 INFO kablam! | Sep 05 00:18:13.257 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 05 00:18:13.257 INFO kablam! | ^ Sep 05 00:18:13.257 INFO kablam! | | Sep 05 00:18:13.257 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.257 INFO kablam! | help: use a float literal: `1.0` Sep 05 00:18:13.257 INFO kablam! | Sep 05 00:18:13.258 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.258 INFO kablam! found type `{integer}` Sep 05 00:18:13.258 INFO kablam! Sep 05 00:18:13.279 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.279 INFO kablam! --> src/octree.rs:769:22 Sep 05 00:18:13.279 INFO kablam! | Sep 05 00:18:13.279 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 05 00:18:13.279 INFO kablam! | ^ Sep 05 00:18:13.279 INFO kablam! | | Sep 05 00:18:13.279 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.279 INFO kablam! | help: use a float literal: `1.0` Sep 05 00:18:13.279 INFO kablam! | Sep 05 00:18:13.279 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.279 INFO kablam! found type `{integer}` Sep 05 00:18:13.279 INFO kablam! Sep 05 00:18:13.282 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.282 INFO kablam! --> src/octree.rs:770:4 Sep 05 00:18:13.282 INFO kablam! | Sep 05 00:18:13.282 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.282 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.282 INFO kablam! ... Sep 05 00:18:13.282 INFO kablam! 770 | o.check_corrupt(); Sep 05 00:18:13.282 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.282 INFO kablam! | Sep 05 00:18:13.282 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.282 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.282 INFO kablam! Sep 05 00:18:13.284 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 05 00:18:13.284 INFO kablam! --> src/octree.rs:772:12 Sep 05 00:18:13.284 INFO kablam! | Sep 05 00:18:13.284 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.284 INFO kablam! | ------------------------------ method `len` not found for this Sep 05 00:18:13.284 INFO kablam! ... Sep 05 00:18:13.284 INFO kablam! 772 | assert!(o.len() == 11); Sep 05 00:18:13.284 INFO kablam! | ^^^ Sep 05 00:18:13.284 INFO kablam! | Sep 05 00:18:13.285 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.285 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.285 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.285 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 05 00:18:13.285 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 05 00:18:13.285 INFO kablam! Sep 05 00:18:13.310 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.310 INFO kablam! --> src/octree.rs:782:21 Sep 05 00:18:13.310 INFO kablam! | Sep 05 00:18:13.311 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.311 INFO kablam! | ^ expected f32, found integral variable Sep 05 00:18:13.311 INFO kablam! | Sep 05 00:18:13.311 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.311 INFO kablam! found type `{integer}` Sep 05 00:18:13.311 INFO kablam! Sep 05 00:18:13.351 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.351 INFO kablam! --> src/octree.rs:782:24 Sep 05 00:18:13.351 INFO kablam! | Sep 05 00:18:13.352 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.352 INFO kablam! | ^ expected f32, found integral variable Sep 05 00:18:13.352 INFO kablam! | Sep 05 00:18:13.352 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.352 INFO kablam! found type `{integer}` Sep 05 00:18:13.352 INFO kablam! Sep 05 00:18:13.386 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.386 INFO kablam! --> src/octree.rs:782:27 Sep 05 00:18:13.386 INFO kablam! | Sep 05 00:18:13.386 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.386 INFO kablam! | ^ expected f32, found integral variable Sep 05 00:18:13.386 INFO kablam! | Sep 05 00:18:13.386 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.386 INFO kablam! found type `{integer}` Sep 05 00:18:13.386 INFO kablam! Sep 05 00:18:13.386 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.386 INFO kablam! --> src/octree.rs:782:7 Sep 05 00:18:13.386 INFO kablam! | Sep 05 00:18:13.386 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 05 00:18:13.386 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.386 INFO kablam! Sep 05 00:18:13.386 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.386 INFO kablam! --> src/octree.rs:777:14 Sep 05 00:18:13.386 INFO kablam! | Sep 05 00:18:13.386 INFO kablam! 777 | let mut o = Octree::new(); Sep 05 00:18:13.386 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.386 INFO kablam! | Sep 05 00:18:13.386 INFO kablam! note: required by `>::new` Sep 05 00:18:13.386 INFO kablam! --> src/octree.rs:233:2 Sep 05 00:18:13.386 INFO kablam! | Sep 05 00:18:13.387 INFO kablam! 233 | pub fn new() -> Octree { Sep 05 00:18:13.387 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:18:13.387 INFO kablam! Sep 05 00:18:13.389 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.389 INFO kablam! --> src/octree.rs:783:7 Sep 05 00:18:13.389 INFO kablam! | Sep 05 00:18:13.389 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.389 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.389 INFO kablam! ... Sep 05 00:18:13.389 INFO kablam! 783 | o.check_corrupt(); Sep 05 00:18:13.389 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.389 INFO kablam! | Sep 05 00:18:13.389 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.389 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.389 INFO kablam! Sep 05 00:18:13.391 INFO kablam! error[E0599]: no method named `print` found for type `octree::Octree` in the current scope Sep 05 00:18:13.391 INFO kablam! --> src/octree.rs:788:4 Sep 05 00:18:13.391 INFO kablam! | Sep 05 00:18:13.391 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.391 INFO kablam! | ------------------------------ method `print` not found for this Sep 05 00:18:13.391 INFO kablam! ... Sep 05 00:18:13.391 INFO kablam! 788 | o.print(); Sep 05 00:18:13.391 INFO kablam! | ^^^^^ Sep 05 00:18:13.391 INFO kablam! | Sep 05 00:18:13.391 INFO kablam! = note: the method `print` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.391 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.391 INFO kablam! Sep 05 00:18:13.395 INFO kablam! error[E0599]: no method named `remove` found for type `octree::Octree` in the current scope Sep 05 00:18:13.395 INFO kablam! --> src/octree.rs:791:5 Sep 05 00:18:13.395 INFO kablam! | Sep 05 00:18:13.395 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.395 INFO kablam! | ------------------------------ method `remove` not found for this Sep 05 00:18:13.395 INFO kablam! ... Sep 05 00:18:13.395 INFO kablam! 791 | o.remove(i + 1); Sep 05 00:18:13.395 INFO kablam! | ^^^^^^ Sep 05 00:18:13.395 INFO kablam! | Sep 05 00:18:13.395 INFO kablam! = note: the method `remove` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.395 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.395 INFO kablam! Sep 05 00:18:13.398 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.398 INFO kablam! --> src/octree.rs:792:5 Sep 05 00:18:13.398 INFO kablam! | Sep 05 00:18:13.398 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.398 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.398 INFO kablam! ... Sep 05 00:18:13.398 INFO kablam! 792 | o.check_corrupt(); Sep 05 00:18:13.398 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.398 INFO kablam! | Sep 05 00:18:13.398 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.398 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.398 INFO kablam! Sep 05 00:18:13.399 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 05 00:18:13.399 INFO kablam! --> src/octree.rs:795:12 Sep 05 00:18:13.399 INFO kablam! | Sep 05 00:18:13.399 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.399 INFO kablam! | ------------------------------ method `len` not found for this Sep 05 00:18:13.399 INFO kablam! ... Sep 05 00:18:13.399 INFO kablam! 795 | assert!(o.len() == 0) Sep 05 00:18:13.399 INFO kablam! | ^^^ Sep 05 00:18:13.399 INFO kablam! | Sep 05 00:18:13.399 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.399 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.400 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.400 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 05 00:18:13.400 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 05 00:18:13.400 INFO kablam! Sep 05 00:18:13.424 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.424 INFO kablam! --> src/octree.rs:803:19 Sep 05 00:18:13.424 INFO kablam! | Sep 05 00:18:13.424 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.424 INFO kablam! | ^ Sep 05 00:18:13.424 INFO kablam! | | Sep 05 00:18:13.424 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.424 INFO kablam! | help: use a float literal: `0.0` Sep 05 00:18:13.424 INFO kablam! | Sep 05 00:18:13.424 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.424 INFO kablam! found type `{integer}` Sep 05 00:18:13.424 INFO kablam! Sep 05 00:18:13.445 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.445 INFO kablam! --> src/octree.rs:803:22 Sep 05 00:18:13.445 INFO kablam! | Sep 05 00:18:13.445 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.445 INFO kablam! | ^ Sep 05 00:18:13.445 INFO kablam! | | Sep 05 00:18:13.445 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.445 INFO kablam! | help: use a float literal: `0.0` Sep 05 00:18:13.445 INFO kablam! | Sep 05 00:18:13.445 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.445 INFO kablam! found type `{integer}` Sep 05 00:18:13.445 INFO kablam! Sep 05 00:18:13.468 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.468 INFO kablam! --> src/octree.rs:803:25 Sep 05 00:18:13.468 INFO kablam! | Sep 05 00:18:13.468 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.468 INFO kablam! | ^ Sep 05 00:18:13.468 INFO kablam! | | Sep 05 00:18:13.468 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.468 INFO kablam! | help: use a float literal: `0.0` Sep 05 00:18:13.468 INFO kablam! | Sep 05 00:18:13.468 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.468 INFO kablam! found type `{integer}` Sep 05 00:18:13.469 INFO kablam! Sep 05 00:18:13.469 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.469 INFO kablam! --> src/octree.rs:803:5 Sep 05 00:18:13.469 INFO kablam! | Sep 05 00:18:13.469 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 05 00:18:13.469 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.469 INFO kablam! Sep 05 00:18:13.469 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 05 00:18:13.469 INFO kablam! --> src/octree.rs:800:14 Sep 05 00:18:13.469 INFO kablam! | Sep 05 00:18:13.469 INFO kablam! 800 | let mut o = Octree::new(); Sep 05 00:18:13.469 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 05 00:18:13.469 INFO kablam! | Sep 05 00:18:13.469 INFO kablam! note: required by `>::new` Sep 05 00:18:13.469 INFO kablam! --> src/octree.rs:233:2 Sep 05 00:18:13.469 INFO kablam! | Sep 05 00:18:13.469 INFO kablam! 233 | pub fn new() -> Octree { Sep 05 00:18:13.469 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 00:18:13.469 INFO kablam! Sep 05 00:18:13.473 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.473 INFO kablam! --> src/octree.rs:804:5 Sep 05 00:18:13.473 INFO kablam! | Sep 05 00:18:13.473 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.474 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.474 INFO kablam! ... Sep 05 00:18:13.474 INFO kablam! 804 | o.check_corrupt(); Sep 05 00:18:13.474 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.474 INFO kablam! | Sep 05 00:18:13.474 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.474 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.474 INFO kablam! Sep 05 00:18:13.475 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 05 00:18:13.475 INFO kablam! --> src/octree.rs:806:12 Sep 05 00:18:13.475 INFO kablam! | Sep 05 00:18:13.475 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.475 INFO kablam! | ------------------------------ method `len` not found for this Sep 05 00:18:13.475 INFO kablam! ... Sep 05 00:18:13.475 INFO kablam! 806 | assert!(o.len() == 2 + 8); Sep 05 00:18:13.475 INFO kablam! | ^^^ Sep 05 00:18:13.475 INFO kablam! | Sep 05 00:18:13.475 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.475 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.475 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.475 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 05 00:18:13.475 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 05 00:18:13.475 INFO kablam! Sep 05 00:18:13.480 INFO kablam! error[E0599]: no method named `remove` found for type `octree::Octree` in the current scope Sep 05 00:18:13.480 INFO kablam! --> src/octree.rs:809:5 Sep 05 00:18:13.480 INFO kablam! | Sep 05 00:18:13.480 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.480 INFO kablam! | ------------------------------ method `remove` not found for this Sep 05 00:18:13.480 INFO kablam! ... Sep 05 00:18:13.480 INFO kablam! 809 | o.remove(i + 1); Sep 05 00:18:13.480 INFO kablam! | ^^^^^^ Sep 05 00:18:13.480 INFO kablam! | Sep 05 00:18:13.480 INFO kablam! = note: the method `remove` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.480 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.480 INFO kablam! Sep 05 00:18:13.484 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.484 INFO kablam! --> src/octree.rs:810:5 Sep 05 00:18:13.484 INFO kablam! | Sep 05 00:18:13.484 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.484 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.484 INFO kablam! ... Sep 05 00:18:13.484 INFO kablam! 810 | o.check_corrupt(); Sep 05 00:18:13.484 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.484 INFO kablam! | Sep 05 00:18:13.484 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.484 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.484 INFO kablam! Sep 05 00:18:13.486 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 05 00:18:13.486 INFO kablam! --> src/octree.rs:812:12 Sep 05 00:18:13.486 INFO kablam! | Sep 05 00:18:13.486 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.486 INFO kablam! | ------------------------------ method `len` not found for this Sep 05 00:18:13.486 INFO kablam! ... Sep 05 00:18:13.486 INFO kablam! 812 | assert!(o.len() == 0 + 8); Sep 05 00:18:13.486 INFO kablam! | ^^^ Sep 05 00:18:13.486 INFO kablam! | Sep 05 00:18:13.486 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.487 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.487 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.487 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 05 00:18:13.487 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 05 00:18:13.487 INFO kablam! Sep 05 00:18:13.489 INFO kablam! error[E0599]: no method named `add` found for type `octree::Octree` in the current scope Sep 05 00:18:13.489 INFO kablam! --> src/octree.rs:815:5 Sep 05 00:18:13.489 INFO kablam! | Sep 05 00:18:13.489 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.489 INFO kablam! | ------------------------------ method `add` not found for this Sep 05 00:18:13.489 INFO kablam! ... Sep 05 00:18:13.489 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 05 00:18:13.489 INFO kablam! | ^^^ Sep 05 00:18:13.489 INFO kablam! | Sep 05 00:18:13.489 INFO kablam! = note: the method `add` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.489 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.489 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.489 INFO kablam! = note: the following trait defines an item `add`, perhaps you need to implement it: Sep 05 00:18:13.489 INFO kablam! candidate #1: `std::ops::Add` Sep 05 00:18:13.489 INFO kablam! Sep 05 00:18:13.511 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.511 INFO kablam! --> src/octree.rs:815:19 Sep 05 00:18:13.511 INFO kablam! | Sep 05 00:18:13.511 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 05 00:18:13.511 INFO kablam! | ^ Sep 05 00:18:13.511 INFO kablam! | | Sep 05 00:18:13.511 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.511 INFO kablam! | help: use a float literal: `1.0` Sep 05 00:18:13.511 INFO kablam! | Sep 05 00:18:13.511 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.511 INFO kablam! found type `{integer}` Sep 05 00:18:13.511 INFO kablam! Sep 05 00:18:13.532 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.532 INFO kablam! --> src/octree.rs:815:22 Sep 05 00:18:13.532 INFO kablam! | Sep 05 00:18:13.532 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 05 00:18:13.532 INFO kablam! | ^ Sep 05 00:18:13.532 INFO kablam! | | Sep 05 00:18:13.532 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.532 INFO kablam! | help: use a float literal: `2.0` Sep 05 00:18:13.532 INFO kablam! | Sep 05 00:18:13.532 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.532 INFO kablam! found type `{integer}` Sep 05 00:18:13.532 INFO kablam! Sep 05 00:18:13.557 INFO kablam! error[E0308]: mismatched types Sep 05 00:18:13.557 INFO kablam! --> src/octree.rs:815:25 Sep 05 00:18:13.557 INFO kablam! | Sep 05 00:18:13.557 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 05 00:18:13.557 INFO kablam! | ^ Sep 05 00:18:13.557 INFO kablam! | | Sep 05 00:18:13.557 INFO kablam! | expected f32, found integral variable Sep 05 00:18:13.557 INFO kablam! | help: use a float literal: `4.0` Sep 05 00:18:13.557 INFO kablam! | Sep 05 00:18:13.557 INFO kablam! = note: expected type `f32` Sep 05 00:18:13.557 INFO kablam! found type `{integer}` Sep 05 00:18:13.557 INFO kablam! Sep 05 00:18:13.559 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 05 00:18:13.559 INFO kablam! --> src/octree.rs:816:5 Sep 05 00:18:13.559 INFO kablam! | Sep 05 00:18:13.559 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.559 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 05 00:18:13.559 INFO kablam! ... Sep 05 00:18:13.560 INFO kablam! 816 | o.check_corrupt(); Sep 05 00:18:13.560 INFO kablam! | ^^^^^^^^^^^^^ Sep 05 00:18:13.560 INFO kablam! | Sep 05 00:18:13.560 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.560 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.560 INFO kablam! Sep 05 00:18:13.561 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 05 00:18:13.561 INFO kablam! --> src/octree.rs:818:12 Sep 05 00:18:13.561 INFO kablam! | Sep 05 00:18:13.561 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.561 INFO kablam! | ------------------------------ method `len` not found for this Sep 05 00:18:13.561 INFO kablam! ... Sep 05 00:18:13.561 INFO kablam! 818 | assert!(o.len() == 2 + 8); Sep 05 00:18:13.561 INFO kablam! | ^^^ Sep 05 00:18:13.561 INFO kablam! | Sep 05 00:18:13.561 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.561 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.561 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 05 00:18:13.561 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 05 00:18:13.561 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 05 00:18:13.561 INFO kablam! Sep 05 00:18:13.564 INFO kablam! error[E0599]: no method named `print` found for type `octree::Octree` in the current scope Sep 05 00:18:13.564 INFO kablam! --> src/octree.rs:821:4 Sep 05 00:18:13.564 INFO kablam! | Sep 05 00:18:13.564 INFO kablam! 25 | pub struct Octree { Sep 05 00:18:13.564 INFO kablam! | ------------------------------ method `print` not found for this Sep 05 00:18:13.565 INFO kablam! ... Sep 05 00:18:13.565 INFO kablam! 821 | o.print(); Sep 05 00:18:13.565 INFO kablam! | ^^^^^ Sep 05 00:18:13.565 INFO kablam! | Sep 05 00:18:13.565 INFO kablam! = note: the method `print` exists but the following trait bounds were not satisfied: Sep 05 00:18:13.565 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 05 00:18:13.565 INFO kablam! Sep 05 00:18:13.650 INFO kablam! error: aborting due to 46 previous errors Sep 05 00:18:13.650 INFO kablam! Sep 05 00:18:13.650 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 05 00:18:13.650 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 05 00:18:13.657 INFO kablam! error: Could not compile `ami`. Sep 05 00:18:13.658 INFO kablam! Sep 05 00:18:13.658 INFO kablam! To learn more, run the command again with --verbose. Sep 05 00:18:13.659 INFO kablam! su: No module specific data is present Sep 05 00:18:14.125 INFO running `"docker" "rm" "-f" "e4b5ea3cc8ee076ba866484c7aabdf21b20f71fa57a4f5927e87bffd6c46de3c"` Sep 05 00:18:14.219 INFO blam! e4b5ea3cc8ee076ba866484c7aabdf21b20f71fa57a4f5927e87bffd6c46de3c