Oct 27 17:53:56.990 INFO checking postgis-0.6.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 17:53:56.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 17:53:57.473 INFO blam! 6474e49983650eb2bc89d58c32fc6853bf982c3e1c56a077e1c6140705c6c22d Oct 27 17:53:57.478 INFO running `"docker" "start" "-a" "6474e49983650eb2bc89d58c32fc6853bf982c3e1c56a077e1c6140705c6c22d"` Oct 27 17:53:58.187 INFO kablam! usermod: no changes Oct 27 17:53:58.280 INFO kablam! Checking postgis v0.6.0 (/source) Oct 27 17:54:01.131 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.132 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.132 INFO kablam! | Oct 27 17:54:01.132 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.133 INFO kablam! 936 | | where Oct 27 17:54:01.133 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.133 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.133 INFO kablam! ... | Oct 27 17:54:01.134 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.134 INFO kablam! 967 | | } Oct 27 17:54:01.134 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.135 INFO kablam! Oct 27 17:54:01.135 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.136 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.136 INFO kablam! | Oct 27 17:54:01.136 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.137 INFO kablam! 936 | | where Oct 27 17:54:01.137 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.138 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.138 INFO kablam! ... | Oct 27 17:54:01.138 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.138 INFO kablam! 967 | | } Oct 27 17:54:01.139 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.139 INFO kablam! Oct 27 17:54:01.139 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.139 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.140 INFO kablam! | Oct 27 17:54:01.140 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.140 INFO kablam! 936 | | where Oct 27 17:54:01.141 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.141 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.141 INFO kablam! ... | Oct 27 17:54:01.141 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.142 INFO kablam! 967 | | } Oct 27 17:54:01.142 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.142 INFO kablam! Oct 27 17:54:01.142 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.143 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.143 INFO kablam! | Oct 27 17:54:01.143 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.143 INFO kablam! 936 | | where Oct 27 17:54:01.144 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.144 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.144 INFO kablam! ... | Oct 27 17:54:01.145 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.145 INFO kablam! 967 | | } Oct 27 17:54:01.145 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.145 INFO kablam! Oct 27 17:54:01.146 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.146 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.146 INFO kablam! | Oct 27 17:54:01.146 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.147 INFO kablam! 936 | | where Oct 27 17:54:01.147 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.147 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.148 INFO kablam! ... | Oct 27 17:54:01.148 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.148 INFO kablam! 967 | | } Oct 27 17:54:01.148 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.149 INFO kablam! Oct 27 17:54:01.149 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.149 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.149 INFO kablam! | Oct 27 17:54:01.149 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.149 INFO kablam! 936 | | where Oct 27 17:54:01.149 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.149 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.149 INFO kablam! ... | Oct 27 17:54:01.149 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.149 INFO kablam! 967 | | } Oct 27 17:54:01.149 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.149 INFO kablam! Oct 27 17:54:01.307 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.307 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.307 INFO kablam! | Oct 27 17:54:01.307 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.307 INFO kablam! 936 | | where Oct 27 17:54:01.307 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.307 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.307 INFO kablam! ... | Oct 27 17:54:01.307 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.307 INFO kablam! 967 | | } Oct 27 17:54:01.307 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.307 INFO kablam! Oct 27 17:54:01.307 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.307 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.307 INFO kablam! | Oct 27 17:54:01.307 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.307 INFO kablam! 936 | | where Oct 27 17:54:01.307 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.307 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.307 INFO kablam! ... | Oct 27 17:54:01.307 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.307 INFO kablam! 967 | | } Oct 27 17:54:01.307 INFO kablam! | |_^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.307 INFO kablam! Oct 27 17:54:01.307 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.307 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.307 INFO kablam! | Oct 27 17:54:01.307 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.307 INFO kablam! 936 | | where Oct 27 17:54:01.307 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.307 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.307 INFO kablam! ... | Oct 27 17:54:01.307 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.307 INFO kablam! 967 | | } Oct 27 17:54:01.307 INFO kablam! | |_^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.307 INFO kablam! Oct 27 17:54:01.307 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.307 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.307 INFO kablam! | Oct 27 17:54:01.307 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.307 INFO kablam! 936 | | where Oct 27 17:54:01.307 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.307 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.307 INFO kablam! ... | Oct 27 17:54:01.307 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.307 INFO kablam! 967 | | } Oct 27 17:54:01.307 INFO kablam! | |_^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.307 INFO kablam! Oct 27 17:54:01.307 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.307 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.307 INFO kablam! | Oct 27 17:54:01.307 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.307 INFO kablam! 936 | | where Oct 27 17:54:01.307 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.307 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.307 INFO kablam! ... | Oct 27 17:54:01.307 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.307 INFO kablam! 967 | | } Oct 27 17:54:01.307 INFO kablam! | |_^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.307 INFO kablam! Oct 27 17:54:01.307 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.307 INFO kablam! --> src/ewkb.rs:935:1 Oct 27 17:54:01.307 INFO kablam! | Oct 27 17:54:01.307 INFO kablam! 935 | / pub enum EwkbGeometry<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.307 INFO kablam! 936 | | where Oct 27 17:54:01.307 INFO kablam! 937 | | P: 'a + postgis::Point, Oct 27 17:54:01.307 INFO kablam! 938 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.307 INFO kablam! ... | Oct 27 17:54:01.307 INFO kablam! 966 | | GeometryCollection(EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC>), Oct 27 17:54:01.307 INFO kablam! 967 | | } Oct 27 17:54:01.307 INFO kablam! | |_^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.307 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.335 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.335 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.335 INFO kablam! | Oct 27 17:54:01.335 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.335 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.335 INFO kablam! Oct 27 17:54:01.343 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.343 INFO kablam! --> src/ewkb.rs:1257:1 Oct 27 17:54:01.343 INFO kablam! | Oct 27 17:54:01.343 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.343 INFO kablam! 1258 | | where Oct 27 17:54:01.343 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 27 17:54:01.343 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.343 INFO kablam! ... | Oct 27 17:54:01.343 INFO kablam! 1284 | | pub point_type: PointType, Oct 27 17:54:01.343 INFO kablam! 1285 | | } Oct 27 17:54:01.343 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.343 INFO kablam! Oct 27 17:54:01.507 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.507 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.507 INFO kablam! | Oct 27 17:54:01.507 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.507 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.507 INFO kablam! Oct 27 17:54:01.507 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.507 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.507 INFO kablam! | Oct 27 17:54:01.507 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.507 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.507 INFO kablam! Oct 27 17:54:01.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.507 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.507 INFO kablam! | Oct 27 17:54:01.507 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.507 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.507 INFO kablam! Oct 27 17:54:01.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.507 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.507 INFO kablam! | Oct 27 17:54:01.507 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.507 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.507 INFO kablam! Oct 27 17:54:01.519 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.519 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.519 INFO kablam! | Oct 27 17:54:01.519 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.519 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.519 INFO kablam! Oct 27 17:54:01.519 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.519 INFO kablam! --> src/ewkb.rs:1027:54 Oct 27 17:54:01.519 INFO kablam! | Oct 27 17:54:01.519 INFO kablam! 1027 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.519 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.519 INFO kablam! Oct 27 17:54:01.519 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.519 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.526 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1345:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1059:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1059 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1377:54 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.527 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.527 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.527 INFO kablam! --> src/ewkb.rs:1257:1 Oct 27 17:54:01.527 INFO kablam! | Oct 27 17:54:01.527 INFO kablam! 1257 | / pub struct EwkbGeometryCollection<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> Oct 27 17:54:01.527 INFO kablam! 1258 | | where Oct 27 17:54:01.527 INFO kablam! 1259 | | P: 'a + postgis::Point, Oct 27 17:54:01.527 INFO kablam! 1260 | | PI: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.527 INFO kablam! ... | Oct 27 17:54:01.527 INFO kablam! 1284 | | pub point_type: PointType, Oct 27 17:54:01.527 INFO kablam! 1285 | | } Oct 27 17:54:01.527 INFO kablam! | |_^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.527 INFO kablam! Oct 27 17:54:01.534 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.534 INFO kablam! --> src/ewkb.rs:547:9 Oct 27 17:54:01.535 INFO kablam! | Oct 27 17:54:01.535 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 27 17:54:01.535 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 27 17:54:01.535 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 27 17:54:01.535 INFO kablam! 550 | | { Oct 27 17:54:01.535 INFO kablam! ... | Oct 27 17:54:01.535 INFO kablam! 553 | | pub point_type: PointType, Oct 27 17:54:01.535 INFO kablam! 554 | | } Oct 27 17:54:01.535 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.535 INFO kablam! ... Oct 27 17:54:01.535 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:01.535 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:01.535 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:01.535 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:01.535 INFO kablam! Oct 27 17:54:01.535 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.535 INFO kablam! --> src/ewkb.rs:562:24 Oct 27 17:54:01.535 INFO kablam! | Oct 27 17:54:01.535 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 27 17:54:01.535 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.535 INFO kablam! ... Oct 27 17:54:01.535 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:01.535 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:01.535 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:01.535 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:01.535 INFO kablam! Oct 27 17:54:01.535 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.535 INFO kablam! --> src/ewkb.rs:572:24 Oct 27 17:54:01.535 INFO kablam! | Oct 27 17:54:01.535 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 27 17:54:01.535 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.535 INFO kablam! ... Oct 27 17:54:01.535 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:01.535 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:01.535 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:01.535 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:01.535 INFO kablam! Oct 27 17:54:01.542 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.542 INFO kablam! --> src/ewkb.rs:609:9 Oct 27 17:54:01.543 INFO kablam! | Oct 27 17:54:01.543 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.543 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 27 17:54:01.543 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.543 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 27 17:54:01.543 INFO kablam! ... | Oct 27 17:54:01.543 INFO kablam! 617 | | pub point_type: PointType, Oct 27 17:54:01.543 INFO kablam! 618 | | } Oct 27 17:54:01.543 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.543 INFO kablam! ... Oct 27 17:54:01.543 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:01.543 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:01.543 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:01.543 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:01.543 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:01.543 INFO kablam! Oct 27 17:54:01.543 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.543 INFO kablam! --> src/ewkb.rs:628:30 Oct 27 17:54:01.543 INFO kablam! | Oct 27 17:54:01.543 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.543 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.543 INFO kablam! ... Oct 27 17:54:01.543 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:01.543 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:01.543 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:01.543 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:01.543 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:01.543 INFO kablam! Oct 27 17:54:01.543 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.543 INFO kablam! --> src/ewkb.rs:640:30 Oct 27 17:54:01.543 INFO kablam! | Oct 27 17:54:01.543 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.543 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.543 INFO kablam! ... Oct 27 17:54:01.543 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:01.543 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:01.543 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:01.543 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:01.543 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:01.543 INFO kablam! Oct 27 17:54:01.550 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.550 INFO kablam! --> src/ewkb.rs:547:9 Oct 27 17:54:01.551 INFO kablam! | Oct 27 17:54:01.551 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 27 17:54:01.551 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 27 17:54:01.551 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 27 17:54:01.551 INFO kablam! 550 | | { Oct 27 17:54:01.551 INFO kablam! ... | Oct 27 17:54:01.551 INFO kablam! 553 | | pub point_type: PointType, Oct 27 17:54:01.551 INFO kablam! 554 | | } Oct 27 17:54:01.551 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.551 INFO kablam! ... Oct 27 17:54:01.551 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:01.551 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:01.551 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:01.551 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:01.551 INFO kablam! Oct 27 17:54:01.551 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.551 INFO kablam! --> src/ewkb.rs:562:24 Oct 27 17:54:01.551 INFO kablam! | Oct 27 17:54:01.551 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 27 17:54:01.551 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.551 INFO kablam! ... Oct 27 17:54:01.551 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:01.551 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:01.551 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:01.551 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:01.551 INFO kablam! Oct 27 17:54:01.551 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.551 INFO kablam! --> src/ewkb.rs:572:24 Oct 27 17:54:01.551 INFO kablam! | Oct 27 17:54:01.551 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 27 17:54:01.551 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.551 INFO kablam! ... Oct 27 17:54:01.551 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:01.551 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:01.551 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:01.551 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:01.551 INFO kablam! Oct 27 17:54:01.551 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.551 INFO kablam! --> src/ewkb.rs:609:9 Oct 27 17:54:01.551 INFO kablam! | Oct 27 17:54:01.551 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.551 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 27 17:54:01.551 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.551 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 27 17:54:01.551 INFO kablam! ... | Oct 27 17:54:01.551 INFO kablam! 617 | | pub point_type: PointType, Oct 27 17:54:01.551 INFO kablam! 618 | | } Oct 27 17:54:01.551 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.551 INFO kablam! ... Oct 27 17:54:01.551 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:01.551 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:01.551 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:01.551 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:01.551 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.551 INFO kablam! Oct 27 17:54:01.552 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.552 INFO kablam! --> src/ewkb.rs:628:30 Oct 27 17:54:01.552 INFO kablam! | Oct 27 17:54:01.552 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.552 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.552 INFO kablam! ... Oct 27 17:54:01.552 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:01.552 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:01.552 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:01.552 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:01.552 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.552 INFO kablam! Oct 27 17:54:01.552 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.552 INFO kablam! --> src/ewkb.rs:640:30 Oct 27 17:54:01.552 INFO kablam! | Oct 27 17:54:01.552 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.552 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.553 INFO kablam! ... Oct 27 17:54:01.553 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:01.553 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:01.553 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:01.553 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:01.553 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.553 INFO kablam! Oct 27 17:54:01.559 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.559 INFO kablam! --> src/ewkb.rs:677:9 Oct 27 17:54:01.559 INFO kablam! | Oct 27 17:54:01.559 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.559 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 27 17:54:01.559 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.559 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 27 17:54:01.559 INFO kablam! ... | Oct 27 17:54:01.559 INFO kablam! 687 | | pub point_type: PointType, Oct 27 17:54:01.559 INFO kablam! 688 | | } Oct 27 17:54:01.559 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.559 INFO kablam! ... Oct 27 17:54:01.559 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:01.559 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:01.559 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:01.559 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:01.559 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.559 INFO kablam! Oct 27 17:54:01.572 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.572 INFO kablam! --> src/ewkb.rs:700:36 Oct 27 17:54:01.572 INFO kablam! | Oct 27 17:54:01.572 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.572 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.572 INFO kablam! ... Oct 27 17:54:01.572 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:01.572 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:01.572 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:01.572 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:01.572 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.572 INFO kablam! Oct 27 17:54:01.572 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.572 INFO kablam! --> src/ewkb.rs:714:36 Oct 27 17:54:01.572 INFO kablam! | Oct 27 17:54:01.572 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.572 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.572 INFO kablam! ... Oct 27 17:54:01.572 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:01.572 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:01.572 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:01.572 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:01.572 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.572 INFO kablam! Oct 27 17:54:01.574 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.574 INFO kablam! --> src/postgis.rs:98:24 Oct 27 17:54:01.574 INFO kablam! | Oct 27 17:54:01.574 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 27 17:54:01.574 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.574 INFO kablam! ... Oct 27 17:54:01.574 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 27 17:54:01.575 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:01.575 INFO kablam! Oct 27 17:54:01.575 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.575 INFO kablam! --> src/postgis.rs:112:30 Oct 27 17:54:01.575 INFO kablam! | Oct 27 17:54:01.575 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.575 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.575 INFO kablam! ... Oct 27 17:54:01.575 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 27 17:54:01.575 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 17:54:01.575 INFO kablam! Oct 27 17:54:01.575 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.575 INFO kablam! --> src/postgis.rs:98:24 Oct 27 17:54:01.575 INFO kablam! | Oct 27 17:54:01.575 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 27 17:54:01.575 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.575 INFO kablam! ... Oct 27 17:54:01.575 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 27 17:54:01.575 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:01.575 INFO kablam! Oct 27 17:54:01.575 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.575 INFO kablam! --> src/postgis.rs:112:30 Oct 27 17:54:01.575 INFO kablam! | Oct 27 17:54:01.576 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.576 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.576 INFO kablam! ... Oct 27 17:54:01.576 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 27 17:54:01.576 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 17:54:01.576 INFO kablam! Oct 27 17:54:01.579 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.579 INFO kablam! --> src/postgis.rs:128:36 Oct 27 17:54:01.579 INFO kablam! | Oct 27 17:54:01.579 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.579 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.579 INFO kablam! ... Oct 27 17:54:01.579 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 27 17:54:01.579 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 17:54:01.579 INFO kablam! Oct 27 17:54:01.743 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.743 INFO kablam! --> src/ewkb.rs:1345:54 Oct 27 17:54:01.743 INFO kablam! | Oct 27 17:54:01.743 INFO kablam! 1345 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> fmt::Debug Oct 27 17:54:01.743 INFO kablam! | ^^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.743 INFO kablam! Oct 27 17:54:01.747 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.747 INFO kablam! --> src/ewkb.rs:1377:54 Oct 27 17:54:01.747 INFO kablam! | Oct 27 17:54:01.747 INFO kablam! 1377 | impl<'a, P, PI, MP, L, LI, ML, Y, YI, MY, G, GI, GC> EwkbWrite Oct 27 17:54:01.747 INFO kablam! | ^^^^^^^^^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.747 INFO kablam! Oct 27 17:54:01.755 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.755 INFO kablam! --> src/ewkb.rs:547:9 Oct 27 17:54:01.755 INFO kablam! | Oct 27 17:54:01.755 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 27 17:54:01.755 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 27 17:54:01.755 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 27 17:54:01.755 INFO kablam! 550 | | { Oct 27 17:54:01.755 INFO kablam! ... | Oct 27 17:54:01.755 INFO kablam! 553 | | pub point_type: PointType, Oct 27 17:54:01.755 INFO kablam! 554 | | } Oct 27 17:54:01.755 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.755 INFO kablam! ... Oct 27 17:54:01.755 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:01.755 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:01.755 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:01.755 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:01.755 INFO kablam! Oct 27 17:54:01.759 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.759 INFO kablam! --> src/ewkb.rs:562:24 Oct 27 17:54:01.759 INFO kablam! | Oct 27 17:54:01.759 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 27 17:54:01.759 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.759 INFO kablam! ... Oct 27 17:54:01.759 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:01.759 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:01.759 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:01.759 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:01.759 INFO kablam! Oct 27 17:54:01.759 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.759 INFO kablam! --> src/ewkb.rs:572:24 Oct 27 17:54:01.759 INFO kablam! | Oct 27 17:54:01.759 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 27 17:54:01.759 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.759 INFO kablam! ... Oct 27 17:54:01.759 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:01.759 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:01.759 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:01.759 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:01.759 INFO kablam! Oct 27 17:54:01.759 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.759 INFO kablam! --> src/ewkb.rs:609:9 Oct 27 17:54:01.759 INFO kablam! | Oct 27 17:54:01.759 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.759 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 27 17:54:01.759 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.759 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 27 17:54:01.759 INFO kablam! ... | Oct 27 17:54:01.759 INFO kablam! 617 | | pub point_type: PointType, Oct 27 17:54:01.759 INFO kablam! 618 | | } Oct 27 17:54:01.759 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.759 INFO kablam! ... Oct 27 17:54:01.759 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:01.759 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:01.759 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:01.759 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:01.759 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:01.759 INFO kablam! Oct 27 17:54:01.766 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.766 INFO kablam! --> src/ewkb.rs:628:30 Oct 27 17:54:01.766 INFO kablam! | Oct 27 17:54:01.766 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.766 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.766 INFO kablam! ... Oct 27 17:54:01.766 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:01.766 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:01.766 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:01.766 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:01.766 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:01.766 INFO kablam! Oct 27 17:54:01.766 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.766 INFO kablam! --> src/ewkb.rs:640:30 Oct 27 17:54:01.766 INFO kablam! | Oct 27 17:54:01.766 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.766 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.766 INFO kablam! ... Oct 27 17:54:01.766 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:01.766 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:01.766 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:01.766 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:01.766 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:01.766 INFO kablam! Oct 27 17:54:01.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.769 INFO kablam! --> src/ewkb.rs:547:9 Oct 27 17:54:01.769 INFO kablam! | Oct 27 17:54:01.769 INFO kablam! 547 | / pub struct $ewkbtype<'a, P, I> Oct 27 17:54:01.769 INFO kablam! 548 | | where P: 'a + postgis::Point, Oct 27 17:54:01.769 INFO kablam! 549 | | I: 'a + Iterator + ExactSizeIterator Oct 27 17:54:01.769 INFO kablam! 550 | | { Oct 27 17:54:01.769 INFO kablam! ... | Oct 27 17:54:01.769 INFO kablam! 553 | | pub point_type: PointType, Oct 27 17:54:01.769 INFO kablam! 554 | | } Oct 27 17:54:01.769 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.769 INFO kablam! ... Oct 27 17:54:01.769 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:01.769 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:01.769 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:01.769 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:01.769 INFO kablam! Oct 27 17:54:01.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.769 INFO kablam! --> src/ewkb.rs:562:24 Oct 27 17:54:01.769 INFO kablam! | Oct 27 17:54:01.769 INFO kablam! 562 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Oct 27 17:54:01.769 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.769 INFO kablam! ... Oct 27 17:54:01.769 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:01.769 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:01.769 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:01.769 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:01.769 INFO kablam! Oct 27 17:54:01.769 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.769 INFO kablam! --> src/ewkb.rs:572:24 Oct 27 17:54:01.769 INFO kablam! | Oct 27 17:54:01.769 INFO kablam! 572 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Oct 27 17:54:01.769 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.769 INFO kablam! ... Oct 27 17:54:01.769 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:01.769 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:01.769 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:01.769 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:01.769 INFO kablam! Oct 27 17:54:01.774 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.774 INFO kablam! --> src/ewkb.rs:609:9 Oct 27 17:54:01.774 INFO kablam! | Oct 27 17:54:01.774 INFO kablam! 609 | / pub struct $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.774 INFO kablam! 610 | | where P: 'a + postgis::Point, Oct 27 17:54:01.774 INFO kablam! 611 | | I: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.774 INFO kablam! 612 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Oct 27 17:54:01.774 INFO kablam! ... | Oct 27 17:54:01.774 INFO kablam! 617 | | pub point_type: PointType, Oct 27 17:54:01.775 INFO kablam! 618 | | } Oct 27 17:54:01.775 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.775 INFO kablam! ... Oct 27 17:54:01.775 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:01.775 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:01.775 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:01.775 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:01.775 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.775 INFO kablam! Oct 27 17:54:01.775 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.775 INFO kablam! --> src/ewkb.rs:628:30 Oct 27 17:54:01.775 INFO kablam! | Oct 27 17:54:01.775 INFO kablam! 628 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.775 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.775 INFO kablam! ... Oct 27 17:54:01.775 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:01.775 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:01.775 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:01.775 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:01.775 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.775 INFO kablam! Oct 27 17:54:01.779 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.779 INFO kablam! --> src/ewkb.rs:640:30 Oct 27 17:54:01.779 INFO kablam! | Oct 27 17:54:01.779 INFO kablam! 640 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.779 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.779 INFO kablam! ... Oct 27 17:54:01.779 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:01.779 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:01.779 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:01.779 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:01.779 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.779 INFO kablam! Oct 27 17:54:01.779 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.779 INFO kablam! --> src/ewkb.rs:677:9 Oct 27 17:54:01.779 INFO kablam! | Oct 27 17:54:01.779 INFO kablam! 677 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.779 INFO kablam! 678 | | where P: 'a + postgis::Point, Oct 27 17:54:01.779 INFO kablam! 679 | | I: 'a + Iterator + ExactSizeIterator, Oct 27 17:54:01.779 INFO kablam! 680 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Oct 27 17:54:01.779 INFO kablam! ... | Oct 27 17:54:01.779 INFO kablam! 687 | | pub point_type: PointType, Oct 27 17:54:01.779 INFO kablam! 688 | | } Oct 27 17:54:01.779 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.779 INFO kablam! ... Oct 27 17:54:01.779 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:01.779 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:01.779 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:01.779 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:01.779 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.779 INFO kablam! Oct 27 17:54:01.799 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.799 INFO kablam! --> src/ewkb.rs:700:36 Oct 27 17:54:01.799 INFO kablam! | Oct 27 17:54:01.799 INFO kablam! 700 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.799 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.799 INFO kablam! ... Oct 27 17:54:01.799 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:01.799 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:01.799 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:01.799 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:01.799 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.799 INFO kablam! Oct 27 17:54:01.799 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.799 INFO kablam! --> src/ewkb.rs:714:36 Oct 27 17:54:01.799 INFO kablam! | Oct 27 17:54:01.799 INFO kablam! 714 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.799 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.799 INFO kablam! ... Oct 27 17:54:01.799 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:01.799 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:01.799 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:01.799 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:01.799 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:01.799 INFO kablam! Oct 27 17:54:01.803 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.803 INFO kablam! --> src/postgis.rs:98:24 Oct 27 17:54:01.803 INFO kablam! | Oct 27 17:54:01.803 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 27 17:54:01.803 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.803 INFO kablam! ... Oct 27 17:54:01.803 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 27 17:54:01.803 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:01.803 INFO kablam! Oct 27 17:54:01.803 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.803 INFO kablam! --> src/postgis.rs:112:30 Oct 27 17:54:01.803 INFO kablam! | Oct 27 17:54:01.803 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.803 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.803 INFO kablam! ... Oct 27 17:54:01.803 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 27 17:54:01.803 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 17:54:01.803 INFO kablam! Oct 27 17:54:01.807 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.807 INFO kablam! --> src/postgis.rs:98:24 Oct 27 17:54:01.807 INFO kablam! | Oct 27 17:54:01.807 INFO kablam! 98 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Oct 27 17:54:01.807 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.807 INFO kablam! ... Oct 27 17:54:01.807 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 27 17:54:01.807 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:01.807 INFO kablam! Oct 27 17:54:01.807 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.807 INFO kablam! --> src/postgis.rs:112:30 Oct 27 17:54:01.807 INFO kablam! | Oct 27 17:54:01.807 INFO kablam! 112 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Oct 27 17:54:01.807 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.807 INFO kablam! ... Oct 27 17:54:01.807 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 27 17:54:01.807 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 17:54:01.807 INFO kablam! Oct 27 17:54:01.807 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.807 INFO kablam! --> src/postgis.rs:128:36 Oct 27 17:54:01.807 INFO kablam! | Oct 27 17:54:01.807 INFO kablam! 128 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Oct 27 17:54:01.807 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.807 INFO kablam! ... Oct 27 17:54:01.807 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 27 17:54:01.807 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 17:54:01.807 INFO kablam! Oct 27 17:54:01.879 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:01.879 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:01.879 INFO kablam! | Oct 27 17:54:01.879 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:01.879 INFO kablam! 1009 | | &'a self, Oct 27 17:54:01.879 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:01.879 INFO kablam! 1011 | | 'a, Oct 27 17:54:01.879 INFO kablam! ... | Oct 27 17:54:01.879 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:01.879 INFO kablam! 1024 | | >; Oct 27 17:54:01.879 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:01.879 INFO kablam! Oct 27 17:54:01.879 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:01.879 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:01.879 INFO kablam! | Oct 27 17:54:01.879 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:01.879 INFO kablam! 1009 | | &'a self, Oct 27 17:54:01.879 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:01.879 INFO kablam! 1011 | | 'a, Oct 27 17:54:01.879 INFO kablam! ... | Oct 27 17:54:01.879 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:01.879 INFO kablam! 1024 | | >; Oct 27 17:54:01.879 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:01.879 INFO kablam! Oct 27 17:54:01.879 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:01.879 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:01.879 INFO kablam! | Oct 27 17:54:01.879 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:01.879 INFO kablam! 1009 | | &'a self, Oct 27 17:54:01.879 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:01.879 INFO kablam! 1011 | | 'a, Oct 27 17:54:01.879 INFO kablam! ... | Oct 27 17:54:01.879 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:01.879 INFO kablam! 1024 | | >; Oct 27 17:54:01.879 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:01.879 INFO kablam! Oct 27 17:54:01.879 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:01.879 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:01.879 INFO kablam! | Oct 27 17:54:01.879 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:01.880 INFO kablam! 1009 | | &'a self, Oct 27 17:54:01.880 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:01.880 INFO kablam! 1011 | | 'a, Oct 27 17:54:01.880 INFO kablam! ... | Oct 27 17:54:01.880 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:01.880 INFO kablam! 1024 | | >; Oct 27 17:54:01.880 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:01.880 INFO kablam! Oct 27 17:54:01.880 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:01.880 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:01.880 INFO kablam! | Oct 27 17:54:01.880 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:01.880 INFO kablam! 1009 | | &'a self, Oct 27 17:54:01.880 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:01.880 INFO kablam! 1011 | | 'a, Oct 27 17:54:01.880 INFO kablam! ... | Oct 27 17:54:01.880 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:01.880 INFO kablam! 1024 | | >; Oct 27 17:54:01.880 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:01.880 INFO kablam! Oct 27 17:54:01.880 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:01.880 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:01.880 INFO kablam! | Oct 27 17:54:01.880 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:01.880 INFO kablam! 1009 | | &'a self, Oct 27 17:54:01.880 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:01.880 INFO kablam! 1011 | | 'a, Oct 27 17:54:01.880 INFO kablam! ... | Oct 27 17:54:01.880 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:01.880 INFO kablam! 1024 | | >; Oct 27 17:54:01.880 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:01.880 INFO kablam! Oct 27 17:54:02.059 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.059 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:02.059 INFO kablam! | Oct 27 17:54:02.059 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:02.059 INFO kablam! 1009 | | &'a self, Oct 27 17:54:02.059 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:02.059 INFO kablam! 1011 | | 'a, Oct 27 17:54:02.059 INFO kablam! ... | Oct 27 17:54:02.059 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:02.059 INFO kablam! 1024 | | >; Oct 27 17:54:02.059 INFO kablam! | |______^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.059 INFO kablam! Oct 27 17:54:02.059 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.059 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:02.059 INFO kablam! | Oct 27 17:54:02.059 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:02.059 INFO kablam! 1009 | | &'a self, Oct 27 17:54:02.059 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:02.059 INFO kablam! 1011 | | 'a, Oct 27 17:54:02.059 INFO kablam! ... | Oct 27 17:54:02.059 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:02.059 INFO kablam! 1024 | | >; Oct 27 17:54:02.059 INFO kablam! | |______^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.059 INFO kablam! Oct 27 17:54:02.059 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.059 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:02.059 INFO kablam! | Oct 27 17:54:02.059 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:02.059 INFO kablam! 1009 | | &'a self, Oct 27 17:54:02.059 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:02.059 INFO kablam! 1011 | | 'a, Oct 27 17:54:02.059 INFO kablam! ... | Oct 27 17:54:02.059 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:02.059 INFO kablam! 1024 | | >; Oct 27 17:54:02.059 INFO kablam! | |______^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.059 INFO kablam! Oct 27 17:54:02.059 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.059 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:02.059 INFO kablam! | Oct 27 17:54:02.059 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:02.059 INFO kablam! 1009 | | &'a self, Oct 27 17:54:02.059 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:02.059 INFO kablam! 1011 | | 'a, Oct 27 17:54:02.059 INFO kablam! ... | Oct 27 17:54:02.059 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:02.059 INFO kablam! 1024 | | >; Oct 27 17:54:02.059 INFO kablam! | |______^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.059 INFO kablam! Oct 27 17:54:02.059 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.060 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:02.060 INFO kablam! | Oct 27 17:54:02.060 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:02.060 INFO kablam! 1009 | | &'a self, Oct 27 17:54:02.060 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:02.060 INFO kablam! 1011 | | 'a, Oct 27 17:54:02.060 INFO kablam! ... | Oct 27 17:54:02.060 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:02.060 INFO kablam! 1024 | | >; Oct 27 17:54:02.060 INFO kablam! | |______^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.060 INFO kablam! Oct 27 17:54:02.060 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.060 INFO kablam! --> src/ewkb.rs:1008:5 Oct 27 17:54:02.060 INFO kablam! | Oct 27 17:54:02.060 INFO kablam! 1008 | / fn as_ewkb( Oct 27 17:54:02.060 INFO kablam! 1009 | | &'a self, Oct 27 17:54:02.060 INFO kablam! 1010 | | ) -> EwkbGeometry< Oct 27 17:54:02.060 INFO kablam! 1011 | | 'a, Oct 27 17:54:02.060 INFO kablam! ... | Oct 27 17:54:02.060 INFO kablam! 1023 | | Self::GeomCollection, Oct 27 17:54:02.060 INFO kablam! 1024 | | >; Oct 27 17:54:02.060 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.060 INFO kablam! Oct 27 17:54:02.137 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.138 INFO kablam! --> src/ewkb.rs:1326:5 Oct 27 17:54:02.138 INFO kablam! | Oct 27 17:54:02.138 INFO kablam! 1326 | / fn as_ewkb( Oct 27 17:54:02.139 INFO kablam! 1327 | | &'a self, Oct 27 17:54:02.139 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 27 17:54:02.139 INFO kablam! 1329 | | 'a, Oct 27 17:54:02.139 INFO kablam! ... | Oct 27 17:54:02.139 INFO kablam! 1341 | | Self::GeomCollection, Oct 27 17:54:02.139 INFO kablam! 1342 | | >; Oct 27 17:54:02.139 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.143 INFO kablam! Oct 27 17:54:02.181 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.182 INFO kablam! --> src/ewkb.rs:559:13 Oct 27 17:54:02.182 INFO kablam! | Oct 27 17:54:02.182 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 27 17:54:02.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.183 INFO kablam! ... Oct 27 17:54:02.184 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.184 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.184 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.185 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.185 INFO kablam! Oct 27 17:54:02.192 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.192 INFO kablam! --> src/ewkb.rs:625:13 Oct 27 17:54:02.192 INFO kablam! | Oct 27 17:54:02.193 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 27 17:54:02.193 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.193 INFO kablam! ... Oct 27 17:54:02.194 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.194 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.195 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.195 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.195 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.195 INFO kablam! Oct 27 17:54:02.198 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.199 INFO kablam! --> src/ewkb.rs:559:13 Oct 27 17:54:02.199 INFO kablam! | Oct 27 17:54:02.199 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 27 17:54:02.200 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.200 INFO kablam! ... Oct 27 17:54:02.200 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.201 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.201 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.201 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.202 INFO kablam! Oct 27 17:54:02.208 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.209 INFO kablam! --> src/ewkb.rs:625:13 Oct 27 17:54:02.209 INFO kablam! | Oct 27 17:54:02.209 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 27 17:54:02.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.210 INFO kablam! ... Oct 27 17:54:02.210 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.211 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.211 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.211 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.212 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.212 INFO kablam! Oct 27 17:54:02.251 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.251 INFO kablam! --> src/ewkb.rs:697:13 Oct 27 17:54:02.251 INFO kablam! | Oct 27 17:54:02.251 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 27 17:54:02.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.251 INFO kablam! ... Oct 27 17:54:02.251 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.252 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.252 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.252 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.252 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.252 INFO kablam! Oct 27 17:54:02.263 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.263 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.263 INFO kablam! | Oct 27 17:54:02.263 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.263 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.263 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.263 INFO kablam! 1056 | | } Oct 27 17:54:02.263 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.263 INFO kablam! Oct 27 17:54:02.263 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.263 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.263 INFO kablam! | Oct 27 17:54:02.263 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.263 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.263 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.263 INFO kablam! 1056 | | } Oct 27 17:54:02.263 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.263 INFO kablam! Oct 27 17:54:02.263 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.263 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.263 INFO kablam! | Oct 27 17:54:02.263 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.263 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.263 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.263 INFO kablam! 1056 | | } Oct 27 17:54:02.263 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.263 INFO kablam! Oct 27 17:54:02.263 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.263 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.263 INFO kablam! | Oct 27 17:54:02.263 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.263 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.263 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.263 INFO kablam! 1056 | | } Oct 27 17:54:02.263 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.263 INFO kablam! Oct 27 17:54:02.263 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.263 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.263 INFO kablam! | Oct 27 17:54:02.263 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.263 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.263 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.263 INFO kablam! 1056 | | } Oct 27 17:54:02.263 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.263 INFO kablam! Oct 27 17:54:02.263 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.263 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.263 INFO kablam! | Oct 27 17:54:02.263 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.263 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.263 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.263 INFO kablam! 1056 | | } Oct 27 17:54:02.263 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.263 INFO kablam! Oct 27 17:54:02.271 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.271 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.271 INFO kablam! | Oct 27 17:54:02.271 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.271 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.271 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! ... | Oct 27 17:54:02.271 INFO kablam! 1094 | | } Oct 27 17:54:02.271 INFO kablam! 1095 | | } Oct 27 17:54:02.271 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.271 INFO kablam! Oct 27 17:54:02.271 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.271 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.271 INFO kablam! | Oct 27 17:54:02.271 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.271 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.271 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! ... | Oct 27 17:54:02.271 INFO kablam! 1094 | | } Oct 27 17:54:02.271 INFO kablam! 1095 | | } Oct 27 17:54:02.271 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.271 INFO kablam! Oct 27 17:54:02.271 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.271 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.271 INFO kablam! | Oct 27 17:54:02.271 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.271 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.271 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! ... | Oct 27 17:54:02.271 INFO kablam! 1094 | | } Oct 27 17:54:02.271 INFO kablam! 1095 | | } Oct 27 17:54:02.271 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.271 INFO kablam! Oct 27 17:54:02.271 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.271 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.271 INFO kablam! | Oct 27 17:54:02.271 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.271 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.271 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.271 INFO kablam! ... | Oct 27 17:54:02.271 INFO kablam! 1094 | | } Oct 27 17:54:02.271 INFO kablam! 1095 | | } Oct 27 17:54:02.271 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.271 INFO kablam! Oct 27 17:54:02.271 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.271 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.271 INFO kablam! | Oct 27 17:54:02.271 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.272 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.272 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.272 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.272 INFO kablam! ... | Oct 27 17:54:02.272 INFO kablam! 1094 | | } Oct 27 17:54:02.272 INFO kablam! 1095 | | } Oct 27 17:54:02.272 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.272 INFO kablam! Oct 27 17:54:02.272 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.272 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.272 INFO kablam! | Oct 27 17:54:02.272 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.272 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.272 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.272 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.272 INFO kablam! ... | Oct 27 17:54:02.272 INFO kablam! 1094 | | } Oct 27 17:54:02.272 INFO kablam! 1095 | | } Oct 27 17:54:02.272 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.272 INFO kablam! Oct 27 17:54:02.287 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.287 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.287 INFO kablam! | Oct 27 17:54:02.287 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.287 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.287 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.287 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.287 INFO kablam! ... | Oct 27 17:54:02.287 INFO kablam! 1106 | | } Oct 27 17:54:02.287 INFO kablam! 1107 | | } Oct 27 17:54:02.287 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.287 INFO kablam! Oct 27 17:54:02.287 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.287 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.287 INFO kablam! | Oct 27 17:54:02.287 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.287 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.287 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.287 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.287 INFO kablam! ... | Oct 27 17:54:02.287 INFO kablam! 1106 | | } Oct 27 17:54:02.287 INFO kablam! 1107 | | } Oct 27 17:54:02.287 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.287 INFO kablam! Oct 27 17:54:02.287 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.287 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.287 INFO kablam! | Oct 27 17:54:02.287 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.287 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.287 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.287 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.287 INFO kablam! ... | Oct 27 17:54:02.287 INFO kablam! 1106 | | } Oct 27 17:54:02.288 INFO kablam! 1107 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.288 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.288 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1106 | | } Oct 27 17:54:02.288 INFO kablam! 1107 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.288 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.288 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1106 | | } Oct 27 17:54:02.288 INFO kablam! 1107 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.288 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.288 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1106 | | } Oct 27 17:54:02.288 INFO kablam! 1107 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.288 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1118 | | } Oct 27 17:54:02.288 INFO kablam! 1119 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.288 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1118 | | } Oct 27 17:54:02.288 INFO kablam! 1119 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.288 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1118 | | } Oct 27 17:54:02.288 INFO kablam! 1119 | | } Oct 27 17:54:02.288 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.288 INFO kablam! Oct 27 17:54:02.288 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.288 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.288 INFO kablam! | Oct 27 17:54:02.288 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.288 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.288 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.288 INFO kablam! ... | Oct 27 17:54:02.288 INFO kablam! 1118 | | } Oct 27 17:54:02.288 INFO kablam! 1119 | | } Oct 27 17:54:02.289 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.289 INFO kablam! Oct 27 17:54:02.289 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.289 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.289 INFO kablam! | Oct 27 17:54:02.289 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.289 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.289 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.289 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.289 INFO kablam! ... | Oct 27 17:54:02.289 INFO kablam! 1118 | | } Oct 27 17:54:02.289 INFO kablam! 1119 | | } Oct 27 17:54:02.289 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.289 INFO kablam! Oct 27 17:54:02.289 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.289 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.289 INFO kablam! | Oct 27 17:54:02.289 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.289 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.289 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.289 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.289 INFO kablam! ... | Oct 27 17:54:02.289 INFO kablam! 1118 | | } Oct 27 17:54:02.289 INFO kablam! 1119 | | } Oct 27 17:54:02.289 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.289 INFO kablam! Oct 27 17:54:02.291 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.291 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.291 INFO kablam! | Oct 27 17:54:02.291 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.291 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.291 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.291 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.291 INFO kablam! ... | Oct 27 17:54:02.291 INFO kablam! 1165 | | } Oct 27 17:54:02.291 INFO kablam! 1166 | | } Oct 27 17:54:02.291 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.291 INFO kablam! Oct 27 17:54:02.291 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.291 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.291 INFO kablam! | Oct 27 17:54:02.291 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.291 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.291 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.291 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.291 INFO kablam! ... | Oct 27 17:54:02.291 INFO kablam! 1165 | | } Oct 27 17:54:02.291 INFO kablam! 1166 | | } Oct 27 17:54:02.291 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.291 INFO kablam! Oct 27 17:54:02.291 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.291 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.291 INFO kablam! | Oct 27 17:54:02.291 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.291 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.291 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.291 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.291 INFO kablam! ... | Oct 27 17:54:02.291 INFO kablam! 1165 | | } Oct 27 17:54:02.291 INFO kablam! 1166 | | } Oct 27 17:54:02.291 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.291 INFO kablam! Oct 27 17:54:02.291 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.291 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.291 INFO kablam! | Oct 27 17:54:02.291 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.291 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.291 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.291 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.291 INFO kablam! ... | Oct 27 17:54:02.291 INFO kablam! 1165 | | } Oct 27 17:54:02.291 INFO kablam! 1166 | | } Oct 27 17:54:02.291 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.291 INFO kablam! Oct 27 17:54:02.291 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.291 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.291 INFO kablam! | Oct 27 17:54:02.291 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.291 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.291 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.291 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.291 INFO kablam! ... | Oct 27 17:54:02.291 INFO kablam! 1165 | | } Oct 27 17:54:02.291 INFO kablam! 1166 | | } Oct 27 17:54:02.291 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.291 INFO kablam! Oct 27 17:54:02.303 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.303 INFO kablam! --> src/ewkb.rs:1326:5 Oct 27 17:54:02.303 INFO kablam! | Oct 27 17:54:02.303 INFO kablam! 1326 | / fn as_ewkb( Oct 27 17:54:02.303 INFO kablam! 1327 | | &'a self, Oct 27 17:54:02.303 INFO kablam! 1328 | | ) -> EwkbGeometryCollection< Oct 27 17:54:02.303 INFO kablam! 1329 | | 'a, Oct 27 17:54:02.303 INFO kablam! ... | Oct 27 17:54:02.303 INFO kablam! 1341 | | Self::GeomCollection, Oct 27 17:54:02.303 INFO kablam! 1342 | | >; Oct 27 17:54:02.303 INFO kablam! | |______^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.303 INFO kablam! Oct 27 17:54:02.303 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.303 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.303 INFO kablam! | Oct 27 17:54:02.303 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.303 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.303 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.303 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.303 INFO kablam! ... | Oct 27 17:54:02.303 INFO kablam! 1165 | | } Oct 27 17:54:02.303 INFO kablam! 1166 | | } Oct 27 17:54:02.303 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.303 INFO kablam! Oct 27 17:54:02.315 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.315 INFO kablam! --> src/ewkb.rs:1371:5 Oct 27 17:54:02.315 INFO kablam! | Oct 27 17:54:02.315 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.315 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 27 17:54:02.315 INFO kablam! 1373 | | Ok(()) Oct 27 17:54:02.315 INFO kablam! 1374 | | } Oct 27 17:54:02.315 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.315 INFO kablam! Oct 27 17:54:02.315 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.315 INFO kablam! --> src/ewkb.rs:1403:5 Oct 27 17:54:02.315 INFO kablam! | Oct 27 17:54:02.315 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.315 INFO kablam! 1404 | | self.srid Oct 27 17:54:02.315 INFO kablam! 1405 | | } Oct 27 17:54:02.315 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.315 INFO kablam! Oct 27 17:54:02.319 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.319 INFO kablam! --> src/ewkb.rs:1407:5 Oct 27 17:54:02.319 INFO kablam! | Oct 27 17:54:02.319 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.319 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.319 INFO kablam! 1409 | | } Oct 27 17:54:02.319 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.319 INFO kablam! Oct 27 17:54:02.323 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.323 INFO kablam! --> src/ewkb.rs:1411:5 Oct 27 17:54:02.323 INFO kablam! | Oct 27 17:54:02.323 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.323 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 27 17:54:02.323 INFO kablam! 1413 | | Oct 27 17:54:02.323 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 27 17:54:02.323 INFO kablam! ... | Oct 27 17:54:02.323 INFO kablam! 1474 | | Ok(()) Oct 27 17:54:02.323 INFO kablam! 1475 | | } Oct 27 17:54:02.323 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.323 INFO kablam! Oct 27 17:54:02.335 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.335 INFO kablam! --> src/ewkb.rs:1494:5 Oct 27 17:54:02.335 INFO kablam! | Oct 27 17:54:02.335 INFO kablam! 1494 | / fn as_ewkb( Oct 27 17:54:02.335 INFO kablam! 1495 | | &'a self, Oct 27 17:54:02.335 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 27 17:54:02.335 INFO kablam! 1497 | | 'a, Oct 27 17:54:02.335 INFO kablam! ... | Oct 27 17:54:02.335 INFO kablam! 1515 | | } Oct 27 17:54:02.335 INFO kablam! 1516 | | } Oct 27 17:54:02.335 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.335 INFO kablam! Oct 27 17:54:02.335 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.335 INFO kablam! --> src/twkb.rs:286:5 Oct 27 17:54:02.335 INFO kablam! | Oct 27 17:54:02.335 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.335 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 27 17:54:02.335 INFO kablam! 288 | | geom: self, Oct 27 17:54:02.335 INFO kablam! 289 | | srid: None, Oct 27 17:54:02.335 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 27 17:54:02.335 INFO kablam! 291 | | } Oct 27 17:54:02.335 INFO kablam! 292 | | } Oct 27 17:54:02.335 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.335 INFO kablam! Oct 27 17:54:02.335 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.335 INFO kablam! --> src/twkb.rs:346:5 Oct 27 17:54:02.335 INFO kablam! | Oct 27 17:54:02.335 INFO kablam! 346 | / fn as_ewkb( Oct 27 17:54:02.335 INFO kablam! 347 | | &'a self, Oct 27 17:54:02.335 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.335 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 27 17:54:02.335 INFO kablam! ... | Oct 27 17:54:02.335 INFO kablam! 353 | | } Oct 27 17:54:02.335 INFO kablam! 354 | | } Oct 27 17:54:02.335 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.335 INFO kablam! Oct 27 17:54:02.339 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.339 INFO kablam! --> src/twkb.rs:404:5 Oct 27 17:54:02.339 INFO kablam! | Oct 27 17:54:02.339 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.339 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 27 17:54:02.339 INFO kablam! 406 | | geom: self, Oct 27 17:54:02.339 INFO kablam! 407 | | srid: None, Oct 27 17:54:02.339 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 27 17:54:02.339 INFO kablam! 409 | | } Oct 27 17:54:02.339 INFO kablam! 410 | | } Oct 27 17:54:02.339 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.339 INFO kablam! Oct 27 17:54:02.339 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.339 INFO kablam! --> src/twkb.rs:470:5 Oct 27 17:54:02.339 INFO kablam! | Oct 27 17:54:02.339 INFO kablam! 470 | / fn as_ewkb( Oct 27 17:54:02.339 INFO kablam! 471 | | &'a self, Oct 27 17:54:02.339 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 27 17:54:02.339 INFO kablam! 473 | | { Oct 27 17:54:02.339 INFO kablam! ... | Oct 27 17:54:02.339 INFO kablam! 478 | | } Oct 27 17:54:02.339 INFO kablam! 479 | | } Oct 27 17:54:02.339 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.339 INFO kablam! Oct 27 17:54:02.339 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.339 INFO kablam! --> src/twkb.rs:554:5 Oct 27 17:54:02.339 INFO kablam! | Oct 27 17:54:02.339 INFO kablam! 554 | / fn as_ewkb( Oct 27 17:54:02.339 INFO kablam! 555 | | &'a self, Oct 27 17:54:02.339 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 27 17:54:02.339 INFO kablam! 557 | | 'a, Oct 27 17:54:02.339 INFO kablam! ... | Oct 27 17:54:02.339 INFO kablam! 569 | | } Oct 27 17:54:02.339 INFO kablam! 570 | | } Oct 27 17:54:02.339 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.339 INFO kablam! Oct 27 17:54:02.339 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.339 INFO kablam! --> src/ewkb.rs:559:13 Oct 27 17:54:02.339 INFO kablam! | Oct 27 17:54:02.339 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 27 17:54:02.339 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.339 INFO kablam! ... Oct 27 17:54:02.339 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.339 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.339 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.339 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.339 INFO kablam! Oct 27 17:54:02.347 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.347 INFO kablam! --> src/ewkb.rs:625:13 Oct 27 17:54:02.347 INFO kablam! | Oct 27 17:54:02.347 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 27 17:54:02.347 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.347 INFO kablam! ... Oct 27 17:54:02.347 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.347 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.347 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.347 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.347 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.347 INFO kablam! Oct 27 17:54:02.347 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.347 INFO kablam! --> src/ewkb.rs:566:13 Oct 27 17:54:02.347 INFO kablam! | Oct 27 17:54:02.347 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.347 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.347 INFO kablam! 568 | | Ok(()) Oct 27 17:54:02.347 INFO kablam! 569 | | } Oct 27 17:54:02.347 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.347 INFO kablam! ... Oct 27 17:54:02.347 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.347 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.347 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.347 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.347 INFO kablam! Oct 27 17:54:02.347 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.347 INFO kablam! --> src/ewkb.rs:576:13 Oct 27 17:54:02.347 INFO kablam! | Oct 27 17:54:02.347 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.347 INFO kablam! 577 | | self.srid Oct 27 17:54:02.347 INFO kablam! 578 | | } Oct 27 17:54:02.347 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.347 INFO kablam! ... Oct 27 17:54:02.347 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.347 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.347 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.347 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.347 INFO kablam! Oct 27 17:54:02.347 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.347 INFO kablam! --> src/ewkb.rs:580:13 Oct 27 17:54:02.347 INFO kablam! | Oct 27 17:54:02.347 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.347 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.347 INFO kablam! 582 | | } Oct 27 17:54:02.347 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.347 INFO kablam! ... Oct 27 17:54:02.347 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.347 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.347 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.347 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.347 INFO kablam! Oct 27 17:54:02.347 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.347 INFO kablam! --> src/ewkb.rs:584:13 Oct 27 17:54:02.347 INFO kablam! | Oct 27 17:54:02.347 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.347 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 27 17:54:02.347 INFO kablam! 586 | | for geom in self.geom.points() { Oct 27 17:54:02.348 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.348 INFO kablam! ... | Oct 27 17:54:02.348 INFO kablam! 590 | | Ok(()) Oct 27 17:54:02.348 INFO kablam! 591 | | } Oct 27 17:54:02.348 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.348 INFO kablam! ... Oct 27 17:54:02.348 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.348 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.348 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.348 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.348 INFO kablam! Oct 27 17:54:02.351 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.351 INFO kablam! --> src/ewkb.rs:559:13 Oct 27 17:54:02.351 INFO kablam! | Oct 27 17:54:02.351 INFO kablam! 559 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Oct 27 17:54:02.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.351 INFO kablam! ... Oct 27 17:54:02.351 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.351 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.351 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.351 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.351 INFO kablam! Oct 27 17:54:02.355 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.355 INFO kablam! --> src/ewkb.rs:625:13 Oct 27 17:54:02.355 INFO kablam! | Oct 27 17:54:02.355 INFO kablam! 625 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Oct 27 17:54:02.355 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.355 INFO kablam! ... Oct 27 17:54:02.355 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.355 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.355 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.355 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.355 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.355 INFO kablam! Oct 27 17:54:02.359 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.359 INFO kablam! --> src/ewkb.rs:599:13 Oct 27 17:54:02.359 INFO kablam! | Oct 27 17:54:02.359 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.359 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.359 INFO kablam! 601 | | } Oct 27 17:54:02.359 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.359 INFO kablam! ... Oct 27 17:54:02.359 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.359 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.359 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.359 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.359 INFO kablam! Oct 27 17:54:02.359 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.359 INFO kablam! --> src/ewkb.rs:634:13 Oct 27 17:54:02.359 INFO kablam! | Oct 27 17:54:02.359 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.359 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.359 INFO kablam! 636 | | Ok(()) Oct 27 17:54:02.359 INFO kablam! 637 | | } Oct 27 17:54:02.359 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.359 INFO kablam! ... Oct 27 17:54:02.359 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.359 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.359 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.359 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.359 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.359 INFO kablam! Oct 27 17:54:02.359 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.359 INFO kablam! --> src/ewkb.rs:646:13 Oct 27 17:54:02.359 INFO kablam! | Oct 27 17:54:02.359 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.359 INFO kablam! 647 | | self.srid Oct 27 17:54:02.359 INFO kablam! 648 | | } Oct 27 17:54:02.359 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.359 INFO kablam! ... Oct 27 17:54:02.359 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.359 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.359 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.359 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.359 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.359 INFO kablam! Oct 27 17:54:02.359 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.359 INFO kablam! --> src/ewkb.rs:650:13 Oct 27 17:54:02.359 INFO kablam! | Oct 27 17:54:02.359 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.359 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.359 INFO kablam! 652 | | } Oct 27 17:54:02.359 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.359 INFO kablam! ... Oct 27 17:54:02.359 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.359 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.359 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.359 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.359 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.359 INFO kablam! Oct 27 17:54:02.375 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.375 INFO kablam! --> src/ewkb.rs:654:13 Oct 27 17:54:02.375 INFO kablam! | Oct 27 17:54:02.375 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.375 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 27 17:54:02.375 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 27 17:54:02.375 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.375 INFO kablam! ... | Oct 27 17:54:02.375 INFO kablam! 660 | | Ok(()) Oct 27 17:54:02.375 INFO kablam! 661 | | } Oct 27 17:54:02.375 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.375 INFO kablam! ... Oct 27 17:54:02.375 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.375 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.375 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.375 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.375 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.375 INFO kablam! Oct 27 17:54:02.375 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.375 INFO kablam! --> src/ewkb.rs:671:13 Oct 27 17:54:02.375 INFO kablam! | Oct 27 17:54:02.375 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.375 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.375 INFO kablam! 673 | | } Oct 27 17:54:02.375 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.375 INFO kablam! ... Oct 27 17:54:02.375 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.375 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.375 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.375 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.375 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.375 INFO kablam! Oct 27 17:54:02.375 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.375 INFO kablam! --> src/ewkb.rs:697:13 Oct 27 17:54:02.375 INFO kablam! | Oct 27 17:54:02.375 INFO kablam! 697 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Oct 27 17:54:02.375 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.375 INFO kablam! ... Oct 27 17:54:02.375 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.375 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.375 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.375 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.375 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.375 INFO kablam! Oct 27 17:54:02.376 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.376 INFO kablam! --> src/ewkb.rs:566:13 Oct 27 17:54:02.376 INFO kablam! | Oct 27 17:54:02.376 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.376 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.376 INFO kablam! 568 | | Ok(()) Oct 27 17:54:02.376 INFO kablam! 569 | | } Oct 27 17:54:02.376 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.376 INFO kablam! ... Oct 27 17:54:02.376 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.376 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.376 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.376 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.376 INFO kablam! Oct 27 17:54:02.376 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.376 INFO kablam! --> src/ewkb.rs:576:13 Oct 27 17:54:02.376 INFO kablam! | Oct 27 17:54:02.376 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.376 INFO kablam! 577 | | self.srid Oct 27 17:54:02.376 INFO kablam! 578 | | } Oct 27 17:54:02.376 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.376 INFO kablam! ... Oct 27 17:54:02.376 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.376 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.376 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.376 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.376 INFO kablam! Oct 27 17:54:02.376 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.376 INFO kablam! --> src/ewkb.rs:580:13 Oct 27 17:54:02.376 INFO kablam! | Oct 27 17:54:02.376 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.376 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.376 INFO kablam! 582 | | } Oct 27 17:54:02.376 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.376 INFO kablam! ... Oct 27 17:54:02.376 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.376 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.376 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.376 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.376 INFO kablam! Oct 27 17:54:02.376 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.376 INFO kablam! --> src/ewkb.rs:584:13 Oct 27 17:54:02.376 INFO kablam! | Oct 27 17:54:02.376 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.376 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 27 17:54:02.376 INFO kablam! 586 | | for geom in self.geom.points() { Oct 27 17:54:02.376 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.376 INFO kablam! ... | Oct 27 17:54:02.376 INFO kablam! 590 | | Ok(()) Oct 27 17:54:02.376 INFO kablam! 591 | | } Oct 27 17:54:02.376 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.376 INFO kablam! ... Oct 27 17:54:02.376 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.376 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.376 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.376 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.376 INFO kablam! Oct 27 17:54:02.378 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.379 INFO kablam! --> src/ewkb.rs:599:13 Oct 27 17:54:02.379 INFO kablam! | Oct 27 17:54:02.379 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.379 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.379 INFO kablam! 601 | | } Oct 27 17:54:02.379 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.379 INFO kablam! ... Oct 27 17:54:02.379 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.379 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.379 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.379 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.379 INFO kablam! Oct 27 17:54:02.383 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.383 INFO kablam! --> src/ewkb.rs:634:13 Oct 27 17:54:02.383 INFO kablam! | Oct 27 17:54:02.383 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.383 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.383 INFO kablam! 636 | | Ok(()) Oct 27 17:54:02.383 INFO kablam! 637 | | } Oct 27 17:54:02.383 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.383 INFO kablam! ... Oct 27 17:54:02.383 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.383 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.383 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.383 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.383 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.383 INFO kablam! Oct 27 17:54:02.383 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.383 INFO kablam! --> src/ewkb.rs:646:13 Oct 27 17:54:02.383 INFO kablam! | Oct 27 17:54:02.383 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.383 INFO kablam! 647 | | self.srid Oct 27 17:54:02.383 INFO kablam! 648 | | } Oct 27 17:54:02.383 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.383 INFO kablam! ... Oct 27 17:54:02.383 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.383 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.383 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.383 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.383 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.383 INFO kablam! Oct 27 17:54:02.383 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.383 INFO kablam! --> src/ewkb.rs:650:13 Oct 27 17:54:02.383 INFO kablam! | Oct 27 17:54:02.383 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.383 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.383 INFO kablam! 652 | | } Oct 27 17:54:02.383 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.383 INFO kablam! ... Oct 27 17:54:02.383 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.383 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.383 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.383 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.383 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.383 INFO kablam! Oct 27 17:54:02.383 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.383 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.383 INFO kablam! | Oct 27 17:54:02.383 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.383 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.383 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.383 INFO kablam! 1056 | | } Oct 27 17:54:02.384 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.384 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.384 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.384 INFO kablam! | Oct 27 17:54:02.384 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.384 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.384 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.384 INFO kablam! 1056 | | } Oct 27 17:54:02.384 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.384 INFO kablam! --> src/ewkb.rs:654:13 Oct 27 17:54:02.384 INFO kablam! | Oct 27 17:54:02.384 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.384 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 27 17:54:02.384 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 27 17:54:02.384 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.384 INFO kablam! ... | Oct 27 17:54:02.384 INFO kablam! 660 | | Ok(()) Oct 27 17:54:02.384 INFO kablam! 661 | | } Oct 27 17:54:02.384 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! ... Oct 27 17:54:02.384 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.384 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.384 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.384 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.384 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.384 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.384 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.384 INFO kablam! | Oct 27 17:54:02.384 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.384 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.384 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.384 INFO kablam! 1056 | | } Oct 27 17:54:02.384 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.384 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.384 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.384 INFO kablam! | Oct 27 17:54:02.384 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.384 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.384 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.384 INFO kablam! 1056 | | } Oct 27 17:54:02.384 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.384 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.384 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.384 INFO kablam! | Oct 27 17:54:02.384 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.384 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.384 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.384 INFO kablam! 1056 | | } Oct 27 17:54:02.384 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.384 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.384 INFO kablam! --> src/ewkb.rs:1053:5 Oct 27 17:54:02.384 INFO kablam! | Oct 27 17:54:02.384 INFO kablam! 1053 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.384 INFO kablam! 1054 | | write!(f, stringify!(EwkbGeometry))?; //TODO Oct 27 17:54:02.384 INFO kablam! 1055 | | Ok(()) Oct 27 17:54:02.384 INFO kablam! 1056 | | } Oct 27 17:54:02.384 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.384 INFO kablam! Oct 27 17:54:02.391 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.391 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.391 INFO kablam! | Oct 27 17:54:02.391 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.391 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.391 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.391 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.391 INFO kablam! ... | Oct 27 17:54:02.391 INFO kablam! 1094 | | } Oct 27 17:54:02.391 INFO kablam! 1095 | | } Oct 27 17:54:02.391 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.391 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.391 INFO kablam! --> src/ewkb.rs:671:13 Oct 27 17:54:02.391 INFO kablam! | Oct 27 17:54:02.391 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.391 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.391 INFO kablam! 673 | | } Oct 27 17:54:02.391 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.391 INFO kablam! ... Oct 27 17:54:02.391 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.391 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.391 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.391 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.391 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.391 INFO kablam! Oct 27 17:54:02.391 INFO kablam! Oct 27 17:54:02.391 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.391 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.391 INFO kablam! | Oct 27 17:54:02.391 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.391 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.391 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.391 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.391 INFO kablam! ... | Oct 27 17:54:02.391 INFO kablam! 1094 | | } Oct 27 17:54:02.391 INFO kablam! 1095 | | } Oct 27 17:54:02.391 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.391 INFO kablam! Oct 27 17:54:02.391 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.391 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.391 INFO kablam! | Oct 27 17:54:02.391 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.391 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.391 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.391 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! ... | Oct 27 17:54:02.392 INFO kablam! 1094 | | } Oct 27 17:54:02.392 INFO kablam! 1095 | | } Oct 27 17:54:02.392 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! Oct 27 17:54:02.392 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.392 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.392 INFO kablam! | Oct 27 17:54:02.392 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.392 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.392 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! ... | Oct 27 17:54:02.392 INFO kablam! 1094 | | } Oct 27 17:54:02.392 INFO kablam! 1095 | | } Oct 27 17:54:02.392 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! Oct 27 17:54:02.392 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.392 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.392 INFO kablam! | Oct 27 17:54:02.392 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.392 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.392 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! ... | Oct 27 17:54:02.392 INFO kablam! 1094 | | } Oct 27 17:54:02.392 INFO kablam! 1095 | | } Oct 27 17:54:02.392 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! Oct 27 17:54:02.392 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.392 INFO kablam! --> src/ewkb.rs:1085:5 Oct 27 17:54:02.392 INFO kablam! | Oct 27 17:54:02.392 INFO kablam! 1085 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.392 INFO kablam! 1086 | | match *self { Oct 27 17:54:02.392 INFO kablam! 1087 | | EwkbGeometry::Point(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! 1088 | | EwkbGeometry::LineString(ref ewkb) => ewkb.opt_srid(), Oct 27 17:54:02.392 INFO kablam! ... | Oct 27 17:54:02.392 INFO kablam! 1094 | | } Oct 27 17:54:02.392 INFO kablam! 1095 | | } Oct 27 17:54:02.392 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! Oct 27 17:54:02.392 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.392 INFO kablam! --> src/ewkb.rs:708:13 Oct 27 17:54:02.392 INFO kablam! | Oct 27 17:54:02.392 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.392 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.392 INFO kablam! 710 | | Ok(()) Oct 27 17:54:02.392 INFO kablam! 711 | | } Oct 27 17:54:02.392 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! ... Oct 27 17:54:02.392 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.392 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.392 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.392 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.392 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.392 INFO kablam! Oct 27 17:54:02.392 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.392 INFO kablam! --> src/ewkb.rs:722:13 Oct 27 17:54:02.392 INFO kablam! | Oct 27 17:54:02.392 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.392 INFO kablam! 723 | | self.srid Oct 27 17:54:02.392 INFO kablam! 724 | | } Oct 27 17:54:02.392 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! ... Oct 27 17:54:02.392 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.392 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.392 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.392 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.392 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.392 INFO kablam! Oct 27 17:54:02.392 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.392 INFO kablam! --> src/ewkb.rs:726:13 Oct 27 17:54:02.392 INFO kablam! | Oct 27 17:54:02.392 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.392 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.392 INFO kablam! 728 | | } Oct 27 17:54:02.392 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.392 INFO kablam! ... Oct 27 17:54:02.392 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.392 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.392 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.392 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.392 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.398 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.399 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1106 | | } Oct 27 17:54:02.399 INFO kablam! 1107 | | } Oct 27 17:54:02.399 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.399 INFO kablam! Oct 27 17:54:02.399 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.399 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1106 | | } Oct 27 17:54:02.399 INFO kablam! 1107 | | } Oct 27 17:54:02.399 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.399 INFO kablam! Oct 27 17:54:02.399 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.399 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1106 | | } Oct 27 17:54:02.399 INFO kablam! 1107 | | } Oct 27 17:54:02.399 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.399 INFO kablam! Oct 27 17:54:02.399 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.399 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1106 | | } Oct 27 17:54:02.399 INFO kablam! 1107 | | } Oct 27 17:54:02.399 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.399 INFO kablam! Oct 27 17:54:02.399 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.399 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1106 | | } Oct 27 17:54:02.399 INFO kablam! 1107 | | } Oct 27 17:54:02.399 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.399 INFO kablam! Oct 27 17:54:02.399 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1097:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1097 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.399 INFO kablam! 1098 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1099 | | EwkbGeometry::Point(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! 1100 | | EwkbGeometry::LineString(ref ewkb) => ewkb.type_id(), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1106 | | } Oct 27 17:54:02.399 INFO kablam! 1107 | | } Oct 27 17:54:02.399 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.399 INFO kablam! Oct 27 17:54:02.399 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.399 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.399 INFO kablam! | Oct 27 17:54:02.399 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.399 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.399 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.399 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.399 INFO kablam! ... | Oct 27 17:54:02.399 INFO kablam! 1118 | | } Oct 27 17:54:02.399 INFO kablam! 1119 | | } Oct 27 17:54:02.400 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.400 INFO kablam! Oct 27 17:54:02.400 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.400 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.400 INFO kablam! | Oct 27 17:54:02.400 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.400 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.400 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! ... | Oct 27 17:54:02.400 INFO kablam! 1118 | | } Oct 27 17:54:02.400 INFO kablam! 1119 | | } Oct 27 17:54:02.400 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.400 INFO kablam! Oct 27 17:54:02.400 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.400 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.400 INFO kablam! | Oct 27 17:54:02.400 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.400 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.400 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! ... | Oct 27 17:54:02.400 INFO kablam! 1118 | | } Oct 27 17:54:02.400 INFO kablam! 1119 | | } Oct 27 17:54:02.400 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.400 INFO kablam! Oct 27 17:54:02.400 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.400 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.400 INFO kablam! | Oct 27 17:54:02.400 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.400 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.400 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! ... | Oct 27 17:54:02.400 INFO kablam! 1118 | | } Oct 27 17:54:02.400 INFO kablam! 1119 | | } Oct 27 17:54:02.400 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.400 INFO kablam! Oct 27 17:54:02.400 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.400 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.400 INFO kablam! | Oct 27 17:54:02.400 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.400 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.400 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! ... | Oct 27 17:54:02.400 INFO kablam! 1118 | | } Oct 27 17:54:02.400 INFO kablam! 1119 | | } Oct 27 17:54:02.400 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.400 INFO kablam! Oct 27 17:54:02.400 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.400 INFO kablam! --> src/ewkb.rs:1109:5 Oct 27 17:54:02.400 INFO kablam! | Oct 27 17:54:02.400 INFO kablam! 1109 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.400 INFO kablam! 1110 | | match *self { Oct 27 17:54:02.400 INFO kablam! 1111 | | EwkbGeometry::Point(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! 1112 | | EwkbGeometry::LineString(ref ewkb) => ewkb.write_ewkb_body(w), Oct 27 17:54:02.400 INFO kablam! ... | Oct 27 17:54:02.400 INFO kablam! 1118 | | } Oct 27 17:54:02.400 INFO kablam! 1119 | | } Oct 27 17:54:02.400 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.400 INFO kablam! Oct 27 17:54:02.403 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.403 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.403 INFO kablam! | Oct 27 17:54:02.403 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.403 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.403 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.403 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.403 INFO kablam! ... | Oct 27 17:54:02.403 INFO kablam! 1165 | | } Oct 27 17:54:02.403 INFO kablam! 1166 | | } Oct 27 17:54:02.403 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.403 INFO kablam! Oct 27 17:54:02.403 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.403 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.403 INFO kablam! | Oct 27 17:54:02.403 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.403 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.403 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.403 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.403 INFO kablam! ... | Oct 27 17:54:02.403 INFO kablam! 1165 | | } Oct 27 17:54:02.403 INFO kablam! 1166 | | } Oct 27 17:54:02.403 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.403 INFO kablam! Oct 27 17:54:02.403 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.403 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.403 INFO kablam! | Oct 27 17:54:02.403 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.403 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.403 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.403 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.403 INFO kablam! ... | Oct 27 17:54:02.403 INFO kablam! 1165 | | } Oct 27 17:54:02.403 INFO kablam! 1166 | | } Oct 27 17:54:02.403 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.403 INFO kablam! Oct 27 17:54:02.403 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.403 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.403 INFO kablam! | Oct 27 17:54:02.403 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.403 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.403 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.403 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.403 INFO kablam! ... | Oct 27 17:54:02.403 INFO kablam! 1165 | | } Oct 27 17:54:02.403 INFO kablam! 1166 | | } Oct 27 17:54:02.403 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.403 INFO kablam! Oct 27 17:54:02.403 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.403 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.403 INFO kablam! | Oct 27 17:54:02.403 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.403 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.403 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.403 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.403 INFO kablam! ... | Oct 27 17:54:02.403 INFO kablam! 1165 | | } Oct 27 17:54:02.403 INFO kablam! 1166 | | } Oct 27 17:54:02.404 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.404 INFO kablam! Oct 27 17:54:02.404 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.404 INFO kablam! --> src/ewkb.rs:1138:5 Oct 27 17:54:02.404 INFO kablam! | Oct 27 17:54:02.404 INFO kablam! 1138 | / fn as_ewkb( Oct 27 17:54:02.404 INFO kablam! 1139 | | &'a self, Oct 27 17:54:02.404 INFO kablam! 1140 | | ) -> EwkbGeometry< Oct 27 17:54:02.404 INFO kablam! 1141 | | 'a, Oct 27 17:54:02.404 INFO kablam! ... | Oct 27 17:54:02.404 INFO kablam! 1165 | | } Oct 27 17:54:02.404 INFO kablam! 1166 | | } Oct 27 17:54:02.404 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.404 INFO kablam! Oct 27 17:54:02.405 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.405 INFO kablam! --> src/ewkb.rs:1371:5 Oct 27 17:54:02.405 INFO kablam! | Oct 27 17:54:02.405 INFO kablam! 1371 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.405 INFO kablam! 1372 | | write!(f, stringify!(EwkbGeometryCollection))?; //TODO Oct 27 17:54:02.405 INFO kablam! 1373 | | Ok(()) Oct 27 17:54:02.405 INFO kablam! 1374 | | } Oct 27 17:54:02.405 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.405 INFO kablam! Oct 27 17:54:02.405 INFO kablam! Oct 27 17:54:02.411 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.411 INFO kablam! --> src/ewkb.rs:730:13 Oct 27 17:54:02.411 INFO kablam! | Oct 27 17:54:02.411 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.411 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 27 17:54:02.411 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 27 17:54:02.411 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.411 INFO kablam! ... | Oct 27 17:54:02.411 INFO kablam! 736 | | Ok(()) Oct 27 17:54:02.411 INFO kablam! 737 | | } Oct 27 17:54:02.411 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.411 INFO kablam! ... Oct 27 17:54:02.411 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.411 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.411 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.411 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.411 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.411 INFO kablam! Oct 27 17:54:02.411 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.411 INFO kablam! --> src/ewkb.rs:749:13 Oct 27 17:54:02.411 INFO kablam! | Oct 27 17:54:02.411 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.411 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.411 INFO kablam! 751 | | } Oct 27 17:54:02.411 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.411 INFO kablam! ... Oct 27 17:54:02.411 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.411 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.411 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.411 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.411 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.411 INFO kablam! Oct 27 17:54:02.419 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.419 INFO kablam! --> src/postgis.rs:102:13 Oct 27 17:54:02.419 INFO kablam! | Oct 27 17:54:02.419 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.419 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 27 17:54:02.419 INFO kablam! 104 | | Ok(IsNull::No) Oct 27 17:54:02.419 INFO kablam! 105 | | } Oct 27 17:54:02.419 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.419 INFO kablam! ... Oct 27 17:54:02.419 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 27 17:54:02.419 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:02.419 INFO kablam! Oct 27 17:54:02.419 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.419 INFO kablam! --> src/postgis.rs:146:1 Oct 27 17:54:02.419 INFO kablam! | Oct 27 17:54:02.419 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 27 17:54:02.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.419 INFO kablam! | | Oct 27 17:54:02.419 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.419 INFO kablam! | in this macro invocation Oct 27 17:54:02.419 INFO kablam! | Oct 27 17:54:02.419 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 27 17:54:02.419 INFO kablam! Oct 27 17:54:02.419 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.419 INFO kablam! --> src/postgis.rs:118:13 Oct 27 17:54:02.419 INFO kablam! | Oct 27 17:54:02.419 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.419 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 27 17:54:02.419 INFO kablam! 120 | | Ok(IsNull::No) Oct 27 17:54:02.419 INFO kablam! 121 | | } Oct 27 17:54:02.419 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.419 INFO kablam! ... Oct 27 17:54:02.419 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 27 17:54:02.419 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 17:54:02.419 INFO kablam! Oct 27 17:54:02.419 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.419 INFO kablam! --> src/postgis.rs:147:1 Oct 27 17:54:02.419 INFO kablam! | Oct 27 17:54:02.419 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 27 17:54:02.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.419 INFO kablam! | | Oct 27 17:54:02.419 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.419 INFO kablam! | in this macro invocation Oct 27 17:54:02.419 INFO kablam! | Oct 27 17:54:02.419 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 27 17:54:02.419 INFO kablam! Oct 27 17:54:02.421 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.421 INFO kablam! --> src/postgis.rs:102:13 Oct 27 17:54:02.421 INFO kablam! | Oct 27 17:54:02.421 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.421 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 27 17:54:02.421 INFO kablam! 104 | | Ok(IsNull::No) Oct 27 17:54:02.421 INFO kablam! 105 | | } Oct 27 17:54:02.421 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.421 INFO kablam! ... Oct 27 17:54:02.421 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 27 17:54:02.421 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:02.421 INFO kablam! Oct 27 17:54:02.427 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.427 INFO kablam! --> src/postgis.rs:148:1 Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 27 17:54:02.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.427 INFO kablam! | | Oct 27 17:54:02.427 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.427 INFO kablam! | in this macro invocation Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 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 27 17:54:02.427 INFO kablam! Oct 27 17:54:02.427 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.427 INFO kablam! --> src/postgis.rs:118:13 Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.427 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 27 17:54:02.427 INFO kablam! 120 | | Ok(IsNull::No) Oct 27 17:54:02.427 INFO kablam! 121 | | } Oct 27 17:54:02.427 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.427 INFO kablam! ... Oct 27 17:54:02.427 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 27 17:54:02.427 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 17:54:02.427 INFO kablam! Oct 27 17:54:02.427 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.427 INFO kablam! --> src/postgis.rs:149:1 Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 27 17:54:02.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.427 INFO kablam! | | Oct 27 17:54:02.427 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.427 INFO kablam! | in this macro invocation Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 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 27 17:54:02.427 INFO kablam! Oct 27 17:54:02.427 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.427 INFO kablam! --> src/postgis.rs:138:13 Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.427 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 27 17:54:02.427 INFO kablam! 140 | | Ok(IsNull::No) Oct 27 17:54:02.427 INFO kablam! 141 | | } Oct 27 17:54:02.427 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.427 INFO kablam! ... Oct 27 17:54:02.427 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 27 17:54:02.427 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 17:54:02.427 INFO kablam! Oct 27 17:54:02.427 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.427 INFO kablam! --> src/postgis.rs:150:1 Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 27 17:54:02.427 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.427 INFO kablam! | | Oct 27 17:54:02.427 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.427 INFO kablam! | in this macro invocation Oct 27 17:54:02.427 INFO kablam! | Oct 27 17:54:02.427 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 27 17:54:02.427 INFO kablam! Oct 27 17:54:02.429 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.429 INFO kablam! --> src/ewkb.rs:1403:5 Oct 27 17:54:02.429 INFO kablam! | Oct 27 17:54:02.429 INFO kablam! 1403 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.429 INFO kablam! 1404 | | self.srid Oct 27 17:54:02.429 INFO kablam! 1405 | | } Oct 27 17:54:02.429 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.429 INFO kablam! Oct 27 17:54:02.439 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.439 INFO kablam! --> src/ewkb.rs:1407:5 Oct 27 17:54:02.439 INFO kablam! | Oct 27 17:54:02.439 INFO kablam! 1407 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.439 INFO kablam! 1408 | | 0x07 | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.439 INFO kablam! 1409 | | } Oct 27 17:54:02.439 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.439 INFO kablam! Oct 27 17:54:02.440 INFO kablam! error: aborting due to 128 previous errors Oct 27 17:54:02.440 INFO kablam! Oct 27 17:54:02.440 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 17:54:02.449 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.449 INFO kablam! --> src/ewkb.rs:1411:5 Oct 27 17:54:02.449 INFO kablam! | Oct 27 17:54:02.449 INFO kablam! 1411 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.449 INFO kablam! 1412 | | w.write_u32::(self.geom.geometries().len() as u32)?; Oct 27 17:54:02.449 INFO kablam! 1413 | | Oct 27 17:54:02.449 INFO kablam! 1414 | | for geom in self.geom.geometries() { Oct 27 17:54:02.449 INFO kablam! ... | Oct 27 17:54:02.449 INFO kablam! 1474 | | Ok(()) Oct 27 17:54:02.449 INFO kablam! 1475 | | } Oct 27 17:54:02.449 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.449 INFO kablam! Oct 27 17:54:02.450 INFO kablam! error: Could not compile `postgis`. Oct 27 17:54:02.450 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 17:54:02.475 INFO kablam! error[E0277]: the trait bound `usize: types::GeometryCollection<'a>` is not satisfied Oct 27 17:54:02.475 INFO kablam! --> src/ewkb.rs:1494:5 Oct 27 17:54:02.475 INFO kablam! | Oct 27 17:54:02.475 INFO kablam! 1494 | / fn as_ewkb( Oct 27 17:54:02.475 INFO kablam! 1495 | | &'a self, Oct 27 17:54:02.475 INFO kablam! 1496 | | ) -> EwkbGeometryCollection< Oct 27 17:54:02.475 INFO kablam! 1497 | | 'a, Oct 27 17:54:02.475 INFO kablam! ... | Oct 27 17:54:02.475 INFO kablam! 1515 | | } Oct 27 17:54:02.475 INFO kablam! 1516 | | } Oct 27 17:54:02.475 INFO kablam! | |_____^ the trait `types::GeometryCollection<'a>` is not implemented for `usize` Oct 27 17:54:02.475 INFO kablam! Oct 27 17:54:02.475 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.475 INFO kablam! --> src/twkb.rs:286:5 Oct 27 17:54:02.475 INFO kablam! | Oct 27 17:54:02.475 INFO kablam! 286 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.475 INFO kablam! 287 | | ewkb::EwkbLineString { Oct 27 17:54:02.475 INFO kablam! 288 | | geom: self, Oct 27 17:54:02.475 INFO kablam! 289 | | srid: None, Oct 27 17:54:02.475 INFO kablam! 290 | | point_type: ewkb::PointType::Point, Oct 27 17:54:02.475 INFO kablam! 291 | | } Oct 27 17:54:02.475 INFO kablam! 292 | | } Oct 27 17:54:02.475 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.475 INFO kablam! Oct 27 17:54:02.475 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.475 INFO kablam! --> src/twkb.rs:346:5 Oct 27 17:54:02.475 INFO kablam! | Oct 27 17:54:02.475 INFO kablam! 346 | / fn as_ewkb( Oct 27 17:54:02.475 INFO kablam! 347 | | &'a self, Oct 27 17:54:02.475 INFO kablam! 348 | | ) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.475 INFO kablam! 349 | | ewkb::EwkbPolygon { Oct 27 17:54:02.475 INFO kablam! ... | Oct 27 17:54:02.475 INFO kablam! 353 | | } Oct 27 17:54:02.475 INFO kablam! 354 | | } Oct 27 17:54:02.475 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.475 INFO kablam! Oct 27 17:54:02.475 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.475 INFO kablam! --> src/twkb.rs:404:5 Oct 27 17:54:02.475 INFO kablam! | Oct 27 17:54:02.475 INFO kablam! 404 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.475 INFO kablam! 405 | | ewkb::EwkbMultiPoint { Oct 27 17:54:02.475 INFO kablam! 406 | | geom: self, Oct 27 17:54:02.475 INFO kablam! 407 | | srid: None, Oct 27 17:54:02.475 INFO kablam! 408 | | point_type: ewkb::PointType::Point, Oct 27 17:54:02.475 INFO kablam! 409 | | } Oct 27 17:54:02.475 INFO kablam! 410 | | } Oct 27 17:54:02.475 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.475 INFO kablam! Oct 27 17:54:02.479 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.479 INFO kablam! --> src/twkb.rs:470:5 Oct 27 17:54:02.479 INFO kablam! | Oct 27 17:54:02.479 INFO kablam! 470 | / fn as_ewkb( Oct 27 17:54:02.479 INFO kablam! 471 | | &'a self, Oct 27 17:54:02.479 INFO kablam! 472 | | ) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> Oct 27 17:54:02.479 INFO kablam! 473 | | { Oct 27 17:54:02.479 INFO kablam! ... | Oct 27 17:54:02.479 INFO kablam! 478 | | } Oct 27 17:54:02.479 INFO kablam! 479 | | } Oct 27 17:54:02.479 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.479 INFO kablam! Oct 27 17:54:02.479 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.479 INFO kablam! --> src/twkb.rs:554:5 Oct 27 17:54:02.479 INFO kablam! | Oct 27 17:54:02.479 INFO kablam! 554 | / fn as_ewkb( Oct 27 17:54:02.479 INFO kablam! 555 | | &'a self, Oct 27 17:54:02.479 INFO kablam! 556 | | ) -> ewkb::EwkbMultiPolygon< Oct 27 17:54:02.479 INFO kablam! 557 | | 'a, Oct 27 17:54:02.479 INFO kablam! ... | Oct 27 17:54:02.479 INFO kablam! 569 | | } Oct 27 17:54:02.479 INFO kablam! 570 | | } Oct 27 17:54:02.479 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.479 INFO kablam! Oct 27 17:54:02.483 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.483 INFO kablam! --> src/ewkb.rs:566:13 Oct 27 17:54:02.483 INFO kablam! | Oct 27 17:54:02.483 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.483 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.483 INFO kablam! 568 | | Ok(()) Oct 27 17:54:02.483 INFO kablam! 569 | | } Oct 27 17:54:02.483 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.483 INFO kablam! ... Oct 27 17:54:02.483 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.483 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.483 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.483 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.483 INFO kablam! Oct 27 17:54:02.483 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.483 INFO kablam! --> src/ewkb.rs:576:13 Oct 27 17:54:02.483 INFO kablam! | Oct 27 17:54:02.483 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.483 INFO kablam! 577 | | self.srid Oct 27 17:54:02.483 INFO kablam! 578 | | } Oct 27 17:54:02.483 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.483 INFO kablam! ... Oct 27 17:54:02.483 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.483 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.483 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.483 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.483 INFO kablam! Oct 27 17:54:02.483 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.483 INFO kablam! --> src/ewkb.rs:580:13 Oct 27 17:54:02.483 INFO kablam! | Oct 27 17:54:02.483 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.483 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.483 INFO kablam! 582 | | } Oct 27 17:54:02.483 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.483 INFO kablam! ... Oct 27 17:54:02.483 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.483 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.483 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.483 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.483 INFO kablam! Oct 27 17:54:02.503 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.503 INFO kablam! --> src/ewkb.rs:584:13 Oct 27 17:54:02.503 INFO kablam! | Oct 27 17:54:02.503 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.503 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 27 17:54:02.503 INFO kablam! 586 | | for geom in self.geom.points() { Oct 27 17:54:02.503 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.503 INFO kablam! ... | Oct 27 17:54:02.503 INFO kablam! 590 | | Ok(()) Oct 27 17:54:02.503 INFO kablam! 591 | | } Oct 27 17:54:02.503 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.503 INFO kablam! ... Oct 27 17:54:02.503 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.503 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.503 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.503 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.503 INFO kablam! Oct 27 17:54:02.503 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.503 INFO kablam! --> src/ewkb.rs:599:13 Oct 27 17:54:02.503 INFO kablam! | Oct 27 17:54:02.503 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.503 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.503 INFO kablam! 601 | | } Oct 27 17:54:02.503 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.503 INFO kablam! ... Oct 27 17:54:02.503 INFO kablam! 759 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Oct 27 17:54:02.503 INFO kablam! 760 | | to EwkbLineString with type code 0x02, Oct 27 17:54:02.503 INFO kablam! 761 | | command write_ewkb_body); Oct 27 17:54:02.503 INFO kablam! | |________________________________________________- in this macro invocation Oct 27 17:54:02.503 INFO kablam! Oct 27 17:54:02.503 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.503 INFO kablam! --> src/ewkb.rs:634:13 Oct 27 17:54:02.503 INFO kablam! | Oct 27 17:54:02.503 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.503 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.503 INFO kablam! 636 | | Ok(()) Oct 27 17:54:02.503 INFO kablam! 637 | | } Oct 27 17:54:02.503 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.503 INFO kablam! ... Oct 27 17:54:02.503 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.503 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.503 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.503 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.503 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.503 INFO kablam! Oct 27 17:54:02.503 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.503 INFO kablam! --> src/ewkb.rs:646:13 Oct 27 17:54:02.503 INFO kablam! | Oct 27 17:54:02.504 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.504 INFO kablam! 647 | | self.srid Oct 27 17:54:02.504 INFO kablam! 648 | | } Oct 27 17:54:02.504 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.504 INFO kablam! ... Oct 27 17:54:02.504 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.504 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.504 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.504 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.504 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.504 INFO kablam! Oct 27 17:54:02.504 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.504 INFO kablam! --> src/ewkb.rs:650:13 Oct 27 17:54:02.504 INFO kablam! | Oct 27 17:54:02.504 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.504 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.504 INFO kablam! 652 | | } Oct 27 17:54:02.504 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.504 INFO kablam! ... Oct 27 17:54:02.504 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.504 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.504 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.504 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.504 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.504 INFO kablam! Oct 27 17:54:02.507 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.507 INFO kablam! --> src/ewkb.rs:654:13 Oct 27 17:54:02.507 INFO kablam! | Oct 27 17:54:02.507 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.507 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 27 17:54:02.507 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 27 17:54:02.507 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.507 INFO kablam! ... | Oct 27 17:54:02.507 INFO kablam! 660 | | Ok(()) Oct 27 17:54:02.507 INFO kablam! 661 | | } Oct 27 17:54:02.507 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.507 INFO kablam! ... Oct 27 17:54:02.507 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.507 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.507 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.507 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.507 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.507 INFO kablam! Oct 27 17:54:02.507 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.507 INFO kablam! --> src/ewkb.rs:671:13 Oct 27 17:54:02.507 INFO kablam! | Oct 27 17:54:02.507 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.507 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.507 INFO kablam! 673 | | } Oct 27 17:54:02.507 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.507 INFO kablam! ... Oct 27 17:54:02.507 INFO kablam! 775 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Oct 27 17:54:02.507 INFO kablam! 776 | | to EwkbPolygon with type code 0x03, Oct 27 17:54:02.507 INFO kablam! 777 | | contains EwkbLineString,LineStringT as LineString named rings, Oct 27 17:54:02.507 INFO kablam! 778 | | command write_ewkb_body); Oct 27 17:54:02.507 INFO kablam! | |___________________________________________________- in this macro invocation Oct 27 17:54:02.507 INFO kablam! Oct 27 17:54:02.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.507 INFO kablam! --> src/ewkb.rs:566:13 Oct 27 17:54:02.507 INFO kablam! | Oct 27 17:54:02.507 INFO kablam! 566 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.507 INFO kablam! 567 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.507 INFO kablam! 568 | | Ok(()) Oct 27 17:54:02.507 INFO kablam! 569 | | } Oct 27 17:54:02.507 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.507 INFO kablam! ... Oct 27 17:54:02.507 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.507 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.507 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.507 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.507 INFO kablam! Oct 27 17:54:02.507 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.507 INFO kablam! --> src/ewkb.rs:576:13 Oct 27 17:54:02.507 INFO kablam! | Oct 27 17:54:02.507 INFO kablam! 576 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.507 INFO kablam! 577 | | self.srid Oct 27 17:54:02.507 INFO kablam! 578 | | } Oct 27 17:54:02.507 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.507 INFO kablam! ... Oct 27 17:54:02.507 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.507 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.507 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.507 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.508 INFO kablam! Oct 27 17:54:02.511 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.511 INFO kablam! --> src/ewkb.rs:580:13 Oct 27 17:54:02.511 INFO kablam! | Oct 27 17:54:02.511 INFO kablam! 580 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.511 INFO kablam! 581 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.511 INFO kablam! 582 | | } Oct 27 17:54:02.511 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.511 INFO kablam! ... Oct 27 17:54:02.511 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.511 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.511 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.511 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.511 INFO kablam! Oct 27 17:54:02.511 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.511 INFO kablam! --> src/ewkb.rs:584:13 Oct 27 17:54:02.511 INFO kablam! | Oct 27 17:54:02.511 INFO kablam! 584 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.511 INFO kablam! 585 | | w.write_u32::(self.geom.points().len() as u32)?; Oct 27 17:54:02.511 INFO kablam! 586 | | for geom in self.geom.points() { Oct 27 17:54:02.511 INFO kablam! 587 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.511 INFO kablam! ... | Oct 27 17:54:02.511 INFO kablam! 590 | | Ok(()) Oct 27 17:54:02.511 INFO kablam! 591 | | } Oct 27 17:54:02.511 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.511 INFO kablam! ... Oct 27 17:54:02.511 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.511 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.511 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.511 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.511 INFO kablam! Oct 27 17:54:02.511 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.511 INFO kablam! --> src/ewkb.rs:599:13 Oct 27 17:54:02.511 INFO kablam! | Oct 27 17:54:02.511 INFO kablam! 599 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Oct 27 17:54:02.511 INFO kablam! 600 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.511 INFO kablam! 601 | | } Oct 27 17:54:02.511 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.511 INFO kablam! ... Oct 27 17:54:02.511 INFO kablam! 792 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Oct 27 17:54:02.511 INFO kablam! 793 | | to EwkbMultiPoint with type code 0x04, Oct 27 17:54:02.511 INFO kablam! 794 | | command write_ewkb); Oct 27 17:54:02.511 INFO kablam! | |___________________________________________- in this macro invocation Oct 27 17:54:02.511 INFO kablam! Oct 27 17:54:02.511 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.511 INFO kablam! --> src/ewkb.rs:634:13 Oct 27 17:54:02.511 INFO kablam! | Oct 27 17:54:02.511 INFO kablam! 634 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.511 INFO kablam! 635 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.511 INFO kablam! 636 | | Ok(()) Oct 27 17:54:02.511 INFO kablam! 637 | | } Oct 27 17:54:02.511 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.511 INFO kablam! ... Oct 27 17:54:02.512 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.512 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.512 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.512 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.512 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.512 INFO kablam! Oct 27 17:54:02.512 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.512 INFO kablam! --> src/ewkb.rs:646:13 Oct 27 17:54:02.512 INFO kablam! | Oct 27 17:54:02.512 INFO kablam! 646 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.512 INFO kablam! 647 | | self.srid Oct 27 17:54:02.512 INFO kablam! 648 | | } Oct 27 17:54:02.512 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.512 INFO kablam! ... Oct 27 17:54:02.512 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.512 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.512 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.512 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.512 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.512 INFO kablam! Oct 27 17:54:02.515 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.515 INFO kablam! --> src/ewkb.rs:650:13 Oct 27 17:54:02.515 INFO kablam! | Oct 27 17:54:02.515 INFO kablam! 650 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.515 INFO kablam! 651 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.515 INFO kablam! 652 | | } Oct 27 17:54:02.515 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.515 INFO kablam! ... Oct 27 17:54:02.515 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.515 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.515 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.515 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.515 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.515 INFO kablam! Oct 27 17:54:02.515 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.515 INFO kablam! --> src/ewkb.rs:654:13 Oct 27 17:54:02.515 INFO kablam! | Oct 27 17:54:02.515 INFO kablam! 654 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.515 INFO kablam! 655 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 27 17:54:02.515 INFO kablam! 656 | | for geom in self.geom.$itemname() { Oct 27 17:54:02.515 INFO kablam! 657 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.515 INFO kablam! ... | Oct 27 17:54:02.515 INFO kablam! 660 | | Ok(()) Oct 27 17:54:02.515 INFO kablam! 661 | | } Oct 27 17:54:02.515 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.515 INFO kablam! ... Oct 27 17:54:02.515 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.515 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.515 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.515 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.515 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.515 INFO kablam! Oct 27 17:54:02.515 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.515 INFO kablam! --> src/ewkb.rs:671:13 Oct 27 17:54:02.515 INFO kablam! | Oct 27 17:54:02.515 INFO kablam! 671 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.515 INFO kablam! 672 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.515 INFO kablam! 673 | | } Oct 27 17:54:02.515 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.515 INFO kablam! ... Oct 27 17:54:02.515 INFO kablam! 808 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Oct 27 17:54:02.515 INFO kablam! 809 | | to EwkbMultiLineString with type code 0x05, Oct 27 17:54:02.515 INFO kablam! 810 | | contains EwkbLineString,LineStringT as LineString named lines, Oct 27 17:54:02.515 INFO kablam! 811 | | command write_ewkb); Oct 27 17:54:02.515 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.515 INFO kablam! Oct 27 17:54:02.519 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.519 INFO kablam! --> src/ewkb.rs:708:13 Oct 27 17:54:02.519 INFO kablam! | Oct 27 17:54:02.519 INFO kablam! 708 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Oct 27 17:54:02.519 INFO kablam! 709 | | write!(f, stringify!($ewkbtype))?; //TODO Oct 27 17:54:02.519 INFO kablam! 710 | | Ok(()) Oct 27 17:54:02.519 INFO kablam! 711 | | } Oct 27 17:54:02.519 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.519 INFO kablam! ... Oct 27 17:54:02.519 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.519 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.519 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.519 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.519 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.519 INFO kablam! Oct 27 17:54:02.519 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.519 INFO kablam! --> src/ewkb.rs:722:13 Oct 27 17:54:02.519 INFO kablam! | Oct 27 17:54:02.519 INFO kablam! 722 | / fn opt_srid(&self) -> Option { Oct 27 17:54:02.519 INFO kablam! 723 | | self.srid Oct 27 17:54:02.519 INFO kablam! 724 | | } Oct 27 17:54:02.519 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.519 INFO kablam! ... Oct 27 17:54:02.519 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.519 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.519 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.519 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.519 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.519 INFO kablam! Oct 27 17:54:02.519 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.519 INFO kablam! --> src/ewkb.rs:726:13 Oct 27 17:54:02.519 INFO kablam! | Oct 27 17:54:02.519 INFO kablam! 726 | / fn type_id(&self) -> u32 { Oct 27 17:54:02.519 INFO kablam! 727 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Oct 27 17:54:02.519 INFO kablam! 728 | | } Oct 27 17:54:02.519 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.519 INFO kablam! ... Oct 27 17:54:02.519 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.519 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.519 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.519 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.519 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.519 INFO kablam! Oct 27 17:54:02.535 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.535 INFO kablam! --> src/ewkb.rs:730:13 Oct 27 17:54:02.535 INFO kablam! | Oct 27 17:54:02.535 INFO kablam! 730 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Oct 27 17:54:02.535 INFO kablam! 731 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Oct 27 17:54:02.535 INFO kablam! 732 | | for geom in self.geom.$itemname() { Oct 27 17:54:02.535 INFO kablam! 733 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Oct 27 17:54:02.535 INFO kablam! ... | Oct 27 17:54:02.535 INFO kablam! 736 | | Ok(()) Oct 27 17:54:02.535 INFO kablam! 737 | | } Oct 27 17:54:02.535 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.535 INFO kablam! ... Oct 27 17:54:02.535 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.535 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.535 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.535 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.535 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.535 INFO kablam! Oct 27 17:54:02.535 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.535 INFO kablam! --> src/ewkb.rs:749:13 Oct 27 17:54:02.535 INFO kablam! | Oct 27 17:54:02.535 INFO kablam! 749 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Oct 27 17:54:02.535 INFO kablam! 750 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Oct 27 17:54:02.535 INFO kablam! 751 | | } Oct 27 17:54:02.535 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.535 INFO kablam! ... Oct 27 17:54:02.535 INFO kablam! 825 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Oct 27 17:54:02.535 INFO kablam! 826 | | to EwkbMultiPolygon with type code 0x06, Oct 27 17:54:02.535 INFO kablam! 827 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Oct 27 17:54:02.535 INFO kablam! 828 | | command write_ewkb); Oct 27 17:54:02.535 INFO kablam! | |______________________________________________- in this macro invocation Oct 27 17:54:02.535 INFO kablam! Oct 27 17:54:02.538 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.538 INFO kablam! --> src/postgis.rs:102:13 Oct 27 17:54:02.538 INFO kablam! | Oct 27 17:54:02.538 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.538 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 27 17:54:02.538 INFO kablam! 104 | | Ok(IsNull::No) Oct 27 17:54:02.538 INFO kablam! 105 | | } Oct 27 17:54:02.538 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.538 INFO kablam! ... Oct 27 17:54:02.538 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 27 17:54:02.538 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:02.538 INFO kablam! Oct 27 17:54:02.543 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Oct 27 17:54:02.543 INFO kablam! --> src/postgis.rs:146:1 Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 INFO kablam! 146 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Oct 27 17:54:02.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.543 INFO kablam! | | Oct 27 17:54:02.543 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Oct 27 17:54:02.543 INFO kablam! | in this macro invocation Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 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 27 17:54:02.543 INFO kablam! Oct 27 17:54:02.543 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.543 INFO kablam! --> src/postgis.rs:118:13 Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.543 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 27 17:54:02.543 INFO kablam! 120 | | Ok(IsNull::No) Oct 27 17:54:02.543 INFO kablam! 121 | | } Oct 27 17:54:02.543 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.543 INFO kablam! ... Oct 27 17:54:02.543 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 27 17:54:02.543 INFO kablam! | --------------------------------------------------------- in this macro invocation Oct 27 17:54:02.543 INFO kablam! Oct 27 17:54:02.543 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Oct 27 17:54:02.543 INFO kablam! --> src/postgis.rs:147:1 Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 INFO kablam! 147 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Oct 27 17:54:02.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.543 INFO kablam! | | Oct 27 17:54:02.543 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Oct 27 17:54:02.543 INFO kablam! | in this macro invocation Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 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 27 17:54:02.543 INFO kablam! Oct 27 17:54:02.543 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.543 INFO kablam! --> src/postgis.rs:102:13 Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.543 INFO kablam! 103 | | self.write_ewkb(out)?; Oct 27 17:54:02.543 INFO kablam! 104 | | Ok(IsNull::No) Oct 27 17:54:02.543 INFO kablam! 105 | | } Oct 27 17:54:02.543 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.543 INFO kablam! ... Oct 27 17:54:02.543 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 27 17:54:02.543 INFO kablam! | -------------------------------------------------------- in this macro invocation Oct 27 17:54:02.543 INFO kablam! Oct 27 17:54:02.543 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Oct 27 17:54:02.543 INFO kablam! --> src/postgis.rs:148:1 Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 INFO kablam! 148 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Oct 27 17:54:02.543 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.543 INFO kablam! | | Oct 27 17:54:02.543 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Oct 27 17:54:02.543 INFO kablam! | in this macro invocation Oct 27 17:54:02.543 INFO kablam! | Oct 27 17:54:02.543 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 27 17:54:02.543 INFO kablam! Oct 27 17:54:02.543 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.544 INFO kablam! --> src/postgis.rs:118:13 Oct 27 17:54:02.544 INFO kablam! | Oct 27 17:54:02.544 INFO kablam! 118 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.544 INFO kablam! 119 | | self.write_ewkb(out)?; Oct 27 17:54:02.544 INFO kablam! 120 | | Ok(IsNull::No) Oct 27 17:54:02.544 INFO kablam! 121 | | } Oct 27 17:54:02.544 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.544 INFO kablam! ... Oct 27 17:54:02.544 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 27 17:54:02.544 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Oct 27 17:54:02.544 INFO kablam! Oct 27 17:54:02.544 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Oct 27 17:54:02.544 INFO kablam! --> src/postgis.rs:149:1 Oct 27 17:54:02.544 INFO kablam! | Oct 27 17:54:02.544 INFO kablam! 149 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Oct 27 17:54:02.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.544 INFO kablam! | | Oct 27 17:54:02.544 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Oct 27 17:54:02.544 INFO kablam! | in this macro invocation Oct 27 17:54:02.544 INFO kablam! | Oct 27 17:54:02.544 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 27 17:54:02.544 INFO kablam! Oct 27 17:54:02.547 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.547 INFO kablam! --> src/postgis.rs:138:13 Oct 27 17:54:02.547 INFO kablam! | Oct 27 17:54:02.547 INFO kablam! 138 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Oct 27 17:54:02.547 INFO kablam! 139 | | self.write_ewkb(out)?; Oct 27 17:54:02.547 INFO kablam! 140 | | Ok(IsNull::No) Oct 27 17:54:02.547 INFO kablam! 141 | | } Oct 27 17:54:02.547 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.547 INFO kablam! ... Oct 27 17:54:02.547 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 27 17:54:02.547 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Oct 27 17:54:02.547 INFO kablam! Oct 27 17:54:02.547 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Oct 27 17:54:02.547 INFO kablam! --> src/postgis.rs:150:1 Oct 27 17:54:02.547 INFO kablam! | Oct 27 17:54:02.547 INFO kablam! 150 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Oct 27 17:54:02.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 17:54:02.547 INFO kablam! | | Oct 27 17:54:02.547 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Oct 27 17:54:02.547 INFO kablam! | in this macro invocation Oct 27 17:54:02.547 INFO kablam! | Oct 27 17:54:02.547 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 27 17:54:02.547 INFO kablam! Oct 27 17:54:02.561 INFO kablam! error: aborting due to 128 previous errors Oct 27 17:54:02.561 INFO kablam! Oct 27 17:54:02.561 INFO kablam! For more information about this error, try `rustc --explain E0277`. Oct 27 17:54:02.587 INFO kablam! error: Could not compile `postgis`. Oct 27 17:54:02.587 INFO kablam! Oct 27 17:54:02.587 INFO kablam! To learn more, run the command again with --verbose. Oct 27 17:54:02.587 INFO kablam! su: No module specific data is present Oct 27 17:54:03.387 INFO running `"docker" "rm" "-f" "6474e49983650eb2bc89d58c32fc6853bf982c3e1c56a077e1c6140705c6c22d"` Oct 27 17:54:03.543 INFO blam! 6474e49983650eb2bc89d58c32fc6853bf982c3e1c56a077e1c6140705c6c22d