Sep 14 11:38:26.221 INFO checking postgis-0.6.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 11:38:26.221 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 11:38:26.221 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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=1000" "-e" "CMD=cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 11:38:26.620 INFO blam! 0f183199c46e0b2c69c654e63af70fc7745f3d81b1ce157ee2414ad88f76d645 Sep 14 11:38:26.625 INFO running `"docker" "start" "-a" "0f183199c46e0b2c69c654e63af70fc7745f3d81b1ce157ee2414ad88f76d645"` Sep 14 11:38:27.962 INFO kablam! usermod: no changes Sep 14 11:38:28.091 INFO kablam! Checking postgis v0.6.0 (file:///source) Sep 14 11:38:29.499 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.499 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.499 INFO kablam! | Sep 14 11:38:29.499 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.499 INFO kablam! 936 | | where Sep 14 11:38:29.499 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.499 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.499 INFO kablam! ... | Sep 14 11:38:29.499 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.499 INFO kablam! 967 | | } Sep 14 11:38:29.499 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.507 INFO kablam! Sep 14 11:38:29.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.507 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.507 INFO kablam! | Sep 14 11:38:29.507 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.507 INFO kablam! 936 | | where Sep 14 11:38:29.507 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.507 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.507 INFO kablam! ... | Sep 14 11:38:29.507 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.507 INFO kablam! 967 | | } Sep 14 11:38:29.507 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.507 INFO kablam! Sep 14 11:38:29.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.507 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.507 INFO kablam! | Sep 14 11:38:29.507 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.507 INFO kablam! 936 | | where Sep 14 11:38:29.507 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.507 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.507 INFO kablam! ... | Sep 14 11:38:29.507 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.507 INFO kablam! 967 | | } Sep 14 11:38:29.507 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.507 INFO kablam! Sep 14 11:38:29.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.507 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.507 INFO kablam! | Sep 14 11:38:29.507 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.507 INFO kablam! 936 | | where Sep 14 11:38:29.507 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.507 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.507 INFO kablam! ... | Sep 14 11:38:29.507 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.507 INFO kablam! 967 | | } Sep 14 11:38:29.507 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.507 INFO kablam! Sep 14 11:38:29.507 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.507 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.508 INFO kablam! | Sep 14 11:38:29.508 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.508 INFO kablam! 936 | | where Sep 14 11:38:29.508 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.508 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.508 INFO kablam! ... | Sep 14 11:38:29.508 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.508 INFO kablam! 967 | | } Sep 14 11:38:29.508 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.508 INFO kablam! Sep 14 11:38:29.508 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.508 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.508 INFO kablam! | Sep 14 11:38:29.508 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.508 INFO kablam! 936 | | where Sep 14 11:38:29.508 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.508 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.508 INFO kablam! ... | Sep 14 11:38:29.508 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.508 INFO kablam! 967 | | } Sep 14 11:38:29.508 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.508 INFO kablam! Sep 14 11:38:29.626 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.627 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.627 INFO kablam! | Sep 14 11:38:29.627 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.627 INFO kablam! 936 | | where Sep 14 11:38:29.627 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.627 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.627 INFO kablam! ... | Sep 14 11:38:29.627 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.627 INFO kablam! 967 | | } Sep 14 11:38:29.627 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.627 INFO kablam! Sep 14 11:38:29.627 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.627 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.627 INFO kablam! | Sep 14 11:38:29.627 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.627 INFO kablam! 936 | | where Sep 14 11:38:29.627 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.627 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.627 INFO kablam! ... | Sep 14 11:38:29.627 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.627 INFO kablam! 967 | | } Sep 14 11:38:29.627 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.627 INFO kablam! Sep 14 11:38:29.627 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.627 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.627 INFO kablam! | Sep 14 11:38:29.627 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.627 INFO kablam! 936 | | where Sep 14 11:38:29.627 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.627 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.627 INFO kablam! ... | Sep 14 11:38:29.627 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.627 INFO kablam! 967 | | } Sep 14 11:38:29.627 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.627 INFO kablam! Sep 14 11:38:29.627 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.627 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.627 INFO kablam! | Sep 14 11:38:29.627 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.627 INFO kablam! 936 | | where Sep 14 11:38:29.627 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.627 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.627 INFO kablam! ... | Sep 14 11:38:29.627 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.627 INFO kablam! 967 | | } Sep 14 11:38:29.627 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.627 INFO kablam! Sep 14 11:38:29.627 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.627 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.627 INFO kablam! | Sep 14 11:38:29.627 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.627 INFO kablam! 936 | | where Sep 14 11:38:29.627 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.627 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.627 INFO kablam! ... | Sep 14 11:38:29.627 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.627 INFO kablam! 967 | | } Sep 14 11:38:29.627 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.627 INFO kablam! Sep 14 11:38:29.627 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.627 INFO kablam! --> src/ewkb.rs:935:1 Sep 14 11:38:29.628 INFO kablam! | Sep 14 11:38:29.628 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.628 INFO kablam! 936 | | where Sep 14 11:38:29.628 INFO kablam! 937 | | P: 'a + postgis::Point, Sep 14 11:38:29.628 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.628 INFO kablam! ... | Sep 14 11:38:29.628 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Sep 14 11:38:29.628 INFO kablam! 967 | | } Sep 14 11:38:29.628 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.628 INFO kablam! Sep 14 11:38:29.679 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.679 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.679 INFO kablam! | Sep 14 11:38:29.679 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.679 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.679 INFO kablam! Sep 14 11:38:29.679 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.679 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.679 INFO kablam! | Sep 14 11:38:29.679 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.679 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.679 INFO kablam! Sep 14 11:38:29.679 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.679 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.679 INFO kablam! | Sep 14 11:38:29.679 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.679 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.679 INFO kablam! Sep 14 11:38:29.679 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.679 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.679 INFO kablam! | Sep 14 11:38:29.679 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.679 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.679 INFO kablam! Sep 14 11:38:29.679 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.679 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.679 INFO kablam! | Sep 14 11:38:29.680 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.680 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.680 INFO kablam! Sep 14 11:38:29.680 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.680 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.680 INFO kablam! | Sep 14 11:38:29.680 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.680 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.680 INFO kablam! Sep 14 11:38:29.681 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.681 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.681 INFO kablam! | Sep 14 11:38:29.681 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.681 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.687 INFO kablam! Sep 14 11:38:29.687 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.687 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.687 INFO kablam! | Sep 14 11:38:29.687 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.687 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.687 INFO kablam! Sep 14 11:38:29.687 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.687 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.687 INFO kablam! | Sep 14 11:38:29.687 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.687 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.687 INFO kablam! Sep 14 11:38:29.687 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.687 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.687 INFO kablam! | Sep 14 11:38:29.687 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.687 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.687 INFO kablam! Sep 14 11:38:29.687 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.687 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.687 INFO kablam! | Sep 14 11:38:29.687 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.687 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.687 INFO kablam! Sep 14 11:38:29.687 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.687 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.687 INFO kablam! | Sep 14 11:38:29.687 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.687 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.687 INFO kablam! Sep 14 11:38:29.687 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.687 INFO kablam! --> src/ewkb.rs:1257:1 Sep 14 11:38:29.687 INFO kablam! | Sep 14 11:38:29.687 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.687 INFO kablam! 1258 | | where Sep 14 11:38:29.687 INFO kablam! 1259 | | P: 'a + postgis::Point, Sep 14 11:38:29.687 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.687 INFO kablam! ... | Sep 14 11:38:29.687 INFO kablam! 1284 | | pub point_type: PointType, Sep 14 11:38:29.687 INFO kablam! 1285 | | } Sep 14 11:38:29.688 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.688 INFO kablam! Sep 14 11:38:29.799 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.799 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.799 INFO kablam! | Sep 14 11:38:29.799 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.799 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.799 INFO kablam! Sep 14 11:38:29.799 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.799 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.799 INFO kablam! | Sep 14 11:38:29.799 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.799 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.799 INFO kablam! Sep 14 11:38:29.799 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.799 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.799 INFO kablam! | Sep 14 11:38:29.799 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.799 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.799 INFO kablam! Sep 14 11:38:29.799 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.799 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.799 INFO kablam! | Sep 14 11:38:29.799 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.799 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.799 INFO kablam! Sep 14 11:38:29.799 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.799 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.800 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.800 INFO kablam! --> src/ewkb.rs:1027:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.800 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.800 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.800 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.800 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.800 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.800 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.800 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.800 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.800 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.800 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.800 INFO kablam! | Sep 14 11:38:29.800 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.800 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.800 INFO kablam! Sep 14 11:38:29.807 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.807 INFO kablam! --> src/ewkb.rs:1059:54 Sep 14 11:38:29.807 INFO kablam! | Sep 14 11:38:29.807 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.807 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.807 INFO kablam! Sep 14 11:38:29.807 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.807 INFO kablam! --> src/ewkb.rs:1257:1 Sep 14 11:38:29.807 INFO kablam! | Sep 14 11:38:29.807 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Sep 14 11:38:29.807 INFO kablam! 1258 | | where Sep 14 11:38:29.807 INFO kablam! 1259 | | P: 'a + postgis::Point, Sep 14 11:38:29.807 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.807 INFO kablam! ... | Sep 14 11:38:29.807 INFO kablam! 1284 | | pub point_type: PointType, Sep 14 11:38:29.807 INFO kablam! 1285 | | } Sep 14 11:38:29.807 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.807 INFO kablam! Sep 14 11:38:29.955 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.955 INFO kablam! --> src/ewkb.rs:1345:54 Sep 14 11:38:29.955 INFO kablam! | Sep 14 11:38:29.955 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.955 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.955 INFO kablam! Sep 14 11:38:29.955 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.955 INFO kablam! --> src/ewkb.rs:1377:54 Sep 14 11:38:29.955 INFO kablam! | Sep 14 11:38:29.955 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.955 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.955 INFO kablam! Sep 14 11:38:29.960 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.960 INFO kablam! --> src/ewkb.rs:547:9 Sep 14 11:38:29.960 INFO kablam! | Sep 14 11:38:29.960 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Sep 14 11:38:29.960 INFO kablam! 548 | | where P: 'a + postgis::Point, Sep 14 11:38:29.960 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Sep 14 11:38:29.960 INFO kablam! 550 | | { Sep 14 11:38:29.960 INFO kablam! ... | Sep 14 11:38:29.960 INFO kablam! 553 | | pub point_type: PointType, Sep 14 11:38:29.960 INFO kablam! 554 | | } Sep 14 11:38:29.960 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.960 INFO kablam! ... Sep 14 11:38:29.960 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:29.960 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:29.960 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:29.960 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:29.960 INFO kablam! Sep 14 11:38:29.963 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.963 INFO kablam! --> src/ewkb.rs:562:24 Sep 14 11:38:29.963 INFO kablam! | Sep 14 11:38:29.963 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Sep 14 11:38:29.963 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.963 INFO kablam! ... Sep 14 11:38:29.963 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:29.963 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:29.963 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:29.963 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:29.963 INFO kablam! Sep 14 11:38:29.963 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:29.963 INFO kablam! --> src/ewkb.rs:572:24 Sep 14 11:38:29.963 INFO kablam! | Sep 14 11:38:29.963 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Sep 14 11:38:29.963 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:29.963 INFO kablam! ... Sep 14 11:38:29.963 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:29.963 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:29.963 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:29.963 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:29.963 INFO kablam! Sep 14 11:38:29.963 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.963 INFO kablam! --> src/ewkb.rs:609:9 Sep 14 11:38:29.963 INFO kablam! | Sep 14 11:38:29.963 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Sep 14 11:38:29.963 INFO kablam! 610 | | where P: 'a + postgis::Point, Sep 14 11:38:29.963 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.963 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Sep 14 11:38:29.963 INFO kablam! ... | Sep 14 11:38:29.963 INFO kablam! 617 | | pub point_type: PointType, Sep 14 11:38:29.963 INFO kablam! 618 | | } Sep 14 11:38:29.963 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.963 INFO kablam! ... Sep 14 11:38:29.963 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:29.963 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:29.963 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:29.963 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:29.963 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:29.963 INFO kablam! Sep 14 11:38:29.971 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.971 INFO kablam! --> src/ewkb.rs:628:30 Sep 14 11:38:29.971 INFO kablam! | Sep 14 11:38:29.971 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:29.971 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.971 INFO kablam! ... Sep 14 11:38:29.971 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:29.971 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:29.971 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:29.971 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:29.971 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:29.971 INFO kablam! Sep 14 11:38:29.971 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:29.971 INFO kablam! --> src/ewkb.rs:640:30 Sep 14 11:38:29.971 INFO kablam! | Sep 14 11:38:29.971 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:29.971 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:29.971 INFO kablam! ... Sep 14 11:38:29.971 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:29.971 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:29.971 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:29.971 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:29.971 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:29.971 INFO kablam! Sep 14 11:38:29.975 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.975 INFO kablam! --> src/ewkb.rs:547:9 Sep 14 11:38:29.975 INFO kablam! | Sep 14 11:38:29.975 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Sep 14 11:38:29.975 INFO kablam! 548 | | where P: 'a + postgis::Point, Sep 14 11:38:29.975 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Sep 14 11:38:29.975 INFO kablam! 550 | | { Sep 14 11:38:29.975 INFO kablam! ... | Sep 14 11:38:29.975 INFO kablam! 553 | | pub point_type: PointType, Sep 14 11:38:29.975 INFO kablam! 554 | | } Sep 14 11:38:29.975 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.975 INFO kablam! ... Sep 14 11:38:29.975 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:29.975 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:29.975 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:29.975 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:29.975 INFO kablam! Sep 14 11:38:29.975 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.975 INFO kablam! --> src/ewkb.rs:562:24 Sep 14 11:38:29.975 INFO kablam! | Sep 14 11:38:29.975 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Sep 14 11:38:29.975 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.975 INFO kablam! ... Sep 14 11:38:29.975 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:29.975 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:29.975 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:29.975 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:29.975 INFO kablam! Sep 14 11:38:29.975 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:29.975 INFO kablam! --> src/ewkb.rs:572:24 Sep 14 11:38:29.975 INFO kablam! | Sep 14 11:38:29.975 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Sep 14 11:38:29.975 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:29.975 INFO kablam! ... Sep 14 11:38:29.975 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:29.975 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:29.975 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:29.975 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:29.975 INFO kablam! Sep 14 11:38:29.987 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.987 INFO kablam! --> src/ewkb.rs:609:9 Sep 14 11:38:29.987 INFO kablam! | Sep 14 11:38:29.987 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Sep 14 11:38:29.987 INFO kablam! 610 | | where P: 'a + postgis::Point, Sep 14 11:38:29.987 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.987 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Sep 14 11:38:29.987 INFO kablam! ... | Sep 14 11:38:29.987 INFO kablam! 617 | | pub point_type: PointType, Sep 14 11:38:29.987 INFO kablam! 618 | | } Sep 14 11:38:29.987 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.987 INFO kablam! ... Sep 14 11:38:29.987 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:29.987 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:29.987 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:29.987 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:29.987 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:29.987 INFO kablam! Sep 14 11:38:29.987 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.987 INFO kablam! --> src/ewkb.rs:628:30 Sep 14 11:38:29.987 INFO kablam! | Sep 14 11:38:29.987 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:29.987 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.987 INFO kablam! ... Sep 14 11:38:29.987 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:29.987 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:29.987 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:29.987 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:29.987 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:29.987 INFO kablam! Sep 14 11:38:29.987 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:29.987 INFO kablam! --> src/ewkb.rs:640:30 Sep 14 11:38:29.987 INFO kablam! | Sep 14 11:38:29.987 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:29.987 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:29.987 INFO kablam! ... Sep 14 11:38:29.987 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:29.987 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:29.987 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:29.987 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:29.987 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:29.987 INFO kablam! Sep 14 11:38:29.988 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:29.988 INFO kablam! --> src/ewkb.rs:677:9 Sep 14 11:38:29.988 INFO kablam! | Sep 14 11:38:29.988 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:29.988 INFO kablam! 678 | | where P: 'a + postgis::Point, Sep 14 11:38:29.988 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:29.988 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Sep 14 11:38:29.988 INFO kablam! ... | Sep 14 11:38:29.988 INFO kablam! 687 | | pub point_type: PointType, Sep 14 11:38:29.988 INFO kablam! 688 | | } Sep 14 11:38:29.988 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:29.988 INFO kablam! ... Sep 14 11:38:29.988 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:29.988 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:29.988 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:29.988 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:29.988 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:29.988 INFO kablam! Sep 14 11:38:29.988 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.988 INFO kablam! --> src/ewkb.rs:1345:54 Sep 14 11:38:29.988 INFO kablam! | Sep 14 11:38:29.988 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Sep 14 11:38:29.988 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.988 INFO kablam! Sep 14 11:38:29.991 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:29.991 INFO kablam! --> src/ewkb.rs:1377:54 Sep 14 11:38:29.991 INFO kablam! | Sep 14 11:38:29.991 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Sep 14 11:38:29.991 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:29.991 INFO kablam! Sep 14 11:38:30.003 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.003 INFO kablam! --> src/ewkb.rs:700:36 Sep 14 11:38:30.003 INFO kablam! | Sep 14 11:38:30.003 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.003 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.003 INFO kablam! ... Sep 14 11:38:30.003 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.003 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.003 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.003 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.003 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.003 INFO kablam! Sep 14 11:38:30.003 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.003 INFO kablam! --> src/ewkb.rs:547:9 Sep 14 11:38:30.003 INFO kablam! | Sep 14 11:38:30.003 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Sep 14 11:38:30.003 INFO kablam! 548 | | where P: 'a + postgis::Point, Sep 14 11:38:30.003 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Sep 14 11:38:30.003 INFO kablam! 550 | | { Sep 14 11:38:30.003 INFO kablam! ... | Sep 14 11:38:30.003 INFO kablam! 553 | | pub point_type: PointType, Sep 14 11:38:30.003 INFO kablam! 554 | | } Sep 14 11:38:30.003 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.003 INFO kablam! ... Sep 14 11:38:30.003 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.003 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.003 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.003 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.003 INFO kablam! Sep 14 11:38:30.003 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.003 INFO kablam! --> src/ewkb.rs:714:36 Sep 14 11:38:30.003 INFO kablam! | Sep 14 11:38:30.003 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.003 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.003 INFO kablam! ... Sep 14 11:38:30.003 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.003 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.003 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.004 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.004 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.004 INFO kablam! Sep 14 11:38:30.004 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.004 INFO kablam! --> src/ewkb.rs:562:24 Sep 14 11:38:30.004 INFO kablam! | Sep 14 11:38:30.004 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Sep 14 11:38:30.004 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.004 INFO kablam! ... Sep 14 11:38:30.004 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.004 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.004 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.004 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.004 INFO kablam! Sep 14 11:38:30.004 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.004 INFO kablam! --> src/ewkb.rs:572:24 Sep 14 11:38:30.004 INFO kablam! | Sep 14 11:38:30.004 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Sep 14 11:38:30.004 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.004 INFO kablam! ... Sep 14 11:38:30.004 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.004 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.004 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.004 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.004 INFO kablam! Sep 14 11:38:30.004 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.004 INFO kablam! --> src/ewkb.rs:609:9 Sep 14 11:38:30.004 INFO kablam! | Sep 14 11:38:30.004 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.004 INFO kablam! 610 | | where P: 'a + postgis::Point, Sep 14 11:38:30.004 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:30.004 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Sep 14 11:38:30.004 INFO kablam! ... | Sep 14 11:38:30.004 INFO kablam! 617 | | pub point_type: PointType, Sep 14 11:38:30.004 INFO kablam! 618 | | } Sep 14 11:38:30.004 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.004 INFO kablam! ... Sep 14 11:38:30.004 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.004 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.004 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.004 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.004 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.004 INFO kablam! Sep 14 11:38:30.007 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.007 INFO kablam! --> src/postgis.rs:98:24 Sep 14 11:38:30.007 INFO kablam! | Sep 14 11:38:30.007 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Sep 14 11:38:30.007 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.007 INFO kablam! ... Sep 14 11:38:30.007 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 14 11:38:30.007 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.007 INFO kablam! Sep 14 11:38:30.007 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.007 INFO kablam! --> src/postgis.rs:112:30 Sep 14 11:38:30.007 INFO kablam! | Sep 14 11:38:30.007 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.007 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.007 INFO kablam! ... Sep 14 11:38:30.007 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 14 11:38:30.007 INFO kablam! | --------------------------------------------------------- in this macro invocation Sep 14 11:38:30.007 INFO kablam! Sep 14 11:38:30.007 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.007 INFO kablam! --> src/postgis.rs:98:24 Sep 14 11:38:30.007 INFO kablam! | Sep 14 11:38:30.007 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Sep 14 11:38:30.007 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.007 INFO kablam! ... Sep 14 11:38:30.007 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 14 11:38:30.007 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.007 INFO kablam! Sep 14 11:38:30.007 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.007 INFO kablam! --> src/postgis.rs:112:30 Sep 14 11:38:30.007 INFO kablam! | Sep 14 11:38:30.007 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.007 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.007 INFO kablam! ... Sep 14 11:38:30.007 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 14 11:38:30.007 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.007 INFO kablam! Sep 14 11:38:30.007 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.007 INFO kablam! --> src/postgis.rs:128:36 Sep 14 11:38:30.007 INFO kablam! | Sep 14 11:38:30.007 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.007 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.008 INFO kablam! ... Sep 14 11:38:30.008 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 14 11:38:30.008 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.008 INFO kablam! Sep 14 11:38:30.008 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.008 INFO kablam! --> src/ewkb.rs:628:30 Sep 14 11:38:30.008 INFO kablam! | Sep 14 11:38:30.008 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.008 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.008 INFO kablam! ... Sep 14 11:38:30.008 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.008 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.008 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.008 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.008 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.008 INFO kablam! Sep 14 11:38:30.008 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.008 INFO kablam! --> src/ewkb.rs:640:30 Sep 14 11:38:30.008 INFO kablam! | Sep 14 11:38:30.008 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.008 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.008 INFO kablam! ... Sep 14 11:38:30.008 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.008 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.008 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.008 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.008 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.008 INFO kablam! Sep 14 11:38:30.011 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.011 INFO kablam! --> src/ewkb.rs:547:9 Sep 14 11:38:30.011 INFO kablam! | Sep 14 11:38:30.011 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Sep 14 11:38:30.011 INFO kablam! 548 | | where P: 'a + postgis::Point, Sep 14 11:38:30.011 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Sep 14 11:38:30.011 INFO kablam! 550 | | { Sep 14 11:38:30.011 INFO kablam! ... | Sep 14 11:38:30.011 INFO kablam! 553 | | pub point_type: PointType, Sep 14 11:38:30.011 INFO kablam! 554 | | } Sep 14 11:38:30.011 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.011 INFO kablam! ... Sep 14 11:38:30.011 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.011 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.011 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.011 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.011 INFO kablam! Sep 14 11:38:30.011 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.011 INFO kablam! --> src/ewkb.rs:562:24 Sep 14 11:38:30.011 INFO kablam! | Sep 14 11:38:30.011 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Sep 14 11:38:30.011 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.011 INFO kablam! ... Sep 14 11:38:30.011 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.011 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.011 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.011 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.011 INFO kablam! Sep 14 11:38:30.015 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.015 INFO kablam! --> src/ewkb.rs:572:24 Sep 14 11:38:30.015 INFO kablam! | Sep 14 11:38:30.015 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Sep 14 11:38:30.015 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.015 INFO kablam! ... Sep 14 11:38:30.015 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.015 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.015 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.015 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.015 INFO kablam! Sep 14 11:38:30.015 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.015 INFO kablam! --> src/ewkb.rs:609:9 Sep 14 11:38:30.015 INFO kablam! | Sep 14 11:38:30.015 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.015 INFO kablam! 610 | | where P: 'a + postgis::Point, Sep 14 11:38:30.015 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:30.015 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Sep 14 11:38:30.015 INFO kablam! ... | Sep 14 11:38:30.015 INFO kablam! 617 | | pub point_type: PointType, Sep 14 11:38:30.015 INFO kablam! 618 | | } Sep 14 11:38:30.015 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.015 INFO kablam! ... Sep 14 11:38:30.015 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.015 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.015 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.015 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.015 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.015 INFO kablam! Sep 14 11:38:30.018 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.018 INFO kablam! --> src/ewkb.rs:628:30 Sep 14 11:38:30.018 INFO kablam! | Sep 14 11:38:30.018 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.018 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.018 INFO kablam! ... Sep 14 11:38:30.018 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.018 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.018 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.018 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.018 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.018 INFO kablam! Sep 14 11:38:30.018 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.018 INFO kablam! --> src/ewkb.rs:640:30 Sep 14 11:38:30.018 INFO kablam! | Sep 14 11:38:30.018 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.018 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.018 INFO kablam! ... Sep 14 11:38:30.018 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.018 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.018 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.018 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.018 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.018 INFO kablam! Sep 14 11:38:30.020 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.020 INFO kablam! --> src/ewkb.rs:677:9 Sep 14 11:38:30.020 INFO kablam! | Sep 14 11:38:30.020 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.020 INFO kablam! 678 | | where P: 'a + postgis::Point, Sep 14 11:38:30.020 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Sep 14 11:38:30.020 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Sep 14 11:38:30.020 INFO kablam! ... | Sep 14 11:38:30.020 INFO kablam! 687 | | pub point_type: PointType, Sep 14 11:38:30.020 INFO kablam! 688 | | } Sep 14 11:38:30.020 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.020 INFO kablam! ... Sep 14 11:38:30.020 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.020 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.020 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.020 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.020 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.020 INFO kablam! Sep 14 11:38:30.034 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.034 INFO kablam! --> src/ewkb.rs:700:36 Sep 14 11:38:30.035 INFO kablam! | Sep 14 11:38:30.035 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.035 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.035 INFO kablam! ... Sep 14 11:38:30.035 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.035 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.035 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.035 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.035 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.035 INFO kablam! Sep 14 11:38:30.035 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.036 INFO kablam! --> src/ewkb.rs:714:36 Sep 14 11:38:30.036 INFO kablam! | Sep 14 11:38:30.036 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.036 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.036 INFO kablam! ... Sep 14 11:38:30.036 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.036 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.036 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.036 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.036 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.036 INFO kablam! Sep 14 11:38:30.047 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.047 INFO kablam! --> src/postgis.rs:98:24 Sep 14 11:38:30.047 INFO kablam! | Sep 14 11:38:30.047 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Sep 14 11:38:30.047 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.047 INFO kablam! ... Sep 14 11:38:30.047 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 14 11:38:30.047 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.047 INFO kablam! Sep 14 11:38:30.047 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.047 INFO kablam! --> src/postgis.rs:112:30 Sep 14 11:38:30.047 INFO kablam! | Sep 14 11:38:30.047 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.047 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.047 INFO kablam! ... Sep 14 11:38:30.047 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 14 11:38:30.047 INFO kablam! | --------------------------------------------------------- in this macro invocation Sep 14 11:38:30.047 INFO kablam! Sep 14 11:38:30.047 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.047 INFO kablam! --> src/postgis.rs:98:24 Sep 14 11:38:30.047 INFO kablam! | Sep 14 11:38:30.047 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Sep 14 11:38:30.047 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.047 INFO kablam! ... Sep 14 11:38:30.047 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 14 11:38:30.047 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.047 INFO kablam! Sep 14 11:38:30.047 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.047 INFO kablam! --> src/postgis.rs:112:30 Sep 14 11:38:30.047 INFO kablam! | Sep 14 11:38:30.047 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Sep 14 11:38:30.047 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.047 INFO kablam! ... Sep 14 11:38:30.047 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 14 11:38:30.047 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.047 INFO kablam! Sep 14 11:38:30.047 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.047 INFO kablam! --> src/postgis.rs:128:36 Sep 14 11:38:30.047 INFO kablam! | Sep 14 11:38:30.047 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Sep 14 11:38:30.048 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.048 INFO kablam! ... Sep 14 11:38:30.048 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 14 11:38:30.048 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.048 INFO kablam! Sep 14 11:38:30.288 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.288 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.288 INFO kablam! | Sep 14 11:38:30.288 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.288 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.288 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.288 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.288 INFO kablam! ... | Sep 14 11:38:30.288 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.288 INFO kablam! 1024 | | >; Sep 14 11:38:30.288 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.288 INFO kablam! Sep 14 11:38:30.288 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.288 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.288 INFO kablam! | Sep 14 11:38:30.288 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.288 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.288 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.288 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.288 INFO kablam! ... | Sep 14 11:38:30.289 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.289 INFO kablam! 1024 | | >; Sep 14 11:38:30.289 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.289 INFO kablam! Sep 14 11:38:30.289 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.289 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.289 INFO kablam! | Sep 14 11:38:30.289 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.289 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.289 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.289 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.289 INFO kablam! ... | Sep 14 11:38:30.289 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.289 INFO kablam! 1024 | | >; Sep 14 11:38:30.289 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.289 INFO kablam! Sep 14 11:38:30.289 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.289 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.289 INFO kablam! | Sep 14 11:38:30.289 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.289 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.289 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.289 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.289 INFO kablam! ... | Sep 14 11:38:30.289 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.289 INFO kablam! 1024 | | >; Sep 14 11:38:30.289 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.289 INFO kablam! Sep 14 11:38:30.289 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.289 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.289 INFO kablam! | Sep 14 11:38:30.289 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.289 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.289 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.289 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.289 INFO kablam! ... | Sep 14 11:38:30.289 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.289 INFO kablam! 1024 | | >; Sep 14 11:38:30.289 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.289 INFO kablam! Sep 14 11:38:30.289 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.289 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.289 INFO kablam! | Sep 14 11:38:30.289 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.289 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.289 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.289 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.289 INFO kablam! ... | Sep 14 11:38:30.289 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.289 INFO kablam! 1024 | | >; Sep 14 11:38:30.289 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.289 INFO kablam! Sep 14 11:38:30.301 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.301 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.301 INFO kablam! | Sep 14 11:38:30.301 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.301 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.301 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.301 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.301 INFO kablam! ... | Sep 14 11:38:30.301 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.301 INFO kablam! 1024 | | >; Sep 14 11:38:30.301 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.301 INFO kablam! Sep 14 11:38:30.302 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.302 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.302 INFO kablam! | Sep 14 11:38:30.302 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.302 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.302 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.302 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.302 INFO kablam! ... | Sep 14 11:38:30.302 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.302 INFO kablam! 1024 | | >; Sep 14 11:38:30.302 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.302 INFO kablam! Sep 14 11:38:30.302 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.302 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.303 INFO kablam! | Sep 14 11:38:30.303 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.303 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.303 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.303 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.303 INFO kablam! ... | Sep 14 11:38:30.303 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.303 INFO kablam! 1024 | | >; Sep 14 11:38:30.303 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.303 INFO kablam! Sep 14 11:38:30.303 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.303 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.303 INFO kablam! | Sep 14 11:38:30.303 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.303 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.303 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.303 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.303 INFO kablam! ... | Sep 14 11:38:30.303 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.303 INFO kablam! 1024 | | >; Sep 14 11:38:30.303 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.303 INFO kablam! Sep 14 11:38:30.304 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.304 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.304 INFO kablam! | Sep 14 11:38:30.304 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.304 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.304 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.304 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.304 INFO kablam! ... | Sep 14 11:38:30.304 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.304 INFO kablam! 1024 | | >; Sep 14 11:38:30.304 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.304 INFO kablam! Sep 14 11:38:30.304 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.304 INFO kablam! --> src/ewkb.rs:1008:5 Sep 14 11:38:30.304 INFO kablam! | Sep 14 11:38:30.304 INFO kablam! 1008 | / fn as_ewkb( Sep 14 11:38:30.304 INFO kablam! 1009 | | &'a self, Sep 14 11:38:30.304 INFO kablam! 1010 | | ) -> EwkbGeometry< Sep 14 11:38:30.304 INFO kablam! 1011 | | 'a, Sep 14 11:38:30.304 INFO kablam! ... | Sep 14 11:38:30.304 INFO kablam! 1023 | | Self::GeomCollection, Sep 14 11:38:30.306 INFO kablam! 1024 | | >; Sep 14 11:38:30.307 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.307 INFO kablam! Sep 14 11:38:30.553 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.553 INFO kablam! --> src/ewkb.rs:1326:5 Sep 14 11:38:30.553 INFO kablam! | Sep 14 11:38:30.553 INFO kablam! 1326 | / fn as_ewkb( Sep 14 11:38:30.553 INFO kablam! 1327 | | &'a self, Sep 14 11:38:30.553 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Sep 14 11:38:30.553 INFO kablam! 1329 | | 'a, Sep 14 11:38:30.553 INFO kablam! ... | Sep 14 11:38:30.553 INFO kablam! 1341 | | Self::GeomCollection, Sep 14 11:38:30.553 INFO kablam! 1342 | | >; Sep 14 11:38:30.553 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.553 INFO kablam! Sep 14 11:38:30.614 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.614 INFO kablam! --> src/ewkb.rs:559:13 Sep 14 11:38:30.614 INFO kablam! | Sep 14 11:38:30.614 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Sep 14 11:38:30.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.614 INFO kablam! ... Sep 14 11:38:30.614 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.614 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.614 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.614 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.614 INFO kablam! Sep 14 11:38:30.614 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.614 INFO kablam! --> src/ewkb.rs:625:13 Sep 14 11:38:30.614 INFO kablam! | Sep 14 11:38:30.614 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Sep 14 11:38:30.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.614 INFO kablam! ... Sep 14 11:38:30.614 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.614 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.614 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.614 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.614 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.614 INFO kablam! Sep 14 11:38:30.619 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.619 INFO kablam! --> src/ewkb.rs:559:13 Sep 14 11:38:30.619 INFO kablam! | Sep 14 11:38:30.619 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Sep 14 11:38:30.619 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.619 INFO kablam! ... Sep 14 11:38:30.619 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.619 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.619 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.619 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.619 INFO kablam! Sep 14 11:38:30.623 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.623 INFO kablam! --> src/ewkb.rs:625:13 Sep 14 11:38:30.623 INFO kablam! | Sep 14 11:38:30.623 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Sep 14 11:38:30.623 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.623 INFO kablam! ... Sep 14 11:38:30.623 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.623 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.623 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.623 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.623 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.623 INFO kablam! Sep 14 11:38:30.635 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.635 INFO kablam! --> src/ewkb.rs:1326:5 Sep 14 11:38:30.635 INFO kablam! | Sep 14 11:38:30.635 INFO kablam! 1326 | / fn as_ewkb( Sep 14 11:38:30.635 INFO kablam! 1327 | | &'a self, Sep 14 11:38:30.635 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Sep 14 11:38:30.635 INFO kablam! 1329 | | 'a, Sep 14 11:38:30.635 INFO kablam! ... | Sep 14 11:38:30.635 INFO kablam! 1341 | | Self::GeomCollection, Sep 14 11:38:30.635 INFO kablam! 1342 | | >; Sep 14 11:38:30.635 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.635 INFO kablam! Sep 14 11:38:30.647 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.647 INFO kablam! --> src/ewkb.rs:697:13 Sep 14 11:38:30.647 INFO kablam! | Sep 14 11:38:30.647 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Sep 14 11:38:30.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.647 INFO kablam! ... Sep 14 11:38:30.647 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.647 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.647 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.647 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.647 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.647 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.659 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.659 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.659 INFO kablam! 1056 | | } Sep 14 11:38:30.659 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.659 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.659 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.659 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.659 INFO kablam! 1056 | | } Sep 14 11:38:30.659 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.659 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.659 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.659 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.659 INFO kablam! 1056 | | } Sep 14 11:38:30.659 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.659 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.659 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.659 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.659 INFO kablam! 1056 | | } Sep 14 11:38:30.659 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.659 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.659 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.659 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.659 INFO kablam! 1056 | | } Sep 14 11:38:30.659 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.659 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.659 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.659 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.659 INFO kablam! 1056 | | } Sep 14 11:38:30.659 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.659 INFO kablam! Sep 14 11:38:30.659 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.659 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.659 INFO kablam! | Sep 14 11:38:30.659 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.659 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.659 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.659 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.659 INFO kablam! ... | Sep 14 11:38:30.659 INFO kablam! 1094 | | } Sep 14 11:38:30.659 INFO kablam! 1095 | | } Sep 14 11:38:30.660 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.660 INFO kablam! Sep 14 11:38:30.660 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.660 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.660 INFO kablam! | Sep 14 11:38:30.660 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.660 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.660 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! ... | Sep 14 11:38:30.660 INFO kablam! 1094 | | } Sep 14 11:38:30.660 INFO kablam! 1095 | | } Sep 14 11:38:30.660 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.660 INFO kablam! Sep 14 11:38:30.660 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.660 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.660 INFO kablam! | Sep 14 11:38:30.660 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.660 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.660 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! ... | Sep 14 11:38:30.660 INFO kablam! 1094 | | } Sep 14 11:38:30.660 INFO kablam! 1095 | | } Sep 14 11:38:30.660 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.660 INFO kablam! Sep 14 11:38:30.660 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.660 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.660 INFO kablam! | Sep 14 11:38:30.660 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.660 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.660 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! ... | Sep 14 11:38:30.660 INFO kablam! 1094 | | } Sep 14 11:38:30.660 INFO kablam! 1095 | | } Sep 14 11:38:30.660 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.660 INFO kablam! Sep 14 11:38:30.660 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.660 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.660 INFO kablam! | Sep 14 11:38:30.660 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.660 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.660 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! ... | Sep 14 11:38:30.660 INFO kablam! 1094 | | } Sep 14 11:38:30.660 INFO kablam! 1095 | | } Sep 14 11:38:30.660 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.660 INFO kablam! Sep 14 11:38:30.660 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.660 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.660 INFO kablam! | Sep 14 11:38:30.660 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.660 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.660 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.660 INFO kablam! ... | Sep 14 11:38:30.660 INFO kablam! 1094 | | } Sep 14 11:38:30.660 INFO kablam! 1095 | | } Sep 14 11:38:30.660 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.660 INFO kablam! Sep 14 11:38:30.664 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.664 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.664 INFO kablam! | Sep 14 11:38:30.664 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.664 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.664 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! ... | Sep 14 11:38:30.664 INFO kablam! 1106 | | } Sep 14 11:38:30.664 INFO kablam! 1107 | | } Sep 14 11:38:30.664 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.664 INFO kablam! Sep 14 11:38:30.664 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.664 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.664 INFO kablam! | Sep 14 11:38:30.664 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.664 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.664 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! ... | Sep 14 11:38:30.664 INFO kablam! 1106 | | } Sep 14 11:38:30.664 INFO kablam! 1107 | | } Sep 14 11:38:30.664 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.664 INFO kablam! Sep 14 11:38:30.664 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.664 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.664 INFO kablam! | Sep 14 11:38:30.664 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.664 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.664 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! ... | Sep 14 11:38:30.664 INFO kablam! 1106 | | } Sep 14 11:38:30.664 INFO kablam! 1107 | | } Sep 14 11:38:30.664 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.664 INFO kablam! Sep 14 11:38:30.664 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.664 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.664 INFO kablam! | Sep 14 11:38:30.664 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.664 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.664 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.664 INFO kablam! ... | Sep 14 11:38:30.665 INFO kablam! 1106 | | } Sep 14 11:38:30.665 INFO kablam! 1107 | | } Sep 14 11:38:30.665 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.665 INFO kablam! Sep 14 11:38:30.665 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.665 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.665 INFO kablam! | Sep 14 11:38:30.665 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.665 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.665 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.665 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.665 INFO kablam! ... | Sep 14 11:38:30.665 INFO kablam! 1106 | | } Sep 14 11:38:30.665 INFO kablam! 1107 | | } Sep 14 11:38:30.665 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.665 INFO kablam! Sep 14 11:38:30.665 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.665 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.665 INFO kablam! | Sep 14 11:38:30.665 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.665 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.665 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.665 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.665 INFO kablam! ... | Sep 14 11:38:30.665 INFO kablam! 1106 | | } Sep 14 11:38:30.665 INFO kablam! 1107 | | } Sep 14 11:38:30.665 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.665 INFO kablam! Sep 14 11:38:30.665 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.665 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.665 INFO kablam! | Sep 14 11:38:30.665 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.665 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.665 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.665 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.665 INFO kablam! ... | Sep 14 11:38:30.665 INFO kablam! 1118 | | } Sep 14 11:38:30.665 INFO kablam! 1119 | | } Sep 14 11:38:30.665 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.665 INFO kablam! Sep 14 11:38:30.665 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.665 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.665 INFO kablam! | Sep 14 11:38:30.665 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.665 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.665 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.665 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.665 INFO kablam! ... | Sep 14 11:38:30.665 INFO kablam! 1118 | | } Sep 14 11:38:30.665 INFO kablam! 1119 | | } Sep 14 11:38:30.665 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.665 INFO kablam! Sep 14 11:38:30.665 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.665 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.665 INFO kablam! | Sep 14 11:38:30.665 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.665 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.665 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.665 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.665 INFO kablam! ... | Sep 14 11:38:30.665 INFO kablam! 1118 | | } Sep 14 11:38:30.665 INFO kablam! 1119 | | } Sep 14 11:38:30.665 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.665 INFO kablam! Sep 14 11:38:30.665 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.665 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.665 INFO kablam! | Sep 14 11:38:30.666 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.666 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.666 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.666 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.666 INFO kablam! ... | Sep 14 11:38:30.666 INFO kablam! 1118 | | } Sep 14 11:38:30.666 INFO kablam! 1119 | | } Sep 14 11:38:30.666 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.666 INFO kablam! Sep 14 11:38:30.666 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.666 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.666 INFO kablam! | Sep 14 11:38:30.666 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.666 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.666 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.666 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.666 INFO kablam! ... | Sep 14 11:38:30.666 INFO kablam! 1118 | | } Sep 14 11:38:30.666 INFO kablam! 1119 | | } Sep 14 11:38:30.668 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.668 INFO kablam! Sep 14 11:38:30.668 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.668 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.668 INFO kablam! | Sep 14 11:38:30.669 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.669 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.670 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.671 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.671 INFO kablam! ... | Sep 14 11:38:30.671 INFO kablam! 1118 | | } Sep 14 11:38:30.671 INFO kablam! 1119 | | } Sep 14 11:38:30.671 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.671 INFO kablam! Sep 14 11:38:30.675 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.675 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.675 INFO kablam! | Sep 14 11:38:30.675 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.675 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.675 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.675 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.675 INFO kablam! ... | Sep 14 11:38:30.675 INFO kablam! 1165 | | } Sep 14 11:38:30.675 INFO kablam! 1166 | | } Sep 14 11:38:30.675 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.675 INFO kablam! Sep 14 11:38:30.675 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.675 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.676 INFO kablam! | Sep 14 11:38:30.676 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.676 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.676 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.676 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.676 INFO kablam! ... | Sep 14 11:38:30.676 INFO kablam! 1165 | | } Sep 14 11:38:30.676 INFO kablam! 1166 | | } Sep 14 11:38:30.676 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.676 INFO kablam! Sep 14 11:38:30.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.676 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.676 INFO kablam! | Sep 14 11:38:30.676 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.676 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.677 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.677 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.677 INFO kablam! ... | Sep 14 11:38:30.677 INFO kablam! 1165 | | } Sep 14 11:38:30.677 INFO kablam! 1166 | | } Sep 14 11:38:30.677 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.677 INFO kablam! Sep 14 11:38:30.677 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.677 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.677 INFO kablam! | Sep 14 11:38:30.677 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.677 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.677 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.677 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.677 INFO kablam! ... | Sep 14 11:38:30.677 INFO kablam! 1165 | | } Sep 14 11:38:30.677 INFO kablam! 1166 | | } Sep 14 11:38:30.677 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.678 INFO kablam! Sep 14 11:38:30.678 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.678 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.678 INFO kablam! | Sep 14 11:38:30.678 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.678 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.678 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.678 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.678 INFO kablam! ... | Sep 14 11:38:30.678 INFO kablam! 1165 | | } Sep 14 11:38:30.678 INFO kablam! 1166 | | } Sep 14 11:38:30.678 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.678 INFO kablam! Sep 14 11:38:30.678 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.678 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.678 INFO kablam! | Sep 14 11:38:30.678 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.678 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.678 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.679 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.679 INFO kablam! ... | Sep 14 11:38:30.679 INFO kablam! 1165 | | } Sep 14 11:38:30.679 INFO kablam! 1166 | | } Sep 14 11:38:30.679 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.679 INFO kablam! Sep 14 11:38:30.679 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.679 INFO kablam! --> src/ewkb.rs:1371:5 Sep 14 11:38:30.679 INFO kablam! | Sep 14 11:38:30.679 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.679 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Sep 14 11:38:30.679 INFO kablam! 1373 | | Ok(()) Sep 14 11:38:30.679 INFO kablam! 1374 | | } Sep 14 11:38:30.679 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.679 INFO kablam! Sep 14 11:38:30.690 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.691 INFO kablam! --> src/ewkb.rs:1403:5 Sep 14 11:38:30.691 INFO kablam! | Sep 14 11:38:30.691 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.691 INFO kablam! 1404 | | self.srid Sep 14 11:38:30.691 INFO kablam! 1405 | | } Sep 14 11:38:30.691 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.691 INFO kablam! Sep 14 11:38:30.691 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.691 INFO kablam! --> src/ewkb.rs:1407:5 Sep 14 11:38:30.691 INFO kablam! | Sep 14 11:38:30.691 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.691 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.691 INFO kablam! 1409 | | } Sep 14 11:38:30.691 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.691 INFO kablam! Sep 14 11:38:30.694 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.695 INFO kablam! --> src/ewkb.rs:1411:5 Sep 14 11:38:30.695 INFO kablam! | Sep 14 11:38:30.695 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.695 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Sep 14 11:38:30.695 INFO kablam! 1413 | | Sep 14 11:38:30.695 INFO kablam! 1414 | | for geom in self.geom.geometries() { Sep 14 11:38:30.695 INFO kablam! ... | Sep 14 11:38:30.695 INFO kablam! 1474 | | Ok(()) Sep 14 11:38:30.695 INFO kablam! 1475 | | } Sep 14 11:38:30.695 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.695 INFO kablam! Sep 14 11:38:30.695 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.695 INFO kablam! --> src/ewkb.rs:1494:5 Sep 14 11:38:30.695 INFO kablam! | Sep 14 11:38:30.695 INFO kablam! 1494 | / fn as_ewkb( Sep 14 11:38:30.695 INFO kablam! 1495 | | &'a self, Sep 14 11:38:30.695 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Sep 14 11:38:30.695 INFO kablam! 1497 | | 'a, Sep 14 11:38:30.695 INFO kablam! ... | Sep 14 11:38:30.695 INFO kablam! 1515 | | } Sep 14 11:38:30.695 INFO kablam! 1516 | | } Sep 14 11:38:30.695 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.695 INFO kablam! Sep 14 11:38:30.695 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.695 INFO kablam! --> src/ewkb.rs:559:13 Sep 14 11:38:30.695 INFO kablam! | Sep 14 11:38:30.695 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Sep 14 11:38:30.695 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.695 INFO kablam! ... Sep 14 11:38:30.695 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.695 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.695 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.695 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.695 INFO kablam! Sep 14 11:38:30.695 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.695 INFO kablam! --> src/twkb.rs:286:5 Sep 14 11:38:30.695 INFO kablam! | Sep 14 11:38:30.695 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.695 INFO kablam! 287 | | ewkb::EwkbLineString { Sep 14 11:38:30.695 INFO kablam! 288 | | geom: self, Sep 14 11:38:30.695 INFO kablam! 289 | | srid: None, Sep 14 11:38:30.695 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Sep 14 11:38:30.695 INFO kablam! 291 | | } Sep 14 11:38:30.695 INFO kablam! 292 | | } Sep 14 11:38:30.695 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.695 INFO kablam! Sep 14 11:38:30.695 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.695 INFO kablam! --> src/twkb.rs:346:5 Sep 14 11:38:30.695 INFO kablam! | Sep 14 11:38:30.695 INFO kablam! 346 | / fn as_ewkb( Sep 14 11:38:30.695 INFO kablam! 347 | | &'a self, Sep 14 11:38:30.695 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.695 INFO kablam! 349 | | ewkb::EwkbPolygon { Sep 14 11:38:30.695 INFO kablam! ... | Sep 14 11:38:30.695 INFO kablam! 353 | | } Sep 14 11:38:30.695 INFO kablam! 354 | | } Sep 14 11:38:30.695 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.695 INFO kablam! Sep 14 11:38:30.695 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.695 INFO kablam! --> src/twkb.rs:404:5 Sep 14 11:38:30.695 INFO kablam! | Sep 14 11:38:30.695 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.695 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Sep 14 11:38:30.695 INFO kablam! 406 | | geom: self, Sep 14 11:38:30.695 INFO kablam! 407 | | srid: None, Sep 14 11:38:30.695 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Sep 14 11:38:30.695 INFO kablam! 409 | | } Sep 14 11:38:30.696 INFO kablam! 410 | | } Sep 14 11:38:30.696 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.696 INFO kablam! Sep 14 11:38:30.696 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.696 INFO kablam! --> src/twkb.rs:470:5 Sep 14 11:38:30.696 INFO kablam! | Sep 14 11:38:30.696 INFO kablam! 470 | / fn as_ewkb( Sep 14 11:38:30.696 INFO kablam! 471 | | &'a self, Sep 14 11:38:30.696 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Sep 14 11:38:30.696 INFO kablam! 473 | | { Sep 14 11:38:30.696 INFO kablam! ... | Sep 14 11:38:30.696 INFO kablam! 478 | | } Sep 14 11:38:30.696 INFO kablam! 479 | | } Sep 14 11:38:30.696 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.696 INFO kablam! Sep 14 11:38:30.699 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.699 INFO kablam! --> src/twkb.rs:554:5 Sep 14 11:38:30.699 INFO kablam! | Sep 14 11:38:30.699 INFO kablam! 554 | / fn as_ewkb( Sep 14 11:38:30.699 INFO kablam! 555 | | &'a self, Sep 14 11:38:30.699 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Sep 14 11:38:30.699 INFO kablam! 557 | | 'a, Sep 14 11:38:30.699 INFO kablam! ... | Sep 14 11:38:30.699 INFO kablam! 569 | | } Sep 14 11:38:30.699 INFO kablam! 570 | | } Sep 14 11:38:30.699 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.699 INFO kablam! Sep 14 11:38:30.699 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.699 INFO kablam! --> src/ewkb.rs:625:13 Sep 14 11:38:30.699 INFO kablam! | Sep 14 11:38:30.699 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Sep 14 11:38:30.699 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.699 INFO kablam! ... Sep 14 11:38:30.699 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.699 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.699 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.699 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.699 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.699 INFO kablam! Sep 14 11:38:30.706 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.707 INFO kablam! --> src/ewkb.rs:566:13 Sep 14 11:38:30.707 INFO kablam! | Sep 14 11:38:30.707 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.707 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.707 INFO kablam! 568 | | Ok(()) Sep 14 11:38:30.707 INFO kablam! 569 | | } Sep 14 11:38:30.707 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.707 INFO kablam! ... Sep 14 11:38:30.707 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.707 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.707 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.707 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.707 INFO kablam! Sep 14 11:38:30.708 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.708 INFO kablam! --> src/ewkb.rs:559:13 Sep 14 11:38:30.708 INFO kablam! | Sep 14 11:38:30.708 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Sep 14 11:38:30.708 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.708 INFO kablam! ... Sep 14 11:38:30.708 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.708 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.708 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.708 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.708 INFO kablam! Sep 14 11:38:30.708 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.708 INFO kablam! --> src/ewkb.rs:576:13 Sep 14 11:38:30.708 INFO kablam! | Sep 14 11:38:30.708 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.708 INFO kablam! 577 | | self.srid Sep 14 11:38:30.708 INFO kablam! 578 | | } Sep 14 11:38:30.708 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.708 INFO kablam! ... Sep 14 11:38:30.708 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.708 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.708 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.708 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.708 INFO kablam! Sep 14 11:38:30.708 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.708 INFO kablam! --> src/ewkb.rs:580:13 Sep 14 11:38:30.708 INFO kablam! | Sep 14 11:38:30.708 INFO kablam! 580 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.708 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.708 INFO kablam! 582 | | } Sep 14 11:38:30.708 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.708 INFO kablam! ... Sep 14 11:38:30.708 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.708 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.708 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.708 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.708 INFO kablam! Sep 14 11:38:30.708 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.708 INFO kablam! --> src/ewkb.rs:584:13 Sep 14 11:38:30.708 INFO kablam! | Sep 14 11:38:30.708 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.708 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Sep 14 11:38:30.708 INFO kablam! 586 | | for geom in self.geom.points() { Sep 14 11:38:30.708 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.708 INFO kablam! ... | Sep 14 11:38:30.708 INFO kablam! 590 | | Ok(()) Sep 14 11:38:30.708 INFO kablam! 591 | | } Sep 14 11:38:30.708 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.708 INFO kablam! ... Sep 14 11:38:30.708 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.708 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.708 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.708 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.708 INFO kablam! Sep 14 11:38:30.708 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.708 INFO kablam! --> src/ewkb.rs:599:13 Sep 14 11:38:30.708 INFO kablam! | Sep 14 11:38:30.708 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.708 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.708 INFO kablam! 601 | | } Sep 14 11:38:30.708 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.708 INFO kablam! ... Sep 14 11:38:30.708 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.708 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.708 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.709 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.709 INFO kablam! Sep 14 11:38:30.709 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.709 INFO kablam! --> src/ewkb.rs:634:13 Sep 14 11:38:30.709 INFO kablam! | Sep 14 11:38:30.709 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.709 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.709 INFO kablam! 636 | | Ok(()) Sep 14 11:38:30.709 INFO kablam! 637 | | } Sep 14 11:38:30.709 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.709 INFO kablam! ... Sep 14 11:38:30.709 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.709 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.709 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.709 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.709 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.709 INFO kablam! Sep 14 11:38:30.710 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.711 INFO kablam! --> src/ewkb.rs:646:13 Sep 14 11:38:30.711 INFO kablam! | Sep 14 11:38:30.711 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.711 INFO kablam! 647 | | self.srid Sep 14 11:38:30.711 INFO kablam! 648 | | } Sep 14 11:38:30.711 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.711 INFO kablam! ... Sep 14 11:38:30.711 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.711 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.711 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.711 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.711 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.711 INFO kablam! Sep 14 11:38:30.718 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.719 INFO kablam! --> src/ewkb.rs:650:13 Sep 14 11:38:30.719 INFO kablam! | Sep 14 11:38:30.719 INFO kablam! 650 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.719 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.719 INFO kablam! 652 | | } Sep 14 11:38:30.719 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.719 INFO kablam! ... Sep 14 11:38:30.719 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.719 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.719 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.719 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.719 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.719 INFO kablam! Sep 14 11:38:30.719 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.719 INFO kablam! --> src/ewkb.rs:625:13 Sep 14 11:38:30.719 INFO kablam! | Sep 14 11:38:30.719 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Sep 14 11:38:30.719 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.719 INFO kablam! ... Sep 14 11:38:30.719 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.719 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.719 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.719 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.719 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.719 INFO kablam! Sep 14 11:38:30.719 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.719 INFO kablam! --> src/ewkb.rs:654:13 Sep 14 11:38:30.719 INFO kablam! | Sep 14 11:38:30.719 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.719 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 14 11:38:30.719 INFO kablam! 656 | | for geom in self.geom.$itemname() { Sep 14 11:38:30.719 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.719 INFO kablam! ... | Sep 14 11:38:30.719 INFO kablam! 660 | | Ok(()) Sep 14 11:38:30.719 INFO kablam! 661 | | } Sep 14 11:38:30.719 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.719 INFO kablam! ... Sep 14 11:38:30.719 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.719 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.719 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.719 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.719 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.719 INFO kablam! Sep 14 11:38:30.719 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.719 INFO kablam! --> src/ewkb.rs:671:13 Sep 14 11:38:30.719 INFO kablam! | Sep 14 11:38:30.719 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.719 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.719 INFO kablam! 673 | | } Sep 14 11:38:30.719 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.719 INFO kablam! ... Sep 14 11:38:30.719 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.719 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.719 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.719 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.719 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.719 INFO kablam! Sep 14 11:38:30.719 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.719 INFO kablam! --> src/ewkb.rs:566:13 Sep 14 11:38:30.719 INFO kablam! | Sep 14 11:38:30.719 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.719 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.719 INFO kablam! 568 | | Ok(()) Sep 14 11:38:30.719 INFO kablam! 569 | | } Sep 14 11:38:30.719 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.719 INFO kablam! ... Sep 14 11:38:30.719 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.720 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.720 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.720 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.720 INFO kablam! Sep 14 11:38:30.720 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.720 INFO kablam! --> src/ewkb.rs:576:13 Sep 14 11:38:30.720 INFO kablam! | Sep 14 11:38:30.720 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.720 INFO kablam! 577 | | self.srid Sep 14 11:38:30.720 INFO kablam! 578 | | } Sep 14 11:38:30.720 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.720 INFO kablam! ... Sep 14 11:38:30.720 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.720 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.720 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.720 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.720 INFO kablam! Sep 14 11:38:30.720 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.720 INFO kablam! --> src/ewkb.rs:580:13 Sep 14 11:38:30.720 INFO kablam! | Sep 14 11:38:30.720 INFO kablam! 580 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.720 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.720 INFO kablam! 582 | | } Sep 14 11:38:30.720 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.720 INFO kablam! ... Sep 14 11:38:30.720 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.720 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.720 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.720 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.720 INFO kablam! Sep 14 11:38:30.720 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.720 INFO kablam! --> src/ewkb.rs:584:13 Sep 14 11:38:30.720 INFO kablam! | Sep 14 11:38:30.720 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.720 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Sep 14 11:38:30.720 INFO kablam! 586 | | for geom in self.geom.points() { Sep 14 11:38:30.720 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.720 INFO kablam! ... | Sep 14 11:38:30.720 INFO kablam! 590 | | Ok(()) Sep 14 11:38:30.720 INFO kablam! 591 | | } Sep 14 11:38:30.720 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.720 INFO kablam! ... Sep 14 11:38:30.720 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.720 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.720 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.720 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.720 INFO kablam! Sep 14 11:38:30.720 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.720 INFO kablam! --> src/ewkb.rs:599:13 Sep 14 11:38:30.720 INFO kablam! | Sep 14 11:38:30.720 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.720 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.720 INFO kablam! 601 | | } Sep 14 11:38:30.720 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.720 INFO kablam! ... Sep 14 11:38:30.720 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.720 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.721 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.721 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.721 INFO kablam! Sep 14 11:38:30.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.721 INFO kablam! --> src/ewkb.rs:634:13 Sep 14 11:38:30.721 INFO kablam! | Sep 14 11:38:30.721 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.721 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.721 INFO kablam! 636 | | Ok(()) Sep 14 11:38:30.721 INFO kablam! 637 | | } Sep 14 11:38:30.721 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.721 INFO kablam! ... Sep 14 11:38:30.721 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.721 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.721 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.721 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.721 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.721 INFO kablam! Sep 14 11:38:30.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.721 INFO kablam! --> src/ewkb.rs:646:13 Sep 14 11:38:30.721 INFO kablam! | Sep 14 11:38:30.721 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.721 INFO kablam! 647 | | self.srid Sep 14 11:38:30.721 INFO kablam! 648 | | } Sep 14 11:38:30.721 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.721 INFO kablam! ... Sep 14 11:38:30.721 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.721 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.721 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.721 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.721 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.721 INFO kablam! Sep 14 11:38:30.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.721 INFO kablam! --> src/ewkb.rs:650:13 Sep 14 11:38:30.721 INFO kablam! | Sep 14 11:38:30.721 INFO kablam! 650 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.721 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.721 INFO kablam! 652 | | } Sep 14 11:38:30.721 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.721 INFO kablam! ... Sep 14 11:38:30.721 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.721 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.721 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.721 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.721 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.721 INFO kablam! Sep 14 11:38:30.721 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.721 INFO kablam! --> src/ewkb.rs:654:13 Sep 14 11:38:30.721 INFO kablam! | Sep 14 11:38:30.721 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.721 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 14 11:38:30.721 INFO kablam! 656 | | for geom in self.geom.$itemname() { Sep 14 11:38:30.721 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.721 INFO kablam! ... | Sep 14 11:38:30.722 INFO kablam! 660 | | Ok(()) Sep 14 11:38:30.722 INFO kablam! 661 | | } Sep 14 11:38:30.722 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.722 INFO kablam! ... Sep 14 11:38:30.722 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.722 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.722 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.722 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.722 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.722 INFO kablam! Sep 14 11:38:30.739 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.739 INFO kablam! --> src/ewkb.rs:671:13 Sep 14 11:38:30.739 INFO kablam! | Sep 14 11:38:30.739 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.739 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.739 INFO kablam! 673 | | } Sep 14 11:38:30.739 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.739 INFO kablam! ... Sep 14 11:38:30.739 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.739 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.739 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.739 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.739 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.739 INFO kablam! Sep 14 11:38:30.739 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.739 INFO kablam! --> src/ewkb.rs:708:13 Sep 14 11:38:30.739 INFO kablam! | Sep 14 11:38:30.739 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.739 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.739 INFO kablam! 710 | | Ok(()) Sep 14 11:38:30.739 INFO kablam! 711 | | } Sep 14 11:38:30.739 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.739 INFO kablam! ... Sep 14 11:38:30.739 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.739 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.739 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.739 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.739 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.739 INFO kablam! Sep 14 11:38:30.739 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.739 INFO kablam! --> src/ewkb.rs:722:13 Sep 14 11:38:30.739 INFO kablam! | Sep 14 11:38:30.739 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.739 INFO kablam! 723 | | self.srid Sep 14 11:38:30.739 INFO kablam! 724 | | } Sep 14 11:38:30.739 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.739 INFO kablam! ... Sep 14 11:38:30.739 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.739 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.739 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.739 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.739 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.739 INFO kablam! Sep 14 11:38:30.739 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.739 INFO kablam! --> src/ewkb.rs:726:13 Sep 14 11:38:30.739 INFO kablam! | Sep 14 11:38:30.739 INFO kablam! 726 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.739 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.739 INFO kablam! 728 | | } Sep 14 11:38:30.739 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.739 INFO kablam! ... Sep 14 11:38:30.739 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.739 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.739 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.739 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.739 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.739 INFO kablam! Sep 14 11:38:30.739 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.739 INFO kablam! --> src/ewkb.rs:730:13 Sep 14 11:38:30.739 INFO kablam! | Sep 14 11:38:30.740 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.740 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 14 11:38:30.740 INFO kablam! 732 | | for geom in self.geom.$itemname() { Sep 14 11:38:30.740 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.740 INFO kablam! ... | Sep 14 11:38:30.740 INFO kablam! 736 | | Ok(()) Sep 14 11:38:30.740 INFO kablam! 737 | | } Sep 14 11:38:30.740 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.740 INFO kablam! ... Sep 14 11:38:30.740 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.740 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.740 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.740 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.740 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.740 INFO kablam! Sep 14 11:38:30.740 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.740 INFO kablam! --> src/ewkb.rs:749:13 Sep 14 11:38:30.740 INFO kablam! | Sep 14 11:38:30.740 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.740 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.740 INFO kablam! 751 | | } Sep 14 11:38:30.740 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.740 INFO kablam! ... Sep 14 11:38:30.740 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.740 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.740 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.740 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.740 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.740 INFO kablam! Sep 14 11:38:30.740 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.740 INFO kablam! --> src/ewkb.rs:697:13 Sep 14 11:38:30.740 INFO kablam! | Sep 14 11:38:30.740 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Sep 14 11:38:30.740 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.740 INFO kablam! ... Sep 14 11:38:30.740 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.740 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.740 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.740 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.740 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.740 INFO kablam! Sep 14 11:38:30.740 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.740 INFO kablam! --> src/postgis.rs:102:13 Sep 14 11:38:30.740 INFO kablam! | Sep 14 11:38:30.740 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.740 INFO kablam! 103 | | self.write_ewkb(out)?; Sep 14 11:38:30.740 INFO kablam! 104 | | Ok(IsNull::No) Sep 14 11:38:30.740 INFO kablam! 105 | | } Sep 14 11:38:30.740 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.740 INFO kablam! ... Sep 14 11:38:30.740 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 14 11:38:30.740 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.740 INFO kablam! Sep 14 11:38:30.740 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.740 INFO kablam! --> src/postgis.rs:146:1 Sep 14 11:38:30.740 INFO kablam! | Sep 14 11:38:30.740 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 14 11:38:30.741 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.741 INFO kablam! | | Sep 14 11:38:30.741 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.741 INFO kablam! | in this macro invocation Sep 14 11:38:30.741 INFO kablam! | Sep 14 11:38:30.741 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.741 INFO kablam! Sep 14 11:38:30.741 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.741 INFO kablam! --> src/postgis.rs:118:13 Sep 14 11:38:30.741 INFO kablam! | Sep 14 11:38:30.741 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.741 INFO kablam! 119 | | self.write_ewkb(out)?; Sep 14 11:38:30.741 INFO kablam! 120 | | Ok(IsNull::No) Sep 14 11:38:30.741 INFO kablam! 121 | | } Sep 14 11:38:30.741 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.741 INFO kablam! ... Sep 14 11:38:30.741 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 14 11:38:30.741 INFO kablam! | --------------------------------------------------------- in this macro invocation Sep 14 11:38:30.741 INFO kablam! Sep 14 11:38:30.746 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.747 INFO kablam! --> src/postgis.rs:147:1 Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 14 11:38:30.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.747 INFO kablam! | | Sep 14 11:38:30.747 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.747 INFO kablam! | in this macro invocation Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.747 INFO kablam! Sep 14 11:38:30.747 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.747 INFO kablam! --> src/postgis.rs:102:13 Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.747 INFO kablam! 103 | | self.write_ewkb(out)?; Sep 14 11:38:30.747 INFO kablam! 104 | | Ok(IsNull::No) Sep 14 11:38:30.747 INFO kablam! 105 | | } Sep 14 11:38:30.747 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.747 INFO kablam! ... Sep 14 11:38:30.747 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 14 11:38:30.747 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.747 INFO kablam! Sep 14 11:38:30.747 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.747 INFO kablam! --> src/postgis.rs:148:1 Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 14 11:38:30.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.747 INFO kablam! | | Sep 14 11:38:30.747 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.747 INFO kablam! | in this macro invocation Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.747 INFO kablam! Sep 14 11:38:30.747 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.747 INFO kablam! --> src/postgis.rs:118:13 Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.747 INFO kablam! 119 | | self.write_ewkb(out)?; Sep 14 11:38:30.747 INFO kablam! 120 | | Ok(IsNull::No) Sep 14 11:38:30.747 INFO kablam! 121 | | } Sep 14 11:38:30.747 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.747 INFO kablam! ... Sep 14 11:38:30.747 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 14 11:38:30.747 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.747 INFO kablam! Sep 14 11:38:30.747 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.747 INFO kablam! --> src/postgis.rs:149:1 Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 14 11:38:30.747 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.747 INFO kablam! | | Sep 14 11:38:30.747 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.747 INFO kablam! | in this macro invocation Sep 14 11:38:30.747 INFO kablam! | Sep 14 11:38:30.747 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.747 INFO kablam! Sep 14 11:38:30.750 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/postgis.rs:138:13 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.751 INFO kablam! 139 | | self.write_ewkb(out)?; Sep 14 11:38:30.751 INFO kablam! 140 | | Ok(IsNull::No) Sep 14 11:38:30.751 INFO kablam! 141 | | } Sep 14 11:38:30.751 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! ... Sep 14 11:38:30.751 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 14 11:38:30.751 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/postgis.rs:150:1 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 14 11:38:30.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.751 INFO kablam! | | Sep 14 11:38:30.751 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! | in this macro invocation Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.751 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.751 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.751 INFO kablam! 1056 | | } Sep 14 11:38:30.751 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.751 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.751 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.751 INFO kablam! 1056 | | } Sep 14 11:38:30.751 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.751 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.751 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.751 INFO kablam! 1056 | | } Sep 14 11:38:30.751 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.751 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.751 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.751 INFO kablam! 1056 | | } Sep 14 11:38:30.751 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.751 INFO kablam! | Sep 14 11:38:30.751 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.751 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.751 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.751 INFO kablam! 1056 | | } Sep 14 11:38:30.751 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.751 INFO kablam! Sep 14 11:38:30.751 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.751 INFO kablam! --> src/ewkb.rs:1053:5 Sep 14 11:38:30.752 INFO kablam! | Sep 14 11:38:30.752 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.752 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Sep 14 11:38:30.752 INFO kablam! 1055 | | Ok(()) Sep 14 11:38:30.752 INFO kablam! 1056 | | } Sep 14 11:38:30.752 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.752 INFO kablam! Sep 14 11:38:30.758 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.759 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.759 INFO kablam! | Sep 14 11:38:30.759 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.759 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.759 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! ... | Sep 14 11:38:30.759 INFO kablam! 1094 | | } Sep 14 11:38:30.759 INFO kablam! 1095 | | } Sep 14 11:38:30.759 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.759 INFO kablam! Sep 14 11:38:30.759 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.759 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.759 INFO kablam! | Sep 14 11:38:30.759 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.759 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.759 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! ... | Sep 14 11:38:30.759 INFO kablam! 1094 | | } Sep 14 11:38:30.759 INFO kablam! 1095 | | } Sep 14 11:38:30.759 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.759 INFO kablam! Sep 14 11:38:30.759 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.759 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.759 INFO kablam! | Sep 14 11:38:30.759 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.759 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.759 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! ... | Sep 14 11:38:30.759 INFO kablam! 1094 | | } Sep 14 11:38:30.759 INFO kablam! 1095 | | } Sep 14 11:38:30.759 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.759 INFO kablam! Sep 14 11:38:30.759 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.759 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.759 INFO kablam! | Sep 14 11:38:30.759 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.759 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.759 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! ... | Sep 14 11:38:30.759 INFO kablam! 1094 | | } Sep 14 11:38:30.759 INFO kablam! 1095 | | } Sep 14 11:38:30.759 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.759 INFO kablam! Sep 14 11:38:30.759 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.759 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.759 INFO kablam! | Sep 14 11:38:30.759 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.759 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.759 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! ... | Sep 14 11:38:30.759 INFO kablam! 1094 | | } Sep 14 11:38:30.759 INFO kablam! 1095 | | } Sep 14 11:38:30.759 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.759 INFO kablam! Sep 14 11:38:30.759 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.759 INFO kablam! --> src/ewkb.rs:1085:5 Sep 14 11:38:30.759 INFO kablam! | Sep 14 11:38:30.759 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.759 INFO kablam! 1086 | | match *self { Sep 14 11:38:30.759 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.759 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Sep 14 11:38:30.760 INFO kablam! ... | Sep 14 11:38:30.760 INFO kablam! 1094 | | } Sep 14 11:38:30.760 INFO kablam! 1095 | | } Sep 14 11:38:30.760 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.760 INFO kablam! Sep 14 11:38:30.763 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.763 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.763 INFO kablam! | Sep 14 11:38:30.763 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.763 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.763 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! ... | Sep 14 11:38:30.763 INFO kablam! 1106 | | } Sep 14 11:38:30.763 INFO kablam! 1107 | | } Sep 14 11:38:30.763 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.763 INFO kablam! Sep 14 11:38:30.763 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.763 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.763 INFO kablam! | Sep 14 11:38:30.763 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.763 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.763 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! ... | Sep 14 11:38:30.763 INFO kablam! 1106 | | } Sep 14 11:38:30.763 INFO kablam! 1107 | | } Sep 14 11:38:30.763 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.763 INFO kablam! Sep 14 11:38:30.763 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.763 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.763 INFO kablam! | Sep 14 11:38:30.763 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.763 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.763 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! ... | Sep 14 11:38:30.763 INFO kablam! 1106 | | } Sep 14 11:38:30.763 INFO kablam! 1107 | | } Sep 14 11:38:30.763 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.763 INFO kablam! Sep 14 11:38:30.763 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.763 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.763 INFO kablam! | Sep 14 11:38:30.763 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.763 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.763 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! ... | Sep 14 11:38:30.763 INFO kablam! 1106 | | } Sep 14 11:38:30.763 INFO kablam! 1107 | | } Sep 14 11:38:30.763 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.763 INFO kablam! Sep 14 11:38:30.763 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.763 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.763 INFO kablam! | Sep 14 11:38:30.763 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.763 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.763 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! ... | Sep 14 11:38:30.763 INFO kablam! 1106 | | } Sep 14 11:38:30.763 INFO kablam! 1107 | | } Sep 14 11:38:30.763 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.763 INFO kablam! Sep 14 11:38:30.763 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.763 INFO kablam! --> src/ewkb.rs:1097:5 Sep 14 11:38:30.763 INFO kablam! | Sep 14 11:38:30.763 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.763 INFO kablam! 1098 | | match *self { Sep 14 11:38:30.763 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Sep 14 11:38:30.763 INFO kablam! ... | Sep 14 11:38:30.763 INFO kablam! 1106 | | } Sep 14 11:38:30.764 INFO kablam! 1107 | | } Sep 14 11:38:30.764 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.764 INFO kablam! Sep 14 11:38:30.767 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.767 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.767 INFO kablam! | Sep 14 11:38:30.767 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.767 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.767 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.767 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.767 INFO kablam! ... | Sep 14 11:38:30.767 INFO kablam! 1118 | | } Sep 14 11:38:30.767 INFO kablam! 1119 | | } Sep 14 11:38:30.767 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.767 INFO kablam! Sep 14 11:38:30.767 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.767 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.767 INFO kablam! | Sep 14 11:38:30.767 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.767 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.767 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.767 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.767 INFO kablam! ... | Sep 14 11:38:30.768 INFO kablam! 1118 | | } Sep 14 11:38:30.768 INFO kablam! 1119 | | } Sep 14 11:38:30.768 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.768 INFO kablam! Sep 14 11:38:30.768 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.768 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.768 INFO kablam! | Sep 14 11:38:30.768 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.768 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.768 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! ... | Sep 14 11:38:30.768 INFO kablam! 1118 | | } Sep 14 11:38:30.768 INFO kablam! 1119 | | } Sep 14 11:38:30.768 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.768 INFO kablam! Sep 14 11:38:30.768 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.768 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.768 INFO kablam! | Sep 14 11:38:30.768 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.768 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.768 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! ... | Sep 14 11:38:30.768 INFO kablam! 1118 | | } Sep 14 11:38:30.768 INFO kablam! 1119 | | } Sep 14 11:38:30.768 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.768 INFO kablam! Sep 14 11:38:30.768 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.768 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.768 INFO kablam! | Sep 14 11:38:30.768 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.768 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.768 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! ... | Sep 14 11:38:30.768 INFO kablam! 1118 | | } Sep 14 11:38:30.768 INFO kablam! 1119 | | } Sep 14 11:38:30.768 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.768 INFO kablam! Sep 14 11:38:30.768 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.768 INFO kablam! --> src/ewkb.rs:1109:5 Sep 14 11:38:30.768 INFO kablam! | Sep 14 11:38:30.768 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.768 INFO kablam! 1110 | | match *self { Sep 14 11:38:30.768 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Sep 14 11:38:30.768 INFO kablam! ... | Sep 14 11:38:30.768 INFO kablam! 1118 | | } Sep 14 11:38:30.768 INFO kablam! 1119 | | } Sep 14 11:38:30.768 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.768 INFO kablam! Sep 14 11:38:30.768 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.768 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.768 INFO kablam! | Sep 14 11:38:30.768 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.768 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.768 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.769 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.769 INFO kablam! ... | Sep 14 11:38:30.769 INFO kablam! 1165 | | } Sep 14 11:38:30.769 INFO kablam! 1166 | | } Sep 14 11:38:30.769 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.769 INFO kablam! Sep 14 11:38:30.769 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.769 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.769 INFO kablam! | Sep 14 11:38:30.769 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.769 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.769 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.769 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.769 INFO kablam! ... | Sep 14 11:38:30.769 INFO kablam! 1165 | | } Sep 14 11:38:30.769 INFO kablam! 1166 | | } Sep 14 11:38:30.769 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.769 INFO kablam! Sep 14 11:38:30.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.769 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.769 INFO kablam! | Sep 14 11:38:30.769 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.769 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.769 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.769 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.769 INFO kablam! ... | Sep 14 11:38:30.769 INFO kablam! 1165 | | } Sep 14 11:38:30.769 INFO kablam! 1166 | | } Sep 14 11:38:30.769 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.769 INFO kablam! Sep 14 11:38:30.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.769 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.769 INFO kablam! | Sep 14 11:38:30.769 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.769 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.769 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.769 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.769 INFO kablam! ... | Sep 14 11:38:30.769 INFO kablam! 1165 | | } Sep 14 11:38:30.769 INFO kablam! 1166 | | } Sep 14 11:38:30.769 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.769 INFO kablam! Sep 14 11:38:30.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.769 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.769 INFO kablam! | Sep 14 11:38:30.769 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.769 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.769 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.769 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.769 INFO kablam! ... | Sep 14 11:38:30.769 INFO kablam! 1165 | | } Sep 14 11:38:30.769 INFO kablam! 1166 | | } Sep 14 11:38:30.769 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.770 INFO kablam! Sep 14 11:38:30.770 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.770 INFO kablam! --> src/ewkb.rs:1138:5 Sep 14 11:38:30.770 INFO kablam! | Sep 14 11:38:30.770 INFO kablam! 1138 | / fn as_ewkb( Sep 14 11:38:30.770 INFO kablam! 1139 | | &'a self, Sep 14 11:38:30.770 INFO kablam! 1140 | | ) -> EwkbGeometry< Sep 14 11:38:30.770 INFO kablam! 1141 | | 'a, Sep 14 11:38:30.770 INFO kablam! ... | Sep 14 11:38:30.770 INFO kablam! 1165 | | } Sep 14 11:38:30.770 INFO kablam! 1166 | | } Sep 14 11:38:30.770 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.770 INFO kablam! Sep 14 11:38:30.775 INFO kablam! error: aborting due to 128 previous errors Sep 14 11:38:30.775 INFO kablam! Sep 14 11:38:30.775 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:38:30.775 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.775 INFO kablam! --> src/ewkb.rs:1371:5 Sep 14 11:38:30.775 INFO kablam! | Sep 14 11:38:30.775 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.775 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Sep 14 11:38:30.775 INFO kablam! 1373 | | Ok(()) Sep 14 11:38:30.775 INFO kablam! 1374 | | } Sep 14 11:38:30.775 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.775 INFO kablam! Sep 14 11:38:30.786 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.787 INFO kablam! --> src/ewkb.rs:1403:5 Sep 14 11:38:30.787 INFO kablam! | Sep 14 11:38:30.787 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.787 INFO kablam! 1404 | | self.srid Sep 14 11:38:30.787 INFO kablam! 1405 | | } Sep 14 11:38:30.787 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.787 INFO kablam! Sep 14 11:38:30.787 INFO kablam! error: Could not compile `postgis`. Sep 14 11:38:30.787 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 14 11:38:30.796 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.796 INFO kablam! --> src/ewkb.rs:1407:5 Sep 14 11:38:30.797 INFO kablam! | Sep 14 11:38:30.797 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.797 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.797 INFO kablam! 1409 | | } Sep 14 11:38:30.797 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.797 INFO kablam! Sep 14 11:38:30.797 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.797 INFO kablam! --> src/ewkb.rs:1411:5 Sep 14 11:38:30.797 INFO kablam! | Sep 14 11:38:30.797 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.797 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Sep 14 11:38:30.797 INFO kablam! 1413 | | Sep 14 11:38:30.797 INFO kablam! 1414 | | for geom in self.geom.geometries() { Sep 14 11:38:30.797 INFO kablam! ... | Sep 14 11:38:30.797 INFO kablam! 1474 | | Ok(()) Sep 14 11:38:30.797 INFO kablam! 1475 | | } Sep 14 11:38:30.797 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.797 INFO kablam! Sep 14 11:38:30.797 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Sep 14 11:38:30.797 INFO kablam! --> src/ewkb.rs:1494:5 Sep 14 11:38:30.797 INFO kablam! | Sep 14 11:38:30.797 INFO kablam! 1494 | / fn as_ewkb( Sep 14 11:38:30.797 INFO kablam! 1495 | | &'a self, Sep 14 11:38:30.797 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Sep 14 11:38:30.797 INFO kablam! 1497 | | 'a, Sep 14 11:38:30.797 INFO kablam! ... | Sep 14 11:38:30.797 INFO kablam! 1515 | | } Sep 14 11:38:30.797 INFO kablam! 1516 | | } Sep 14 11:38:30.797 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Sep 14 11:38:30.797 INFO kablam! Sep 14 11:38:30.797 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.797 INFO kablam! --> src/twkb.rs:286:5 Sep 14 11:38:30.797 INFO kablam! | Sep 14 11:38:30.797 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.797 INFO kablam! 287 | | ewkb::EwkbLineString { Sep 14 11:38:30.797 INFO kablam! 288 | | geom: self, Sep 14 11:38:30.797 INFO kablam! 289 | | srid: None, Sep 14 11:38:30.797 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Sep 14 11:38:30.797 INFO kablam! 291 | | } Sep 14 11:38:30.797 INFO kablam! 292 | | } Sep 14 11:38:30.797 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.797 INFO kablam! Sep 14 11:38:30.797 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.797 INFO kablam! --> src/twkb.rs:346:5 Sep 14 11:38:30.797 INFO kablam! | Sep 14 11:38:30.797 INFO kablam! 346 | / fn as_ewkb( Sep 14 11:38:30.797 INFO kablam! 347 | | &'a self, Sep 14 11:38:30.797 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.797 INFO kablam! 349 | | ewkb::EwkbPolygon { Sep 14 11:38:30.797 INFO kablam! ... | Sep 14 11:38:30.797 INFO kablam! 353 | | } Sep 14 11:38:30.797 INFO kablam! 354 | | } Sep 14 11:38:30.797 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.797 INFO kablam! Sep 14 11:38:30.803 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.803 INFO kablam! --> src/twkb.rs:404:5 Sep 14 11:38:30.803 INFO kablam! | Sep 14 11:38:30.803 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.803 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Sep 14 11:38:30.803 INFO kablam! 406 | | geom: self, Sep 14 11:38:30.803 INFO kablam! 407 | | srid: None, Sep 14 11:38:30.803 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Sep 14 11:38:30.803 INFO kablam! 409 | | } Sep 14 11:38:30.803 INFO kablam! 410 | | } Sep 14 11:38:30.803 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.803 INFO kablam! Sep 14 11:38:30.803 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.803 INFO kablam! --> src/twkb.rs:470:5 Sep 14 11:38:30.803 INFO kablam! | Sep 14 11:38:30.803 INFO kablam! 470 | / fn as_ewkb( Sep 14 11:38:30.803 INFO kablam! 471 | | &'a self, Sep 14 11:38:30.803 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Sep 14 11:38:30.803 INFO kablam! 473 | | { Sep 14 11:38:30.803 INFO kablam! ... | Sep 14 11:38:30.803 INFO kablam! 478 | | } Sep 14 11:38:30.803 INFO kablam! 479 | | } Sep 14 11:38:30.803 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.803 INFO kablam! Sep 14 11:38:30.803 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.803 INFO kablam! --> src/twkb.rs:554:5 Sep 14 11:38:30.803 INFO kablam! | Sep 14 11:38:30.803 INFO kablam! 554 | / fn as_ewkb( Sep 14 11:38:30.803 INFO kablam! 555 | | &'a self, Sep 14 11:38:30.803 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Sep 14 11:38:30.803 INFO kablam! 557 | | 'a, Sep 14 11:38:30.803 INFO kablam! ... | Sep 14 11:38:30.803 INFO kablam! 569 | | } Sep 14 11:38:30.803 INFO kablam! 570 | | } Sep 14 11:38:30.803 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.803 INFO kablam! Sep 14 11:38:30.820 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.820 INFO kablam! --> src/ewkb.rs:566:13 Sep 14 11:38:30.820 INFO kablam! | Sep 14 11:38:30.820 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.820 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.820 INFO kablam! 568 | | Ok(()) Sep 14 11:38:30.820 INFO kablam! 569 | | } Sep 14 11:38:30.820 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.820 INFO kablam! ... Sep 14 11:38:30.820 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.820 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.820 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.820 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.820 INFO kablam! Sep 14 11:38:30.820 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.820 INFO kablam! --> src/ewkb.rs:576:13 Sep 14 11:38:30.820 INFO kablam! | Sep 14 11:38:30.820 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.820 INFO kablam! 577 | | self.srid Sep 14 11:38:30.820 INFO kablam! 578 | | } Sep 14 11:38:30.820 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.820 INFO kablam! ... Sep 14 11:38:30.820 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.820 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.820 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.820 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.820 INFO kablam! Sep 14 11:38:30.820 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.820 INFO kablam! --> src/ewkb.rs:580:13 Sep 14 11:38:30.820 INFO kablam! | Sep 14 11:38:30.820 INFO kablam! 580 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.820 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.820 INFO kablam! 582 | | } Sep 14 11:38:30.820 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.820 INFO kablam! ... Sep 14 11:38:30.820 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.820 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.820 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.820 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.820 INFO kablam! Sep 14 11:38:30.820 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.820 INFO kablam! --> src/ewkb.rs:584:13 Sep 14 11:38:30.820 INFO kablam! | Sep 14 11:38:30.820 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.820 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Sep 14 11:38:30.820 INFO kablam! 586 | | for geom in self.geom.points() { Sep 14 11:38:30.820 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.820 INFO kablam! ... | Sep 14 11:38:30.820 INFO kablam! 590 | | Ok(()) Sep 14 11:38:30.820 INFO kablam! 591 | | } Sep 14 11:38:30.820 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.820 INFO kablam! ... Sep 14 11:38:30.820 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.820 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.820 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.820 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.820 INFO kablam! Sep 14 11:38:30.820 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.821 INFO kablam! --> src/ewkb.rs:599:13 Sep 14 11:38:30.821 INFO kablam! | Sep 14 11:38:30.821 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.821 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.821 INFO kablam! 601 | | } Sep 14 11:38:30.821 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.821 INFO kablam! ... Sep 14 11:38:30.821 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 14 11:38:30.821 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Sep 14 11:38:30.821 INFO kablam! 761 | | command write_ewkb_body); Sep 14 11:38:30.821 INFO kablam! | |________________________________________________- in this macro invocation Sep 14 11:38:30.821 INFO kablam! Sep 14 11:38:30.821 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.821 INFO kablam! --> src/ewkb.rs:634:13 Sep 14 11:38:30.821 INFO kablam! | Sep 14 11:38:30.821 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.821 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.821 INFO kablam! 636 | | Ok(()) Sep 14 11:38:30.821 INFO kablam! 637 | | } Sep 14 11:38:30.821 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.821 INFO kablam! ... Sep 14 11:38:30.821 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.821 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.821 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.821 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.821 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.821 INFO kablam! Sep 14 11:38:30.821 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.821 INFO kablam! --> src/ewkb.rs:646:13 Sep 14 11:38:30.821 INFO kablam! | Sep 14 11:38:30.821 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.821 INFO kablam! 647 | | self.srid Sep 14 11:38:30.821 INFO kablam! 648 | | } Sep 14 11:38:30.821 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.821 INFO kablam! ... Sep 14 11:38:30.821 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.821 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.821 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.821 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.821 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.821 INFO kablam! Sep 14 11:38:30.821 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.821 INFO kablam! --> src/ewkb.rs:650:13 Sep 14 11:38:30.821 INFO kablam! | Sep 14 11:38:30.821 INFO kablam! 650 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.821 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.821 INFO kablam! 652 | | } Sep 14 11:38:30.821 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.821 INFO kablam! ... Sep 14 11:38:30.821 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.821 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.821 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.821 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.821 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.821 INFO kablam! Sep 14 11:38:30.822 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.822 INFO kablam! --> src/ewkb.rs:654:13 Sep 14 11:38:30.822 INFO kablam! | Sep 14 11:38:30.822 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.822 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 14 11:38:30.822 INFO kablam! 656 | | for geom in self.geom.$itemname() { Sep 14 11:38:30.822 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.822 INFO kablam! ... | Sep 14 11:38:30.822 INFO kablam! 660 | | Ok(()) Sep 14 11:38:30.822 INFO kablam! 661 | | } Sep 14 11:38:30.822 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.822 INFO kablam! ... Sep 14 11:38:30.822 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.822 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.822 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.822 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.822 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.822 INFO kablam! Sep 14 11:38:30.822 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.822 INFO kablam! --> src/ewkb.rs:671:13 Sep 14 11:38:30.822 INFO kablam! | Sep 14 11:38:30.822 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.822 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.822 INFO kablam! 673 | | } Sep 14 11:38:30.822 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.822 INFO kablam! ... Sep 14 11:38:30.822 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 14 11:38:30.822 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Sep 14 11:38:30.822 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 14 11:38:30.822 INFO kablam! 778 | | command write_ewkb_body); Sep 14 11:38:30.822 INFO kablam! | |___________________________________________________- in this macro invocation Sep 14 11:38:30.822 INFO kablam! Sep 14 11:38:30.822 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.822 INFO kablam! --> src/ewkb.rs:566:13 Sep 14 11:38:30.822 INFO kablam! | Sep 14 11:38:30.822 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.822 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.822 INFO kablam! 568 | | Ok(()) Sep 14 11:38:30.822 INFO kablam! 569 | | } Sep 14 11:38:30.822 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.822 INFO kablam! ... Sep 14 11:38:30.822 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.822 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.822 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.822 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.822 INFO kablam! Sep 14 11:38:30.822 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.822 INFO kablam! --> src/ewkb.rs:576:13 Sep 14 11:38:30.822 INFO kablam! | Sep 14 11:38:30.822 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.822 INFO kablam! 577 | | self.srid Sep 14 11:38:30.822 INFO kablam! 578 | | } Sep 14 11:38:30.822 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.822 INFO kablam! ... Sep 14 11:38:30.822 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.823 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.823 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.823 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.823 INFO kablam! Sep 14 11:38:30.823 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.823 INFO kablam! --> src/ewkb.rs:580:13 Sep 14 11:38:30.823 INFO kablam! | Sep 14 11:38:30.823 INFO kablam! 580 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.823 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.823 INFO kablam! 582 | | } Sep 14 11:38:30.823 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.823 INFO kablam! ... Sep 14 11:38:30.823 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.823 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.823 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.823 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.823 INFO kablam! Sep 14 11:38:30.823 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.823 INFO kablam! --> src/ewkb.rs:584:13 Sep 14 11:38:30.823 INFO kablam! | Sep 14 11:38:30.823 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.823 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Sep 14 11:38:30.823 INFO kablam! 586 | | for geom in self.geom.points() { Sep 14 11:38:30.823 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.823 INFO kablam! ... | Sep 14 11:38:30.823 INFO kablam! 590 | | Ok(()) Sep 14 11:38:30.823 INFO kablam! 591 | | } Sep 14 11:38:30.823 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.823 INFO kablam! ... Sep 14 11:38:30.823 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.823 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.823 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.823 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.823 INFO kablam! Sep 14 11:38:30.823 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.823 INFO kablam! --> src/ewkb.rs:599:13 Sep 14 11:38:30.823 INFO kablam! | Sep 14 11:38:30.823 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Sep 14 11:38:30.823 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.823 INFO kablam! 601 | | } Sep 14 11:38:30.823 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.823 INFO kablam! ... Sep 14 11:38:30.823 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 14 11:38:30.823 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Sep 14 11:38:30.823 INFO kablam! 794 | | command write_ewkb); Sep 14 11:38:30.823 INFO kablam! | |___________________________________________- in this macro invocation Sep 14 11:38:30.823 INFO kablam! Sep 14 11:38:30.823 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.823 INFO kablam! --> src/ewkb.rs:634:13 Sep 14 11:38:30.823 INFO kablam! | Sep 14 11:38:30.823 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.823 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.823 INFO kablam! 636 | | Ok(()) Sep 14 11:38:30.823 INFO kablam! 637 | | } Sep 14 11:38:30.823 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.823 INFO kablam! ... Sep 14 11:38:30.823 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.824 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.824 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.824 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.824 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.824 INFO kablam! Sep 14 11:38:30.824 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.824 INFO kablam! --> src/ewkb.rs:646:13 Sep 14 11:38:30.824 INFO kablam! | Sep 14 11:38:30.824 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.824 INFO kablam! 647 | | self.srid Sep 14 11:38:30.824 INFO kablam! 648 | | } Sep 14 11:38:30.824 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.824 INFO kablam! ... Sep 14 11:38:30.824 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.824 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.824 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.824 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.824 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.824 INFO kablam! Sep 14 11:38:30.824 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.824 INFO kablam! --> src/ewkb.rs:650:13 Sep 14 11:38:30.824 INFO kablam! | Sep 14 11:38:30.824 INFO kablam! 650 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.824 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.824 INFO kablam! 652 | | } Sep 14 11:38:30.824 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.824 INFO kablam! ... Sep 14 11:38:30.824 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.824 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.824 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.824 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.824 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.824 INFO kablam! Sep 14 11:38:30.824 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.824 INFO kablam! --> src/ewkb.rs:654:13 Sep 14 11:38:30.824 INFO kablam! | Sep 14 11:38:30.824 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.824 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 14 11:38:30.824 INFO kablam! 656 | | for geom in self.geom.$itemname() { Sep 14 11:38:30.824 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.824 INFO kablam! ... | Sep 14 11:38:30.824 INFO kablam! 660 | | Ok(()) Sep 14 11:38:30.824 INFO kablam! 661 | | } Sep 14 11:38:30.824 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.824 INFO kablam! ... Sep 14 11:38:30.824 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.824 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.824 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.824 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.824 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.824 INFO kablam! Sep 14 11:38:30.827 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.827 INFO kablam! --> src/ewkb.rs:671:13 Sep 14 11:38:30.827 INFO kablam! | Sep 14 11:38:30.827 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.827 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.827 INFO kablam! 673 | | } Sep 14 11:38:30.827 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.827 INFO kablam! ... Sep 14 11:38:30.827 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 14 11:38:30.827 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Sep 14 11:38:30.827 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 14 11:38:30.827 INFO kablam! 811 | | command write_ewkb); Sep 14 11:38:30.827 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.827 INFO kablam! Sep 14 11:38:30.827 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.827 INFO kablam! --> src/ewkb.rs:708:13 Sep 14 11:38:30.827 INFO kablam! | Sep 14 11:38:30.827 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 14 11:38:30.827 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 14 11:38:30.827 INFO kablam! 710 | | Ok(()) Sep 14 11:38:30.827 INFO kablam! 711 | | } Sep 14 11:38:30.827 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.827 INFO kablam! ... Sep 14 11:38:30.827 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.827 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.827 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.827 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.827 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.827 INFO kablam! Sep 14 11:38:30.827 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.827 INFO kablam! --> src/ewkb.rs:722:13 Sep 14 11:38:30.827 INFO kablam! | Sep 14 11:38:30.827 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Sep 14 11:38:30.827 INFO kablam! 723 | | self.srid Sep 14 11:38:30.827 INFO kablam! 724 | | } Sep 14 11:38:30.827 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.827 INFO kablam! ... Sep 14 11:38:30.827 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.827 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.827 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.827 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.827 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.827 INFO kablam! Sep 14 11:38:30.831 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.831 INFO kablam! --> src/ewkb.rs:726:13 Sep 14 11:38:30.831 INFO kablam! | Sep 14 11:38:30.831 INFO kablam! 726 | / fn type_id(&self) -> u32 { Sep 14 11:38:30.831 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 14 11:38:30.831 INFO kablam! 728 | | } Sep 14 11:38:30.831 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.831 INFO kablam! ... Sep 14 11:38:30.831 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.831 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.831 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.831 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.831 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.831 INFO kablam! Sep 14 11:38:30.832 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.832 INFO kablam! --> src/ewkb.rs:730:13 Sep 14 11:38:30.832 INFO kablam! | Sep 14 11:38:30.832 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 14 11:38:30.832 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 14 11:38:30.832 INFO kablam! 732 | | for geom in self.geom.$itemname() { Sep 14 11:38:30.832 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 14 11:38:30.832 INFO kablam! ... | Sep 14 11:38:30.832 INFO kablam! 736 | | Ok(()) Sep 14 11:38:30.832 INFO kablam! 737 | | } Sep 14 11:38:30.832 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.832 INFO kablam! ... Sep 14 11:38:30.832 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.832 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.832 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.832 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.832 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.832 INFO kablam! Sep 14 11:38:30.832 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.832 INFO kablam! --> src/ewkb.rs:749:13 Sep 14 11:38:30.832 INFO kablam! | Sep 14 11:38:30.832 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Sep 14 11:38:30.832 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 14 11:38:30.832 INFO kablam! 751 | | } Sep 14 11:38:30.832 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.832 INFO kablam! ... Sep 14 11:38:30.832 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 14 11:38:30.832 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Sep 14 11:38:30.832 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 14 11:38:30.832 INFO kablam! 828 | | command write_ewkb); Sep 14 11:38:30.832 INFO kablam! | |______________________________________________- in this macro invocation Sep 14 11:38:30.832 INFO kablam! Sep 14 11:38:30.843 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.843 INFO kablam! --> src/postgis.rs:102:13 Sep 14 11:38:30.843 INFO kablam! | Sep 14 11:38:30.843 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.843 INFO kablam! 103 | | self.write_ewkb(out)?; Sep 14 11:38:30.843 INFO kablam! 104 | | Ok(IsNull::No) Sep 14 11:38:30.843 INFO kablam! 105 | | } Sep 14 11:38:30.843 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.843 INFO kablam! ... Sep 14 11:38:30.843 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 14 11:38:30.843 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.843 INFO kablam! Sep 14 11:38:30.843 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 14 11:38:30.843 INFO kablam! --> src/postgis.rs:146:1 Sep 14 11:38:30.843 INFO kablam! | Sep 14 11:38:30.843 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 14 11:38:30.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.843 INFO kablam! | | Sep 14 11:38:30.843 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Sep 14 11:38:30.843 INFO kablam! | in this macro invocation Sep 14 11:38:30.843 INFO kablam! | Sep 14 11:38:30.843 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.843 INFO kablam! Sep 14 11:38:30.843 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.843 INFO kablam! --> src/postgis.rs:118:13 Sep 14 11:38:30.843 INFO kablam! | Sep 14 11:38:30.843 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.843 INFO kablam! 119 | | self.write_ewkb(out)?; Sep 14 11:38:30.843 INFO kablam! 120 | | Ok(IsNull::No) Sep 14 11:38:30.843 INFO kablam! 121 | | } Sep 14 11:38:30.843 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.843 INFO kablam! ... Sep 14 11:38:30.843 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 14 11:38:30.843 INFO kablam! | --------------------------------------------------------- in this macro invocation Sep 14 11:38:30.843 INFO kablam! Sep 14 11:38:30.843 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 14 11:38:30.843 INFO kablam! --> src/postgis.rs:147:1 Sep 14 11:38:30.843 INFO kablam! | Sep 14 11:38:30.843 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 14 11:38:30.843 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.843 INFO kablam! | | Sep 14 11:38:30.843 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Sep 14 11:38:30.843 INFO kablam! | in this macro invocation Sep 14 11:38:30.843 INFO kablam! | Sep 14 11:38:30.843 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.843 INFO kablam! Sep 14 11:38:30.843 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.843 INFO kablam! --> src/postgis.rs:102:13 Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.844 INFO kablam! 103 | | self.write_ewkb(out)?; Sep 14 11:38:30.844 INFO kablam! 104 | | Ok(IsNull::No) Sep 14 11:38:30.844 INFO kablam! 105 | | } Sep 14 11:38:30.844 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.844 INFO kablam! ... Sep 14 11:38:30.844 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 14 11:38:30.844 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 14 11:38:30.844 INFO kablam! Sep 14 11:38:30.844 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 14 11:38:30.844 INFO kablam! --> src/postgis.rs:148:1 Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 14 11:38:30.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.844 INFO kablam! | | Sep 14 11:38:30.844 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 14 11:38:30.844 INFO kablam! | in this macro invocation Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.844 INFO kablam! Sep 14 11:38:30.844 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.844 INFO kablam! --> src/postgis.rs:118:13 Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.844 INFO kablam! 119 | | self.write_ewkb(out)?; Sep 14 11:38:30.844 INFO kablam! 120 | | Ok(IsNull::No) Sep 14 11:38:30.844 INFO kablam! 121 | | } Sep 14 11:38:30.844 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.844 INFO kablam! ... Sep 14 11:38:30.844 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 14 11:38:30.844 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.844 INFO kablam! Sep 14 11:38:30.844 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 14 11:38:30.844 INFO kablam! --> src/postgis.rs:149:1 Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 14 11:38:30.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.844 INFO kablam! | | Sep 14 11:38:30.844 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 14 11:38:30.844 INFO kablam! | in this macro invocation Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.844 INFO kablam! Sep 14 11:38:30.844 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.844 INFO kablam! --> src/postgis.rs:138:13 Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 14 11:38:30.844 INFO kablam! 139 | | self.write_ewkb(out)?; Sep 14 11:38:30.844 INFO kablam! 140 | | Ok(IsNull::No) Sep 14 11:38:30.844 INFO kablam! 141 | | } Sep 14 11:38:30.844 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.844 INFO kablam! ... Sep 14 11:38:30.844 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 14 11:38:30.844 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Sep 14 11:38:30.844 INFO kablam! Sep 14 11:38:30.844 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 14 11:38:30.844 INFO kablam! --> src/postgis.rs:150:1 Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 14 11:38:30.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 11:38:30.844 INFO kablam! | | Sep 14 11:38:30.844 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 14 11:38:30.844 INFO kablam! | in this macro invocation Sep 14 11:38:30.844 INFO kablam! | Sep 14 11:38:30.844 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 14 11:38:30.845 INFO kablam! Sep 14 11:38:30.858 INFO kablam! error: aborting due to 128 previous errors Sep 14 11:38:30.859 INFO kablam! Sep 14 11:38:30.859 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 14 11:38:30.867 INFO kablam! error: Could not compile `postgis`. Sep 14 11:38:30.867 INFO kablam! Sep 14 11:38:30.867 INFO kablam! To learn more, run the command again with --verbose. Sep 14 11:38:30.867 INFO kablam! su: No module specific data is present Sep 14 11:38:31.780 INFO running `"docker" "rm" "-f" "0f183199c46e0b2c69c654e63af70fc7745f3d81b1ce157ee2414ad88f76d645"` Sep 14 11:38:32.046 INFO blam! 0f183199c46e0b2c69c654e63af70fc7745f3d81b1ce157ee2414ad88f76d645