Oct 15 23:43:26.182 INFO testing postgis-0.6.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:43:26.182 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 23:43:26.398 INFO blam! 835f1d4d2150c83a255ae820ed60755f788f8171c84ca216c613ba6f106b811d Oct 15 23:43:26.401 INFO running `"docker" "start" "-a" "835f1d4d2150c83a255ae820ed60755f788f8171c84ca216c613ba6f106b811d"` Oct 15 23:43:26.910 INFO kablam! usermod: no changes Oct 15 23:43:27.087 INFO kablam! Compiling siphasher v0.2.3 Oct 15 23:43:27.087 INFO kablam! Compiling memchr v1.0.2 Oct 15 23:43:27.087 INFO kablam! Compiling stringprep v0.1.2 Oct 15 23:43:27.684 INFO kablam! Compiling phf_shared v0.7.23 Oct 15 23:43:28.451 INFO kablam! Compiling phf v0.7.23 Oct 15 23:43:29.151 INFO kablam! Compiling postgres-protocol v0.3.2 Oct 15 23:43:31.506 INFO kablam! Compiling postgres-shared v0.4.2 Oct 15 23:43:34.661 INFO kablam! Compiling postgres v0.15.2 Oct 15 23:43:38.909 INFO kablam! Compiling postgis v0.6.0 (/source) Oct 15 23:43:40.815 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:40.815 INFO kablam! --> src/ewkb.rs:935:1 Oct 15 23:43:40.815 INFO kablam! | Oct 15 23:43:40.815 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.815 INFO kablam! 936 | | where Oct 15 23:43:40.815 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 15 23:43:40.815 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.815 INFO kablam! ... | Oct 15 23:43:40.815 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 15 23:43:40.815 INFO kablam! 967 | | } Oct 15 23:43:40.815 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:40.815 INFO kablam! Oct 15 23:43:40.815 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:40.815 INFO kablam! --> src/ewkb.rs:935:1 Oct 15 23:43:40.815 INFO kablam! | Oct 15 23:43:40.815 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.815 INFO kablam! 936 | | where Oct 15 23:43:40.815 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 15 23:43:40.815 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.815 INFO kablam! ... | Oct 15 23:43:40.815 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 15 23:43:40.815 INFO kablam! 967 | | } Oct 15 23:43:40.815 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:40.815 INFO kablam! Oct 15 23:43:40.815 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:40.815 INFO kablam! --> src/ewkb.rs:935:1 Oct 15 23:43:40.815 INFO kablam! | Oct 15 23:43:40.815 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.815 INFO kablam! 936 | | where Oct 15 23:43:40.815 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 15 23:43:40.815 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.815 INFO kablam! ... | Oct 15 23:43:40.815 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 15 23:43:40.815 INFO kablam! 967 | | } Oct 15 23:43:40.815 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:40.815 INFO kablam! Oct 15 23:43:40.815 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:40.815 INFO kablam! --> src/ewkb.rs:935:1 Oct 15 23:43:40.815 INFO kablam! | Oct 15 23:43:40.815 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.815 INFO kablam! 936 | | where Oct 15 23:43:40.815 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 15 23:43:40.815 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.815 INFO kablam! ... | Oct 15 23:43:40.815 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 15 23:43:40.815 INFO kablam! 967 | | } Oct 15 23:43:40.815 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:40.815 INFO kablam! Oct 15 23:43:40.815 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:40.815 INFO kablam! --> src/ewkb.rs:935:1 Oct 15 23:43:40.815 INFO kablam! | Oct 15 23:43:40.815 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.815 INFO kablam! 936 | | where Oct 15 23:43:40.815 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 15 23:43:40.815 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.815 INFO kablam! ... | Oct 15 23:43:40.815 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 15 23:43:40.815 INFO kablam! 967 | | } Oct 15 23:43:40.815 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:40.815 INFO kablam! Oct 15 23:43:40.816 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:40.816 INFO kablam! --> src/ewkb.rs:935:1 Oct 15 23:43:40.816 INFO kablam! | Oct 15 23:43:40.816 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.816 INFO kablam! 936 | | where Oct 15 23:43:40.816 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 15 23:43:40.816 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.816 INFO kablam! ... | Oct 15 23:43:40.816 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 15 23:43:40.816 INFO kablam! 967 | | } Oct 15 23:43:40.816 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:40.816 INFO kablam! Oct 15 23:43:40.975 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:40.975 INFO kablam! --> src/ewkb.rs:1027:54 Oct 15 23:43:40.975 INFO kablam! | Oct 15 23:43:40.975 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:40.975 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:40.975 INFO kablam! Oct 15 23:43:40.975 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:40.976 INFO kablam! --> src/ewkb.rs:1027:54 Oct 15 23:43:40.976 INFO kablam! | Oct 15 23:43:40.976 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:40.976 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:40.976 INFO kablam! Oct 15 23:43:40.976 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:40.976 INFO kablam! --> src/ewkb.rs:1027:54 Oct 15 23:43:40.976 INFO kablam! | Oct 15 23:43:40.976 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:40.976 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:40.976 INFO kablam! Oct 15 23:43:40.976 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:40.976 INFO kablam! --> src/ewkb.rs:1027:54 Oct 15 23:43:40.976 INFO kablam! | Oct 15 23:43:40.976 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:40.976 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:40.976 INFO kablam! Oct 15 23:43:40.976 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:40.976 INFO kablam! --> src/ewkb.rs:1027:54 Oct 15 23:43:40.976 INFO kablam! | Oct 15 23:43:40.976 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:40.976 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:40.976 INFO kablam! Oct 15 23:43:40.976 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:40.976 INFO kablam! --> src/ewkb.rs:1027:54 Oct 15 23:43:40.976 INFO kablam! | Oct 15 23:43:40.976 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:40.976 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:40.976 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:40.979 INFO kablam! --> src/ewkb.rs:1059:54 Oct 15 23:43:40.979 INFO kablam! | Oct 15 23:43:40.979 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:40.979 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:40.979 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:40.979 INFO kablam! --> src/ewkb.rs:1059:54 Oct 15 23:43:40.979 INFO kablam! | Oct 15 23:43:40.979 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:40.979 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:40.979 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:40.979 INFO kablam! --> src/ewkb.rs:1059:54 Oct 15 23:43:40.979 INFO kablam! | Oct 15 23:43:40.979 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:40.979 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:40.979 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:40.979 INFO kablam! --> src/ewkb.rs:1059:54 Oct 15 23:43:40.979 INFO kablam! | Oct 15 23:43:40.979 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:40.979 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:40.979 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:40.979 INFO kablam! --> src/ewkb.rs:1059:54 Oct 15 23:43:40.979 INFO kablam! | Oct 15 23:43:40.979 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:40.979 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:40.979 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:40.979 INFO kablam! --> src/ewkb.rs:1059:54 Oct 15 23:43:40.979 INFO kablam! | Oct 15 23:43:40.979 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:40.979 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:40.979 INFO kablam! Oct 15 23:43:40.979 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:40.980 INFO kablam! --> src/ewkb.rs:1257:1 Oct 15 23:43:40.980 INFO kablam! | Oct 15 23:43:40.980 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 15 23:43:40.980 INFO kablam! 1258 | | where Oct 15 23:43:40.980 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 15 23:43:40.980 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:40.980 INFO kablam! ... | Oct 15 23:43:40.980 INFO kablam! 1284 | | pub point_type: PointType, Oct 15 23:43:40.980 INFO kablam! 1285 | | } Oct 15 23:43:40.980 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:40.980 INFO kablam! Oct 15 23:43:41.141 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.141 INFO kablam! --> src/ewkb.rs:1345:54 Oct 15 23:43:41.141 INFO kablam! | Oct 15 23:43:41.141 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 15 23:43:41.141 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.141 INFO kablam! Oct 15 23:43:41.143 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.143 INFO kablam! --> src/ewkb.rs:1377:54 Oct 15 23:43:41.143 INFO kablam! | Oct 15 23:43:41.143 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 15 23:43:41.143 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.143 INFO kablam! Oct 15 23:43:41.149 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.150 INFO kablam! --> src/ewkb.rs:547:9 Oct 15 23:43:41.150 INFO kablam! | Oct 15 23:43:41.150 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 15 23:43:41.150 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 15 23:43:41.150 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 15 23:43:41.150 INFO kablam! 550 | | { Oct 15 23:43:41.150 INFO kablam! ... | Oct 15 23:43:41.150 INFO kablam! 553 | | pub point_type: PointType, Oct 15 23:43:41.150 INFO kablam! 554 | | } Oct 15 23:43:41.150 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.150 INFO kablam! ... Oct 15 23:43:41.150 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.150 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.150 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.150 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.150 INFO kablam! Oct 15 23:43:41.150 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.150 INFO kablam! --> src/ewkb.rs:562:24 Oct 15 23:43:41.150 INFO kablam! | Oct 15 23:43:41.150 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 15 23:43:41.150 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.150 INFO kablam! ... Oct 15 23:43:41.150 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.150 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.150 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.150 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.150 INFO kablam! Oct 15 23:43:41.150 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.150 INFO kablam! --> src/ewkb.rs:572:24 Oct 15 23:43:41.150 INFO kablam! | Oct 15 23:43:41.150 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 15 23:43:41.150 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.150 INFO kablam! ... Oct 15 23:43:41.150 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.150 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.150 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.150 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.150 INFO kablam! Oct 15 23:43:41.151 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.151 INFO kablam! --> src/ewkb.rs:609:9 Oct 15 23:43:41.151 INFO kablam! | Oct 15 23:43:41.151 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.151 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 15 23:43:41.151 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:41.151 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 15 23:43:41.151 INFO kablam! ... | Oct 15 23:43:41.151 INFO kablam! 617 | | pub point_type: PointType, Oct 15 23:43:41.151 INFO kablam! 618 | | } Oct 15 23:43:41.151 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.151 INFO kablam! ... Oct 15 23:43:41.151 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.151 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.151 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.151 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.151 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.151 INFO kablam! Oct 15 23:43:41.155 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.155 INFO kablam! --> src/ewkb.rs:628:30 Oct 15 23:43:41.155 INFO kablam! | Oct 15 23:43:41.155 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.155 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.155 INFO kablam! ... Oct 15 23:43:41.155 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.155 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.155 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.155 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.155 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.155 INFO kablam! Oct 15 23:43:41.156 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.156 INFO kablam! --> src/ewkb.rs:640:30 Oct 15 23:43:41.156 INFO kablam! | Oct 15 23:43:41.156 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.156 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.156 INFO kablam! ... Oct 15 23:43:41.156 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.156 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.156 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.156 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.156 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.156 INFO kablam! Oct 15 23:43:41.157 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.157 INFO kablam! --> src/ewkb.rs:547:9 Oct 15 23:43:41.157 INFO kablam! | Oct 15 23:43:41.157 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 15 23:43:41.157 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 15 23:43:41.157 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 15 23:43:41.157 INFO kablam! 550 | | { Oct 15 23:43:41.157 INFO kablam! ... | Oct 15 23:43:41.157 INFO kablam! 553 | | pub point_type: PointType, Oct 15 23:43:41.157 INFO kablam! 554 | | } Oct 15 23:43:41.157 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.157 INFO kablam! ... Oct 15 23:43:41.157 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.157 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.157 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.157 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.157 INFO kablam! Oct 15 23:43:41.158 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.158 INFO kablam! --> src/ewkb.rs:562:24 Oct 15 23:43:41.158 INFO kablam! | Oct 15 23:43:41.158 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 15 23:43:41.158 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.158 INFO kablam! ... Oct 15 23:43:41.158 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.158 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.158 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.158 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.158 INFO kablam! Oct 15 23:43:41.158 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.158 INFO kablam! --> src/ewkb.rs:572:24 Oct 15 23:43:41.158 INFO kablam! | Oct 15 23:43:41.158 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 15 23:43:41.158 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.158 INFO kablam! ... Oct 15 23:43:41.158 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.158 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.158 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.158 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.158 INFO kablam! Oct 15 23:43:41.160 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.160 INFO kablam! --> src/ewkb.rs:609:9 Oct 15 23:43:41.160 INFO kablam! | Oct 15 23:43:41.160 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.160 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 15 23:43:41.160 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:41.160 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 15 23:43:41.160 INFO kablam! ... | Oct 15 23:43:41.161 INFO kablam! 617 | | pub point_type: PointType, Oct 15 23:43:41.161 INFO kablam! 618 | | } Oct 15 23:43:41.161 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.161 INFO kablam! ... Oct 15 23:43:41.161 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.161 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.161 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.161 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.161 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.161 INFO kablam! Oct 15 23:43:41.166 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.166 INFO kablam! --> src/ewkb.rs:628:30 Oct 15 23:43:41.166 INFO kablam! | Oct 15 23:43:41.166 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.166 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.166 INFO kablam! ... Oct 15 23:43:41.166 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.166 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.166 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.166 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.166 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.166 INFO kablam! Oct 15 23:43:41.166 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.166 INFO kablam! --> src/ewkb.rs:640:30 Oct 15 23:43:41.166 INFO kablam! | Oct 15 23:43:41.166 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.166 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.166 INFO kablam! ... Oct 15 23:43:41.166 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.166 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.166 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.166 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.166 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.166 INFO kablam! Oct 15 23:43:41.167 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.167 INFO kablam! --> src/ewkb.rs:677:9 Oct 15 23:43:41.167 INFO kablam! | Oct 15 23:43:41.167 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 15 23:43:41.167 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 15 23:43:41.167 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 15 23:43:41.167 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 15 23:43:41.167 INFO kablam! ... | Oct 15 23:43:41.167 INFO kablam! 687 | | pub point_type: PointType, Oct 15 23:43:41.167 INFO kablam! 688 | | } Oct 15 23:43:41.167 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.167 INFO kablam! ... Oct 15 23:43:41.167 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.167 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.167 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.167 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.167 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.167 INFO kablam! Oct 15 23:43:41.181 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.181 INFO kablam! --> src/ewkb.rs:700:36 Oct 15 23:43:41.181 INFO kablam! | Oct 15 23:43:41.181 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 15 23:43:41.181 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.181 INFO kablam! ... Oct 15 23:43:41.181 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.181 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.181 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.181 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.181 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.181 INFO kablam! Oct 15 23:43:41.182 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.182 INFO kablam! --> src/ewkb.rs:714:36 Oct 15 23:43:41.182 INFO kablam! | Oct 15 23:43:41.182 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 15 23:43:41.182 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.182 INFO kablam! ... Oct 15 23:43:41.182 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.182 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.182 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.182 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.182 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.182 INFO kablam! Oct 15 23:43:41.186 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.186 INFO kablam! --> src/postgis.rs:98:24 Oct 15 23:43:41.186 INFO kablam! | Oct 15 23:43:41.186 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 15 23:43:41.186 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.186 INFO kablam! ... Oct 15 23:43:41.186 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 15 23:43:41.186 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 15 23:43:41.186 INFO kablam! Oct 15 23:43:41.186 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.187 INFO kablam! --> src/postgis.rs:112:30 Oct 15 23:43:41.187 INFO kablam! | Oct 15 23:43:41.187 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.187 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.187 INFO kablam! ... Oct 15 23:43:41.187 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 15 23:43:41.187 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 15 23:43:41.187 INFO kablam! Oct 15 23:43:41.187 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.187 INFO kablam! --> src/postgis.rs:98:24 Oct 15 23:43:41.187 INFO kablam! | Oct 15 23:43:41.187 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 15 23:43:41.187 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.187 INFO kablam! ... Oct 15 23:43:41.187 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 15 23:43:41.187 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 15 23:43:41.187 INFO kablam! Oct 15 23:43:41.187 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.187 INFO kablam! --> src/postgis.rs:112:30 Oct 15 23:43:41.187 INFO kablam! | Oct 15 23:43:41.187 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 15 23:43:41.187 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.187 INFO kablam! ... Oct 15 23:43:41.187 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 15 23:43:41.188 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 15 23:43:41.188 INFO kablam! Oct 15 23:43:41.188 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.188 INFO kablam! --> src/postgis.rs:128:36 Oct 15 23:43:41.188 INFO kablam! | Oct 15 23:43:41.188 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 15 23:43:41.188 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.188 INFO kablam! ... Oct 15 23:43:41.188 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 15 23:43:41.188 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 23:43:41.188 INFO kablam! Oct 15 23:43:41.354 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.354 INFO kablam! --> src/ewkb.rs:1008:5 Oct 15 23:43:41.354 INFO kablam! | Oct 15 23:43:41.354 INFO kablam! 1008 | / fn as_ewkb( Oct 15 23:43:41.354 INFO kablam! 1009 | | &'a self, Oct 15 23:43:41.354 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 15 23:43:41.354 INFO kablam! 1011 | | 'a, Oct 15 23:43:41.354 INFO kablam! ... | Oct 15 23:43:41.354 INFO kablam! 1023 | | Self::GeomCollection, Oct 15 23:43:41.354 INFO kablam! 1024 | | >; Oct 15 23:43:41.354 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.354 INFO kablam! Oct 15 23:43:41.354 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.354 INFO kablam! --> src/ewkb.rs:1008:5 Oct 15 23:43:41.354 INFO kablam! | Oct 15 23:43:41.354 INFO kablam! 1008 | / fn as_ewkb( Oct 15 23:43:41.354 INFO kablam! 1009 | | &'a self, Oct 15 23:43:41.354 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 15 23:43:41.354 INFO kablam! 1011 | | 'a, Oct 15 23:43:41.354 INFO kablam! ... | Oct 15 23:43:41.354 INFO kablam! 1023 | | Self::GeomCollection, Oct 15 23:43:41.354 INFO kablam! 1024 | | >; Oct 15 23:43:41.354 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.354 INFO kablam! Oct 15 23:43:41.354 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.354 INFO kablam! --> src/ewkb.rs:1008:5 Oct 15 23:43:41.355 INFO kablam! | Oct 15 23:43:41.355 INFO kablam! 1008 | / fn as_ewkb( Oct 15 23:43:41.355 INFO kablam! 1009 | | &'a self, Oct 15 23:43:41.355 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 15 23:43:41.355 INFO kablam! 1011 | | 'a, Oct 15 23:43:41.355 INFO kablam! ... | Oct 15 23:43:41.355 INFO kablam! 1023 | | Self::GeomCollection, Oct 15 23:43:41.355 INFO kablam! 1024 | | >; Oct 15 23:43:41.355 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.355 INFO kablam! Oct 15 23:43:41.355 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.355 INFO kablam! --> src/ewkb.rs:1008:5 Oct 15 23:43:41.355 INFO kablam! | Oct 15 23:43:41.355 INFO kablam! 1008 | / fn as_ewkb( Oct 15 23:43:41.355 INFO kablam! 1009 | | &'a self, Oct 15 23:43:41.355 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 15 23:43:41.355 INFO kablam! 1011 | | 'a, Oct 15 23:43:41.355 INFO kablam! ... | Oct 15 23:43:41.355 INFO kablam! 1023 | | Self::GeomCollection, Oct 15 23:43:41.355 INFO kablam! 1024 | | >; Oct 15 23:43:41.355 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.355 INFO kablam! Oct 15 23:43:41.355 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.355 INFO kablam! --> src/ewkb.rs:1008:5 Oct 15 23:43:41.355 INFO kablam! | Oct 15 23:43:41.355 INFO kablam! 1008 | / fn as_ewkb( Oct 15 23:43:41.355 INFO kablam! 1009 | | &'a self, Oct 15 23:43:41.355 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 15 23:43:41.355 INFO kablam! 1011 | | 'a, Oct 15 23:43:41.355 INFO kablam! ... | Oct 15 23:43:41.355 INFO kablam! 1023 | | Self::GeomCollection, Oct 15 23:43:41.355 INFO kablam! 1024 | | >; Oct 15 23:43:41.355 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.355 INFO kablam! Oct 15 23:43:41.355 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.355 INFO kablam! --> src/ewkb.rs:1008:5 Oct 15 23:43:41.355 INFO kablam! | Oct 15 23:43:41.355 INFO kablam! 1008 | / fn as_ewkb( Oct 15 23:43:41.355 INFO kablam! 1009 | | &'a self, Oct 15 23:43:41.355 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 15 23:43:41.355 INFO kablam! 1011 | | 'a, Oct 15 23:43:41.355 INFO kablam! ... | Oct 15 23:43:41.355 INFO kablam! 1023 | | Self::GeomCollection, Oct 15 23:43:41.355 INFO kablam! 1024 | | >; Oct 15 23:43:41.355 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.355 INFO kablam! Oct 15 23:43:41.559 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.559 INFO kablam! --> src/ewkb.rs:1326:5 Oct 15 23:43:41.559 INFO kablam! | Oct 15 23:43:41.559 INFO kablam! 1326 | / fn as_ewkb( Oct 15 23:43:41.559 INFO kablam! 1327 | | &'a self, Oct 15 23:43:41.559 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 15 23:43:41.559 INFO kablam! 1329 | | 'a, Oct 15 23:43:41.559 INFO kablam! ... | Oct 15 23:43:41.559 INFO kablam! 1341 | | Self::GeomCollection, Oct 15 23:43:41.559 INFO kablam! 1342 | | >; Oct 15 23:43:41.559 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.559 INFO kablam! Oct 15 23:43:41.589 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.589 INFO kablam! --> src/ewkb.rs:559:13 Oct 15 23:43:41.589 INFO kablam! | Oct 15 23:43:41.589 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 15 23:43:41.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.589 INFO kablam! ... Oct 15 23:43:41.589 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.589 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.589 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.589 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.589 INFO kablam! Oct 15 23:43:41.595 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.595 INFO kablam! --> src/ewkb.rs:625:13 Oct 15 23:43:41.595 INFO kablam! | Oct 15 23:43:41.595 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 15 23:43:41.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.595 INFO kablam! ... Oct 15 23:43:41.595 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.595 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.595 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.595 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.596 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.596 INFO kablam! Oct 15 23:43:41.596 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.596 INFO kablam! --> src/ewkb.rs:559:13 Oct 15 23:43:41.596 INFO kablam! | Oct 15 23:43:41.596 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 15 23:43:41.596 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.596 INFO kablam! ... Oct 15 23:43:41.596 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.596 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.596 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.596 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.596 INFO kablam! Oct 15 23:43:41.597 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.597 INFO kablam! --> src/ewkb.rs:625:13 Oct 15 23:43:41.597 INFO kablam! | Oct 15 23:43:41.597 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 15 23:43:41.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.597 INFO kablam! ... Oct 15 23:43:41.597 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.597 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.597 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.597 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.597 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.597 INFO kablam! Oct 15 23:43:41.610 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.610 INFO kablam! --> src/ewkb.rs:697:13 Oct 15 23:43:41.610 INFO kablam! | Oct 15 23:43:41.610 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 15 23:43:41.610 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.611 INFO kablam! ... Oct 15 23:43:41.611 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.611 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.611 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.611 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.611 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.611 INFO kablam! Oct 15 23:43:41.619 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.620 INFO kablam! --> src/ewkb.rs:1053:5 Oct 15 23:43:41.620 INFO kablam! | Oct 15 23:43:41.620 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.620 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 15 23:43:41.620 INFO kablam! 1055 | | Ok(()) Oct 15 23:43:41.620 INFO kablam! 1056 | | } Oct 15 23:43:41.620 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.620 INFO kablam! Oct 15 23:43:41.620 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.620 INFO kablam! --> src/ewkb.rs:1053:5 Oct 15 23:43:41.620 INFO kablam! | Oct 15 23:43:41.620 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.620 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 15 23:43:41.620 INFO kablam! 1055 | | Ok(()) Oct 15 23:43:41.620 INFO kablam! 1056 | | } Oct 15 23:43:41.620 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.620 INFO kablam! Oct 15 23:43:41.620 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.620 INFO kablam! --> src/ewkb.rs:1053:5 Oct 15 23:43:41.620 INFO kablam! | Oct 15 23:43:41.620 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.620 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 15 23:43:41.620 INFO kablam! 1055 | | Ok(()) Oct 15 23:43:41.620 INFO kablam! 1056 | | } Oct 15 23:43:41.620 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.620 INFO kablam! Oct 15 23:43:41.620 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.620 INFO kablam! --> src/ewkb.rs:1053:5 Oct 15 23:43:41.620 INFO kablam! | Oct 15 23:43:41.620 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.620 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 15 23:43:41.620 INFO kablam! 1055 | | Ok(()) Oct 15 23:43:41.620 INFO kablam! 1056 | | } Oct 15 23:43:41.620 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.620 INFO kablam! Oct 15 23:43:41.620 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.620 INFO kablam! --> src/ewkb.rs:1053:5 Oct 15 23:43:41.620 INFO kablam! | Oct 15 23:43:41.620 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.620 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 15 23:43:41.620 INFO kablam! 1055 | | Ok(()) Oct 15 23:43:41.620 INFO kablam! 1056 | | } Oct 15 23:43:41.620 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.620 INFO kablam! Oct 15 23:43:41.620 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.620 INFO kablam! --> src/ewkb.rs:1053:5 Oct 15 23:43:41.620 INFO kablam! | Oct 15 23:43:41.620 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.620 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 15 23:43:41.620 INFO kablam! 1055 | | Ok(()) Oct 15 23:43:41.620 INFO kablam! 1056 | | } Oct 15 23:43:41.620 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.620 INFO kablam! Oct 15 23:43:41.622 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.622 INFO kablam! --> src/ewkb.rs:1085:5 Oct 15 23:43:41.622 INFO kablam! | Oct 15 23:43:41.622 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.622 INFO kablam! 1086 | | match *self { Oct 15 23:43:41.622 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.622 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.622 INFO kablam! ... | Oct 15 23:43:41.622 INFO kablam! 1094 | | } Oct 15 23:43:41.622 INFO kablam! 1095 | | } Oct 15 23:43:41.622 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.622 INFO kablam! Oct 15 23:43:41.622 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.622 INFO kablam! --> src/ewkb.rs:1085:5 Oct 15 23:43:41.622 INFO kablam! | Oct 15 23:43:41.622 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.622 INFO kablam! 1086 | | match *self { Oct 15 23:43:41.622 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.622 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.622 INFO kablam! ... | Oct 15 23:43:41.622 INFO kablam! 1094 | | } Oct 15 23:43:41.622 INFO kablam! 1095 | | } Oct 15 23:43:41.622 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.622 INFO kablam! Oct 15 23:43:41.622 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.622 INFO kablam! --> src/ewkb.rs:1085:5 Oct 15 23:43:41.622 INFO kablam! | Oct 15 23:43:41.622 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.622 INFO kablam! 1086 | | match *self { Oct 15 23:43:41.622 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.622 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.622 INFO kablam! ... | Oct 15 23:43:41.622 INFO kablam! 1094 | | } Oct 15 23:43:41.622 INFO kablam! 1095 | | } Oct 15 23:43:41.622 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.622 INFO kablam! Oct 15 23:43:41.622 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.622 INFO kablam! --> src/ewkb.rs:1085:5 Oct 15 23:43:41.622 INFO kablam! | Oct 15 23:43:41.623 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.623 INFO kablam! 1086 | | match *self { Oct 15 23:43:41.623 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.623 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.623 INFO kablam! ... | Oct 15 23:43:41.623 INFO kablam! 1094 | | } Oct 15 23:43:41.623 INFO kablam! 1095 | | } Oct 15 23:43:41.623 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.623 INFO kablam! Oct 15 23:43:41.623 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.623 INFO kablam! --> src/ewkb.rs:1085:5 Oct 15 23:43:41.623 INFO kablam! | Oct 15 23:43:41.623 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.623 INFO kablam! 1086 | | match *self { Oct 15 23:43:41.623 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.623 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.623 INFO kablam! ... | Oct 15 23:43:41.623 INFO kablam! 1094 | | } Oct 15 23:43:41.623 INFO kablam! 1095 | | } Oct 15 23:43:41.623 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.623 INFO kablam! Oct 15 23:43:41.623 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.623 INFO kablam! --> src/ewkb.rs:1085:5 Oct 15 23:43:41.623 INFO kablam! | Oct 15 23:43:41.623 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.623 INFO kablam! 1086 | | match *self { Oct 15 23:43:41.623 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.623 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 15 23:43:41.623 INFO kablam! ... | Oct 15 23:43:41.623 INFO kablam! 1094 | | } Oct 15 23:43:41.623 INFO kablam! 1095 | | } Oct 15 23:43:41.623 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.623 INFO kablam! Oct 15 23:43:41.625 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.625 INFO kablam! --> src/ewkb.rs:1097:5 Oct 15 23:43:41.625 INFO kablam! | Oct 15 23:43:41.625 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.625 INFO kablam! 1098 | | match *self { Oct 15 23:43:41.625 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.625 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.625 INFO kablam! ... | Oct 15 23:43:41.625 INFO kablam! 1106 | | } Oct 15 23:43:41.625 INFO kablam! 1107 | | } Oct 15 23:43:41.625 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.625 INFO kablam! Oct 15 23:43:41.625 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.625 INFO kablam! --> src/ewkb.rs:1097:5 Oct 15 23:43:41.625 INFO kablam! | Oct 15 23:43:41.625 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.625 INFO kablam! 1098 | | match *self { Oct 15 23:43:41.625 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.625 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.625 INFO kablam! ... | Oct 15 23:43:41.625 INFO kablam! 1106 | | } Oct 15 23:43:41.625 INFO kablam! 1107 | | } Oct 15 23:43:41.625 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.625 INFO kablam! Oct 15 23:43:41.625 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.625 INFO kablam! --> src/ewkb.rs:1097:5 Oct 15 23:43:41.626 INFO kablam! | Oct 15 23:43:41.626 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.626 INFO kablam! 1098 | | match *self { Oct 15 23:43:41.626 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! ... | Oct 15 23:43:41.626 INFO kablam! 1106 | | } Oct 15 23:43:41.626 INFO kablam! 1107 | | } Oct 15 23:43:41.626 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.626 INFO kablam! Oct 15 23:43:41.626 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.626 INFO kablam! --> src/ewkb.rs:1097:5 Oct 15 23:43:41.626 INFO kablam! | Oct 15 23:43:41.626 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.626 INFO kablam! 1098 | | match *self { Oct 15 23:43:41.626 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! ... | Oct 15 23:43:41.626 INFO kablam! 1106 | | } Oct 15 23:43:41.626 INFO kablam! 1107 | | } Oct 15 23:43:41.626 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.626 INFO kablam! Oct 15 23:43:41.626 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.626 INFO kablam! --> src/ewkb.rs:1097:5 Oct 15 23:43:41.626 INFO kablam! | Oct 15 23:43:41.626 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.626 INFO kablam! 1098 | | match *self { Oct 15 23:43:41.626 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! ... | Oct 15 23:43:41.626 INFO kablam! 1106 | | } Oct 15 23:43:41.626 INFO kablam! 1107 | | } Oct 15 23:43:41.626 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.626 INFO kablam! Oct 15 23:43:41.626 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.626 INFO kablam! --> src/ewkb.rs:1097:5 Oct 15 23:43:41.626 INFO kablam! | Oct 15 23:43:41.626 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.626 INFO kablam! 1098 | | match *self { Oct 15 23:43:41.626 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 15 23:43:41.626 INFO kablam! ... | Oct 15 23:43:41.626 INFO kablam! 1106 | | } Oct 15 23:43:41.626 INFO kablam! 1107 | | } Oct 15 23:43:41.626 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.626 INFO kablam! Oct 15 23:43:41.628 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.628 INFO kablam! --> src/ewkb.rs:1109:5 Oct 15 23:43:41.628 INFO kablam! | Oct 15 23:43:41.628 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.628 INFO kablam! 1110 | | match *self { Oct 15 23:43:41.628 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.628 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.628 INFO kablam! ... | Oct 15 23:43:41.628 INFO kablam! 1118 | | } Oct 15 23:43:41.628 INFO kablam! 1119 | | } Oct 15 23:43:41.628 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.628 INFO kablam! Oct 15 23:43:41.628 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.628 INFO kablam! --> src/ewkb.rs:1109:5 Oct 15 23:43:41.628 INFO kablam! | Oct 15 23:43:41.628 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.628 INFO kablam! 1110 | | match *self { Oct 15 23:43:41.628 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.628 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.628 INFO kablam! ... | Oct 15 23:43:41.628 INFO kablam! 1118 | | } Oct 15 23:43:41.628 INFO kablam! 1119 | | } Oct 15 23:43:41.628 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.628 INFO kablam! Oct 15 23:43:41.628 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.628 INFO kablam! --> src/ewkb.rs:1109:5 Oct 15 23:43:41.628 INFO kablam! | Oct 15 23:43:41.628 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.628 INFO kablam! 1110 | | match *self { Oct 15 23:43:41.628 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.628 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.628 INFO kablam! ... | Oct 15 23:43:41.628 INFO kablam! 1118 | | } Oct 15 23:43:41.628 INFO kablam! 1119 | | } Oct 15 23:43:41.628 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.628 INFO kablam! Oct 15 23:43:41.628 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.629 INFO kablam! --> src/ewkb.rs:1109:5 Oct 15 23:43:41.629 INFO kablam! | Oct 15 23:43:41.629 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.629 INFO kablam! 1110 | | match *self { Oct 15 23:43:41.629 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.629 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.629 INFO kablam! ... | Oct 15 23:43:41.629 INFO kablam! 1118 | | } Oct 15 23:43:41.629 INFO kablam! 1119 | | } Oct 15 23:43:41.629 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.629 INFO kablam! Oct 15 23:43:41.629 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.629 INFO kablam! --> src/ewkb.rs:1109:5 Oct 15 23:43:41.629 INFO kablam! | Oct 15 23:43:41.629 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.629 INFO kablam! 1110 | | match *self { Oct 15 23:43:41.629 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.629 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.629 INFO kablam! ... | Oct 15 23:43:41.629 INFO kablam! 1118 | | } Oct 15 23:43:41.629 INFO kablam! 1119 | | } Oct 15 23:43:41.629 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.629 INFO kablam! Oct 15 23:43:41.632 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.634 INFO kablam! --> src/ewkb.rs:1109:5 Oct 15 23:43:41.634 INFO kablam! | Oct 15 23:43:41.634 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.634 INFO kablam! 1110 | | match *self { Oct 15 23:43:41.634 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.634 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 15 23:43:41.634 INFO kablam! ... | Oct 15 23:43:41.634 INFO kablam! 1118 | | } Oct 15 23:43:41.634 INFO kablam! 1119 | | } Oct 15 23:43:41.634 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.634 INFO kablam! Oct 15 23:43:41.634 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.634 INFO kablam! --> src/ewkb.rs:1138:5 Oct 15 23:43:41.634 INFO kablam! | Oct 15 23:43:41.634 INFO kablam! 1138 | / fn as_ewkb( Oct 15 23:43:41.634 INFO kablam! 1139 | | &'a self, Oct 15 23:43:41.634 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 15 23:43:41.634 INFO kablam! 1141 | | 'a, Oct 15 23:43:41.634 INFO kablam! ... | Oct 15 23:43:41.634 INFO kablam! 1165 | | } Oct 15 23:43:41.634 INFO kablam! 1166 | | } Oct 15 23:43:41.634 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.634 INFO kablam! Oct 15 23:43:41.634 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.634 INFO kablam! --> src/ewkb.rs:1138:5 Oct 15 23:43:41.634 INFO kablam! | Oct 15 23:43:41.634 INFO kablam! 1138 | / fn as_ewkb( Oct 15 23:43:41.634 INFO kablam! 1139 | | &'a self, Oct 15 23:43:41.634 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 15 23:43:41.634 INFO kablam! 1141 | | 'a, Oct 15 23:43:41.634 INFO kablam! ... | Oct 15 23:43:41.634 INFO kablam! 1165 | | } Oct 15 23:43:41.634 INFO kablam! 1166 | | } Oct 15 23:43:41.634 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.634 INFO kablam! Oct 15 23:43:41.634 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.634 INFO kablam! --> src/ewkb.rs:1138:5 Oct 15 23:43:41.634 INFO kablam! | Oct 15 23:43:41.634 INFO kablam! 1138 | / fn as_ewkb( Oct 15 23:43:41.634 INFO kablam! 1139 | | &'a self, Oct 15 23:43:41.634 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 15 23:43:41.634 INFO kablam! 1141 | | 'a, Oct 15 23:43:41.634 INFO kablam! ... | Oct 15 23:43:41.634 INFO kablam! 1165 | | } Oct 15 23:43:41.634 INFO kablam! 1166 | | } Oct 15 23:43:41.634 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.634 INFO kablam! Oct 15 23:43:41.634 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.634 INFO kablam! --> src/ewkb.rs:1138:5 Oct 15 23:43:41.634 INFO kablam! | Oct 15 23:43:41.634 INFO kablam! 1138 | / fn as_ewkb( Oct 15 23:43:41.634 INFO kablam! 1139 | | &'a self, Oct 15 23:43:41.634 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 15 23:43:41.634 INFO kablam! 1141 | | 'a, Oct 15 23:43:41.634 INFO kablam! ... | Oct 15 23:43:41.634 INFO kablam! 1165 | | } Oct 15 23:43:41.634 INFO kablam! 1166 | | } Oct 15 23:43:41.634 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.635 INFO kablam! Oct 15 23:43:41.635 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.635 INFO kablam! --> src/ewkb.rs:1138:5 Oct 15 23:43:41.635 INFO kablam! | Oct 15 23:43:41.635 INFO kablam! 1138 | / fn as_ewkb( Oct 15 23:43:41.635 INFO kablam! 1139 | | &'a self, Oct 15 23:43:41.635 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 15 23:43:41.635 INFO kablam! 1141 | | 'a, Oct 15 23:43:41.635 INFO kablam! ... | Oct 15 23:43:41.635 INFO kablam! 1165 | | } Oct 15 23:43:41.635 INFO kablam! 1166 | | } Oct 15 23:43:41.635 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.635 INFO kablam! Oct 15 23:43:41.635 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.635 INFO kablam! --> src/ewkb.rs:1138:5 Oct 15 23:43:41.635 INFO kablam! | Oct 15 23:43:41.635 INFO kablam! 1138 | / fn as_ewkb( Oct 15 23:43:41.635 INFO kablam! 1139 | | &'a self, Oct 15 23:43:41.635 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 15 23:43:41.635 INFO kablam! 1141 | | 'a, Oct 15 23:43:41.635 INFO kablam! ... | Oct 15 23:43:41.635 INFO kablam! 1165 | | } Oct 15 23:43:41.635 INFO kablam! 1166 | | } Oct 15 23:43:41.635 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.635 INFO kablam! Oct 15 23:43:41.636 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.636 INFO kablam! --> src/ewkb.rs:1371:5 Oct 15 23:43:41.636 INFO kablam! | Oct 15 23:43:41.636 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.636 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 15 23:43:41.636 INFO kablam! 1373 | | Ok(()) Oct 15 23:43:41.636 INFO kablam! 1374 | | } Oct 15 23:43:41.636 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.636 INFO kablam! Oct 15 23:43:41.638 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.638 INFO kablam! --> src/ewkb.rs:1403:5 Oct 15 23:43:41.638 INFO kablam! | Oct 15 23:43:41.638 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.638 INFO kablam! 1404 | | self.srid Oct 15 23:43:41.638 INFO kablam! 1405 | | } Oct 15 23:43:41.638 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.638 INFO kablam! Oct 15 23:43:41.642 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.642 INFO kablam! --> src/ewkb.rs:1407:5 Oct 15 23:43:41.642 INFO kablam! | Oct 15 23:43:41.642 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.642 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 15 23:43:41.642 INFO kablam! 1409 | | } Oct 15 23:43:41.642 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.642 INFO kablam! Oct 15 23:43:41.645 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.645 INFO kablam! --> src/ewkb.rs:1411:5 Oct 15 23:43:41.645 INFO kablam! | Oct 15 23:43:41.645 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.645 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 15 23:43:41.645 INFO kablam! 1413 | | Oct 15 23:43:41.645 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 15 23:43:41.645 INFO kablam! ... | Oct 15 23:43:41.645 INFO kablam! 1474 | | Ok(()) Oct 15 23:43:41.645 INFO kablam! 1475 | | } Oct 15 23:43:41.645 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.645 INFO kablam! Oct 15 23:43:41.648 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 15 23:43:41.648 INFO kablam! --> src/ewkb.rs:1494:5 Oct 15 23:43:41.648 INFO kablam! | Oct 15 23:43:41.648 INFO kablam! 1494 | / fn as_ewkb( Oct 15 23:43:41.648 INFO kablam! 1495 | | &'a self, Oct 15 23:43:41.648 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 15 23:43:41.648 INFO kablam! 1497 | | 'a, Oct 15 23:43:41.648 INFO kablam! ... | Oct 15 23:43:41.648 INFO kablam! 1515 | | } Oct 15 23:43:41.648 INFO kablam! 1516 | | } Oct 15 23:43:41.648 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 15 23:43:41.648 INFO kablam! Oct 15 23:43:41.651 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.651 INFO kablam! --> src/twkb.rs:286:5 Oct 15 23:43:41.651 INFO kablam! | Oct 15 23:43:41.651 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 15 23:43:41.651 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 15 23:43:41.651 INFO kablam! 288 | | geom: self, Oct 15 23:43:41.651 INFO kablam! 289 | | srid: None, Oct 15 23:43:41.651 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 15 23:43:41.651 INFO kablam! 291 | | } Oct 15 23:43:41.651 INFO kablam! 292 | | } Oct 15 23:43:41.651 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.651 INFO kablam! Oct 15 23:43:41.651 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.651 INFO kablam! --> src/twkb.rs:346:5 Oct 15 23:43:41.651 INFO kablam! | Oct 15 23:43:41.651 INFO kablam! 346 | / fn as_ewkb( Oct 15 23:43:41.651 INFO kablam! 347 | | &'a self, Oct 15 23:43:41.651 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 15 23:43:41.651 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 15 23:43:41.651 INFO kablam! ... | Oct 15 23:43:41.651 INFO kablam! 353 | | } Oct 15 23:43:41.651 INFO kablam! 354 | | } Oct 15 23:43:41.651 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.651 INFO kablam! Oct 15 23:43:41.651 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.651 INFO kablam! --> src/twkb.rs:404:5 Oct 15 23:43:41.651 INFO kablam! | Oct 15 23:43:41.651 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 15 23:43:41.651 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 15 23:43:41.651 INFO kablam! 406 | | geom: self, Oct 15 23:43:41.651 INFO kablam! 407 | | srid: None, Oct 15 23:43:41.651 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 15 23:43:41.651 INFO kablam! 409 | | } Oct 15 23:43:41.651 INFO kablam! 410 | | } Oct 15 23:43:41.651 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.651 INFO kablam! Oct 15 23:43:41.651 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.651 INFO kablam! --> src/twkb.rs:470:5 Oct 15 23:43:41.652 INFO kablam! | Oct 15 23:43:41.652 INFO kablam! 470 | / fn as_ewkb( Oct 15 23:43:41.652 INFO kablam! 471 | | &'a self, Oct 15 23:43:41.652 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 15 23:43:41.652 INFO kablam! 473 | | { Oct 15 23:43:41.652 INFO kablam! ... | Oct 15 23:43:41.652 INFO kablam! 478 | | } Oct 15 23:43:41.652 INFO kablam! 479 | | } Oct 15 23:43:41.652 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.652 INFO kablam! Oct 15 23:43:41.653 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.653 INFO kablam! --> src/twkb.rs:554:5 Oct 15 23:43:41.653 INFO kablam! | Oct 15 23:43:41.653 INFO kablam! 554 | / fn as_ewkb( Oct 15 23:43:41.653 INFO kablam! 555 | | &'a self, Oct 15 23:43:41.653 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 15 23:43:41.653 INFO kablam! 557 | | 'a, Oct 15 23:43:41.653 INFO kablam! ... | Oct 15 23:43:41.653 INFO kablam! 569 | | } Oct 15 23:43:41.653 INFO kablam! 570 | | } Oct 15 23:43:41.653 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.653 INFO kablam! Oct 15 23:43:41.657 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.657 INFO kablam! --> src/ewkb.rs:566:13 Oct 15 23:43:41.657 INFO kablam! | Oct 15 23:43:41.657 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.657 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 15 23:43:41.657 INFO kablam! 568 | | Ok(()) Oct 15 23:43:41.657 INFO kablam! 569 | | } Oct 15 23:43:41.657 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.657 INFO kablam! ... Oct 15 23:43:41.657 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.657 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.657 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.657 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.657 INFO kablam! Oct 15 23:43:41.658 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.658 INFO kablam! --> src/ewkb.rs:576:13 Oct 15 23:43:41.658 INFO kablam! | Oct 15 23:43:41.658 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.658 INFO kablam! 577 | | self.srid Oct 15 23:43:41.658 INFO kablam! 578 | | } Oct 15 23:43:41.658 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.658 INFO kablam! ... Oct 15 23:43:41.658 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.658 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.658 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.658 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.658 INFO kablam! Oct 15 23:43:41.658 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.658 INFO kablam! --> src/ewkb.rs:580:13 Oct 15 23:43:41.658 INFO kablam! | Oct 15 23:43:41.658 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.658 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 15 23:43:41.658 INFO kablam! 582 | | } Oct 15 23:43:41.658 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.658 INFO kablam! ... Oct 15 23:43:41.658 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.658 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.658 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.658 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.658 INFO kablam! Oct 15 23:43:41.658 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.658 INFO kablam! --> src/ewkb.rs:584:13 Oct 15 23:43:41.658 INFO kablam! | Oct 15 23:43:41.658 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.658 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 15 23:43:41.658 INFO kablam! 586 | | for geom in self.geom.points() { Oct 15 23:43:41.658 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 15 23:43:41.658 INFO kablam! ... | Oct 15 23:43:41.658 INFO kablam! 590 | | Ok(()) Oct 15 23:43:41.658 INFO kablam! 591 | | } Oct 15 23:43:41.658 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.658 INFO kablam! ... Oct 15 23:43:41.658 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.658 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.658 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.658 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.658 INFO kablam! Oct 15 23:43:41.659 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.659 INFO kablam! --> src/ewkb.rs:599:13 Oct 15 23:43:41.659 INFO kablam! | Oct 15 23:43:41.659 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 15 23:43:41.659 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 15 23:43:41.659 INFO kablam! 601 | | } Oct 15 23:43:41.659 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.659 INFO kablam! ... Oct 15 23:43:41.659 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 15 23:43:41.659 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 15 23:43:41.659 INFO kablam! 761 | | command write_ewkb_body); Oct 15 23:43:41.659 INFO kablam! | |________________________________________________- in this macro invocation Oct 15 23:43:41.659 INFO kablam! Oct 15 23:43:41.661 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.661 INFO kablam! --> src/ewkb.rs:634:13 Oct 15 23:43:41.661 INFO kablam! | Oct 15 23:43:41.661 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.661 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 15 23:43:41.661 INFO kablam! 636 | | Ok(()) Oct 15 23:43:41.661 INFO kablam! 637 | | } Oct 15 23:43:41.661 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.661 INFO kablam! ... Oct 15 23:43:41.662 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.662 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.662 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.662 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.662 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.662 INFO kablam! Oct 15 23:43:41.662 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.662 INFO kablam! --> src/ewkb.rs:646:13 Oct 15 23:43:41.662 INFO kablam! | Oct 15 23:43:41.662 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.662 INFO kablam! 647 | | self.srid Oct 15 23:43:41.662 INFO kablam! 648 | | } Oct 15 23:43:41.662 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.662 INFO kablam! ... Oct 15 23:43:41.663 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.663 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.663 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.663 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.663 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.664 INFO kablam! Oct 15 23:43:41.664 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.665 INFO kablam! --> src/ewkb.rs:650:13 Oct 15 23:43:41.665 INFO kablam! | Oct 15 23:43:41.666 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.666 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 15 23:43:41.666 INFO kablam! 652 | | } Oct 15 23:43:41.666 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.666 INFO kablam! ... Oct 15 23:43:41.666 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.666 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.667 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.667 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.667 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.667 INFO kablam! Oct 15 23:43:41.667 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.667 INFO kablam! --> src/ewkb.rs:654:13 Oct 15 23:43:41.667 INFO kablam! | Oct 15 23:43:41.667 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.667 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 15 23:43:41.667 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 15 23:43:41.667 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 15 23:43:41.667 INFO kablam! ... | Oct 15 23:43:41.667 INFO kablam! 660 | | Ok(()) Oct 15 23:43:41.667 INFO kablam! 661 | | } Oct 15 23:43:41.667 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.667 INFO kablam! ... Oct 15 23:43:41.667 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.668 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.668 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.668 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.668 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.668 INFO kablam! Oct 15 23:43:41.668 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.668 INFO kablam! --> src/ewkb.rs:671:13 Oct 15 23:43:41.668 INFO kablam! | Oct 15 23:43:41.668 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 15 23:43:41.668 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 15 23:43:41.668 INFO kablam! 673 | | } Oct 15 23:43:41.668 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.668 INFO kablam! ... Oct 15 23:43:41.668 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 15 23:43:41.668 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 15 23:43:41.668 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 15 23:43:41.668 INFO kablam! 778 | | command write_ewkb_body); Oct 15 23:43:41.668 INFO kablam! | |___________________________________________________- in this macro invocation Oct 15 23:43:41.668 INFO kablam! Oct 15 23:43:41.668 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.668 INFO kablam! --> src/ewkb.rs:566:13 Oct 15 23:43:41.668 INFO kablam! | Oct 15 23:43:41.669 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.669 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 15 23:43:41.669 INFO kablam! 568 | | Ok(()) Oct 15 23:43:41.669 INFO kablam! 569 | | } Oct 15 23:43:41.669 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.669 INFO kablam! ... Oct 15 23:43:41.669 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.669 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.669 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.669 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.669 INFO kablam! Oct 15 23:43:41.669 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.669 INFO kablam! --> src/ewkb.rs:576:13 Oct 15 23:43:41.669 INFO kablam! | Oct 15 23:43:41.669 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.669 INFO kablam! 577 | | self.srid Oct 15 23:43:41.669 INFO kablam! 578 | | } Oct 15 23:43:41.669 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.669 INFO kablam! ... Oct 15 23:43:41.670 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.670 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.670 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.670 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.670 INFO kablam! Oct 15 23:43:41.670 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.670 INFO kablam! --> src/ewkb.rs:580:13 Oct 15 23:43:41.670 INFO kablam! | Oct 15 23:43:41.670 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.670 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 15 23:43:41.670 INFO kablam! 582 | | } Oct 15 23:43:41.670 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.670 INFO kablam! ... Oct 15 23:43:41.670 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.670 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.670 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.670 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.670 INFO kablam! Oct 15 23:43:41.671 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.671 INFO kablam! --> src/ewkb.rs:584:13 Oct 15 23:43:41.671 INFO kablam! | Oct 15 23:43:41.671 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.671 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 15 23:43:41.671 INFO kablam! 586 | | for geom in self.geom.points() { Oct 15 23:43:41.671 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 15 23:43:41.671 INFO kablam! ... | Oct 15 23:43:41.671 INFO kablam! 590 | | Ok(()) Oct 15 23:43:41.671 INFO kablam! 591 | | } Oct 15 23:43:41.671 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.671 INFO kablam! ... Oct 15 23:43:41.671 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.671 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.671 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.671 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.671 INFO kablam! Oct 15 23:43:41.671 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.671 INFO kablam! --> src/ewkb.rs:599:13 Oct 15 23:43:41.671 INFO kablam! | Oct 15 23:43:41.673 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 15 23:43:41.673 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 15 23:43:41.673 INFO kablam! 601 | | } Oct 15 23:43:41.673 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.673 INFO kablam! ... Oct 15 23:43:41.673 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 15 23:43:41.674 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 15 23:43:41.675 INFO kablam! 794 | | command write_ewkb); Oct 15 23:43:41.675 INFO kablam! | |___________________________________________- in this macro invocation Oct 15 23:43:41.675 INFO kablam! Oct 15 23:43:41.675 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.675 INFO kablam! --> src/ewkb.rs:634:13 Oct 15 23:43:41.675 INFO kablam! | Oct 15 23:43:41.675 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.675 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 15 23:43:41.675 INFO kablam! 636 | | Ok(()) Oct 15 23:43:41.675 INFO kablam! 637 | | } Oct 15 23:43:41.675 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.675 INFO kablam! ... Oct 15 23:43:41.675 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.675 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.675 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.675 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.675 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.675 INFO kablam! Oct 15 23:43:41.675 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.675 INFO kablam! --> src/ewkb.rs:646:13 Oct 15 23:43:41.675 INFO kablam! | Oct 15 23:43:41.675 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.675 INFO kablam! 647 | | self.srid Oct 15 23:43:41.675 INFO kablam! 648 | | } Oct 15 23:43:41.675 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.675 INFO kablam! ... Oct 15 23:43:41.675 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.675 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.675 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.675 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.675 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.675 INFO kablam! Oct 15 23:43:41.675 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.675 INFO kablam! --> src/ewkb.rs:650:13 Oct 15 23:43:41.675 INFO kablam! | Oct 15 23:43:41.675 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.676 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 15 23:43:41.676 INFO kablam! 652 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.676 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.676 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.676 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.676 INFO kablam! --> src/ewkb.rs:654:13 Oct 15 23:43:41.676 INFO kablam! | Oct 15 23:43:41.676 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.676 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 15 23:43:41.676 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 15 23:43:41.676 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 15 23:43:41.676 INFO kablam! ... | Oct 15 23:43:41.676 INFO kablam! 660 | | Ok(()) Oct 15 23:43:41.676 INFO kablam! 661 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.676 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.676 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.676 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.676 INFO kablam! --> src/ewkb.rs:671:13 Oct 15 23:43:41.676 INFO kablam! | Oct 15 23:43:41.676 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 15 23:43:41.676 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 15 23:43:41.676 INFO kablam! 673 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 15 23:43:41.676 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 15 23:43:41.676 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 15 23:43:41.676 INFO kablam! 811 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.676 INFO kablam! --> src/ewkb.rs:708:13 Oct 15 23:43:41.676 INFO kablam! | Oct 15 23:43:41.676 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 15 23:43:41.676 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 15 23:43:41.676 INFO kablam! 710 | | Ok(()) Oct 15 23:43:41.676 INFO kablam! 711 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.676 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.676 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.676 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.676 INFO kablam! --> src/ewkb.rs:722:13 Oct 15 23:43:41.676 INFO kablam! | Oct 15 23:43:41.676 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 15 23:43:41.676 INFO kablam! 723 | | self.srid Oct 15 23:43:41.676 INFO kablam! 724 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.676 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.676 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.676 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.676 INFO kablam! --> src/ewkb.rs:726:13 Oct 15 23:43:41.676 INFO kablam! | Oct 15 23:43:41.676 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 15 23:43:41.676 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 15 23:43:41.676 INFO kablam! 728 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.676 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.676 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.676 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.676 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.676 INFO kablam! --> src/ewkb.rs:730:13 Oct 15 23:43:41.676 INFO kablam! | Oct 15 23:43:41.676 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 15 23:43:41.676 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 15 23:43:41.676 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 15 23:43:41.676 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 15 23:43:41.676 INFO kablam! ... | Oct 15 23:43:41.676 INFO kablam! 736 | | Ok(()) Oct 15 23:43:41.676 INFO kablam! 737 | | } Oct 15 23:43:41.676 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.676 INFO kablam! ... Oct 15 23:43:41.676 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.676 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.676 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.676 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.676 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.676 INFO kablam! Oct 15 23:43:41.680 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.680 INFO kablam! --> src/ewkb.rs:749:13 Oct 15 23:43:41.680 INFO kablam! | Oct 15 23:43:41.680 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 15 23:43:41.680 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 15 23:43:41.680 INFO kablam! 751 | | } Oct 15 23:43:41.680 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.680 INFO kablam! ... Oct 15 23:43:41.680 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 15 23:43:41.680 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 15 23:43:41.680 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 15 23:43:41.680 INFO kablam! 828 | | command write_ewkb); Oct 15 23:43:41.680 INFO kablam! | |______________________________________________- in this macro invocation Oct 15 23:43:41.680 INFO kablam! Oct 15 23:43:41.687 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.688 INFO kablam! --> src/postgis.rs:102:13 Oct 15 23:43:41.688 INFO kablam! | Oct 15 23:43:41.689 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 15 23:43:41.689 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 15 23:43:41.689 INFO kablam! 104 | | Ok(IsNull::No) Oct 15 23:43:41.689 INFO kablam! 105 | | } Oct 15 23:43:41.689 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.689 INFO kablam! ... Oct 15 23:43:41.689 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 15 23:43:41.689 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 15 23:43:41.689 INFO kablam! Oct 15 23:43:41.689 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 15 23:43:41.689 INFO kablam! --> src/postgis.rs:146:1 Oct 15 23:43:41.689 INFO kablam! | Oct 15 23:43:41.689 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 15 23:43:41.689 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:43:41.689 INFO kablam! | | Oct 15 23:43:41.689 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 15 23:43:41.689 INFO kablam! | in this macro invocation Oct 15 23:43:41.689 INFO kablam! | Oct 15 23:43:41.689 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) Oct 15 23:43:41.689 INFO kablam! Oct 15 23:43:41.689 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.689 INFO kablam! --> src/postgis.rs:118:13 Oct 15 23:43:41.689 INFO kablam! | Oct 15 23:43:41.689 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 15 23:43:41.689 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 15 23:43:41.689 INFO kablam! 120 | | Ok(IsNull::No) Oct 15 23:43:41.689 INFO kablam! 121 | | } Oct 15 23:43:41.689 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! ... Oct 15 23:43:41.690 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 15 23:43:41.690 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:147:1 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 15 23:43:41.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:43:41.690 INFO kablam! | | Oct 15 23:43:41.690 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! | in this macro invocation Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 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) Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:102:13 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 15 23:43:41.690 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 15 23:43:41.690 INFO kablam! 104 | | Ok(IsNull::No) Oct 15 23:43:41.690 INFO kablam! 105 | | } Oct 15 23:43:41.690 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! ... Oct 15 23:43:41.690 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 15 23:43:41.690 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:148:1 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 15 23:43:41.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:43:41.690 INFO kablam! | | Oct 15 23:43:41.690 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! | in this macro invocation Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 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) Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:118:13 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 15 23:43:41.690 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 15 23:43:41.690 INFO kablam! 120 | | Ok(IsNull::No) Oct 15 23:43:41.690 INFO kablam! 121 | | } Oct 15 23:43:41.690 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! ... Oct 15 23:43:41.690 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 15 23:43:41.690 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:149:1 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 15 23:43:41.690 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:43:41.690 INFO kablam! | | Oct 15 23:43:41.690 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! | in this macro invocation Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 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) Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:138:13 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 15 23:43:41.690 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 15 23:43:41.690 INFO kablam! 140 | | Ok(IsNull::No) Oct 15 23:43:41.690 INFO kablam! 141 | | } Oct 15 23:43:41.690 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.690 INFO kablam! ... Oct 15 23:43:41.690 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 15 23:43:41.690 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 15 23:43:41.690 INFO kablam! Oct 15 23:43:41.690 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 15 23:43:41.690 INFO kablam! --> src/postgis.rs:150:1 Oct 15 23:43:41.690 INFO kablam! | Oct 15 23:43:41.690 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 15 23:43:41.691 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:43:41.691 INFO kablam! | | Oct 15 23:43:41.691 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 15 23:43:41.692 INFO kablam! | in this macro invocation Oct 15 23:43:41.692 INFO kablam! | Oct 15 23:43:41.692 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) Oct 15 23:43:41.692 INFO kablam! Oct 15 23:43:41.704 INFO kablam! error: aborting due to 128 previous errors Oct 15 23:43:41.704 INFO kablam! Oct 15 23:43:41.704 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 15 23:43:41.716 INFO kablam! error: Could not compile `postgis`. Oct 15 23:43:41.716 INFO kablam! Oct 15 23:43:41.716 INFO kablam! To learn more, run the command again with --verbose. Oct 15 23:43:41.716 INFO kablam! su: No module specific data is present Oct 15 23:43:41.953 INFO running `"docker" "rm" "-f" "835f1d4d2150c83a255ae820ed60755f788f8171c84ca216c613ba6f106b811d"` Oct 15 23:43:42.054 INFO blam! 835f1d4d2150c83a255ae820ed60755f788f8171c84ca216c613ba6f106b811d