Sep 02 20:56:12.404 INFO checking ami-0.8.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 20:56:12.404 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 20:56:12.404 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 20:56:12.569 INFO blam! 597c83f589ff978970ab383bbc9dd154ff6bf7c410198521d65b56b2cd657ffc Sep 02 20:56:12.571 INFO running `"docker" "start" "-a" "597c83f589ff978970ab383bbc9dd154ff6bf7c410198521d65b56b2cd657ffc"` Sep 02 20:56:13.259 INFO kablam! Checking ami v0.8.2 (file:///source) Sep 02 20:56:14.774 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.774 INFO kablam! --> src/octree.rs:751:21 Sep 02 20:56:14.774 INFO kablam! | Sep 02 20:56:14.774 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:14.774 INFO kablam! | ^ expected f32, found integral variable Sep 02 20:56:14.774 INFO kablam! | Sep 02 20:56:14.774 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.774 INFO kablam! found type `{integer}` Sep 02 20:56:14.774 INFO kablam! Sep 02 20:56:14.799 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.799 INFO kablam! --> src/octree.rs:751:24 Sep 02 20:56:14.799 INFO kablam! | Sep 02 20:56:14.799 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:14.799 INFO kablam! | ^ expected f32, found integral variable Sep 02 20:56:14.799 INFO kablam! | Sep 02 20:56:14.799 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.799 INFO kablam! found type `{integer}` Sep 02 20:56:14.799 INFO kablam! Sep 02 20:56:14.822 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.822 INFO kablam! --> src/octree.rs:751:27 Sep 02 20:56:14.822 INFO kablam! | Sep 02 20:56:14.822 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:14.822 INFO kablam! | ^ expected f32, found integral variable Sep 02 20:56:14.822 INFO kablam! | Sep 02 20:56:14.822 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.822 INFO kablam! found type `{integer}` Sep 02 20:56:14.822 INFO kablam! Sep 02 20:56:14.822 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:14.822 INFO kablam! --> src/octree.rs:751:7 Sep 02 20:56:14.823 INFO kablam! | Sep 02 20:56:14.823 INFO kablam! 751 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:14.823 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:14.823 INFO kablam! Sep 02 20:56:14.823 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:14.823 INFO kablam! --> src/octree.rs:746:14 Sep 02 20:56:14.823 INFO kablam! | Sep 02 20:56:14.823 INFO kablam! 746 | let mut o = Octree::new(); Sep 02 20:56:14.823 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:14.823 INFO kablam! | Sep 02 20:56:14.823 INFO kablam! note: required by `>::new` Sep 02 20:56:14.823 INFO kablam! --> src/octree.rs:233:2 Sep 02 20:56:14.823 INFO kablam! | Sep 02 20:56:14.823 INFO kablam! 233 | pub fn new() -> Octree { Sep 02 20:56:14.823 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:56:14.823 INFO kablam! Sep 02 20:56:14.825 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:14.825 INFO kablam! --> src/octree.rs:752:7 Sep 02 20:56:14.825 INFO kablam! | Sep 02 20:56:14.825 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:14.825 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:14.825 INFO kablam! ... Sep 02 20:56:14.825 INFO kablam! 752 | o.check_corrupt(); Sep 02 20:56:14.825 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:14.825 INFO kablam! | Sep 02 20:56:14.825 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:14.825 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:14.825 INFO kablam! Sep 02 20:56:14.827 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 02 20:56:14.828 INFO kablam! --> src/octree.rs:757:12 Sep 02 20:56:14.828 INFO kablam! | Sep 02 20:56:14.828 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:14.828 INFO kablam! | ------------------------------ method `len` not found for this Sep 02 20:56:14.828 INFO kablam! ... Sep 02 20:56:14.828 INFO kablam! 757 | assert!(o.len() == 1000_000); Sep 02 20:56:14.828 INFO kablam! | ^^^ Sep 02 20:56:14.828 INFO kablam! | Sep 02 20:56:14.828 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 02 20:56:14.828 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:14.828 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:14.828 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 02 20:56:14.828 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 02 20:56:14.828 INFO kablam! Sep 02 20:56:14.857 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.857 INFO kablam! --> src/octree.rs:765:19 Sep 02 20:56:14.857 INFO kablam! | Sep 02 20:56:14.857 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:14.857 INFO kablam! | ^ Sep 02 20:56:14.857 INFO kablam! | | Sep 02 20:56:14.857 INFO kablam! | expected f32, found integral variable Sep 02 20:56:14.857 INFO kablam! | help: use a float literal: `0.0` Sep 02 20:56:14.857 INFO kablam! | Sep 02 20:56:14.857 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.857 INFO kablam! found type `{integer}` Sep 02 20:56:14.857 INFO kablam! Sep 02 20:56:14.883 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.883 INFO kablam! --> src/octree.rs:765:22 Sep 02 20:56:14.883 INFO kablam! | Sep 02 20:56:14.883 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:14.883 INFO kablam! | ^ Sep 02 20:56:14.883 INFO kablam! | | Sep 02 20:56:14.883 INFO kablam! | expected f32, found integral variable Sep 02 20:56:14.883 INFO kablam! | help: use a float literal: `0.0` Sep 02 20:56:14.883 INFO kablam! | Sep 02 20:56:14.883 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.883 INFO kablam! found type `{integer}` Sep 02 20:56:14.884 INFO kablam! Sep 02 20:56:14.907 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.907 INFO kablam! --> src/octree.rs:765:25 Sep 02 20:56:14.907 INFO kablam! | Sep 02 20:56:14.907 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:14.907 INFO kablam! | ^ Sep 02 20:56:14.907 INFO kablam! | | Sep 02 20:56:14.907 INFO kablam! | expected f32, found integral variable Sep 02 20:56:14.907 INFO kablam! | help: use a float literal: `0.0` Sep 02 20:56:14.907 INFO kablam! | Sep 02 20:56:14.907 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.908 INFO kablam! found type `{integer}` Sep 02 20:56:14.908 INFO kablam! Sep 02 20:56:14.908 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:14.908 INFO kablam! --> src/octree.rs:765:5 Sep 02 20:56:14.908 INFO kablam! | Sep 02 20:56:14.908 INFO kablam! 765 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:14.908 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:14.908 INFO kablam! Sep 02 20:56:14.908 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:14.908 INFO kablam! --> src/octree.rs:762:14 Sep 02 20:56:14.908 INFO kablam! | Sep 02 20:56:14.908 INFO kablam! 762 | let mut o = Octree::new(); Sep 02 20:56:14.908 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:14.909 INFO kablam! | Sep 02 20:56:14.909 INFO kablam! note: required by `>::new` Sep 02 20:56:14.909 INFO kablam! --> src/octree.rs:233:2 Sep 02 20:56:14.909 INFO kablam! | Sep 02 20:56:14.909 INFO kablam! 233 | pub fn new() -> Octree { Sep 02 20:56:14.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:56:14.909 INFO kablam! Sep 02 20:56:14.910 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:14.910 INFO kablam! --> src/octree.rs:766:5 Sep 02 20:56:14.910 INFO kablam! | Sep 02 20:56:14.910 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:14.910 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:14.910 INFO kablam! ... Sep 02 20:56:14.910 INFO kablam! 766 | o.check_corrupt(); Sep 02 20:56:14.910 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:14.910 INFO kablam! | Sep 02 20:56:14.910 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:14.910 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:14.910 INFO kablam! Sep 02 20:56:14.911 INFO kablam! error[E0599]: no method named `add` found for type `octree::Octree` in the current scope Sep 02 20:56:14.911 INFO kablam! --> src/octree.rs:769:4 Sep 02 20:56:14.912 INFO kablam! | Sep 02 20:56:14.912 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:14.912 INFO kablam! | ------------------------------ method `add` not found for this Sep 02 20:56:14.912 INFO kablam! ... Sep 02 20:56:14.912 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 02 20:56:14.912 INFO kablam! | ^^^ Sep 02 20:56:14.912 INFO kablam! | Sep 02 20:56:14.912 INFO kablam! = note: the method `add` exists but the following trait bounds were not satisfied: Sep 02 20:56:14.912 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:14.912 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:14.912 INFO kablam! = note: the following trait defines an item `add`, perhaps you need to implement it: Sep 02 20:56:14.912 INFO kablam! candidate #1: `std::ops::Add` Sep 02 20:56:14.912 INFO kablam! Sep 02 20:56:14.933 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.933 INFO kablam! --> src/octree.rs:769:18 Sep 02 20:56:14.933 INFO kablam! | Sep 02 20:56:14.933 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 02 20:56:14.933 INFO kablam! | ^ Sep 02 20:56:14.933 INFO kablam! | | Sep 02 20:56:14.933 INFO kablam! | expected f32, found integral variable Sep 02 20:56:14.933 INFO kablam! | help: use a float literal: `1.0` Sep 02 20:56:14.933 INFO kablam! | Sep 02 20:56:14.933 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.933 INFO kablam! found type `{integer}` Sep 02 20:56:14.933 INFO kablam! Sep 02 20:56:14.954 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.954 INFO kablam! --> src/octree.rs:769:20 Sep 02 20:56:14.954 INFO kablam! | Sep 02 20:56:14.954 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 02 20:56:14.954 INFO kablam! | ^ Sep 02 20:56:14.954 INFO kablam! | | Sep 02 20:56:14.954 INFO kablam! | expected f32, found integral variable Sep 02 20:56:14.955 INFO kablam! | help: use a float literal: `1.0` Sep 02 20:56:14.955 INFO kablam! | Sep 02 20:56:14.955 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.955 INFO kablam! found type `{integer}` Sep 02 20:56:14.955 INFO kablam! Sep 02 20:56:14.975 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:14.975 INFO kablam! --> src/octree.rs:769:22 Sep 02 20:56:14.975 INFO kablam! | Sep 02 20:56:14.975 INFO kablam! 769 | o.add(Vec3::new(1,1,1)); Sep 02 20:56:14.976 INFO kablam! | ^ Sep 02 20:56:14.976 INFO kablam! | | Sep 02 20:56:14.976 INFO kablam! | expected f32, found integral variable Sep 02 20:56:14.976 INFO kablam! | help: use a float literal: `1.0` Sep 02 20:56:14.976 INFO kablam! | Sep 02 20:56:14.976 INFO kablam! = note: expected type `f32` Sep 02 20:56:14.976 INFO kablam! found type `{integer}` Sep 02 20:56:14.976 INFO kablam! Sep 02 20:56:14.978 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:14.978 INFO kablam! --> src/octree.rs:770:4 Sep 02 20:56:14.978 INFO kablam! | Sep 02 20:56:14.978 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:14.978 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:14.978 INFO kablam! ... Sep 02 20:56:14.978 INFO kablam! 770 | o.check_corrupt(); Sep 02 20:56:14.978 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:14.978 INFO kablam! | Sep 02 20:56:14.978 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:14.978 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:14.978 INFO kablam! Sep 02 20:56:14.979 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 02 20:56:14.979 INFO kablam! --> src/octree.rs:772:12 Sep 02 20:56:14.979 INFO kablam! | Sep 02 20:56:14.979 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:14.979 INFO kablam! | ------------------------------ method `len` not found for this Sep 02 20:56:14.979 INFO kablam! ... Sep 02 20:56:14.979 INFO kablam! 772 | assert!(o.len() == 11); Sep 02 20:56:14.979 INFO kablam! | ^^^ Sep 02 20:56:14.980 INFO kablam! | Sep 02 20:56:14.980 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 02 20:56:14.980 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:14.980 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:14.980 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 02 20:56:14.980 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 02 20:56:14.980 INFO kablam! Sep 02 20:56:15.003 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.003 INFO kablam! --> src/octree.rs:782:21 Sep 02 20:56:15.003 INFO kablam! | Sep 02 20:56:15.003 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:15.003 INFO kablam! | ^ expected f32, found integral variable Sep 02 20:56:15.003 INFO kablam! | Sep 02 20:56:15.004 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.004 INFO kablam! found type `{integer}` Sep 02 20:56:15.004 INFO kablam! Sep 02 20:56:15.024 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.024 INFO kablam! --> src/octree.rs:782:24 Sep 02 20:56:15.025 INFO kablam! | Sep 02 20:56:15.025 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:15.025 INFO kablam! | ^ expected f32, found integral variable Sep 02 20:56:15.025 INFO kablam! | Sep 02 20:56:15.025 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.025 INFO kablam! found type `{integer}` Sep 02 20:56:15.025 INFO kablam! Sep 02 20:56:15.047 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.047 INFO kablam! --> src/octree.rs:782:27 Sep 02 20:56:15.047 INFO kablam! | Sep 02 20:56:15.047 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:15.048 INFO kablam! | ^ expected f32, found integral variable Sep 02 20:56:15.048 INFO kablam! | Sep 02 20:56:15.048 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.048 INFO kablam! found type `{integer}` Sep 02 20:56:15.048 INFO kablam! Sep 02 20:56:15.048 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:15.048 INFO kablam! --> src/octree.rs:782:7 Sep 02 20:56:15.048 INFO kablam! | Sep 02 20:56:15.048 INFO kablam! 782 | o.add(Vec3::new(x, y, z)); Sep 02 20:56:15.048 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:15.048 INFO kablam! Sep 02 20:56:15.048 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:15.048 INFO kablam! --> src/octree.rs:777:14 Sep 02 20:56:15.048 INFO kablam! | Sep 02 20:56:15.048 INFO kablam! 777 | let mut o = Octree::new(); Sep 02 20:56:15.048 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:15.048 INFO kablam! | Sep 02 20:56:15.048 INFO kablam! note: required by `>::new` Sep 02 20:56:15.048 INFO kablam! --> src/octree.rs:233:2 Sep 02 20:56:15.048 INFO kablam! | Sep 02 20:56:15.048 INFO kablam! 233 | pub fn new() -> Octree { Sep 02 20:56:15.048 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:56:15.048 INFO kablam! Sep 02 20:56:15.051 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:15.051 INFO kablam! --> src/octree.rs:783:7 Sep 02 20:56:15.051 INFO kablam! | Sep 02 20:56:15.051 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.051 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:15.051 INFO kablam! ... Sep 02 20:56:15.051 INFO kablam! 783 | o.check_corrupt(); Sep 02 20:56:15.051 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:15.051 INFO kablam! | Sep 02 20:56:15.051 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.051 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.051 INFO kablam! Sep 02 20:56:15.053 INFO kablam! error[E0599]: no method named `print` found for type `octree::Octree` in the current scope Sep 02 20:56:15.053 INFO kablam! --> src/octree.rs:788:4 Sep 02 20:56:15.053 INFO kablam! | Sep 02 20:56:15.053 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.053 INFO kablam! | ------------------------------ method `print` not found for this Sep 02 20:56:15.053 INFO kablam! ... Sep 02 20:56:15.054 INFO kablam! 788 | o.print(); Sep 02 20:56:15.054 INFO kablam! | ^^^^^ Sep 02 20:56:15.054 INFO kablam! | Sep 02 20:56:15.054 INFO kablam! = note: the method `print` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.054 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.054 INFO kablam! Sep 02 20:56:15.057 INFO kablam! error[E0599]: no method named `remove` found for type `octree::Octree` in the current scope Sep 02 20:56:15.058 INFO kablam! --> src/octree.rs:791:5 Sep 02 20:56:15.058 INFO kablam! | Sep 02 20:56:15.058 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.058 INFO kablam! | ------------------------------ method `remove` not found for this Sep 02 20:56:15.058 INFO kablam! ... Sep 02 20:56:15.058 INFO kablam! 791 | o.remove(i + 1); Sep 02 20:56:15.058 INFO kablam! | ^^^^^^ Sep 02 20:56:15.058 INFO kablam! | Sep 02 20:56:15.058 INFO kablam! = note: the method `remove` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.058 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.058 INFO kablam! Sep 02 20:56:15.060 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:15.060 INFO kablam! --> src/octree.rs:792:5 Sep 02 20:56:15.060 INFO kablam! | Sep 02 20:56:15.060 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.060 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:15.060 INFO kablam! ... Sep 02 20:56:15.060 INFO kablam! 792 | o.check_corrupt(); Sep 02 20:56:15.060 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:15.060 INFO kablam! | Sep 02 20:56:15.060 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.060 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.061 INFO kablam! Sep 02 20:56:15.061 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 02 20:56:15.061 INFO kablam! --> src/octree.rs:795:12 Sep 02 20:56:15.061 INFO kablam! | Sep 02 20:56:15.062 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.062 INFO kablam! | ------------------------------ method `len` not found for this Sep 02 20:56:15.062 INFO kablam! ... Sep 02 20:56:15.062 INFO kablam! 795 | assert!(o.len() == 0) Sep 02 20:56:15.062 INFO kablam! | ^^^ Sep 02 20:56:15.062 INFO kablam! | Sep 02 20:56:15.062 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.062 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.062 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:15.062 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 02 20:56:15.062 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 02 20:56:15.062 INFO kablam! Sep 02 20:56:15.088 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.088 INFO kablam! --> src/octree.rs:803:19 Sep 02 20:56:15.088 INFO kablam! | Sep 02 20:56:15.088 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:15.088 INFO kablam! | ^ Sep 02 20:56:15.088 INFO kablam! | | Sep 02 20:56:15.088 INFO kablam! | expected f32, found integral variable Sep 02 20:56:15.088 INFO kablam! | help: use a float literal: `0.0` Sep 02 20:56:15.088 INFO kablam! | Sep 02 20:56:15.088 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.088 INFO kablam! found type `{integer}` Sep 02 20:56:15.088 INFO kablam! Sep 02 20:56:15.112 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.112 INFO kablam! --> src/octree.rs:803:22 Sep 02 20:56:15.112 INFO kablam! | Sep 02 20:56:15.112 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:15.112 INFO kablam! | ^ Sep 02 20:56:15.112 INFO kablam! | | Sep 02 20:56:15.112 INFO kablam! | expected f32, found integral variable Sep 02 20:56:15.112 INFO kablam! | help: use a float literal: `0.0` Sep 02 20:56:15.112 INFO kablam! | Sep 02 20:56:15.112 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.112 INFO kablam! found type `{integer}` Sep 02 20:56:15.112 INFO kablam! Sep 02 20:56:15.139 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.139 INFO kablam! --> src/octree.rs:803:25 Sep 02 20:56:15.139 INFO kablam! | Sep 02 20:56:15.139 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:15.139 INFO kablam! | ^ Sep 02 20:56:15.139 INFO kablam! | | Sep 02 20:56:15.139 INFO kablam! | expected f32, found integral variable Sep 02 20:56:15.139 INFO kablam! | help: use a float literal: `0.0` Sep 02 20:56:15.139 INFO kablam! | Sep 02 20:56:15.139 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.139 INFO kablam! found type `{integer}` Sep 02 20:56:15.139 INFO kablam! Sep 02 20:56:15.139 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:15.139 INFO kablam! --> src/octree.rs:803:5 Sep 02 20:56:15.139 INFO kablam! | Sep 02 20:56:15.139 INFO kablam! 803 | o.add(Vec3::new(0, 0, 0)); Sep 02 20:56:15.140 INFO kablam! | ^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:15.140 INFO kablam! Sep 02 20:56:15.140 INFO kablam! error[E0277]: the trait bound `vec3::Vec3: collider::Collider` is not satisfied Sep 02 20:56:15.140 INFO kablam! --> src/octree.rs:800:14 Sep 02 20:56:15.140 INFO kablam! | Sep 02 20:56:15.140 INFO kablam! 800 | let mut o = Octree::new(); Sep 02 20:56:15.140 INFO kablam! | ^^^^^^^^^^^ the trait `collider::Collider` is not implemented for `vec3::Vec3` Sep 02 20:56:15.140 INFO kablam! | Sep 02 20:56:15.140 INFO kablam! note: required by `>::new` Sep 02 20:56:15.140 INFO kablam! --> src/octree.rs:233:2 Sep 02 20:56:15.140 INFO kablam! | Sep 02 20:56:15.140 INFO kablam! 233 | pub fn new() -> Octree { Sep 02 20:56:15.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:56:15.140 INFO kablam! Sep 02 20:56:15.143 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:15.143 INFO kablam! --> src/octree.rs:804:5 Sep 02 20:56:15.143 INFO kablam! | Sep 02 20:56:15.143 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.143 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:15.143 INFO kablam! ... Sep 02 20:56:15.143 INFO kablam! 804 | o.check_corrupt(); Sep 02 20:56:15.143 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:15.143 INFO kablam! | Sep 02 20:56:15.143 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.143 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.143 INFO kablam! Sep 02 20:56:15.145 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 02 20:56:15.145 INFO kablam! --> src/octree.rs:806:12 Sep 02 20:56:15.145 INFO kablam! | Sep 02 20:56:15.145 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.145 INFO kablam! | ------------------------------ method `len` not found for this Sep 02 20:56:15.145 INFO kablam! ... Sep 02 20:56:15.145 INFO kablam! 806 | assert!(o.len() == 2 + 8); Sep 02 20:56:15.145 INFO kablam! | ^^^ Sep 02 20:56:15.145 INFO kablam! | Sep 02 20:56:15.146 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.146 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.146 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:15.146 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 02 20:56:15.146 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 02 20:56:15.146 INFO kablam! Sep 02 20:56:15.149 INFO kablam! error[E0599]: no method named `remove` found for type `octree::Octree` in the current scope Sep 02 20:56:15.149 INFO kablam! --> src/octree.rs:809:5 Sep 02 20:56:15.149 INFO kablam! | Sep 02 20:56:15.150 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.150 INFO kablam! | ------------------------------ method `remove` not found for this Sep 02 20:56:15.150 INFO kablam! ... Sep 02 20:56:15.150 INFO kablam! 809 | o.remove(i + 1); Sep 02 20:56:15.150 INFO kablam! | ^^^^^^ Sep 02 20:56:15.150 INFO kablam! | Sep 02 20:56:15.150 INFO kablam! = note: the method `remove` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.150 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.150 INFO kablam! Sep 02 20:56:15.152 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:15.152 INFO kablam! --> src/octree.rs:810:5 Sep 02 20:56:15.152 INFO kablam! | Sep 02 20:56:15.152 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.152 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:15.152 INFO kablam! ... Sep 02 20:56:15.152 INFO kablam! 810 | o.check_corrupt(); Sep 02 20:56:15.152 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:15.152 INFO kablam! | Sep 02 20:56:15.152 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.152 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.152 INFO kablam! Sep 02 20:56:15.153 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 02 20:56:15.153 INFO kablam! --> src/octree.rs:812:12 Sep 02 20:56:15.153 INFO kablam! | Sep 02 20:56:15.153 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.153 INFO kablam! | ------------------------------ method `len` not found for this Sep 02 20:56:15.153 INFO kablam! ... Sep 02 20:56:15.154 INFO kablam! 812 | assert!(o.len() == 0 + 8); Sep 02 20:56:15.154 INFO kablam! | ^^^ Sep 02 20:56:15.154 INFO kablam! | Sep 02 20:56:15.154 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.154 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.154 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:15.154 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 02 20:56:15.154 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 02 20:56:15.154 INFO kablam! Sep 02 20:56:15.156 INFO kablam! error[E0599]: no method named `add` found for type `octree::Octree` in the current scope Sep 02 20:56:15.156 INFO kablam! --> src/octree.rs:815:5 Sep 02 20:56:15.156 INFO kablam! | Sep 02 20:56:15.156 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.156 INFO kablam! | ------------------------------ method `add` not found for this Sep 02 20:56:15.156 INFO kablam! ... Sep 02 20:56:15.156 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 02 20:56:15.156 INFO kablam! | ^^^ Sep 02 20:56:15.156 INFO kablam! | Sep 02 20:56:15.156 INFO kablam! = note: the method `add` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.156 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.156 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:15.156 INFO kablam! = note: the following trait defines an item `add`, perhaps you need to implement it: Sep 02 20:56:15.156 INFO kablam! candidate #1: `std::ops::Add` Sep 02 20:56:15.156 INFO kablam! Sep 02 20:56:15.182 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.183 INFO kablam! --> src/octree.rs:815:19 Sep 02 20:56:15.183 INFO kablam! | Sep 02 20:56:15.183 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 02 20:56:15.183 INFO kablam! | ^ Sep 02 20:56:15.183 INFO kablam! | | Sep 02 20:56:15.183 INFO kablam! | expected f32, found integral variable Sep 02 20:56:15.183 INFO kablam! | help: use a float literal: `1.0` Sep 02 20:56:15.183 INFO kablam! | Sep 02 20:56:15.183 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.183 INFO kablam! found type `{integer}` Sep 02 20:56:15.183 INFO kablam! Sep 02 20:56:15.206 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.206 INFO kablam! --> src/octree.rs:815:22 Sep 02 20:56:15.206 INFO kablam! | Sep 02 20:56:15.206 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 02 20:56:15.206 INFO kablam! | ^ Sep 02 20:56:15.206 INFO kablam! | | Sep 02 20:56:15.206 INFO kablam! | expected f32, found integral variable Sep 02 20:56:15.206 INFO kablam! | help: use a float literal: `2.0` Sep 02 20:56:15.206 INFO kablam! | Sep 02 20:56:15.206 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.206 INFO kablam! found type `{integer}` Sep 02 20:56:15.206 INFO kablam! Sep 02 20:56:15.227 INFO kablam! error[E0308]: mismatched types Sep 02 20:56:15.227 INFO kablam! --> src/octree.rs:815:25 Sep 02 20:56:15.227 INFO kablam! | Sep 02 20:56:15.227 INFO kablam! 815 | o.add(Vec3::new(1, 2, 4)); Sep 02 20:56:15.227 INFO kablam! | ^ Sep 02 20:56:15.227 INFO kablam! | | Sep 02 20:56:15.227 INFO kablam! | expected f32, found integral variable Sep 02 20:56:15.227 INFO kablam! | help: use a float literal: `4.0` Sep 02 20:56:15.227 INFO kablam! | Sep 02 20:56:15.227 INFO kablam! = note: expected type `f32` Sep 02 20:56:15.227 INFO kablam! found type `{integer}` Sep 02 20:56:15.228 INFO kablam! Sep 02 20:56:15.230 INFO kablam! error[E0599]: no method named `check_corrupt` found for type `octree::Octree` in the current scope Sep 02 20:56:15.230 INFO kablam! --> src/octree.rs:816:5 Sep 02 20:56:15.230 INFO kablam! | Sep 02 20:56:15.230 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.230 INFO kablam! | ------------------------------ method `check_corrupt` not found for this Sep 02 20:56:15.230 INFO kablam! ... Sep 02 20:56:15.230 INFO kablam! 816 | o.check_corrupt(); Sep 02 20:56:15.230 INFO kablam! | ^^^^^^^^^^^^^ Sep 02 20:56:15.230 INFO kablam! | Sep 02 20:56:15.230 INFO kablam! = note: the method `check_corrupt` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.230 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.230 INFO kablam! Sep 02 20:56:15.231 INFO kablam! error[E0599]: no method named `len` found for type `octree::Octree` in the current scope Sep 02 20:56:15.231 INFO kablam! --> src/octree.rs:818:12 Sep 02 20:56:15.231 INFO kablam! | Sep 02 20:56:15.231 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.231 INFO kablam! | ------------------------------ method `len` not found for this Sep 02 20:56:15.231 INFO kablam! ... Sep 02 20:56:15.231 INFO kablam! 818 | assert!(o.len() == 2 + 8); Sep 02 20:56:15.231 INFO kablam! | ^^^ Sep 02 20:56:15.231 INFO kablam! | Sep 02 20:56:15.231 INFO kablam! = note: the method `len` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.231 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.231 INFO kablam! = help: items from traits can only be used if the trait is implemented and in scope Sep 02 20:56:15.231 INFO kablam! = note: the following trait defines an item `len`, perhaps you need to implement it: Sep 02 20:56:15.231 INFO kablam! candidate #1: `std::iter::ExactSizeIterator` Sep 02 20:56:15.231 INFO kablam! Sep 02 20:56:15.234 INFO kablam! error[E0599]: no method named `print` found for type `octree::Octree` in the current scope Sep 02 20:56:15.234 INFO kablam! --> src/octree.rs:821:4 Sep 02 20:56:15.234 INFO kablam! | Sep 02 20:56:15.234 INFO kablam! 25 | pub struct Octree { Sep 02 20:56:15.234 INFO kablam! | ------------------------------ method `print` not found for this Sep 02 20:56:15.234 INFO kablam! ... Sep 02 20:56:15.234 INFO kablam! 821 | o.print(); Sep 02 20:56:15.234 INFO kablam! | ^^^^^ Sep 02 20:56:15.234 INFO kablam! | Sep 02 20:56:15.234 INFO kablam! = note: the method `print` exists but the following trait bounds were not satisfied: Sep 02 20:56:15.235 INFO kablam! `vec3::Vec3 : collider::Collider` Sep 02 20:56:15.235 INFO kablam! Sep 02 20:56:15.299 INFO kablam! error: aborting due to 46 previous errors Sep 02 20:56:15.299 INFO kablam! Sep 02 20:56:15.299 INFO kablam! Some errors occurred: E0277, E0308, E0599. Sep 02 20:56:15.299 INFO kablam! For more information about an error, try `rustc --explain E0277`. Sep 02 20:56:15.307 INFO kablam! error: Could not compile `ami`. Sep 02 20:56:15.307 INFO kablam! Sep 02 20:56:15.307 INFO kablam! To learn more, run the command again with --verbose. Sep 02 20:56:15.309 INFO kablam! su: No module specific data is present Sep 02 20:56:15.817 INFO running `"docker" "rm" "-f" "597c83f589ff978970ab383bbc9dd154ff6bf7c410198521d65b56b2cd657ffc"` Sep 02 20:56:15.906 INFO blam! 597c83f589ff978970ab383bbc9dd154ff6bf7c410198521d65b56b2cd657ffc