Oct 13 10:45:00.885 INFO checking postgis-0.6.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 10:45:00.887 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-alt check --frozen --all --all-targets" "-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 13 10:45:01.247 INFO blam! 11e10b501e01c6b809a7423461dee7e82b480c8832429bae5b2313162140fc15 Oct 13 10:45:01.247 INFO running `"docker" "start" "-a" "11e10b501e01c6b809a7423461dee7e82b480c8832429bae5b2313162140fc15"` Oct 13 10:45:02.924 INFO kablam! usermod: no changes Oct 13 10:45:03.080 INFO kablam! Checking postgres-shared v0.4.2 Oct 13 10:45:06.463 INFO kablam! Checking postgres v0.15.2 Oct 13 10:45:09.549 INFO kablam! Checking postgis v0.6.0 (/source) Oct 13 10:45:12.860 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:12.860 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:12.860 INFO kablam! | Oct 13 10:45:12.860 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:12.860 INFO kablam! 936 | | where Oct 13 10:45:12.860 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:12.860 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:12.860 INFO kablam! ... | Oct 13 10:45:12.860 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:12.860 INFO kablam! 967 | | } Oct 13 10:45:12.860 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:12.860 INFO kablam! Oct 13 10:45:12.860 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:12.860 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:12.860 INFO kablam! | Oct 13 10:45:12.860 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:12.860 INFO kablam! 936 | | where Oct 13 10:45:12.860 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:12.860 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:12.860 INFO kablam! ... | Oct 13 10:45:12.860 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:12.860 INFO kablam! 967 | | } Oct 13 10:45:12.860 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:12.860 INFO kablam! Oct 13 10:45:12.860 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:12.861 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:12.861 INFO kablam! | Oct 13 10:45:12.861 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:12.861 INFO kablam! 936 | | where Oct 13 10:45:12.861 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:12.861 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:12.861 INFO kablam! ... | Oct 13 10:45:12.861 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:12.861 INFO kablam! 967 | | } Oct 13 10:45:12.861 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:12.861 INFO kablam! Oct 13 10:45:12.861 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:12.861 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:12.861 INFO kablam! | Oct 13 10:45:12.861 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:12.861 INFO kablam! 936 | | where Oct 13 10:45:12.861 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:12.861 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:12.861 INFO kablam! ... | Oct 13 10:45:12.861 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:12.861 INFO kablam! 967 | | } Oct 13 10:45:12.861 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:12.861 INFO kablam! Oct 13 10:45:12.861 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:12.861 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:12.861 INFO kablam! | Oct 13 10:45:12.861 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:12.861 INFO kablam! 936 | | where Oct 13 10:45:12.861 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:12.862 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:12.862 INFO kablam! ... | Oct 13 10:45:12.862 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:12.862 INFO kablam! 967 | | } Oct 13 10:45:12.862 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:12.862 INFO kablam! Oct 13 10:45:12.862 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:12.862 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:12.862 INFO kablam! | Oct 13 10:45:12.862 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:12.862 INFO kablam! 936 | | where Oct 13 10:45:12.862 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:12.862 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:12.862 INFO kablam! ... | Oct 13 10:45:12.862 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:12.862 INFO kablam! 967 | | } Oct 13 10:45:12.863 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:12.863 INFO kablam! Oct 13 10:45:13.048 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.049 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.049 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.049 INFO kablam! | Oct 13 10:45:13.049 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.049 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.049 INFO kablam! Oct 13 10:45:13.061 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.061 INFO kablam! --> src/ewkb.rs:1257:1 Oct 13 10:45:13.061 INFO kablam! | Oct 13 10:45:13.061 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.061 INFO kablam! 1258 | | where Oct 13 10:45:13.061 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 13 10:45:13.061 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.061 INFO kablam! ... | Oct 13 10:45:13.061 INFO kablam! 1284 | | pub point_type: PointType, Oct 13 10:45:13.061 INFO kablam! 1285 | | } Oct 13 10:45:13.061 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.061 INFO kablam! Oct 13 10:45:13.173 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.173 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:13.173 INFO kablam! | Oct 13 10:45:13.173 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.173 INFO kablam! 936 | | where Oct 13 10:45:13.173 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:13.173 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.173 INFO kablam! ... | Oct 13 10:45:13.173 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:13.173 INFO kablam! 967 | | } Oct 13 10:45:13.173 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.173 INFO kablam! Oct 13 10:45:13.173 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.173 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:13.173 INFO kablam! | Oct 13 10:45:13.173 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.173 INFO kablam! 936 | | where Oct 13 10:45:13.173 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:13.173 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.173 INFO kablam! ... | Oct 13 10:45:13.173 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:13.173 INFO kablam! 967 | | } Oct 13 10:45:13.173 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.174 INFO kablam! Oct 13 10:45:13.174 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.174 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:13.174 INFO kablam! | Oct 13 10:45:13.174 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.174 INFO kablam! 936 | | where Oct 13 10:45:13.174 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:13.174 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.174 INFO kablam! ... | Oct 13 10:45:13.174 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:13.174 INFO kablam! 967 | | } Oct 13 10:45:13.174 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.174 INFO kablam! Oct 13 10:45:13.174 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.174 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:13.174 INFO kablam! | Oct 13 10:45:13.174 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.174 INFO kablam! 936 | | where Oct 13 10:45:13.174 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:13.174 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.174 INFO kablam! ... | Oct 13 10:45:13.174 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:13.174 INFO kablam! 967 | | } Oct 13 10:45:13.174 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.174 INFO kablam! Oct 13 10:45:13.174 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.175 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:13.175 INFO kablam! | Oct 13 10:45:13.175 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.175 INFO kablam! 936 | | where Oct 13 10:45:13.175 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:13.175 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.175 INFO kablam! ... | Oct 13 10:45:13.175 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:13.175 INFO kablam! 967 | | } Oct 13 10:45:13.175 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.175 INFO kablam! Oct 13 10:45:13.175 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.175 INFO kablam! --> src/ewkb.rs:935:1 Oct 13 10:45:13.175 INFO kablam! | Oct 13 10:45:13.175 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.175 INFO kablam! 936 | | where Oct 13 10:45:13.175 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 13 10:45:13.175 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.175 INFO kablam! ... | Oct 13 10:45:13.175 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 13 10:45:13.175 INFO kablam! 967 | | } Oct 13 10:45:13.175 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.175 INFO kablam! Oct 13 10:45:13.355 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.355 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.355 INFO kablam! | Oct 13 10:45:13.355 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.355 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.355 INFO kablam! Oct 13 10:45:13.355 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.356 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.356 INFO kablam! | Oct 13 10:45:13.356 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.356 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.356 INFO kablam! Oct 13 10:45:13.356 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.356 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.356 INFO kablam! | Oct 13 10:45:13.356 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.356 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.356 INFO kablam! Oct 13 10:45:13.361 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.361 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.361 INFO kablam! | Oct 13 10:45:13.361 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.361 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.361 INFO kablam! Oct 13 10:45:13.361 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.361 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.361 INFO kablam! | Oct 13 10:45:13.361 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.361 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.361 INFO kablam! Oct 13 10:45:13.361 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.361 INFO kablam! --> src/ewkb.rs:1027:54 Oct 13 10:45:13.361 INFO kablam! | Oct 13 10:45:13.361 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.361 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.361 INFO kablam! Oct 13 10:45:13.361 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.361 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.361 INFO kablam! | Oct 13 10:45:13.361 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.361 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.362 INFO kablam! Oct 13 10:45:13.362 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.362 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.362 INFO kablam! | Oct 13 10:45:13.362 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.362 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.362 INFO kablam! Oct 13 10:45:13.362 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.362 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.362 INFO kablam! | Oct 13 10:45:13.362 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.362 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.362 INFO kablam! Oct 13 10:45:13.362 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.362 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.362 INFO kablam! | Oct 13 10:45:13.362 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.362 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.362 INFO kablam! Oct 13 10:45:13.362 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.362 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.362 INFO kablam! | Oct 13 10:45:13.362 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.362 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.362 INFO kablam! Oct 13 10:45:13.363 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.363 INFO kablam! --> src/ewkb.rs:1059:54 Oct 13 10:45:13.363 INFO kablam! | Oct 13 10:45:13.363 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.363 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.363 INFO kablam! Oct 13 10:45:13.365 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.366 INFO kablam! --> src/ewkb.rs:1257:1 Oct 13 10:45:13.366 INFO kablam! | Oct 13 10:45:13.366 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 13 10:45:13.366 INFO kablam! 1258 | | where Oct 13 10:45:13.366 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 13 10:45:13.366 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.366 INFO kablam! ... | Oct 13 10:45:13.366 INFO kablam! 1284 | | pub point_type: PointType, Oct 13 10:45:13.366 INFO kablam! 1285 | | } Oct 13 10:45:13.366 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.366 INFO kablam! Oct 13 10:45:13.396 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.396 INFO kablam! --> src/ewkb.rs:1345:54 Oct 13 10:45:13.396 INFO kablam! | Oct 13 10:45:13.396 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.396 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.396 INFO kablam! Oct 13 10:45:13.396 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.396 INFO kablam! --> src/ewkb.rs:1377:54 Oct 13 10:45:13.396 INFO kablam! | Oct 13 10:45:13.396 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.396 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.396 INFO kablam! Oct 13 10:45:13.408 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.408 INFO kablam! --> src/ewkb.rs:547:9 Oct 13 10:45:13.408 INFO kablam! | Oct 13 10:45:13.409 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 13 10:45:13.409 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 13 10:45:13.409 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 13 10:45:13.409 INFO kablam! 550 | | { Oct 13 10:45:13.409 INFO kablam! ... | Oct 13 10:45:13.409 INFO kablam! 553 | | pub point_type: PointType, Oct 13 10:45:13.409 INFO kablam! 554 | | } Oct 13 10:45:13.409 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.409 INFO kablam! ... Oct 13 10:45:13.409 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.409 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.409 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.409 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.409 INFO kablam! Oct 13 10:45:13.409 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.409 INFO kablam! --> src/ewkb.rs:562:24 Oct 13 10:45:13.409 INFO kablam! | Oct 13 10:45:13.409 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 13 10:45:13.409 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.409 INFO kablam! ... Oct 13 10:45:13.409 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.409 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.410 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.410 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.410 INFO kablam! Oct 13 10:45:13.410 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.410 INFO kablam! --> src/ewkb.rs:572:24 Oct 13 10:45:13.410 INFO kablam! | Oct 13 10:45:13.410 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 13 10:45:13.410 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.410 INFO kablam! ... Oct 13 10:45:13.410 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.410 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.410 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.410 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.410 INFO kablam! Oct 13 10:45:13.412 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.412 INFO kablam! --> src/ewkb.rs:609:9 Oct 13 10:45:13.412 INFO kablam! | Oct 13 10:45:13.413 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.413 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 13 10:45:13.413 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.413 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 13 10:45:13.413 INFO kablam! ... | Oct 13 10:45:13.413 INFO kablam! 617 | | pub point_type: PointType, Oct 13 10:45:13.413 INFO kablam! 618 | | } Oct 13 10:45:13.413 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.413 INFO kablam! ... Oct 13 10:45:13.413 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.413 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.413 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.413 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.413 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.413 INFO kablam! Oct 13 10:45:13.420 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.420 INFO kablam! --> src/ewkb.rs:628:30 Oct 13 10:45:13.420 INFO kablam! | Oct 13 10:45:13.420 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.420 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.421 INFO kablam! ... Oct 13 10:45:13.421 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.421 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.421 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.421 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.421 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.421 INFO kablam! Oct 13 10:45:13.421 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.421 INFO kablam! --> src/ewkb.rs:640:30 Oct 13 10:45:13.421 INFO kablam! | Oct 13 10:45:13.421 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.421 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.421 INFO kablam! ... Oct 13 10:45:13.421 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.421 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.421 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.421 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.421 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.421 INFO kablam! Oct 13 10:45:13.421 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.421 INFO kablam! --> src/ewkb.rs:547:9 Oct 13 10:45:13.421 INFO kablam! | Oct 13 10:45:13.421 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 13 10:45:13.421 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 13 10:45:13.421 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 13 10:45:13.421 INFO kablam! 550 | | { Oct 13 10:45:13.421 INFO kablam! ... | Oct 13 10:45:13.421 INFO kablam! 553 | | pub point_type: PointType, Oct 13 10:45:13.421 INFO kablam! 554 | | } Oct 13 10:45:13.421 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.421 INFO kablam! ... Oct 13 10:45:13.421 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.421 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.421 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.421 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.421 INFO kablam! Oct 13 10:45:13.421 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.421 INFO kablam! --> src/ewkb.rs:562:24 Oct 13 10:45:13.421 INFO kablam! | Oct 13 10:45:13.421 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 13 10:45:13.421 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.421 INFO kablam! ... Oct 13 10:45:13.421 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.421 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.422 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.422 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.422 INFO kablam! Oct 13 10:45:13.422 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.422 INFO kablam! --> src/ewkb.rs:572:24 Oct 13 10:45:13.422 INFO kablam! | Oct 13 10:45:13.422 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 13 10:45:13.422 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.422 INFO kablam! ... Oct 13 10:45:13.422 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.422 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.422 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.423 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.423 INFO kablam! Oct 13 10:45:13.428 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.428 INFO kablam! --> src/ewkb.rs:609:9 Oct 13 10:45:13.428 INFO kablam! | Oct 13 10:45:13.428 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.428 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 13 10:45:13.428 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.428 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 13 10:45:13.428 INFO kablam! ... | Oct 13 10:45:13.428 INFO kablam! 617 | | pub point_type: PointType, Oct 13 10:45:13.428 INFO kablam! 618 | | } Oct 13 10:45:13.428 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.429 INFO kablam! ... Oct 13 10:45:13.429 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.429 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.429 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.429 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.429 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.429 INFO kablam! Oct 13 10:45:13.435 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.435 INFO kablam! --> src/ewkb.rs:628:30 Oct 13 10:45:13.435 INFO kablam! | Oct 13 10:45:13.435 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.435 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.435 INFO kablam! ... Oct 13 10:45:13.435 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.435 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.435 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.435 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.435 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.435 INFO kablam! Oct 13 10:45:13.435 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.435 INFO kablam! --> src/ewkb.rs:640:30 Oct 13 10:45:13.435 INFO kablam! | Oct 13 10:45:13.435 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.435 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.435 INFO kablam! ... Oct 13 10:45:13.435 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.435 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.435 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.435 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.435 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.435 INFO kablam! Oct 13 10:45:13.450 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.450 INFO kablam! --> src/ewkb.rs:677:9 Oct 13 10:45:13.450 INFO kablam! | Oct 13 10:45:13.450 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.450 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 13 10:45:13.450 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.450 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 13 10:45:13.450 INFO kablam! ... | Oct 13 10:45:13.450 INFO kablam! 687 | | pub point_type: PointType, Oct 13 10:45:13.450 INFO kablam! 688 | | } Oct 13 10:45:13.450 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.450 INFO kablam! ... Oct 13 10:45:13.450 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:13.450 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:13.450 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:13.450 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:13.450 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.450 INFO kablam! Oct 13 10:45:13.464 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.464 INFO kablam! --> src/ewkb.rs:700:36 Oct 13 10:45:13.464 INFO kablam! | Oct 13 10:45:13.464 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.464 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.464 INFO kablam! ... Oct 13 10:45:13.464 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:13.464 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:13.464 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:13.465 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:13.465 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.465 INFO kablam! Oct 13 10:45:13.465 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.465 INFO kablam! --> src/ewkb.rs:714:36 Oct 13 10:45:13.465 INFO kablam! | Oct 13 10:45:13.465 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.465 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.465 INFO kablam! ... Oct 13 10:45:13.465 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:13.465 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:13.465 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:13.465 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:13.465 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.465 INFO kablam! Oct 13 10:45:13.465 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.465 INFO kablam! --> src/postgis.rs:98:24 Oct 13 10:45:13.465 INFO kablam! | Oct 13 10:45:13.465 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 13 10:45:13.465 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.465 INFO kablam! ... Oct 13 10:45:13.465 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 13 10:45:13.465 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:13.466 INFO kablam! Oct 13 10:45:13.466 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.466 INFO kablam! --> src/postgis.rs:112:30 Oct 13 10:45:13.466 INFO kablam! | Oct 13 10:45:13.466 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.466 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.466 INFO kablam! ... Oct 13 10:45:13.466 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 13 10:45:13.466 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 10:45:13.466 INFO kablam! Oct 13 10:45:13.466 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.466 INFO kablam! --> src/postgis.rs:98:24 Oct 13 10:45:13.466 INFO kablam! | Oct 13 10:45:13.467 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 13 10:45:13.467 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.467 INFO kablam! ... Oct 13 10:45:13.467 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 13 10:45:13.467 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:13.467 INFO kablam! Oct 13 10:45:13.467 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.467 INFO kablam! --> src/postgis.rs:112:30 Oct 13 10:45:13.467 INFO kablam! | Oct 13 10:45:13.467 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.467 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.467 INFO kablam! ... Oct 13 10:45:13.467 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 13 10:45:13.467 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 10:45:13.467 INFO kablam! Oct 13 10:45:13.468 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.468 INFO kablam! --> src/postgis.rs:128:36 Oct 13 10:45:13.468 INFO kablam! | Oct 13 10:45:13.468 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.468 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.468 INFO kablam! ... Oct 13 10:45:13.468 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 13 10:45:13.468 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 10:45:13.468 INFO kablam! Oct 13 10:45:13.542 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.542 INFO kablam! --> src/ewkb.rs:1345:54 Oct 13 10:45:13.542 INFO kablam! | Oct 13 10:45:13.542 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 13 10:45:13.542 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.542 INFO kablam! Oct 13 10:45:13.548 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.548 INFO kablam! --> src/ewkb.rs:1377:54 Oct 13 10:45:13.548 INFO kablam! | Oct 13 10:45:13.548 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 13 10:45:13.548 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.548 INFO kablam! Oct 13 10:45:13.556 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.556 INFO kablam! --> src/ewkb.rs:547:9 Oct 13 10:45:13.557 INFO kablam! | Oct 13 10:45:13.557 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 13 10:45:13.557 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 13 10:45:13.557 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 13 10:45:13.557 INFO kablam! 550 | | { Oct 13 10:45:13.557 INFO kablam! ... | Oct 13 10:45:13.557 INFO kablam! 553 | | pub point_type: PointType, Oct 13 10:45:13.557 INFO kablam! 554 | | } Oct 13 10:45:13.557 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.557 INFO kablam! ... Oct 13 10:45:13.557 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.557 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.557 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.557 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.557 INFO kablam! Oct 13 10:45:13.557 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.557 INFO kablam! --> src/ewkb.rs:562:24 Oct 13 10:45:13.557 INFO kablam! | Oct 13 10:45:13.557 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 13 10:45:13.557 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.557 INFO kablam! ... Oct 13 10:45:13.558 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.558 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.558 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.558 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.558 INFO kablam! Oct 13 10:45:13.558 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.558 INFO kablam! --> src/ewkb.rs:572:24 Oct 13 10:45:13.558 INFO kablam! | Oct 13 10:45:13.558 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 13 10:45:13.558 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.558 INFO kablam! ... Oct 13 10:45:13.558 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.558 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.558 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.558 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.558 INFO kablam! Oct 13 10:45:13.558 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.558 INFO kablam! --> src/ewkb.rs:609:9 Oct 13 10:45:13.558 INFO kablam! | Oct 13 10:45:13.558 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.558 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 13 10:45:13.558 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.558 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 13 10:45:13.559 INFO kablam! ... | Oct 13 10:45:13.559 INFO kablam! 617 | | pub point_type: PointType, Oct 13 10:45:13.559 INFO kablam! 618 | | } Oct 13 10:45:13.559 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.559 INFO kablam! ... Oct 13 10:45:13.559 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.559 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.559 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.559 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.559 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.559 INFO kablam! Oct 13 10:45:13.565 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.565 INFO kablam! --> src/ewkb.rs:628:30 Oct 13 10:45:13.565 INFO kablam! | Oct 13 10:45:13.565 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.565 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.565 INFO kablam! ... Oct 13 10:45:13.565 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.565 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.565 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.565 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.565 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.565 INFO kablam! Oct 13 10:45:13.565 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.565 INFO kablam! --> src/ewkb.rs:640:30 Oct 13 10:45:13.566 INFO kablam! | Oct 13 10:45:13.566 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.566 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.566 INFO kablam! ... Oct 13 10:45:13.566 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.566 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.566 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.566 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.566 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.566 INFO kablam! Oct 13 10:45:13.566 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.566 INFO kablam! --> src/ewkb.rs:547:9 Oct 13 10:45:13.566 INFO kablam! | Oct 13 10:45:13.566 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 13 10:45:13.566 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 13 10:45:13.566 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 13 10:45:13.566 INFO kablam! 550 | | { Oct 13 10:45:13.566 INFO kablam! ... | Oct 13 10:45:13.566 INFO kablam! 553 | | pub point_type: PointType, Oct 13 10:45:13.567 INFO kablam! 554 | | } Oct 13 10:45:13.567 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.567 INFO kablam! ... Oct 13 10:45:13.567 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.567 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.567 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.567 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.567 INFO kablam! Oct 13 10:45:13.568 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.568 INFO kablam! --> src/ewkb.rs:562:24 Oct 13 10:45:13.568 INFO kablam! | Oct 13 10:45:13.568 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 13 10:45:13.569 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.569 INFO kablam! ... Oct 13 10:45:13.569 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.569 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.569 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.569 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.569 INFO kablam! Oct 13 10:45:13.569 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.569 INFO kablam! --> src/ewkb.rs:572:24 Oct 13 10:45:13.569 INFO kablam! | Oct 13 10:45:13.569 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 13 10:45:13.569 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.569 INFO kablam! ... Oct 13 10:45:13.569 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.569 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.570 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.570 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.570 INFO kablam! Oct 13 10:45:13.570 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.570 INFO kablam! --> src/ewkb.rs:609:9 Oct 13 10:45:13.570 INFO kablam! | Oct 13 10:45:13.570 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.570 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 13 10:45:13.570 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.570 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 13 10:45:13.570 INFO kablam! ... | Oct 13 10:45:13.570 INFO kablam! 617 | | pub point_type: PointType, Oct 13 10:45:13.570 INFO kablam! 618 | | } Oct 13 10:45:13.570 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.570 INFO kablam! ... Oct 13 10:45:13.570 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.571 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.571 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.571 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.571 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.571 INFO kablam! Oct 13 10:45:13.576 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.576 INFO kablam! --> src/ewkb.rs:628:30 Oct 13 10:45:13.576 INFO kablam! | Oct 13 10:45:13.576 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.577 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.577 INFO kablam! ... Oct 13 10:45:13.577 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.577 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.577 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.577 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.577 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.577 INFO kablam! Oct 13 10:45:13.577 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.577 INFO kablam! --> src/ewkb.rs:640:30 Oct 13 10:45:13.577 INFO kablam! | Oct 13 10:45:13.577 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.577 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.577 INFO kablam! ... Oct 13 10:45:13.577 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.577 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.578 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.578 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.578 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.578 INFO kablam! Oct 13 10:45:13.578 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.578 INFO kablam! --> src/ewkb.rs:677:9 Oct 13 10:45:13.578 INFO kablam! | Oct 13 10:45:13.578 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.578 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 13 10:45:13.578 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 13 10:45:13.578 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 13 10:45:13.578 INFO kablam! ... | Oct 13 10:45:13.578 INFO kablam! 687 | | pub point_type: PointType, Oct 13 10:45:13.578 INFO kablam! 688 | | } Oct 13 10:45:13.578 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.578 INFO kablam! ... Oct 13 10:45:13.579 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:13.579 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:13.579 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:13.579 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:13.579 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.579 INFO kablam! Oct 13 10:45:13.597 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.597 INFO kablam! --> src/ewkb.rs:700:36 Oct 13 10:45:13.597 INFO kablam! | Oct 13 10:45:13.597 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.598 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.598 INFO kablam! ... Oct 13 10:45:13.598 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:13.598 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:13.598 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:13.598 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:13.598 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.598 INFO kablam! Oct 13 10:45:13.598 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.598 INFO kablam! --> src/ewkb.rs:714:36 Oct 13 10:45:13.598 INFO kablam! | Oct 13 10:45:13.598 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.598 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.598 INFO kablam! ... Oct 13 10:45:13.599 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:13.599 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:13.599 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:13.599 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:13.599 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.599 INFO kablam! Oct 13 10:45:13.599 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.599 INFO kablam! --> src/postgis.rs:98:24 Oct 13 10:45:13.600 INFO kablam! | Oct 13 10:45:13.600 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 13 10:45:13.600 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.600 INFO kablam! ... Oct 13 10:45:13.600 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 13 10:45:13.600 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:13.600 INFO kablam! Oct 13 10:45:13.600 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.600 INFO kablam! --> src/postgis.rs:112:30 Oct 13 10:45:13.600 INFO kablam! | Oct 13 10:45:13.601 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.601 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.601 INFO kablam! ... Oct 13 10:45:13.601 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 13 10:45:13.601 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 10:45:13.601 INFO kablam! Oct 13 10:45:13.601 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.601 INFO kablam! --> src/postgis.rs:98:24 Oct 13 10:45:13.601 INFO kablam! | Oct 13 10:45:13.601 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 13 10:45:13.601 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.601 INFO kablam! ... Oct 13 10:45:13.601 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 13 10:45:13.601 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:13.601 INFO kablam! Oct 13 10:45:13.601 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.601 INFO kablam! --> src/postgis.rs:112:30 Oct 13 10:45:13.601 INFO kablam! | Oct 13 10:45:13.601 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 13 10:45:13.601 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.601 INFO kablam! ... Oct 13 10:45:13.602 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 13 10:45:13.602 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 10:45:13.602 INFO kablam! Oct 13 10:45:13.602 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.602 INFO kablam! --> src/postgis.rs:128:36 Oct 13 10:45:13.602 INFO kablam! | Oct 13 10:45:13.602 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 13 10:45:13.602 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.602 INFO kablam! ... Oct 13 10:45:13.602 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 13 10:45:13.602 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 10:45:13.602 INFO kablam! Oct 13 10:45:13.696 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.696 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.696 INFO kablam! | Oct 13 10:45:13.696 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.696 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.696 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.696 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.696 INFO kablam! ... | Oct 13 10:45:13.697 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.697 INFO kablam! 1024 | | >; Oct 13 10:45:13.697 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.697 INFO kablam! Oct 13 10:45:13.699 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.699 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.699 INFO kablam! | Oct 13 10:45:13.699 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.699 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.699 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.699 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.699 INFO kablam! ... | Oct 13 10:45:13.699 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.699 INFO kablam! 1024 | | >; Oct 13 10:45:13.700 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.700 INFO kablam! Oct 13 10:45:13.700 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.700 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.700 INFO kablam! | Oct 13 10:45:13.700 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.700 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.700 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.700 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.700 INFO kablam! ... | Oct 13 10:45:13.700 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.700 INFO kablam! 1024 | | >; Oct 13 10:45:13.700 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.700 INFO kablam! Oct 13 10:45:13.701 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.701 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.701 INFO kablam! | Oct 13 10:45:13.701 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.701 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.701 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.701 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.701 INFO kablam! ... | Oct 13 10:45:13.701 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.701 INFO kablam! 1024 | | >; Oct 13 10:45:13.701 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.701 INFO kablam! Oct 13 10:45:13.701 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.701 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.701 INFO kablam! | Oct 13 10:45:13.701 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.701 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.701 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.701 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.701 INFO kablam! ... | Oct 13 10:45:13.701 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.701 INFO kablam! 1024 | | >; Oct 13 10:45:13.702 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.702 INFO kablam! Oct 13 10:45:13.702 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.702 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.702 INFO kablam! | Oct 13 10:45:13.702 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.702 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.702 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.702 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.702 INFO kablam! ... | Oct 13 10:45:13.702 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.702 INFO kablam! 1024 | | >; Oct 13 10:45:13.702 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.702 INFO kablam! Oct 13 10:45:13.812 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.812 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.812 INFO kablam! | Oct 13 10:45:13.812 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.812 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.812 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.812 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.812 INFO kablam! ... | Oct 13 10:45:13.812 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.812 INFO kablam! 1024 | | >; Oct 13 10:45:13.812 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.812 INFO kablam! Oct 13 10:45:13.812 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.812 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.812 INFO kablam! | Oct 13 10:45:13.812 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.812 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.812 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.812 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.812 INFO kablam! ... | Oct 13 10:45:13.812 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.812 INFO kablam! 1024 | | >; Oct 13 10:45:13.812 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.812 INFO kablam! Oct 13 10:45:13.812 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.812 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.812 INFO kablam! | Oct 13 10:45:13.812 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.812 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.812 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.812 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.812 INFO kablam! ... | Oct 13 10:45:13.812 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.812 INFO kablam! 1024 | | >; Oct 13 10:45:13.812 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.812 INFO kablam! Oct 13 10:45:13.812 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.812 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.812 INFO kablam! | Oct 13 10:45:13.812 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.812 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.812 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.812 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.812 INFO kablam! ... | Oct 13 10:45:13.812 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.812 INFO kablam! 1024 | | >; Oct 13 10:45:13.812 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.813 INFO kablam! Oct 13 10:45:13.813 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:13.813 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.813 INFO kablam! | Oct 13 10:45:13.813 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.813 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.813 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.813 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.813 INFO kablam! ... | Oct 13 10:45:13.813 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.813 INFO kablam! 1024 | | >; Oct 13 10:45:13.813 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:13.813 INFO kablam! Oct 13 10:45:13.813 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.813 INFO kablam! --> src/ewkb.rs:1008:5 Oct 13 10:45:13.813 INFO kablam! | Oct 13 10:45:13.813 INFO kablam! 1008 | / fn as_ewkb( Oct 13 10:45:13.813 INFO kablam! 1009 | | &'a self, Oct 13 10:45:13.813 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 13 10:45:13.813 INFO kablam! 1011 | | 'a, Oct 13 10:45:13.813 INFO kablam! ... | Oct 13 10:45:13.813 INFO kablam! 1023 | | Self::GeomCollection, Oct 13 10:45:13.813 INFO kablam! 1024 | | >; Oct 13 10:45:13.813 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.813 INFO kablam! Oct 13 10:45:13.929 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:13.930 INFO kablam! --> src/ewkb.rs:1326:5 Oct 13 10:45:13.930 INFO kablam! | Oct 13 10:45:13.930 INFO kablam! 1326 | / fn as_ewkb( Oct 13 10:45:13.930 INFO kablam! 1327 | | &'a self, Oct 13 10:45:13.930 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 13 10:45:13.930 INFO kablam! 1329 | | 'a, Oct 13 10:45:13.930 INFO kablam! ... | Oct 13 10:45:13.930 INFO kablam! 1341 | | Self::GeomCollection, Oct 13 10:45:13.930 INFO kablam! 1342 | | >; Oct 13 10:45:13.930 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:13.930 INFO kablam! Oct 13 10:45:13.975 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:13.975 INFO kablam! --> src/ewkb.rs:559:13 Oct 13 10:45:13.975 INFO kablam! | Oct 13 10:45:13.975 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 13 10:45:13.976 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:13.976 INFO kablam! ... Oct 13 10:45:13.976 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:13.976 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:13.976 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:13.976 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:13.976 INFO kablam! Oct 13 10:45:13.980 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:13.980 INFO kablam! --> src/ewkb.rs:625:13 Oct 13 10:45:13.980 INFO kablam! | Oct 13 10:45:13.980 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 13 10:45:13.980 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:13.980 INFO kablam! ... Oct 13 10:45:13.980 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:13.980 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:13.980 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:13.980 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:13.980 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:13.980 INFO kablam! Oct 13 10:45:13.981 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:13.981 INFO kablam! --> src/ewkb.rs:559:13 Oct 13 10:45:13.981 INFO kablam! | Oct 13 10:45:13.981 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 13 10:45:13.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:13.981 INFO kablam! ... Oct 13 10:45:13.981 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:13.981 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:13.981 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:13.981 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:13.981 INFO kablam! Oct 13 10:45:13.996 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:13.996 INFO kablam! --> src/ewkb.rs:625:13 Oct 13 10:45:13.996 INFO kablam! | Oct 13 10:45:13.996 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 13 10:45:13.996 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:13.996 INFO kablam! ... Oct 13 10:45:13.996 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:13.996 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:13.996 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:13.996 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:13.996 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:13.996 INFO kablam! Oct 13 10:45:14.004 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.004 INFO kablam! --> src/ewkb.rs:697:13 Oct 13 10:45:14.004 INFO kablam! | Oct 13 10:45:14.004 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 13 10:45:14.004 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.004 INFO kablam! ... Oct 13 10:45:14.004 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.004 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.004 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.004 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.004 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.004 INFO kablam! Oct 13 10:45:14.004 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.004 INFO kablam! --> src/ewkb.rs:1326:5 Oct 13 10:45:14.004 INFO kablam! | Oct 13 10:45:14.004 INFO kablam! 1326 | / fn as_ewkb( Oct 13 10:45:14.004 INFO kablam! 1327 | | &'a self, Oct 13 10:45:14.004 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 13 10:45:14.004 INFO kablam! 1329 | | 'a, Oct 13 10:45:14.004 INFO kablam! ... | Oct 13 10:45:14.004 INFO kablam! 1341 | | Self::GeomCollection, Oct 13 10:45:14.005 INFO kablam! 1342 | | >; Oct 13 10:45:14.005 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.005 INFO kablam! Oct 13 10:45:14.012 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.012 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.012 INFO kablam! | Oct 13 10:45:14.012 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.012 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.013 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.013 INFO kablam! 1056 | | } Oct 13 10:45:14.013 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.013 INFO kablam! Oct 13 10:45:14.013 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.013 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.013 INFO kablam! | Oct 13 10:45:14.013 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.013 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.013 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.013 INFO kablam! 1056 | | } Oct 13 10:45:14.013 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.013 INFO kablam! Oct 13 10:45:14.013 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.013 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.013 INFO kablam! | Oct 13 10:45:14.013 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.013 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.014 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.014 INFO kablam! 1056 | | } Oct 13 10:45:14.014 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.014 INFO kablam! Oct 13 10:45:14.014 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.014 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.014 INFO kablam! | Oct 13 10:45:14.014 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.014 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.014 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.014 INFO kablam! 1056 | | } Oct 13 10:45:14.014 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.014 INFO kablam! Oct 13 10:45:14.014 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.014 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.014 INFO kablam! | Oct 13 10:45:14.014 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.014 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.014 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.014 INFO kablam! 1056 | | } Oct 13 10:45:14.014 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.014 INFO kablam! Oct 13 10:45:14.014 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.014 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.014 INFO kablam! | Oct 13 10:45:14.014 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.014 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.014 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.014 INFO kablam! 1056 | | } Oct 13 10:45:14.014 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.014 INFO kablam! Oct 13 10:45:14.017 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.017 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.017 INFO kablam! | Oct 13 10:45:14.017 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.017 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.017 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! ... | Oct 13 10:45:14.017 INFO kablam! 1094 | | } Oct 13 10:45:14.017 INFO kablam! 1095 | | } Oct 13 10:45:14.017 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.017 INFO kablam! Oct 13 10:45:14.017 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.017 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.017 INFO kablam! | Oct 13 10:45:14.017 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.017 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.017 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! ... | Oct 13 10:45:14.017 INFO kablam! 1094 | | } Oct 13 10:45:14.017 INFO kablam! 1095 | | } Oct 13 10:45:14.017 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.017 INFO kablam! Oct 13 10:45:14.017 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.017 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.017 INFO kablam! | Oct 13 10:45:14.017 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.017 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.017 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! ... | Oct 13 10:45:14.017 INFO kablam! 1094 | | } Oct 13 10:45:14.017 INFO kablam! 1095 | | } Oct 13 10:45:14.017 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.017 INFO kablam! Oct 13 10:45:14.017 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.017 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.017 INFO kablam! | Oct 13 10:45:14.017 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.017 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.017 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! ... | Oct 13 10:45:14.017 INFO kablam! 1094 | | } Oct 13 10:45:14.017 INFO kablam! 1095 | | } Oct 13 10:45:14.017 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.017 INFO kablam! Oct 13 10:45:14.017 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.017 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.017 INFO kablam! | Oct 13 10:45:14.017 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.017 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.017 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! ... | Oct 13 10:45:14.017 INFO kablam! 1094 | | } Oct 13 10:45:14.017 INFO kablam! 1095 | | } Oct 13 10:45:14.017 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.017 INFO kablam! Oct 13 10:45:14.017 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.017 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.017 INFO kablam! | Oct 13 10:45:14.017 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.017 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.017 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.017 INFO kablam! ... | Oct 13 10:45:14.017 INFO kablam! 1094 | | } Oct 13 10:45:14.017 INFO kablam! 1095 | | } Oct 13 10:45:14.017 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.017 INFO kablam! Oct 13 10:45:14.019 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.019 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.020 INFO kablam! | Oct 13 10:45:14.020 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.020 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.020 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! ... | Oct 13 10:45:14.020 INFO kablam! 1106 | | } Oct 13 10:45:14.020 INFO kablam! 1107 | | } Oct 13 10:45:14.020 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.020 INFO kablam! Oct 13 10:45:14.020 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.020 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.020 INFO kablam! | Oct 13 10:45:14.020 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.020 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.020 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! ... | Oct 13 10:45:14.020 INFO kablam! 1106 | | } Oct 13 10:45:14.020 INFO kablam! 1107 | | } Oct 13 10:45:14.020 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.020 INFO kablam! Oct 13 10:45:14.020 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.020 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.020 INFO kablam! | Oct 13 10:45:14.020 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.020 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.020 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! ... | Oct 13 10:45:14.020 INFO kablam! 1106 | | } Oct 13 10:45:14.020 INFO kablam! 1107 | | } Oct 13 10:45:14.020 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.020 INFO kablam! Oct 13 10:45:14.020 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.020 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.020 INFO kablam! | Oct 13 10:45:14.020 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.020 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.020 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! ... | Oct 13 10:45:14.020 INFO kablam! 1106 | | } Oct 13 10:45:14.020 INFO kablam! 1107 | | } Oct 13 10:45:14.020 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.020 INFO kablam! Oct 13 10:45:14.020 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.020 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.020 INFO kablam! | Oct 13 10:45:14.020 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.020 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.020 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.020 INFO kablam! ... | Oct 13 10:45:14.020 INFO kablam! 1106 | | } Oct 13 10:45:14.020 INFO kablam! 1107 | | } Oct 13 10:45:14.020 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.020 INFO kablam! Oct 13 10:45:14.020 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.020 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.020 INFO kablam! | Oct 13 10:45:14.021 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.021 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.021 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.021 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.021 INFO kablam! ... | Oct 13 10:45:14.021 INFO kablam! 1106 | | } Oct 13 10:45:14.021 INFO kablam! 1107 | | } Oct 13 10:45:14.021 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.021 INFO kablam! Oct 13 10:45:14.028 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.029 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.029 INFO kablam! | Oct 13 10:45:14.029 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.029 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.029 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.029 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.029 INFO kablam! ... | Oct 13 10:45:14.029 INFO kablam! 1118 | | } Oct 13 10:45:14.029 INFO kablam! 1119 | | } Oct 13 10:45:14.029 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.029 INFO kablam! Oct 13 10:45:14.029 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.029 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.029 INFO kablam! | Oct 13 10:45:14.029 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.029 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.029 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.030 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.030 INFO kablam! ... | Oct 13 10:45:14.030 INFO kablam! 1118 | | } Oct 13 10:45:14.030 INFO kablam! 1119 | | } Oct 13 10:45:14.030 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.030 INFO kablam! Oct 13 10:45:14.030 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.030 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.030 INFO kablam! | Oct 13 10:45:14.030 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.030 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.030 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.030 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.030 INFO kablam! ... | Oct 13 10:45:14.030 INFO kablam! 1118 | | } Oct 13 10:45:14.030 INFO kablam! 1119 | | } Oct 13 10:45:14.030 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.030 INFO kablam! Oct 13 10:45:14.030 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.030 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.030 INFO kablam! | Oct 13 10:45:14.030 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.030 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.030 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.030 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.031 INFO kablam! ... | Oct 13 10:45:14.031 INFO kablam! 1118 | | } Oct 13 10:45:14.031 INFO kablam! 1119 | | } Oct 13 10:45:14.031 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.031 INFO kablam! Oct 13 10:45:14.031 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.031 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.031 INFO kablam! | Oct 13 10:45:14.031 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.031 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.031 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.031 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.031 INFO kablam! ... | Oct 13 10:45:14.031 INFO kablam! 1118 | | } Oct 13 10:45:14.031 INFO kablam! 1119 | | } Oct 13 10:45:14.031 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.031 INFO kablam! Oct 13 10:45:14.031 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.031 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.031 INFO kablam! | Oct 13 10:45:14.031 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.031 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.032 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.033 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.033 INFO kablam! ... | Oct 13 10:45:14.033 INFO kablam! 1118 | | } Oct 13 10:45:14.033 INFO kablam! 1119 | | } Oct 13 10:45:14.033 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.033 INFO kablam! Oct 13 10:45:14.033 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.033 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.033 INFO kablam! | Oct 13 10:45:14.033 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.033 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.033 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.033 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.033 INFO kablam! ... | Oct 13 10:45:14.033 INFO kablam! 1165 | | } Oct 13 10:45:14.033 INFO kablam! 1166 | | } Oct 13 10:45:14.033 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.033 INFO kablam! Oct 13 10:45:14.033 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.033 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.033 INFO kablam! | Oct 13 10:45:14.033 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.033 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.033 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.033 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.033 INFO kablam! ... | Oct 13 10:45:14.033 INFO kablam! 1165 | | } Oct 13 10:45:14.033 INFO kablam! 1166 | | } Oct 13 10:45:14.033 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.033 INFO kablam! Oct 13 10:45:14.033 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.033 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.033 INFO kablam! | Oct 13 10:45:14.033 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.033 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.033 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.033 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.033 INFO kablam! ... | Oct 13 10:45:14.033 INFO kablam! 1165 | | } Oct 13 10:45:14.033 INFO kablam! 1166 | | } Oct 13 10:45:14.033 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.033 INFO kablam! Oct 13 10:45:14.033 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.033 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.033 INFO kablam! | Oct 13 10:45:14.033 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.033 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.033 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.033 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.033 INFO kablam! ... | Oct 13 10:45:14.033 INFO kablam! 1165 | | } Oct 13 10:45:14.033 INFO kablam! 1166 | | } Oct 13 10:45:14.033 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.033 INFO kablam! Oct 13 10:45:14.033 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.033 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.033 INFO kablam! | Oct 13 10:45:14.033 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.033 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.034 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.034 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.034 INFO kablam! ... | Oct 13 10:45:14.034 INFO kablam! 1165 | | } Oct 13 10:45:14.034 INFO kablam! 1166 | | } Oct 13 10:45:14.034 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.034 INFO kablam! Oct 13 10:45:14.034 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.034 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.034 INFO kablam! | Oct 13 10:45:14.034 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.034 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.034 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.034 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.034 INFO kablam! ... | Oct 13 10:45:14.034 INFO kablam! 1165 | | } Oct 13 10:45:14.034 INFO kablam! 1166 | | } Oct 13 10:45:14.034 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.034 INFO kablam! Oct 13 10:45:14.036 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.036 INFO kablam! --> src/ewkb.rs:1371:5 Oct 13 10:45:14.036 INFO kablam! | Oct 13 10:45:14.036 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.036 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 13 10:45:14.036 INFO kablam! 1373 | | Ok(()) Oct 13 10:45:14.036 INFO kablam! 1374 | | } Oct 13 10:45:14.036 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.037 INFO kablam! Oct 13 10:45:14.037 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.037 INFO kablam! --> src/ewkb.rs:1403:5 Oct 13 10:45:14.037 INFO kablam! | Oct 13 10:45:14.037 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.037 INFO kablam! 1404 | | self.srid Oct 13 10:45:14.037 INFO kablam! 1405 | | } Oct 13 10:45:14.037 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.037 INFO kablam! Oct 13 10:45:14.040 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.040 INFO kablam! --> src/ewkb.rs:1407:5 Oct 13 10:45:14.040 INFO kablam! | Oct 13 10:45:14.041 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.041 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.041 INFO kablam! 1409 | | } Oct 13 10:45:14.041 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.041 INFO kablam! Oct 13 10:45:14.042 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.042 INFO kablam! --> src/ewkb.rs:1411:5 Oct 13 10:45:14.042 INFO kablam! | Oct 13 10:45:14.042 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.042 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 13 10:45:14.042 INFO kablam! 1413 | | Oct 13 10:45:14.042 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 13 10:45:14.042 INFO kablam! ... | Oct 13 10:45:14.042 INFO kablam! 1474 | | Ok(()) Oct 13 10:45:14.042 INFO kablam! 1475 | | } Oct 13 10:45:14.042 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.042 INFO kablam! Oct 13 10:45:14.044 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.044 INFO kablam! --> src/ewkb.rs:559:13 Oct 13 10:45:14.044 INFO kablam! | Oct 13 10:45:14.044 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 13 10:45:14.044 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.044 INFO kablam! ... Oct 13 10:45:14.044 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.044 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.044 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.044 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.044 INFO kablam! Oct 13 10:45:14.048 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.048 INFO kablam! --> src/ewkb.rs:1494:5 Oct 13 10:45:14.048 INFO kablam! | Oct 13 10:45:14.048 INFO kablam! 1494 | / fn as_ewkb( Oct 13 10:45:14.048 INFO kablam! 1495 | | &'a self, Oct 13 10:45:14.048 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 13 10:45:14.048 INFO kablam! 1497 | | 'a, Oct 13 10:45:14.048 INFO kablam! ... | Oct 13 10:45:14.048 INFO kablam! 1515 | | } Oct 13 10:45:14.048 INFO kablam! 1516 | | } Oct 13 10:45:14.048 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.048 INFO kablam! Oct 13 10:45:14.048 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.048 INFO kablam! --> src/twkb.rs:286:5 Oct 13 10:45:14.048 INFO kablam! | Oct 13 10:45:14.048 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.048 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 13 10:45:14.048 INFO kablam! 288 | | geom: self, Oct 13 10:45:14.048 INFO kablam! 289 | | srid: None, Oct 13 10:45:14.048 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 13 10:45:14.048 INFO kablam! 291 | | } Oct 13 10:45:14.048 INFO kablam! 292 | | } Oct 13 10:45:14.048 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.048 INFO kablam! Oct 13 10:45:14.052 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.052 INFO kablam! --> src/twkb.rs:346:5 Oct 13 10:45:14.052 INFO kablam! | Oct 13 10:45:14.052 INFO kablam! 346 | / fn as_ewkb( Oct 13 10:45:14.052 INFO kablam! 347 | | &'a self, Oct 13 10:45:14.052 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.052 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 13 10:45:14.052 INFO kablam! ... | Oct 13 10:45:14.052 INFO kablam! 353 | | } Oct 13 10:45:14.052 INFO kablam! 354 | | } Oct 13 10:45:14.052 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.052 INFO kablam! Oct 13 10:45:14.052 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.052 INFO kablam! --> src/twkb.rs:404:5 Oct 13 10:45:14.052 INFO kablam! | Oct 13 10:45:14.052 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.052 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 13 10:45:14.052 INFO kablam! 406 | | geom: self, Oct 13 10:45:14.052 INFO kablam! 407 | | srid: None, Oct 13 10:45:14.052 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 13 10:45:14.052 INFO kablam! 409 | | } Oct 13 10:45:14.052 INFO kablam! 410 | | } Oct 13 10:45:14.052 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.052 INFO kablam! Oct 13 10:45:14.052 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.052 INFO kablam! --> src/twkb.rs:470:5 Oct 13 10:45:14.052 INFO kablam! | Oct 13 10:45:14.052 INFO kablam! 470 | / fn as_ewkb( Oct 13 10:45:14.052 INFO kablam! 471 | | &'a self, Oct 13 10:45:14.052 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 13 10:45:14.052 INFO kablam! 473 | | { Oct 13 10:45:14.052 INFO kablam! ... | Oct 13 10:45:14.052 INFO kablam! 478 | | } Oct 13 10:45:14.052 INFO kablam! 479 | | } Oct 13 10:45:14.052 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.052 INFO kablam! Oct 13 10:45:14.052 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.052 INFO kablam! --> src/twkb.rs:554:5 Oct 13 10:45:14.052 INFO kablam! | Oct 13 10:45:14.052 INFO kablam! 554 | / fn as_ewkb( Oct 13 10:45:14.052 INFO kablam! 555 | | &'a self, Oct 13 10:45:14.052 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 13 10:45:14.052 INFO kablam! 557 | | 'a, Oct 13 10:45:14.052 INFO kablam! ... | Oct 13 10:45:14.052 INFO kablam! 569 | | } Oct 13 10:45:14.052 INFO kablam! 570 | | } Oct 13 10:45:14.052 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.052 INFO kablam! Oct 13 10:45:14.052 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.052 INFO kablam! --> src/ewkb.rs:625:13 Oct 13 10:45:14.052 INFO kablam! | Oct 13 10:45:14.053 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 13 10:45:14.053 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.053 INFO kablam! ... Oct 13 10:45:14.053 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.053 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.053 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.053 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.053 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.053 INFO kablam! Oct 13 10:45:14.060 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.060 INFO kablam! --> src/ewkb.rs:559:13 Oct 13 10:45:14.060 INFO kablam! | Oct 13 10:45:14.060 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 13 10:45:14.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.060 INFO kablam! ... Oct 13 10:45:14.060 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.060 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.060 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.060 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.060 INFO kablam! Oct 13 10:45:14.060 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.060 INFO kablam! --> src/ewkb.rs:566:13 Oct 13 10:45:14.060 INFO kablam! | Oct 13 10:45:14.060 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.060 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.060 INFO kablam! 568 | | Ok(()) Oct 13 10:45:14.060 INFO kablam! 569 | | } Oct 13 10:45:14.060 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.060 INFO kablam! ... Oct 13 10:45:14.060 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.060 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.060 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.060 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.060 INFO kablam! Oct 13 10:45:14.065 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.065 INFO kablam! --> src/ewkb.rs:576:13 Oct 13 10:45:14.065 INFO kablam! | Oct 13 10:45:14.065 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.065 INFO kablam! 577 | | self.srid Oct 13 10:45:14.065 INFO kablam! 578 | | } Oct 13 10:45:14.065 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.065 INFO kablam! ... Oct 13 10:45:14.065 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.065 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.065 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.065 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.065 INFO kablam! Oct 13 10:45:14.065 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.065 INFO kablam! --> src/ewkb.rs:580:13 Oct 13 10:45:14.065 INFO kablam! | Oct 13 10:45:14.065 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.065 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.065 INFO kablam! 582 | | } Oct 13 10:45:14.065 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.065 INFO kablam! ... Oct 13 10:45:14.065 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.065 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.065 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.065 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.065 INFO kablam! Oct 13 10:45:14.065 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.065 INFO kablam! --> src/ewkb.rs:584:13 Oct 13 10:45:14.065 INFO kablam! | Oct 13 10:45:14.065 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.065 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 13 10:45:14.065 INFO kablam! 586 | | for geom in self.geom.points() { Oct 13 10:45:14.065 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.065 INFO kablam! ... | Oct 13 10:45:14.065 INFO kablam! 590 | | Ok(()) Oct 13 10:45:14.065 INFO kablam! 591 | | } Oct 13 10:45:14.065 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.065 INFO kablam! ... Oct 13 10:45:14.065 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.066 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.066 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.066 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.066 INFO kablam! Oct 13 10:45:14.066 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.066 INFO kablam! --> src/ewkb.rs:599:13 Oct 13 10:45:14.066 INFO kablam! | Oct 13 10:45:14.066 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.066 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.066 INFO kablam! 601 | | } Oct 13 10:45:14.066 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.066 INFO kablam! ... Oct 13 10:45:14.066 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.066 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.066 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.066 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.066 INFO kablam! Oct 13 10:45:14.066 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.066 INFO kablam! --> src/ewkb.rs:625:13 Oct 13 10:45:14.066 INFO kablam! | Oct 13 10:45:14.066 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 13 10:45:14.066 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.066 INFO kablam! ... Oct 13 10:45:14.066 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.066 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.066 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.066 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.066 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.066 INFO kablam! Oct 13 10:45:14.066 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.066 INFO kablam! --> src/ewkb.rs:634:13 Oct 13 10:45:14.066 INFO kablam! | Oct 13 10:45:14.066 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.066 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.066 INFO kablam! 636 | | Ok(()) Oct 13 10:45:14.066 INFO kablam! 637 | | } Oct 13 10:45:14.066 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.066 INFO kablam! ... Oct 13 10:45:14.066 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.066 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.066 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.066 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.066 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.066 INFO kablam! Oct 13 10:45:14.066 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.066 INFO kablam! --> src/ewkb.rs:646:13 Oct 13 10:45:14.066 INFO kablam! | Oct 13 10:45:14.066 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.066 INFO kablam! 647 | | self.srid Oct 13 10:45:14.066 INFO kablam! 648 | | } Oct 13 10:45:14.066 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.066 INFO kablam! ... Oct 13 10:45:14.066 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.066 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.066 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.066 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.066 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.066 INFO kablam! Oct 13 10:45:14.066 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.066 INFO kablam! --> src/ewkb.rs:650:13 Oct 13 10:45:14.066 INFO kablam! | Oct 13 10:45:14.066 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.066 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.066 INFO kablam! 652 | | } Oct 13 10:45:14.066 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.066 INFO kablam! ... Oct 13 10:45:14.066 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.066 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.066 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.066 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.066 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.066 INFO kablam! Oct 13 10:45:14.066 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.066 INFO kablam! --> src/ewkb.rs:654:13 Oct 13 10:45:14.066 INFO kablam! | Oct 13 10:45:14.066 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.066 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 13 10:45:14.066 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 13 10:45:14.066 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.066 INFO kablam! ... | Oct 13 10:45:14.066 INFO kablam! 660 | | Ok(()) Oct 13 10:45:14.066 INFO kablam! 661 | | } Oct 13 10:45:14.066 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.066 INFO kablam! ... Oct 13 10:45:14.066 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.066 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.066 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.067 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.067 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.067 INFO kablam! Oct 13 10:45:14.067 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.067 INFO kablam! --> src/ewkb.rs:671:13 Oct 13 10:45:14.067 INFO kablam! | Oct 13 10:45:14.067 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.067 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.067 INFO kablam! 673 | | } Oct 13 10:45:14.067 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.067 INFO kablam! ... Oct 13 10:45:14.067 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.067 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.067 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.067 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.067 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.067 INFO kablam! Oct 13 10:45:14.069 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.069 INFO kablam! --> src/ewkb.rs:566:13 Oct 13 10:45:14.069 INFO kablam! | Oct 13 10:45:14.069 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.069 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.069 INFO kablam! 568 | | Ok(()) Oct 13 10:45:14.070 INFO kablam! 569 | | } Oct 13 10:45:14.070 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.070 INFO kablam! ... Oct 13 10:45:14.070 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.070 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.070 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.070 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.070 INFO kablam! Oct 13 10:45:14.070 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.070 INFO kablam! --> src/ewkb.rs:576:13 Oct 13 10:45:14.070 INFO kablam! | Oct 13 10:45:14.070 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.070 INFO kablam! 577 | | self.srid Oct 13 10:45:14.070 INFO kablam! 578 | | } Oct 13 10:45:14.070 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.070 INFO kablam! ... Oct 13 10:45:14.070 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.070 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.070 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.070 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.071 INFO kablam! Oct 13 10:45:14.071 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.071 INFO kablam! --> src/ewkb.rs:580:13 Oct 13 10:45:14.071 INFO kablam! | Oct 13 10:45:14.071 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.071 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.071 INFO kablam! 582 | | } Oct 13 10:45:14.071 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.071 INFO kablam! ... Oct 13 10:45:14.071 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.071 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.071 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.071 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.071 INFO kablam! Oct 13 10:45:14.071 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.071 INFO kablam! --> src/ewkb.rs:584:13 Oct 13 10:45:14.071 INFO kablam! | Oct 13 10:45:14.071 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.071 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 13 10:45:14.072 INFO kablam! 586 | | for geom in self.geom.points() { Oct 13 10:45:14.072 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.072 INFO kablam! ... | Oct 13 10:45:14.072 INFO kablam! 590 | | Ok(()) Oct 13 10:45:14.072 INFO kablam! 591 | | } Oct 13 10:45:14.072 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.072 INFO kablam! ... Oct 13 10:45:14.072 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.072 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.072 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.072 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.072 INFO kablam! Oct 13 10:45:14.072 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.072 INFO kablam! --> src/ewkb.rs:599:13 Oct 13 10:45:14.072 INFO kablam! | Oct 13 10:45:14.072 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.072 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.072 INFO kablam! 601 | | } Oct 13 10:45:14.073 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.073 INFO kablam! ... Oct 13 10:45:14.073 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.073 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.073 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.073 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.073 INFO kablam! Oct 13 10:45:14.074 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.074 INFO kablam! --> src/ewkb.rs:634:13 Oct 13 10:45:14.074 INFO kablam! | Oct 13 10:45:14.074 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.074 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.074 INFO kablam! 636 | | Ok(()) Oct 13 10:45:14.074 INFO kablam! 637 | | } Oct 13 10:45:14.074 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.074 INFO kablam! ... Oct 13 10:45:14.074 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.074 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.074 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.074 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.074 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.074 INFO kablam! Oct 13 10:45:14.074 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.074 INFO kablam! --> src/ewkb.rs:646:13 Oct 13 10:45:14.074 INFO kablam! | Oct 13 10:45:14.074 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.074 INFO kablam! 647 | | self.srid Oct 13 10:45:14.075 INFO kablam! 648 | | } Oct 13 10:45:14.075 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.075 INFO kablam! ... Oct 13 10:45:14.075 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.075 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.075 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.075 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.075 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.075 INFO kablam! Oct 13 10:45:14.075 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.075 INFO kablam! --> src/ewkb.rs:650:13 Oct 13 10:45:14.075 INFO kablam! | Oct 13 10:45:14.075 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.075 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.075 INFO kablam! 652 | | } Oct 13 10:45:14.075 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.075 INFO kablam! ... Oct 13 10:45:14.075 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.075 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.075 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.075 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.075 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.075 INFO kablam! Oct 13 10:45:14.075 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.075 INFO kablam! --> src/ewkb.rs:654:13 Oct 13 10:45:14.076 INFO kablam! | Oct 13 10:45:14.076 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.076 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 13 10:45:14.076 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 13 10:45:14.076 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.076 INFO kablam! ... | Oct 13 10:45:14.076 INFO kablam! 660 | | Ok(()) Oct 13 10:45:14.076 INFO kablam! 661 | | } Oct 13 10:45:14.076 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.076 INFO kablam! ... Oct 13 10:45:14.076 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.076 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.076 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.076 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.076 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.076 INFO kablam! Oct 13 10:45:14.079 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.079 INFO kablam! --> src/ewkb.rs:671:13 Oct 13 10:45:14.079 INFO kablam! | Oct 13 10:45:14.079 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.079 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.079 INFO kablam! 673 | | } Oct 13 10:45:14.079 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.079 INFO kablam! ... Oct 13 10:45:14.079 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.079 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.079 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.079 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.079 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.079 INFO kablam! Oct 13 10:45:14.081 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.081 INFO kablam! --> src/ewkb.rs:708:13 Oct 13 10:45:14.081 INFO kablam! | Oct 13 10:45:14.081 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.081 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.081 INFO kablam! 710 | | Ok(()) Oct 13 10:45:14.081 INFO kablam! 711 | | } Oct 13 10:45:14.081 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.081 INFO kablam! ... Oct 13 10:45:14.081 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.081 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.081 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.081 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.081 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.081 INFO kablam! Oct 13 10:45:14.081 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.081 INFO kablam! --> src/ewkb.rs:722:13 Oct 13 10:45:14.081 INFO kablam! | Oct 13 10:45:14.081 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.081 INFO kablam! 723 | | self.srid Oct 13 10:45:14.081 INFO kablam! 724 | | } Oct 13 10:45:14.081 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.081 INFO kablam! ... Oct 13 10:45:14.082 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.082 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.082 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.082 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.082 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.082 INFO kablam! Oct 13 10:45:14.082 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.082 INFO kablam! --> src/ewkb.rs:726:13 Oct 13 10:45:14.082 INFO kablam! | Oct 13 10:45:14.082 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.082 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.082 INFO kablam! 728 | | } Oct 13 10:45:14.082 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.082 INFO kablam! ... Oct 13 10:45:14.082 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.082 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.082 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.082 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.082 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.082 INFO kablam! Oct 13 10:45:14.082 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.082 INFO kablam! --> src/ewkb.rs:730:13 Oct 13 10:45:14.082 INFO kablam! | Oct 13 10:45:14.082 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.082 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 13 10:45:14.082 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 13 10:45:14.083 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.083 INFO kablam! ... | Oct 13 10:45:14.083 INFO kablam! 736 | | Ok(()) Oct 13 10:45:14.083 INFO kablam! 737 | | } Oct 13 10:45:14.083 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.083 INFO kablam! ... Oct 13 10:45:14.083 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.083 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.083 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.083 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.083 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.083 INFO kablam! Oct 13 10:45:14.083 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.083 INFO kablam! --> src/ewkb.rs:697:13 Oct 13 10:45:14.083 INFO kablam! | Oct 13 10:45:14.083 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 13 10:45:14.083 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.083 INFO kablam! ... Oct 13 10:45:14.083 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.083 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.083 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.084 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.084 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.084 INFO kablam! Oct 13 10:45:14.084 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.084 INFO kablam! --> src/ewkb.rs:749:13 Oct 13 10:45:14.084 INFO kablam! | Oct 13 10:45:14.084 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.084 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.084 INFO kablam! 751 | | } Oct 13 10:45:14.084 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.084 INFO kablam! ... Oct 13 10:45:14.084 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.084 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.084 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.084 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.084 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.084 INFO kablam! Oct 13 10:45:14.087 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.087 INFO kablam! --> src/postgis.rs:102:13 Oct 13 10:45:14.087 INFO kablam! | Oct 13 10:45:14.087 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.087 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 13 10:45:14.088 INFO kablam! 104 | | Ok(IsNull::No) Oct 13 10:45:14.088 INFO kablam! 105 | | } Oct 13 10:45:14.088 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.088 INFO kablam! ... Oct 13 10:45:14.088 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 13 10:45:14.088 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:14.088 INFO kablam! Oct 13 10:45:14.089 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.089 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.089 INFO kablam! | Oct 13 10:45:14.089 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.089 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.089 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.089 INFO kablam! 1056 | | } Oct 13 10:45:14.089 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.089 INFO kablam! Oct 13 10:45:14.089 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.089 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.089 INFO kablam! | Oct 13 10:45:14.090 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.090 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.090 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.090 INFO kablam! 1056 | | } Oct 13 10:45:14.090 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.090 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.090 INFO kablam! Oct 13 10:45:14.090 INFO kablam! --> src/postgis.rs:146:1 Oct 13 10:45:14.090 INFO kablam! | Oct 13 10:45:14.090 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 13 10:45:14.090 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.090 INFO kablam! | | Oct 13 10:45:14.090 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.090 INFO kablam! | in this macro invocation Oct 13 10:45:14.090 INFO kablam! | Oct 13 10:45:14.090 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 13 10:45:14.090 INFO kablam! Oct 13 10:45:14.090 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.090 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.090 INFO kablam! | Oct 13 10:45:14.090 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.090 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.090 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.091 INFO kablam! 1056 | | } Oct 13 10:45:14.091 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.091 INFO kablam! Oct 13 10:45:14.091 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.091 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.091 INFO kablam! | Oct 13 10:45:14.091 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.091 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.091 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.091 INFO kablam! 1056 | | } Oct 13 10:45:14.091 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.091 INFO kablam! Oct 13 10:45:14.091 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.091 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.091 INFO kablam! | Oct 13 10:45:14.091 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.091 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.091 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.091 INFO kablam! 1056 | | } Oct 13 10:45:14.091 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.091 INFO kablam! Oct 13 10:45:14.091 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.091 INFO kablam! --> src/ewkb.rs:1053:5 Oct 13 10:45:14.092 INFO kablam! | Oct 13 10:45:14.092 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.092 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 13 10:45:14.092 INFO kablam! 1055 | | Ok(()) Oct 13 10:45:14.093 INFO kablam! 1056 | | } Oct 13 10:45:14.093 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.093 INFO kablam! Oct 13 10:45:14.093 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.093 INFO kablam! --> src/postgis.rs:118:13 Oct 13 10:45:14.093 INFO kablam! | Oct 13 10:45:14.093 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.093 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 13 10:45:14.093 INFO kablam! 120 | | Ok(IsNull::No) Oct 13 10:45:14.093 INFO kablam! 121 | | } Oct 13 10:45:14.093 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.093 INFO kablam! ... Oct 13 10:45:14.093 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 13 10:45:14.093 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 10:45:14.093 INFO kablam! Oct 13 10:45:14.093 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.093 INFO kablam! --> src/postgis.rs:147:1 Oct 13 10:45:14.093 INFO kablam! | Oct 13 10:45:14.093 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 13 10:45:14.093 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.093 INFO kablam! | | Oct 13 10:45:14.093 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.093 INFO kablam! | in this macro invocation Oct 13 10:45:14.093 INFO kablam! | Oct 13 10:45:14.093 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 13 10:45:14.094 INFO kablam! Oct 13 10:45:14.094 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.094 INFO kablam! --> src/postgis.rs:102:13 Oct 13 10:45:14.094 INFO kablam! | Oct 13 10:45:14.094 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.094 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 13 10:45:14.094 INFO kablam! 104 | | Ok(IsNull::No) Oct 13 10:45:14.094 INFO kablam! 105 | | } Oct 13 10:45:14.094 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.094 INFO kablam! ... Oct 13 10:45:14.094 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 13 10:45:14.094 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:14.094 INFO kablam! Oct 13 10:45:14.094 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.094 INFO kablam! --> src/postgis.rs:148:1 Oct 13 10:45:14.094 INFO kablam! | Oct 13 10:45:14.094 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 13 10:45:14.094 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.094 INFO kablam! | | Oct 13 10:45:14.094 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.094 INFO kablam! | in this macro invocation Oct 13 10:45:14.094 INFO kablam! | Oct 13 10:45:14.094 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 13 10:45:14.094 INFO kablam! Oct 13 10:45:14.094 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.094 INFO kablam! --> src/postgis.rs:118:13 Oct 13 10:45:14.095 INFO kablam! | Oct 13 10:45:14.095 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.095 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 13 10:45:14.095 INFO kablam! 120 | | Ok(IsNull::No) Oct 13 10:45:14.095 INFO kablam! 121 | | } Oct 13 10:45:14.095 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.095 INFO kablam! ... Oct 13 10:45:14.095 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 13 10:45:14.095 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 10:45:14.095 INFO kablam! Oct 13 10:45:14.096 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.097 INFO kablam! --> src/postgis.rs:149:1 Oct 13 10:45:14.097 INFO kablam! | Oct 13 10:45:14.097 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 13 10:45:14.097 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.097 INFO kablam! | | Oct 13 10:45:14.097 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.097 INFO kablam! | in this macro invocation Oct 13 10:45:14.097 INFO kablam! | Oct 13 10:45:14.097 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 13 10:45:14.097 INFO kablam! Oct 13 10:45:14.097 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.097 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.097 INFO kablam! | Oct 13 10:45:14.097 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.097 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.097 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.097 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.097 INFO kablam! ... | Oct 13 10:45:14.097 INFO kablam! 1094 | | } Oct 13 10:45:14.097 INFO kablam! 1095 | | } Oct 13 10:45:14.097 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.097 INFO kablam! Oct 13 10:45:14.097 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.097 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.098 INFO kablam! | Oct 13 10:45:14.098 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.098 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.098 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.098 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.098 INFO kablam! ... | Oct 13 10:45:14.098 INFO kablam! 1094 | | } Oct 13 10:45:14.098 INFO kablam! 1095 | | } Oct 13 10:45:14.098 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.098 INFO kablam! Oct 13 10:45:14.098 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.098 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.098 INFO kablam! | Oct 13 10:45:14.098 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.098 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.098 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.098 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.098 INFO kablam! ... | Oct 13 10:45:14.098 INFO kablam! 1094 | | } Oct 13 10:45:14.098 INFO kablam! 1095 | | } Oct 13 10:45:14.098 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.098 INFO kablam! Oct 13 10:45:14.098 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.098 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.098 INFO kablam! | Oct 13 10:45:14.098 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.099 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.099 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.099 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.099 INFO kablam! ... | Oct 13 10:45:14.099 INFO kablam! 1094 | | } Oct 13 10:45:14.099 INFO kablam! 1095 | | } Oct 13 10:45:14.099 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.099 INFO kablam! Oct 13 10:45:14.099 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.099 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.099 INFO kablam! | Oct 13 10:45:14.099 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.099 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.099 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.099 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.099 INFO kablam! ... | Oct 13 10:45:14.099 INFO kablam! 1094 | | } Oct 13 10:45:14.099 INFO kablam! 1095 | | } Oct 13 10:45:14.099 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.099 INFO kablam! Oct 13 10:45:14.099 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.099 INFO kablam! --> src/postgis.rs:138:13 Oct 13 10:45:14.099 INFO kablam! | Oct 13 10:45:14.099 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.100 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 13 10:45:14.100 INFO kablam! 140 | | Ok(IsNull::No) Oct 13 10:45:14.100 INFO kablam! 141 | | } Oct 13 10:45:14.100 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.100 INFO kablam! ... Oct 13 10:45:14.100 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 13 10:45:14.100 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 10:45:14.100 INFO kablam! Oct 13 10:45:14.100 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.100 INFO kablam! --> src/ewkb.rs:1085:5 Oct 13 10:45:14.100 INFO kablam! | Oct 13 10:45:14.100 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.100 INFO kablam! 1086 | | match *self { Oct 13 10:45:14.100 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.100 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 13 10:45:14.100 INFO kablam! ... | Oct 13 10:45:14.100 INFO kablam! 1094 | | } Oct 13 10:45:14.100 INFO kablam! 1095 | | } Oct 13 10:45:14.100 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.101 INFO kablam! Oct 13 10:45:14.101 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.101 INFO kablam! --> src/postgis.rs:150:1 Oct 13 10:45:14.101 INFO kablam! | Oct 13 10:45:14.101 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 13 10:45:14.101 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.101 INFO kablam! | | Oct 13 10:45:14.101 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.101 INFO kablam! | in this macro invocation Oct 13 10:45:14.101 INFO kablam! | Oct 13 10:45:14.101 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 13 10:45:14.101 INFO kablam! Oct 13 10:45:14.101 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.101 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.101 INFO kablam! | Oct 13 10:45:14.101 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.101 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.101 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.101 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.102 INFO kablam! ... | Oct 13 10:45:14.102 INFO kablam! 1106 | | } Oct 13 10:45:14.102 INFO kablam! 1107 | | } Oct 13 10:45:14.102 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.102 INFO kablam! Oct 13 10:45:14.102 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.102 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.102 INFO kablam! | Oct 13 10:45:14.102 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.102 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.102 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.102 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.102 INFO kablam! ... | Oct 13 10:45:14.102 INFO kablam! 1106 | | } Oct 13 10:45:14.102 INFO kablam! 1107 | | } Oct 13 10:45:14.102 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.102 INFO kablam! Oct 13 10:45:14.102 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.102 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.102 INFO kablam! | Oct 13 10:45:14.103 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.103 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.103 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.103 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.103 INFO kablam! ... | Oct 13 10:45:14.103 INFO kablam! 1106 | | } Oct 13 10:45:14.103 INFO kablam! 1107 | | } Oct 13 10:45:14.103 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.103 INFO kablam! Oct 13 10:45:14.103 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.103 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.103 INFO kablam! | Oct 13 10:45:14.103 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.103 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.103 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.103 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.103 INFO kablam! ... | Oct 13 10:45:14.103 INFO kablam! 1106 | | } Oct 13 10:45:14.103 INFO kablam! 1107 | | } Oct 13 10:45:14.104 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.104 INFO kablam! Oct 13 10:45:14.104 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.104 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.104 INFO kablam! | Oct 13 10:45:14.104 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.104 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.104 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.104 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.104 INFO kablam! ... | Oct 13 10:45:14.104 INFO kablam! 1106 | | } Oct 13 10:45:14.104 INFO kablam! 1107 | | } Oct 13 10:45:14.104 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.104 INFO kablam! Oct 13 10:45:14.104 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.104 INFO kablam! --> src/ewkb.rs:1097:5 Oct 13 10:45:14.104 INFO kablam! | Oct 13 10:45:14.104 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.104 INFO kablam! 1098 | | match *self { Oct 13 10:45:14.105 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.105 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 13 10:45:14.105 INFO kablam! ... | Oct 13 10:45:14.105 INFO kablam! 1106 | | } Oct 13 10:45:14.105 INFO kablam! 1107 | | } Oct 13 10:45:14.105 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.105 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.109 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.109 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1118 | | } Oct 13 10:45:14.109 INFO kablam! 1119 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.109 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.109 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1118 | | } Oct 13 10:45:14.109 INFO kablam! 1119 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.109 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.109 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1118 | | } Oct 13 10:45:14.109 INFO kablam! 1119 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.109 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.109 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1118 | | } Oct 13 10:45:14.109 INFO kablam! 1119 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.109 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.109 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1118 | | } Oct 13 10:45:14.109 INFO kablam! 1119 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1109:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.109 INFO kablam! 1110 | | match *self { Oct 13 10:45:14.109 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1118 | | } Oct 13 10:45:14.109 INFO kablam! 1119 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.109 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.109 INFO kablam! | Oct 13 10:45:14.109 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.109 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.109 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.109 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.109 INFO kablam! ... | Oct 13 10:45:14.109 INFO kablam! 1165 | | } Oct 13 10:45:14.109 INFO kablam! 1166 | | } Oct 13 10:45:14.109 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.109 INFO kablam! Oct 13 10:45:14.109 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.110 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.110 INFO kablam! | Oct 13 10:45:14.110 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.110 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.110 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.110 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.110 INFO kablam! ... | Oct 13 10:45:14.110 INFO kablam! 1165 | | } Oct 13 10:45:14.110 INFO kablam! 1166 | | } Oct 13 10:45:14.110 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.110 INFO kablam! Oct 13 10:45:14.110 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.110 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.110 INFO kablam! | Oct 13 10:45:14.110 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.110 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.110 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.110 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.110 INFO kablam! ... | Oct 13 10:45:14.110 INFO kablam! 1165 | | } Oct 13 10:45:14.110 INFO kablam! 1166 | | } Oct 13 10:45:14.110 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.110 INFO kablam! Oct 13 10:45:14.110 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.110 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.110 INFO kablam! | Oct 13 10:45:14.110 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.110 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.110 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.110 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.110 INFO kablam! ... | Oct 13 10:45:14.110 INFO kablam! 1165 | | } Oct 13 10:45:14.110 INFO kablam! 1166 | | } Oct 13 10:45:14.110 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.110 INFO kablam! Oct 13 10:45:14.110 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.110 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.110 INFO kablam! | Oct 13 10:45:14.110 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.110 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.110 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.110 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.110 INFO kablam! ... | Oct 13 10:45:14.110 INFO kablam! 1165 | | } Oct 13 10:45:14.110 INFO kablam! 1166 | | } Oct 13 10:45:14.110 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.110 INFO kablam! Oct 13 10:45:14.110 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.110 INFO kablam! --> src/ewkb.rs:1138:5 Oct 13 10:45:14.110 INFO kablam! | Oct 13 10:45:14.110 INFO kablam! 1138 | / fn as_ewkb( Oct 13 10:45:14.110 INFO kablam! 1139 | | &'a self, Oct 13 10:45:14.110 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 13 10:45:14.110 INFO kablam! 1141 | | 'a, Oct 13 10:45:14.110 INFO kablam! ... | Oct 13 10:45:14.110 INFO kablam! 1165 | | } Oct 13 10:45:14.110 INFO kablam! 1166 | | } Oct 13 10:45:14.110 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.110 INFO kablam! Oct 13 10:45:14.110 INFO kablam! error: aborting due to 128 previous errors Oct 13 10:45:14.110 INFO kablam! Oct 13 10:45:14.110 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 10:45:14.112 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.112 INFO kablam! --> src/ewkb.rs:1371:5 Oct 13 10:45:14.112 INFO kablam! | Oct 13 10:45:14.112 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.112 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 13 10:45:14.112 INFO kablam! 1373 | | Ok(()) Oct 13 10:45:14.112 INFO kablam! 1374 | | } Oct 13 10:45:14.112 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.112 INFO kablam! Oct 13 10:45:14.114 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.114 INFO kablam! --> src/ewkb.rs:1403:5 Oct 13 10:45:14.114 INFO kablam! | Oct 13 10:45:14.114 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.114 INFO kablam! 1404 | | self.srid Oct 13 10:45:14.114 INFO kablam! 1405 | | } Oct 13 10:45:14.114 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.114 INFO kablam! Oct 13 10:45:14.120 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.120 INFO kablam! --> src/ewkb.rs:1407:5 Oct 13 10:45:14.120 INFO kablam! | Oct 13 10:45:14.120 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.120 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.120 INFO kablam! 1409 | | } Oct 13 10:45:14.120 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.120 INFO kablam! Oct 13 10:45:14.120 INFO kablam! error: Could not compile `postgis`. Oct 13 10:45:14.120 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 13 10:45:14.120 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.120 INFO kablam! --> src/ewkb.rs:1411:5 Oct 13 10:45:14.120 INFO kablam! | Oct 13 10:45:14.120 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.120 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 13 10:45:14.120 INFO kablam! 1413 | | Oct 13 10:45:14.120 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 13 10:45:14.120 INFO kablam! ... | Oct 13 10:45:14.120 INFO kablam! 1474 | | Ok(()) Oct 13 10:45:14.120 INFO kablam! 1475 | | } Oct 13 10:45:14.120 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.120 INFO kablam! Oct 13 10:45:14.122 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 13 10:45:14.123 INFO kablam! --> src/ewkb.rs:1494:5 Oct 13 10:45:14.123 INFO kablam! | Oct 13 10:45:14.123 INFO kablam! 1494 | / fn as_ewkb( Oct 13 10:45:14.123 INFO kablam! 1495 | | &'a self, Oct 13 10:45:14.123 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 13 10:45:14.123 INFO kablam! 1497 | | 'a, Oct 13 10:45:14.123 INFO kablam! ... | Oct 13 10:45:14.123 INFO kablam! 1515 | | } Oct 13 10:45:14.123 INFO kablam! 1516 | | } Oct 13 10:45:14.123 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 13 10:45:14.123 INFO kablam! Oct 13 10:45:14.124 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.124 INFO kablam! --> src/twkb.rs:286:5 Oct 13 10:45:14.124 INFO kablam! | Oct 13 10:45:14.124 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.124 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 13 10:45:14.124 INFO kablam! 288 | | geom: self, Oct 13 10:45:14.124 INFO kablam! 289 | | srid: None, Oct 13 10:45:14.124 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 13 10:45:14.124 INFO kablam! 291 | | } Oct 13 10:45:14.124 INFO kablam! 292 | | } Oct 13 10:45:14.124 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.124 INFO kablam! Oct 13 10:45:14.125 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.125 INFO kablam! --> src/twkb.rs:346:5 Oct 13 10:45:14.125 INFO kablam! | Oct 13 10:45:14.125 INFO kablam! 346 | / fn as_ewkb( Oct 13 10:45:14.125 INFO kablam! 347 | | &'a self, Oct 13 10:45:14.125 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.125 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 13 10:45:14.125 INFO kablam! ... | Oct 13 10:45:14.125 INFO kablam! 353 | | } Oct 13 10:45:14.125 INFO kablam! 354 | | } Oct 13 10:45:14.125 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.125 INFO kablam! Oct 13 10:45:14.125 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.125 INFO kablam! --> src/twkb.rs:404:5 Oct 13 10:45:14.125 INFO kablam! | Oct 13 10:45:14.125 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.125 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 13 10:45:14.126 INFO kablam! 406 | | geom: self, Oct 13 10:45:14.126 INFO kablam! 407 | | srid: None, Oct 13 10:45:14.126 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 13 10:45:14.126 INFO kablam! 409 | | } Oct 13 10:45:14.126 INFO kablam! 410 | | } Oct 13 10:45:14.126 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.126 INFO kablam! Oct 13 10:45:14.127 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.127 INFO kablam! --> src/twkb.rs:470:5 Oct 13 10:45:14.127 INFO kablam! | Oct 13 10:45:14.127 INFO kablam! 470 | / fn as_ewkb( Oct 13 10:45:14.127 INFO kablam! 471 | | &'a self, Oct 13 10:45:14.127 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 13 10:45:14.127 INFO kablam! 473 | | { Oct 13 10:45:14.127 INFO kablam! ... | Oct 13 10:45:14.127 INFO kablam! 478 | | } Oct 13 10:45:14.127 INFO kablam! 479 | | } Oct 13 10:45:14.127 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.127 INFO kablam! Oct 13 10:45:14.127 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.127 INFO kablam! --> src/twkb.rs:554:5 Oct 13 10:45:14.127 INFO kablam! | Oct 13 10:45:14.127 INFO kablam! 554 | / fn as_ewkb( Oct 13 10:45:14.127 INFO kablam! 555 | | &'a self, Oct 13 10:45:14.127 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 13 10:45:14.127 INFO kablam! 557 | | 'a, Oct 13 10:45:14.127 INFO kablam! ... | Oct 13 10:45:14.127 INFO kablam! 569 | | } Oct 13 10:45:14.127 INFO kablam! 570 | | } Oct 13 10:45:14.127 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.127 INFO kablam! Oct 13 10:45:14.131 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.131 INFO kablam! --> src/ewkb.rs:566:13 Oct 13 10:45:14.131 INFO kablam! | Oct 13 10:45:14.131 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.131 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.131 INFO kablam! 568 | | Ok(()) Oct 13 10:45:14.131 INFO kablam! 569 | | } Oct 13 10:45:14.131 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.131 INFO kablam! ... Oct 13 10:45:14.131 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.131 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.131 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.131 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.131 INFO kablam! Oct 13 10:45:14.132 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.132 INFO kablam! --> src/ewkb.rs:576:13 Oct 13 10:45:14.132 INFO kablam! | Oct 13 10:45:14.132 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.132 INFO kablam! 577 | | self.srid Oct 13 10:45:14.132 INFO kablam! 578 | | } Oct 13 10:45:14.133 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.133 INFO kablam! ... Oct 13 10:45:14.133 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.133 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.133 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.133 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.133 INFO kablam! Oct 13 10:45:14.133 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.133 INFO kablam! --> src/ewkb.rs:580:13 Oct 13 10:45:14.133 INFO kablam! | Oct 13 10:45:14.133 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.133 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.133 INFO kablam! 582 | | } Oct 13 10:45:14.133 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.133 INFO kablam! ... Oct 13 10:45:14.133 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.133 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.133 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.133 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.133 INFO kablam! Oct 13 10:45:14.133 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.133 INFO kablam! --> src/ewkb.rs:584:13 Oct 13 10:45:14.133 INFO kablam! | Oct 13 10:45:14.133 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.133 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 13 10:45:14.133 INFO kablam! 586 | | for geom in self.geom.points() { Oct 13 10:45:14.133 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.133 INFO kablam! ... | Oct 13 10:45:14.133 INFO kablam! 590 | | Ok(()) Oct 13 10:45:14.133 INFO kablam! 591 | | } Oct 13 10:45:14.133 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.133 INFO kablam! ... Oct 13 10:45:14.133 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.133 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.133 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.133 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.133 INFO kablam! Oct 13 10:45:14.134 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.134 INFO kablam! --> src/ewkb.rs:599:13 Oct 13 10:45:14.134 INFO kablam! | Oct 13 10:45:14.134 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.134 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.134 INFO kablam! 601 | | } Oct 13 10:45:14.134 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.134 INFO kablam! ... Oct 13 10:45:14.134 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 13 10:45:14.134 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 13 10:45:14.134 INFO kablam! 761 | | command write_ewkb_body); Oct 13 10:45:14.134 INFO kablam! | |________________________________________________- in this macro invocation Oct 13 10:45:14.134 INFO kablam! Oct 13 10:45:14.135 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.135 INFO kablam! --> src/ewkb.rs:634:13 Oct 13 10:45:14.135 INFO kablam! | Oct 13 10:45:14.135 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.135 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.135 INFO kablam! 636 | | Ok(()) Oct 13 10:45:14.135 INFO kablam! 637 | | } Oct 13 10:45:14.135 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.135 INFO kablam! ... Oct 13 10:45:14.135 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.135 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.135 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.135 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.135 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.135 INFO kablam! Oct 13 10:45:14.135 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.135 INFO kablam! --> src/ewkb.rs:646:13 Oct 13 10:45:14.135 INFO kablam! | Oct 13 10:45:14.135 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.135 INFO kablam! 647 | | self.srid Oct 13 10:45:14.135 INFO kablam! 648 | | } Oct 13 10:45:14.135 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.135 INFO kablam! ... Oct 13 10:45:14.135 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.135 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.135 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.135 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.135 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.135 INFO kablam! Oct 13 10:45:14.136 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.136 INFO kablam! --> src/ewkb.rs:650:13 Oct 13 10:45:14.136 INFO kablam! | Oct 13 10:45:14.136 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.136 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.136 INFO kablam! 652 | | } Oct 13 10:45:14.136 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.136 INFO kablam! ... Oct 13 10:45:14.136 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.136 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.136 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.136 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.136 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.136 INFO kablam! Oct 13 10:45:14.137 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.137 INFO kablam! --> src/ewkb.rs:654:13 Oct 13 10:45:14.137 INFO kablam! | Oct 13 10:45:14.137 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.138 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 13 10:45:14.138 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 13 10:45:14.138 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.138 INFO kablam! ... | Oct 13 10:45:14.138 INFO kablam! 660 | | Ok(()) Oct 13 10:45:14.138 INFO kablam! 661 | | } Oct 13 10:45:14.138 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.138 INFO kablam! ... Oct 13 10:45:14.138 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.138 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.138 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.138 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.138 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.138 INFO kablam! Oct 13 10:45:14.138 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.138 INFO kablam! --> src/ewkb.rs:671:13 Oct 13 10:45:14.138 INFO kablam! | Oct 13 10:45:14.138 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.138 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.138 INFO kablam! 673 | | } Oct 13 10:45:14.138 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.138 INFO kablam! ... Oct 13 10:45:14.138 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 13 10:45:14.138 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 13 10:45:14.138 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 13 10:45:14.138 INFO kablam! 778 | | command write_ewkb_body); Oct 13 10:45:14.138 INFO kablam! | |___________________________________________________- in this macro invocation Oct 13 10:45:14.138 INFO kablam! Oct 13 10:45:14.139 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.139 INFO kablam! --> src/ewkb.rs:566:13 Oct 13 10:45:14.139 INFO kablam! | Oct 13 10:45:14.139 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.139 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.139 INFO kablam! 568 | | Ok(()) Oct 13 10:45:14.139 INFO kablam! 569 | | } Oct 13 10:45:14.139 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.139 INFO kablam! ... Oct 13 10:45:14.139 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.139 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.139 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.139 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.139 INFO kablam! Oct 13 10:45:14.139 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.139 INFO kablam! --> src/ewkb.rs:576:13 Oct 13 10:45:14.139 INFO kablam! | Oct 13 10:45:14.139 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.139 INFO kablam! 577 | | self.srid Oct 13 10:45:14.139 INFO kablam! 578 | | } Oct 13 10:45:14.139 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.139 INFO kablam! ... Oct 13 10:45:14.139 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.139 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.139 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.139 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.139 INFO kablam! Oct 13 10:45:14.139 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.139 INFO kablam! --> src/ewkb.rs:580:13 Oct 13 10:45:14.139 INFO kablam! | Oct 13 10:45:14.139 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.140 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.140 INFO kablam! 582 | | } Oct 13 10:45:14.140 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.140 INFO kablam! ... Oct 13 10:45:14.140 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.140 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.140 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.140 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.140 INFO kablam! Oct 13 10:45:14.140 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.140 INFO kablam! --> src/ewkb.rs:584:13 Oct 13 10:45:14.140 INFO kablam! | Oct 13 10:45:14.140 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.140 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 13 10:45:14.140 INFO kablam! 586 | | for geom in self.geom.points() { Oct 13 10:45:14.143 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.143 INFO kablam! ... | Oct 13 10:45:14.143 INFO kablam! 590 | | Ok(()) Oct 13 10:45:14.143 INFO kablam! 591 | | } Oct 13 10:45:14.143 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.143 INFO kablam! ... Oct 13 10:45:14.143 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.143 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.143 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.143 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.143 INFO kablam! Oct 13 10:45:14.143 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.143 INFO kablam! --> src/ewkb.rs:599:13 Oct 13 10:45:14.143 INFO kablam! | Oct 13 10:45:14.143 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 13 10:45:14.143 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.143 INFO kablam! 601 | | } Oct 13 10:45:14.143 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.143 INFO kablam! ... Oct 13 10:45:14.143 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 13 10:45:14.143 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 13 10:45:14.143 INFO kablam! 794 | | command write_ewkb); Oct 13 10:45:14.143 INFO kablam! | |___________________________________________- in this macro invocation Oct 13 10:45:14.143 INFO kablam! Oct 13 10:45:14.143 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.143 INFO kablam! --> src/ewkb.rs:634:13 Oct 13 10:45:14.143 INFO kablam! | Oct 13 10:45:14.143 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.143 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.143 INFO kablam! 636 | | Ok(()) Oct 13 10:45:14.143 INFO kablam! 637 | | } Oct 13 10:45:14.143 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.143 INFO kablam! ... Oct 13 10:45:14.143 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.143 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.143 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.143 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.143 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.143 INFO kablam! Oct 13 10:45:14.143 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.143 INFO kablam! --> src/ewkb.rs:646:13 Oct 13 10:45:14.143 INFO kablam! | Oct 13 10:45:14.143 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.143 INFO kablam! 647 | | self.srid Oct 13 10:45:14.143 INFO kablam! 648 | | } Oct 13 10:45:14.143 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.143 INFO kablam! ... Oct 13 10:45:14.143 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.143 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.143 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.143 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.143 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.143 INFO kablam! Oct 13 10:45:14.144 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.144 INFO kablam! --> src/ewkb.rs:650:13 Oct 13 10:45:14.144 INFO kablam! | Oct 13 10:45:14.144 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.144 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.144 INFO kablam! 652 | | } Oct 13 10:45:14.144 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.144 INFO kablam! ... Oct 13 10:45:14.144 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.144 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.144 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.144 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.144 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.144 INFO kablam! Oct 13 10:45:14.144 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.144 INFO kablam! --> src/ewkb.rs:654:13 Oct 13 10:45:14.144 INFO kablam! | Oct 13 10:45:14.144 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.144 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 13 10:45:14.144 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 13 10:45:14.144 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.144 INFO kablam! ... | Oct 13 10:45:14.144 INFO kablam! 660 | | Ok(()) Oct 13 10:45:14.144 INFO kablam! 661 | | } Oct 13 10:45:14.144 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.144 INFO kablam! ... Oct 13 10:45:14.144 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.144 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.144 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.144 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.144 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.144 INFO kablam! Oct 13 10:45:14.144 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.144 INFO kablam! --> src/ewkb.rs:671:13 Oct 13 10:45:14.144 INFO kablam! | Oct 13 10:45:14.145 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.145 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.145 INFO kablam! 673 | | } Oct 13 10:45:14.145 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.145 INFO kablam! ... Oct 13 10:45:14.145 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 13 10:45:14.145 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 13 10:45:14.145 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 13 10:45:14.145 INFO kablam! 811 | | command write_ewkb); Oct 13 10:45:14.145 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.145 INFO kablam! Oct 13 10:45:14.147 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.147 INFO kablam! --> src/ewkb.rs:708:13 Oct 13 10:45:14.147 INFO kablam! | Oct 13 10:45:14.147 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 13 10:45:14.147 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 13 10:45:14.147 INFO kablam! 710 | | Ok(()) Oct 13 10:45:14.147 INFO kablam! 711 | | } Oct 13 10:45:14.147 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.147 INFO kablam! ... Oct 13 10:45:14.147 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.147 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.147 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.147 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.147 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.147 INFO kablam! Oct 13 10:45:14.147 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.147 INFO kablam! --> src/ewkb.rs:722:13 Oct 13 10:45:14.147 INFO kablam! | Oct 13 10:45:14.147 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 13 10:45:14.147 INFO kablam! 723 | | self.srid Oct 13 10:45:14.147 INFO kablam! 724 | | } Oct 13 10:45:14.147 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.147 INFO kablam! ... Oct 13 10:45:14.147 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.147 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.147 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.147 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.147 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.147 INFO kablam! Oct 13 10:45:14.148 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.148 INFO kablam! --> src/ewkb.rs:726:13 Oct 13 10:45:14.148 INFO kablam! | Oct 13 10:45:14.148 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 13 10:45:14.148 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 13 10:45:14.148 INFO kablam! 728 | | } Oct 13 10:45:14.148 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.148 INFO kablam! ... Oct 13 10:45:14.148 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.148 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.148 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.148 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.148 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.148 INFO kablam! Oct 13 10:45:14.149 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.149 INFO kablam! --> src/ewkb.rs:730:13 Oct 13 10:45:14.149 INFO kablam! | Oct 13 10:45:14.149 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 13 10:45:14.149 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 13 10:45:14.149 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 13 10:45:14.149 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 13 10:45:14.149 INFO kablam! ... | Oct 13 10:45:14.149 INFO kablam! 736 | | Ok(()) Oct 13 10:45:14.149 INFO kablam! 737 | | } Oct 13 10:45:14.149 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.149 INFO kablam! ... Oct 13 10:45:14.149 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.149 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.149 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.149 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.149 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.149 INFO kablam! Oct 13 10:45:14.150 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.150 INFO kablam! --> src/ewkb.rs:749:13 Oct 13 10:45:14.150 INFO kablam! | Oct 13 10:45:14.150 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 13 10:45:14.150 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 13 10:45:14.150 INFO kablam! 751 | | } Oct 13 10:45:14.150 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.150 INFO kablam! ... Oct 13 10:45:14.150 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 13 10:45:14.150 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 13 10:45:14.150 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 13 10:45:14.150 INFO kablam! 828 | | command write_ewkb); Oct 13 10:45:14.150 INFO kablam! | |______________________________________________- in this macro invocation Oct 13 10:45:14.150 INFO kablam! Oct 13 10:45:14.155 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.155 INFO kablam! --> src/postgis.rs:102:13 Oct 13 10:45:14.155 INFO kablam! | Oct 13 10:45:14.155 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.155 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 13 10:45:14.155 INFO kablam! 104 | | Ok(IsNull::No) Oct 13 10:45:14.155 INFO kablam! 105 | | } Oct 13 10:45:14.155 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.155 INFO kablam! ... Oct 13 10:45:14.155 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 13 10:45:14.155 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:14.155 INFO kablam! Oct 13 10:45:14.156 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 13 10:45:14.156 INFO kablam! --> src/postgis.rs:146:1 Oct 13 10:45:14.156 INFO kablam! | Oct 13 10:45:14.156 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 13 10:45:14.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.156 INFO kablam! | | Oct 13 10:45:14.156 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 13 10:45:14.156 INFO kablam! | in this macro invocation Oct 13 10:45:14.156 INFO kablam! | Oct 13 10:45:14.156 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 13 10:45:14.156 INFO kablam! Oct 13 10:45:14.156 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.156 INFO kablam! --> src/postgis.rs:118:13 Oct 13 10:45:14.156 INFO kablam! | Oct 13 10:45:14.156 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.156 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 13 10:45:14.156 INFO kablam! 120 | | Ok(IsNull::No) Oct 13 10:45:14.156 INFO kablam! 121 | | } Oct 13 10:45:14.156 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.156 INFO kablam! ... Oct 13 10:45:14.156 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 13 10:45:14.156 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 13 10:45:14.156 INFO kablam! Oct 13 10:45:14.156 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 13 10:45:14.156 INFO kablam! --> src/postgis.rs:147:1 Oct 13 10:45:14.156 INFO kablam! | Oct 13 10:45:14.156 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 13 10:45:14.156 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.157 INFO kablam! | | Oct 13 10:45:14.157 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 13 10:45:14.157 INFO kablam! | in this macro invocation Oct 13 10:45:14.157 INFO kablam! | Oct 13 10:45:14.157 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 13 10:45:14.157 INFO kablam! Oct 13 10:45:14.157 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.157 INFO kablam! --> src/postgis.rs:102:13 Oct 13 10:45:14.157 INFO kablam! | Oct 13 10:45:14.157 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.157 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 13 10:45:14.157 INFO kablam! 104 | | Ok(IsNull::No) Oct 13 10:45:14.157 INFO kablam! 105 | | } Oct 13 10:45:14.157 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.157 INFO kablam! ... Oct 13 10:45:14.157 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 13 10:45:14.157 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 13 10:45:14.157 INFO kablam! Oct 13 10:45:14.157 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 13 10:45:14.157 INFO kablam! --> src/postgis.rs:148:1 Oct 13 10:45:14.157 INFO kablam! | Oct 13 10:45:14.157 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 13 10:45:14.157 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.157 INFO kablam! | | Oct 13 10:45:14.157 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 13 10:45:14.157 INFO kablam! | in this macro invocation Oct 13 10:45:14.157 INFO kablam! | Oct 13 10:45:14.157 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 13 10:45:14.157 INFO kablam! Oct 13 10:45:14.158 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.158 INFO kablam! --> src/postgis.rs:118:13 Oct 13 10:45:14.158 INFO kablam! | Oct 13 10:45:14.158 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.158 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 13 10:45:14.158 INFO kablam! 120 | | Ok(IsNull::No) Oct 13 10:45:14.158 INFO kablam! 121 | | } Oct 13 10:45:14.158 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.158 INFO kablam! ... Oct 13 10:45:14.158 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 13 10:45:14.158 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 13 10:45:14.158 INFO kablam! Oct 13 10:45:14.159 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 13 10:45:14.159 INFO kablam! --> src/postgis.rs:149:1 Oct 13 10:45:14.159 INFO kablam! | Oct 13 10:45:14.159 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 13 10:45:14.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.159 INFO kablam! | | Oct 13 10:45:14.159 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 13 10:45:14.159 INFO kablam! | in this macro invocation Oct 13 10:45:14.159 INFO kablam! | Oct 13 10:45:14.159 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 13 10:45:14.159 INFO kablam! Oct 13 10:45:14.160 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.160 INFO kablam! --> src/postgis.rs:138:13 Oct 13 10:45:14.160 INFO kablam! | Oct 13 10:45:14.160 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 13 10:45:14.160 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 13 10:45:14.160 INFO kablam! 140 | | Ok(IsNull::No) Oct 13 10:45:14.160 INFO kablam! 141 | | } Oct 13 10:45:14.160 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.160 INFO kablam! ... Oct 13 10:45:14.160 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 13 10:45:14.160 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 13 10:45:14.160 INFO kablam! Oct 13 10:45:14.161 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 13 10:45:14.161 INFO kablam! --> src/postgis.rs:150:1 Oct 13 10:45:14.161 INFO kablam! | Oct 13 10:45:14.161 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 13 10:45:14.161 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 10:45:14.161 INFO kablam! | | Oct 13 10:45:14.161 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 13 10:45:14.161 INFO kablam! | in this macro invocation Oct 13 10:45:14.161 INFO kablam! | Oct 13 10:45:14.161 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 13 10:45:14.161 INFO kablam! Oct 13 10:45:14.176 INFO kablam! error: aborting due to 128 previous errors Oct 13 10:45:14.176 INFO kablam! Oct 13 10:45:14.176 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 13 10:45:14.185 INFO kablam! error: Could not compile `postgis`. Oct 13 10:45:14.185 INFO kablam! Oct 13 10:45:14.185 INFO kablam! To learn more, run the command again with --verbose. Oct 13 10:45:14.196 INFO kablam! su: No module specific data is present Oct 13 10:45:14.577 INFO running `"docker" "rm" "-f" "11e10b501e01c6b809a7423461dee7e82b480c8832429bae5b2313162140fc15"` Oct 13 10:45:14.872 INFO blam! 11e10b501e01c6b809a7423461dee7e82b480c8832429bae5b2313162140fc15