Sep 19 18:14:29.878 INFO checking vectortile-0.2.1 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 18:14:29.878 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 18:14:29.879 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-1/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 18:14:30.066 INFO blam! 3ff12419f7010423a9230b3ccbdb87e9deade70ce878603aa1177975b68958a0 Sep 19 18:14:30.068 INFO running `"docker" "start" "-a" "3ff12419f7010423a9230b3ccbdb87e9deade70ce878603aa1177975b68958a0"` Sep 19 18:14:30.768 INFO kablam! usermod: no changes Sep 19 18:14:30.874 INFO kablam! Compiling protobuf v1.7.4 Sep 19 18:14:30.875 INFO kablam! Checking phf_shared v0.7.21 Sep 19 18:14:30.875 INFO kablam! Checking stringprep v0.1.2 Sep 19 18:14:30.875 INFO kablam! Checking crypto-mac v0.5.2 Sep 19 18:14:31.514 INFO kablam! Checking hmac v0.5.0 Sep 19 18:14:31.719 INFO kablam! Checking postgres-protocol v0.3.2 Sep 19 18:14:31.724 INFO kablam! Checking phf v0.7.21 Sep 19 18:14:32.862 INFO kablam! Checking postgres-shared v0.3.0 Sep 19 18:14:34.943 INFO kablam! Checking postgres v0.14.2 Sep 19 18:14:37.482 INFO kablam! Checking postgis v0.4.0 Sep 19 18:14:38.266 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.266 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:489:9 Sep 19 18:14:38.266 INFO kablam! | Sep 19 18:14:38.266 INFO kablam! 489 | / pub struct $ewkbtype<'a, P, I> Sep 19 18:14:38.266 INFO kablam! 490 | | where P: 'a + postgis::Point, Sep 19 18:14:38.266 INFO kablam! 491 | | I: 'a + Iterator + ExactSizeIterator Sep 19 18:14:38.266 INFO kablam! 492 | | { Sep 19 18:14:38.266 INFO kablam! ... | Sep 19 18:14:38.266 INFO kablam! 495 | | pub point_type: PointType, Sep 19 18:14:38.266 INFO kablam! 496 | | } Sep 19 18:14:38.266 INFO kablam! | |_________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.266 INFO kablam! ... Sep 19 18:14:38.266 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.266 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.266 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.266 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.266 INFO kablam! Sep 19 18:14:38.267 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.267 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:504:24 Sep 19 18:14:38.267 INFO kablam! | Sep 19 18:14:38.267 INFO kablam! 504 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Sep 19 18:14:38.267 INFO kablam! | ^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.267 INFO kablam! ... Sep 19 18:14:38.267 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.267 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.267 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.267 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.267 INFO kablam! Sep 19 18:14:38.268 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.268 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:514:24 Sep 19 18:14:38.268 INFO kablam! | Sep 19 18:14:38.268 INFO kablam! 514 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Sep 19 18:14:38.268 INFO kablam! | ^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.268 INFO kablam! ... Sep 19 18:14:38.268 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.268 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.268 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.268 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.268 INFO kablam! Sep 19 18:14:38.269 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.269 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:551:9 Sep 19 18:14:38.269 INFO kablam! | Sep 19 18:14:38.269 INFO kablam! 551 | / pub struct $ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.269 INFO kablam! 552 | | where P: 'a + postgis::Point, Sep 19 18:14:38.269 INFO kablam! 553 | | I: 'a + Iterator + ExactSizeIterator, Sep 19 18:14:38.270 INFO kablam! 554 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Sep 19 18:14:38.270 INFO kablam! ... | Sep 19 18:14:38.270 INFO kablam! 559 | | pub point_type: PointType, Sep 19 18:14:38.270 INFO kablam! 560 | | } Sep 19 18:14:38.270 INFO kablam! | |_________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.270 INFO kablam! ... Sep 19 18:14:38.270 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.270 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.270 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.270 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.270 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.270 INFO kablam! Sep 19 18:14:38.275 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.275 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:570:30 Sep 19 18:14:38.275 INFO kablam! | Sep 19 18:14:38.275 INFO kablam! 570 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.275 INFO kablam! | ^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.275 INFO kablam! ... Sep 19 18:14:38.275 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.275 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.275 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.275 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.275 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.275 INFO kablam! Sep 19 18:14:38.275 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.275 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:582:30 Sep 19 18:14:38.275 INFO kablam! | Sep 19 18:14:38.276 INFO kablam! 582 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.276 INFO kablam! | ^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.276 INFO kablam! ... Sep 19 18:14:38.276 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.276 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.276 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.276 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.276 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.276 INFO kablam! Sep 19 18:14:38.277 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.277 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:489:9 Sep 19 18:14:38.277 INFO kablam! | Sep 19 18:14:38.277 INFO kablam! 489 | / pub struct $ewkbtype<'a, P, I> Sep 19 18:14:38.277 INFO kablam! 490 | | where P: 'a + postgis::Point, Sep 19 18:14:38.277 INFO kablam! 491 | | I: 'a + Iterator + ExactSizeIterator Sep 19 18:14:38.277 INFO kablam! 492 | | { Sep 19 18:14:38.277 INFO kablam! ... | Sep 19 18:14:38.277 INFO kablam! 495 | | pub point_type: PointType, Sep 19 18:14:38.277 INFO kablam! 496 | | } Sep 19 18:14:38.277 INFO kablam! | |_________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.277 INFO kablam! ... Sep 19 18:14:38.277 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.278 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.278 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.278 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.278 INFO kablam! Sep 19 18:14:38.279 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:504:24 Sep 19 18:14:38.279 INFO kablam! | Sep 19 18:14:38.279 INFO kablam! 504 | impl<'a, T, I> fmt::Debug for $ewkbtype<'a, T, I> Sep 19 18:14:38.279 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.279 INFO kablam! ... Sep 19 18:14:38.279 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.279 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.279 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.279 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.279 INFO kablam! Sep 19 18:14:38.279 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.279 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:514:24 Sep 19 18:14:38.279 INFO kablam! | Sep 19 18:14:38.279 INFO kablam! 514 | impl<'a, T, I> EwkbWrite for $ewkbtype<'a, T, I> Sep 19 18:14:38.279 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.279 INFO kablam! ... Sep 19 18:14:38.279 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.279 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.279 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.279 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.279 INFO kablam! Sep 19 18:14:38.281 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.281 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:551:9 Sep 19 18:14:38.281 INFO kablam! | Sep 19 18:14:38.281 INFO kablam! 551 | / pub struct $ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.281 INFO kablam! 552 | | where P: 'a + postgis::Point, Sep 19 18:14:38.281 INFO kablam! 553 | | I: 'a + Iterator + ExactSizeIterator, Sep 19 18:14:38.281 INFO kablam! 554 | | T: 'a + postgis::$itemtypetrait<'a, ItemType=P, Iter=I>, Sep 19 18:14:38.281 INFO kablam! ... | Sep 19 18:14:38.281 INFO kablam! 559 | | pub point_type: PointType, Sep 19 18:14:38.281 INFO kablam! 560 | | } Sep 19 18:14:38.281 INFO kablam! | |_________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.281 INFO kablam! ... Sep 19 18:14:38.281 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.281 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.281 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.281 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.281 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.281 INFO kablam! Sep 19 18:14:38.288 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.288 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:570:30 Sep 19 18:14:38.288 INFO kablam! | Sep 19 18:14:38.288 INFO kablam! 570 | impl<'a, P, I, T, J> fmt::Debug for $ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.288 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.288 INFO kablam! ... Sep 19 18:14:38.288 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.288 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.288 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.288 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.288 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.288 INFO kablam! Sep 19 18:14:38.294 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.294 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:582:30 Sep 19 18:14:38.294 INFO kablam! | Sep 19 18:14:38.294 INFO kablam! 582 | impl<'a, P, I, T, J> EwkbWrite for $ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.294 INFO kablam! | ^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.294 INFO kablam! ... Sep 19 18:14:38.294 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.294 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.294 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.294 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.294 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.294 INFO kablam! Sep 19 18:14:38.294 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.294 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:619:9 Sep 19 18:14:38.294 INFO kablam! | Sep 19 18:14:38.294 INFO kablam! 619 | / pub struct $ewkbtype<'a, P, I, L, K, T, J> Sep 19 18:14:38.294 INFO kablam! 620 | | where P: 'a + postgis::Point, Sep 19 18:14:38.294 INFO kablam! 621 | | I: 'a + Iterator + ExactSizeIterator, Sep 19 18:14:38.294 INFO kablam! 622 | | L: 'a + postgis::LineString<'a, ItemType=P, Iter=I>, Sep 19 18:14:38.294 INFO kablam! ... | Sep 19 18:14:38.294 INFO kablam! 629 | | pub point_type: PointType, Sep 19 18:14:38.294 INFO kablam! 630 | | } Sep 19 18:14:38.294 INFO kablam! | |_________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.294 INFO kablam! ... Sep 19 18:14:38.294 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.294 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.294 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.294 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.294 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.294 INFO kablam! Sep 19 18:14:38.306 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.306 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:642:36 Sep 19 18:14:38.306 INFO kablam! | Sep 19 18:14:38.306 INFO kablam! 642 | impl<'a, P, I, L, K, T, J> fmt::Debug for $ewkbtype<'a, P, I, L, K, T, J> Sep 19 18:14:38.306 INFO kablam! | ^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.306 INFO kablam! ... Sep 19 18:14:38.306 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.306 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.306 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.306 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.306 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.306 INFO kablam! Sep 19 18:14:38.307 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.307 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:656:36 Sep 19 18:14:38.307 INFO kablam! | Sep 19 18:14:38.307 INFO kablam! 656 | impl<'a, P, I, L, K, T, J> EwkbWrite for $ewkbtype<'a, P, I, L, K, T, J> Sep 19 18:14:38.307 INFO kablam! | ^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.307 INFO kablam! ... Sep 19 18:14:38.307 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.307 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.307 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.307 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.307 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.307 INFO kablam! Sep 19 18:14:38.311 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.311 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:96:24 Sep 19 18:14:38.311 INFO kablam! | Sep 19 18:14:38.311 INFO kablam! 96 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Sep 19 18:14:38.311 INFO kablam! | ^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.311 INFO kablam! ... Sep 19 18:14:38.311 INFO kablam! 142 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 19 18:14:38.311 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 18:14:38.311 INFO kablam! Sep 19 18:14:38.312 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.312 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:109:30 Sep 19 18:14:38.312 INFO kablam! | Sep 19 18:14:38.312 INFO kablam! 109 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.312 INFO kablam! | ^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.312 INFO kablam! ... Sep 19 18:14:38.312 INFO kablam! 143 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 19 18:14:38.312 INFO kablam! | --------------------------------------------------------- in this macro invocation Sep 19 18:14:38.312 INFO kablam! Sep 19 18:14:38.312 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.312 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:96:24 Sep 19 18:14:38.312 INFO kablam! | Sep 19 18:14:38.312 INFO kablam! 96 | impl<'a, T, I> ToSql for ewkb::$ewkbtype<'a, T, I> Sep 19 18:14:38.312 INFO kablam! | ^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.312 INFO kablam! ... Sep 19 18:14:38.312 INFO kablam! 144 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 19 18:14:38.312 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 18:14:38.312 INFO kablam! Sep 19 18:14:38.313 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.313 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:109:30 Sep 19 18:14:38.313 INFO kablam! | Sep 19 18:14:38.313 INFO kablam! 109 | impl<'a, P, I, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, T, J> Sep 19 18:14:38.313 INFO kablam! | ^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.313 INFO kablam! ... Sep 19 18:14:38.313 INFO kablam! 145 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 19 18:14:38.313 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Sep 19 18:14:38.313 INFO kablam! Sep 19 18:14:38.318 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.318 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:124:36 Sep 19 18:14:38.318 INFO kablam! | Sep 19 18:14:38.318 INFO kablam! 124 | impl<'a, P, I, L, K, T, J> ToSql for ewkb::$ewkbtype<'a, P, I, L, K, T, J> Sep 19 18:14:38.318 INFO kablam! | ^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.318 INFO kablam! ... Sep 19 18:14:38.318 INFO kablam! 146 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 19 18:14:38.318 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Sep 19 18:14:38.318 INFO kablam! Sep 19 18:14:38.321 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.321 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:501:13 Sep 19 18:14:38.321 INFO kablam! | Sep 19 18:14:38.321 INFO kablam! 501 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Sep 19 18:14:38.321 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.321 INFO kablam! ... Sep 19 18:14:38.321 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.321 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.321 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.321 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.321 INFO kablam! Sep 19 18:14:38.326 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.326 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:567:13 Sep 19 18:14:38.326 INFO kablam! | Sep 19 18:14:38.326 INFO kablam! 567 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Sep 19 18:14:38.326 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.326 INFO kablam! ... Sep 19 18:14:38.327 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.327 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.327 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.327 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.327 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.327 INFO kablam! Sep 19 18:14:38.329 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.329 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:501:13 Sep 19 18:14:38.329 INFO kablam! | Sep 19 18:14:38.329 INFO kablam! 501 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter>; Sep 19 18:14:38.329 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.329 INFO kablam! ... Sep 19 18:14:38.329 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.329 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.329 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.329 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.329 INFO kablam! Sep 19 18:14:38.338 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.338 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:567:13 Sep 19 18:14:38.338 INFO kablam! | Sep 19 18:14:38.338 INFO kablam! 567 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter>; Sep 19 18:14:38.338 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.338 INFO kablam! ... Sep 19 18:14:38.338 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.338 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.338 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.338 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.338 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.338 INFO kablam! Sep 19 18:14:38.354 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.354 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:639:13 Sep 19 18:14:38.354 INFO kablam! | Sep 19 18:14:38.354 INFO kablam! 639 | fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter>; Sep 19 18:14:38.354 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.354 INFO kablam! ... Sep 19 18:14:38.354 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.354 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.354 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.354 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.354 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.354 INFO kablam! Sep 19 18:14:38.361 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.361 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/twkb.rs:278:5 Sep 19 18:14:38.361 INFO kablam! | Sep 19 18:14:38.361 INFO kablam! 278 | / fn as_ewkb(&'a self) -> ewkb::EwkbLineString<'a, Self::PointType, Self::Iter> { Sep 19 18:14:38.361 INFO kablam! 279 | | ewkb::EwkbLineString { geom: self, srid: None, point_type: ewkb::PointType::Point } Sep 19 18:14:38.361 INFO kablam! 280 | | } Sep 19 18:14:38.361 INFO kablam! | |_____^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.361 INFO kablam! Sep 19 18:14:38.362 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.362 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/twkb.rs:332:5 Sep 19 18:14:38.362 INFO kablam! | Sep 19 18:14:38.362 INFO kablam! 332 | / fn as_ewkb(&'a self) -> ewkb::EwkbPolygon<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 19 18:14:38.362 INFO kablam! 333 | | ewkb::EwkbPolygon { geom: self, srid: None, point_type: ewkb::PointType::Point } Sep 19 18:14:38.362 INFO kablam! 334 | | } Sep 19 18:14:38.362 INFO kablam! | |_____^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.362 INFO kablam! Sep 19 18:14:38.362 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.362 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/twkb.rs:379:5 Sep 19 18:14:38.363 INFO kablam! | Sep 19 18:14:38.363 INFO kablam! 379 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPoint<'a, Self::PointType, Self::Iter> { Sep 19 18:14:38.363 INFO kablam! 380 | | ewkb::EwkbMultiPoint { geom: self, srid: None, point_type: ewkb::PointType::Point } Sep 19 18:14:38.363 INFO kablam! 381 | | } Sep 19 18:14:38.363 INFO kablam! | |_____^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.363 INFO kablam! Sep 19 18:14:38.364 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.364 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/twkb.rs:436:5 Sep 19 18:14:38.364 INFO kablam! | Sep 19 18:14:38.364 INFO kablam! 436 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiLineString<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 19 18:14:38.364 INFO kablam! 437 | | ewkb::EwkbMultiLineString { geom: self, srid: None, point_type: ewkb::PointType::Point } Sep 19 18:14:38.364 INFO kablam! 438 | | } Sep 19 18:14:38.364 INFO kablam! | |_____^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.364 INFO kablam! Sep 19 18:14:38.365 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.365 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/twkb.rs:508:5 Sep 19 18:14:38.365 INFO kablam! | Sep 19 18:14:38.365 INFO kablam! 508 | / fn as_ewkb(&'a self) -> ewkb::EwkbMultiPolygon<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Sep 19 18:14:38.365 INFO kablam! 509 | | ewkb::EwkbMultiPolygon { geom: self, srid: None, point_type: ewkb::PointType::Point } Sep 19 18:14:38.365 INFO kablam! 510 | | } Sep 19 18:14:38.365 INFO kablam! | |_____^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.365 INFO kablam! Sep 19 18:14:38.373 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.373 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:508:13 Sep 19 18:14:38.373 INFO kablam! | Sep 19 18:14:38.373 INFO kablam! 508 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 19 18:14:38.373 INFO kablam! 509 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 19 18:14:38.373 INFO kablam! 510 | | Ok(()) Sep 19 18:14:38.373 INFO kablam! 511 | | } Sep 19 18:14:38.373 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.373 INFO kablam! ... Sep 19 18:14:38.373 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.373 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.373 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.373 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.373 INFO kablam! Sep 19 18:14:38.373 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.373 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:518:13 Sep 19 18:14:38.373 INFO kablam! | Sep 19 18:14:38.373 INFO kablam! 518 | / fn opt_srid(&self) -> Option { Sep 19 18:14:38.373 INFO kablam! 519 | | self.srid Sep 19 18:14:38.373 INFO kablam! 520 | | } Sep 19 18:14:38.373 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.373 INFO kablam! ... Sep 19 18:14:38.373 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.373 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.373 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.373 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.373 INFO kablam! Sep 19 18:14:38.374 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.374 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:522:13 Sep 19 18:14:38.374 INFO kablam! | Sep 19 18:14:38.374 INFO kablam! 522 | / fn type_id(&self) -> u32 { Sep 19 18:14:38.374 INFO kablam! 523 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 19 18:14:38.374 INFO kablam! 524 | | } Sep 19 18:14:38.374 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.374 INFO kablam! ... Sep 19 18:14:38.374 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.374 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.374 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.374 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.374 INFO kablam! Sep 19 18:14:38.374 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.374 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:526:13 Sep 19 18:14:38.374 INFO kablam! | Sep 19 18:14:38.374 INFO kablam! 526 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 19 18:14:38.374 INFO kablam! 527 | | w.write_u32::(self.geom.points().len() as u32)?; Sep 19 18:14:38.374 INFO kablam! 528 | | for geom in self.geom.points() { Sep 19 18:14:38.374 INFO kablam! 529 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 19 18:14:38.375 INFO kablam! ... | Sep 19 18:14:38.375 INFO kablam! 532 | | Ok(()) Sep 19 18:14:38.375 INFO kablam! 533 | | } Sep 19 18:14:38.375 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.375 INFO kablam! ... Sep 19 18:14:38.375 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.375 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.375 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.375 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.375 INFO kablam! Sep 19 18:14:38.376 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.376 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:541:13 Sep 19 18:14:38.376 INFO kablam! | Sep 19 18:14:38.376 INFO kablam! 541 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Sep 19 18:14:38.376 INFO kablam! 542 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 19 18:14:38.376 INFO kablam! 543 | | } Sep 19 18:14:38.376 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.376 INFO kablam! ... Sep 19 18:14:38.376 INFO kablam! 702 | / point_container_write!(LineString and AsEwkbLineString for LineStringT Sep 19 18:14:38.376 INFO kablam! 703 | | to EwkbLineString with type code 0x02, Sep 19 18:14:38.376 INFO kablam! 704 | | command write_ewkb_body); Sep 19 18:14:38.376 INFO kablam! | |________________________________________________- in this macro invocation Sep 19 18:14:38.376 INFO kablam! Sep 19 18:14:38.377 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.377 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:576:13 Sep 19 18:14:38.377 INFO kablam! | Sep 19 18:14:38.377 INFO kablam! 576 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 19 18:14:38.377 INFO kablam! 577 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 19 18:14:38.377 INFO kablam! 578 | | Ok(()) Sep 19 18:14:38.377 INFO kablam! 579 | | } Sep 19 18:14:38.377 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.377 INFO kablam! ... Sep 19 18:14:38.377 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.377 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.377 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.377 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.377 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.377 INFO kablam! Sep 19 18:14:38.378 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.378 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:588:13 Sep 19 18:14:38.378 INFO kablam! | Sep 19 18:14:38.378 INFO kablam! 588 | / fn opt_srid(&self) -> Option { Sep 19 18:14:38.378 INFO kablam! 589 | | self.srid Sep 19 18:14:38.378 INFO kablam! 590 | | } Sep 19 18:14:38.378 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.378 INFO kablam! ... Sep 19 18:14:38.378 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.378 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.378 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.378 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.378 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.378 INFO kablam! Sep 19 18:14:38.379 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.379 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:592:13 Sep 19 18:14:38.379 INFO kablam! | Sep 19 18:14:38.379 INFO kablam! 592 | / fn type_id(&self) -> u32 { Sep 19 18:14:38.379 INFO kablam! 593 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 19 18:14:38.379 INFO kablam! 594 | | } Sep 19 18:14:38.379 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.379 INFO kablam! ... Sep 19 18:14:38.379 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.379 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.379 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.379 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.379 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.379 INFO kablam! Sep 19 18:14:38.386 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:596:13 Sep 19 18:14:38.386 INFO kablam! | Sep 19 18:14:38.386 INFO kablam! 596 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 19 18:14:38.386 INFO kablam! 597 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 19 18:14:38.386 INFO kablam! 598 | | for geom in self.geom.$itemname() { Sep 19 18:14:38.386 INFO kablam! 599 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 19 18:14:38.386 INFO kablam! ... | Sep 19 18:14:38.386 INFO kablam! 602 | | Ok(()) Sep 19 18:14:38.386 INFO kablam! 603 | | } Sep 19 18:14:38.386 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.386 INFO kablam! ... Sep 19 18:14:38.386 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.386 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.386 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.386 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.386 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.386 INFO kablam! Sep 19 18:14:38.386 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:613:13 Sep 19 18:14:38.386 INFO kablam! | Sep 19 18:14:38.386 INFO kablam! 613 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 19 18:14:38.386 INFO kablam! 614 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 19 18:14:38.386 INFO kablam! 615 | | } Sep 19 18:14:38.386 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.386 INFO kablam! ... Sep 19 18:14:38.386 INFO kablam! 718 | / geometry_container_write!(Polygon and AsEwkbPolygon for PolygonT Sep 19 18:14:38.386 INFO kablam! 719 | | to EwkbPolygon with type code 0x03, Sep 19 18:14:38.386 INFO kablam! 720 | | contains EwkbLineString,LineStringT as LineString named rings, Sep 19 18:14:38.386 INFO kablam! 721 | | command write_ewkb_body); Sep 19 18:14:38.386 INFO kablam! | |___________________________________________________- in this macro invocation Sep 19 18:14:38.386 INFO kablam! Sep 19 18:14:38.386 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.386 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:508:13 Sep 19 18:14:38.386 INFO kablam! | Sep 19 18:14:38.386 INFO kablam! 508 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 19 18:14:38.386 INFO kablam! 509 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 19 18:14:38.386 INFO kablam! 510 | | Ok(()) Sep 19 18:14:38.386 INFO kablam! 511 | | } Sep 19 18:14:38.386 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.386 INFO kablam! ... Sep 19 18:14:38.386 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.386 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.386 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.386 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.386 INFO kablam! Sep 19 18:14:38.386 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:518:13 Sep 19 18:14:38.387 INFO kablam! | Sep 19 18:14:38.387 INFO kablam! 518 | / fn opt_srid(&self) -> Option { Sep 19 18:14:38.387 INFO kablam! 519 | | self.srid Sep 19 18:14:38.387 INFO kablam! 520 | | } Sep 19 18:14:38.387 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.387 INFO kablam! ... Sep 19 18:14:38.387 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.387 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.387 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.387 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.387 INFO kablam! Sep 19 18:14:38.387 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:522:13 Sep 19 18:14:38.387 INFO kablam! | Sep 19 18:14:38.387 INFO kablam! 522 | / fn type_id(&self) -> u32 { Sep 19 18:14:38.387 INFO kablam! 523 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 19 18:14:38.387 INFO kablam! 524 | | } Sep 19 18:14:38.387 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.387 INFO kablam! ... Sep 19 18:14:38.387 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.387 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.387 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.387 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.387 INFO kablam! Sep 19 18:14:38.387 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.387 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:526:13 Sep 19 18:14:38.387 INFO kablam! | Sep 19 18:14:38.387 INFO kablam! 526 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 19 18:14:38.387 INFO kablam! 527 | | w.write_u32::(self.geom.points().len() as u32)?; Sep 19 18:14:38.387 INFO kablam! 528 | | for geom in self.geom.points() { Sep 19 18:14:38.387 INFO kablam! 529 | | let wkb = EwkbPoint { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 19 18:14:38.387 INFO kablam! ... | Sep 19 18:14:38.387 INFO kablam! 532 | | Ok(()) Sep 19 18:14:38.387 INFO kablam! 533 | | } Sep 19 18:14:38.387 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.387 INFO kablam! ... Sep 19 18:14:38.387 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.387 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.387 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.387 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.387 INFO kablam! Sep 19 18:14:38.389 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.389 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:541:13 Sep 19 18:14:38.389 INFO kablam! | Sep 19 18:14:38.389 INFO kablam! 541 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::Iter> { Sep 19 18:14:38.390 INFO kablam! 542 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 19 18:14:38.390 INFO kablam! 543 | | } Sep 19 18:14:38.390 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.390 INFO kablam! ... Sep 19 18:14:38.390 INFO kablam! 735 | / point_container_write!(MultiPoint and AsEwkbMultiPoint for MultiPointT Sep 19 18:14:38.390 INFO kablam! 736 | | to EwkbMultiPoint with type code 0x04, Sep 19 18:14:38.390 INFO kablam! 737 | | command write_ewkb); Sep 19 18:14:38.390 INFO kablam! | |___________________________________________- in this macro invocation Sep 19 18:14:38.390 INFO kablam! Sep 19 18:14:38.390 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:576:13 Sep 19 18:14:38.390 INFO kablam! | Sep 19 18:14:38.390 INFO kablam! 576 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 19 18:14:38.390 INFO kablam! 577 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 19 18:14:38.390 INFO kablam! 578 | | Ok(()) Sep 19 18:14:38.390 INFO kablam! 579 | | } Sep 19 18:14:38.390 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.390 INFO kablam! ... Sep 19 18:14:38.390 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.390 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.390 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.390 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.390 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.390 INFO kablam! Sep 19 18:14:38.390 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.390 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:588:13 Sep 19 18:14:38.390 INFO kablam! | Sep 19 18:14:38.390 INFO kablam! 588 | / fn opt_srid(&self) -> Option { Sep 19 18:14:38.390 INFO kablam! 589 | | self.srid Sep 19 18:14:38.390 INFO kablam! 590 | | } Sep 19 18:14:38.390 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.390 INFO kablam! ... Sep 19 18:14:38.390 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.390 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.390 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.390 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.390 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.390 INFO kablam! Sep 19 18:14:38.391 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.391 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:592:13 Sep 19 18:14:38.391 INFO kablam! | Sep 19 18:14:38.391 INFO kablam! 592 | / fn type_id(&self) -> u32 { Sep 19 18:14:38.391 INFO kablam! 593 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 19 18:14:38.391 INFO kablam! 594 | | } Sep 19 18:14:38.391 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.391 INFO kablam! ... Sep 19 18:14:38.391 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.391 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.391 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.391 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.391 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.391 INFO kablam! Sep 19 18:14:38.391 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.391 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:596:13 Sep 19 18:14:38.391 INFO kablam! | Sep 19 18:14:38.391 INFO kablam! 596 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 19 18:14:38.391 INFO kablam! 597 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 19 18:14:38.391 INFO kablam! 598 | | for geom in self.geom.$itemname() { Sep 19 18:14:38.391 INFO kablam! 599 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 19 18:14:38.391 INFO kablam! ... | Sep 19 18:14:38.391 INFO kablam! 602 | | Ok(()) Sep 19 18:14:38.391 INFO kablam! 603 | | } Sep 19 18:14:38.391 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.391 INFO kablam! ... Sep 19 18:14:38.391 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.391 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.391 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.391 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.391 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.391 INFO kablam! Sep 19 18:14:38.393 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.393 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:613:13 Sep 19 18:14:38.393 INFO kablam! | Sep 19 18:14:38.393 INFO kablam! 613 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::ItemType, Self::Iter> { Sep 19 18:14:38.393 INFO kablam! 614 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 19 18:14:38.393 INFO kablam! 615 | | } Sep 19 18:14:38.393 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.393 INFO kablam! ... Sep 19 18:14:38.393 INFO kablam! 751 | / geometry_container_write!(MultiLineString and AsEwkbMultiLineString for MultiLineStringT Sep 19 18:14:38.393 INFO kablam! 752 | | to EwkbMultiLineString with type code 0x05, Sep 19 18:14:38.393 INFO kablam! 753 | | contains EwkbLineString,LineStringT as LineString named lines, Sep 19 18:14:38.393 INFO kablam! 754 | | command write_ewkb); Sep 19 18:14:38.393 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.393 INFO kablam! Sep 19 18:14:38.398 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.399 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:650:13 Sep 19 18:14:38.399 INFO kablam! | Sep 19 18:14:38.399 INFO kablam! 650 | / fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { Sep 19 18:14:38.399 INFO kablam! 651 | | write!(f, stringify!($ewkbtype))?; //TODO Sep 19 18:14:38.399 INFO kablam! 652 | | Ok(()) Sep 19 18:14:38.399 INFO kablam! 653 | | } Sep 19 18:14:38.399 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.399 INFO kablam! ... Sep 19 18:14:38.399 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.399 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.399 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.399 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.399 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.399 INFO kablam! Sep 19 18:14:38.402 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:664:13 Sep 19 18:14:38.402 INFO kablam! | Sep 19 18:14:38.402 INFO kablam! 664 | / fn opt_srid(&self) -> Option { Sep 19 18:14:38.402 INFO kablam! 665 | | self.srid Sep 19 18:14:38.402 INFO kablam! 666 | | } Sep 19 18:14:38.402 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.402 INFO kablam! ... Sep 19 18:14:38.402 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.402 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.402 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.402 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.402 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.402 INFO kablam! Sep 19 18:14:38.402 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:668:13 Sep 19 18:14:38.402 INFO kablam! | Sep 19 18:14:38.402 INFO kablam! 668 | / fn type_id(&self) -> u32 { Sep 19 18:14:38.402 INFO kablam! 669 | | $typecode | Self::wkb_type_id(&self.point_type, self.srid) Sep 19 18:14:38.402 INFO kablam! 670 | | } Sep 19 18:14:38.402 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.402 INFO kablam! ... Sep 19 18:14:38.402 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.402 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.402 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.402 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.402 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.402 INFO kablam! Sep 19 18:14:38.402 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.402 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:672:13 Sep 19 18:14:38.402 INFO kablam! | Sep 19 18:14:38.402 INFO kablam! 672 | / fn write_ewkb_body(&self, w: &mut W) -> Result<(), Error> { Sep 19 18:14:38.402 INFO kablam! 673 | | w.write_u32::(self.geom.$itemname().len() as u32)?; Sep 19 18:14:38.402 INFO kablam! 674 | | for geom in self.geom.$itemname() { Sep 19 18:14:38.402 INFO kablam! 675 | | let wkb = $ewkbitemtype { geom: geom, srid: None, point_type: self.point_type.clone() }; Sep 19 18:14:38.402 INFO kablam! ... | Sep 19 18:14:38.402 INFO kablam! 678 | | Ok(()) Sep 19 18:14:38.402 INFO kablam! 679 | | } Sep 19 18:14:38.402 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.403 INFO kablam! ... Sep 19 18:14:38.403 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.403 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.403 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.403 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.403 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.403 INFO kablam! Sep 19 18:14:38.406 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.406 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/ewkb.rs:691:13 Sep 19 18:14:38.406 INFO kablam! | Sep 19 18:14:38.406 INFO kablam! 691 | / fn as_ewkb(&'a self) -> $ewkbtype<'a, Self::PointType, Self::PointIter, Self::LineType, Self::LineIter, Self::ItemType, Self::Iter> { Sep 19 18:14:38.406 INFO kablam! 692 | | $ewkbtype { geom: self, srid: self.srid, point_type: Self::PointType::point_type() } Sep 19 18:14:38.406 INFO kablam! 693 | | } Sep 19 18:14:38.406 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.406 INFO kablam! ... Sep 19 18:14:38.406 INFO kablam! 769 | / geometry_container_write!(multipoly MultiPolygon and AsEwkbMultiPolygon for MultiPolygonT Sep 19 18:14:38.406 INFO kablam! 770 | | to EwkbMultiPolygon with type code 0x06, Sep 19 18:14:38.406 INFO kablam! 771 | | contains EwkbPolygon,PolygonT as Polygon named polygons, Sep 19 18:14:38.406 INFO kablam! 772 | | command write_ewkb); Sep 19 18:14:38.406 INFO kablam! | |______________________________________________- in this macro invocation Sep 19 18:14:38.406 INFO kablam! Sep 19 18:14:38.414 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.414 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:102:13 Sep 19 18:14:38.414 INFO kablam! | Sep 19 18:14:38.414 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 19 18:14:38.414 INFO kablam! 103 | | self.write_ewkb(out)?; Sep 19 18:14:38.414 INFO kablam! 104 | | Ok(IsNull::No) Sep 19 18:14:38.414 INFO kablam! 105 | | } Sep 19 18:14:38.415 INFO kablam! | |_____________^ the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! ... Sep 19 18:14:38.415 INFO kablam! 142 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 19 18:14:38.415 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 18:14:38.415 INFO kablam! Sep 19 18:14:38.415 INFO kablam! error[E0277]: the trait bound `usize: types::LineString<'a>` is not satisfied Sep 19 18:14:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:142:1 Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! 142 | impl_sql_for_ewkb_type!(EwkbLineString contains points); Sep 19 18:14:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:14:38.415 INFO kablam! | | Sep 19 18:14:38.415 INFO kablam! | the trait `types::LineString<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! | in this macro invocation Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 18:14:38.415 INFO kablam! Sep 19 18:14:38.415 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:117:13 Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! 117 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 19 18:14:38.415 INFO kablam! 118 | | self.write_ewkb(out)?; Sep 19 18:14:38.415 INFO kablam! 119 | | Ok(IsNull::No) Sep 19 18:14:38.415 INFO kablam! 120 | | } Sep 19 18:14:38.415 INFO kablam! | |_____________^ the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! ... Sep 19 18:14:38.415 INFO kablam! 143 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 19 18:14:38.415 INFO kablam! | --------------------------------------------------------- in this macro invocation Sep 19 18:14:38.415 INFO kablam! Sep 19 18:14:38.415 INFO kablam! error[E0277]: the trait bound `usize: types::Polygon<'a>` is not satisfied Sep 19 18:14:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:143:1 Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! 143 | impl_sql_for_ewkb_type!(EwkbPolygon contains LineString); Sep 19 18:14:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:14:38.415 INFO kablam! | | Sep 19 18:14:38.415 INFO kablam! | the trait `types::Polygon<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! | in this macro invocation Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 18:14:38.415 INFO kablam! Sep 19 18:14:38.415 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:102:13 Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! 102 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 19 18:14:38.415 INFO kablam! 103 | | self.write_ewkb(out)?; Sep 19 18:14:38.415 INFO kablam! 104 | | Ok(IsNull::No) Sep 19 18:14:38.415 INFO kablam! 105 | | } Sep 19 18:14:38.415 INFO kablam! | |_____________^ the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! ... Sep 19 18:14:38.415 INFO kablam! 144 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 19 18:14:38.415 INFO kablam! | -------------------------------------------------------- in this macro invocation Sep 19 18:14:38.415 INFO kablam! Sep 19 18:14:38.415 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPoint<'a>` is not satisfied Sep 19 18:14:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:144:1 Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! 144 | impl_sql_for_ewkb_type!(EwkbMultiPoint contains points); Sep 19 18:14:38.415 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:14:38.415 INFO kablam! | | Sep 19 18:14:38.415 INFO kablam! | the trait `types::MultiPoint<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! | in this macro invocation Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 18:14:38.415 INFO kablam! Sep 19 18:14:38.415 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.415 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:117:13 Sep 19 18:14:38.415 INFO kablam! | Sep 19 18:14:38.415 INFO kablam! 117 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 19 18:14:38.415 INFO kablam! 118 | | self.write_ewkb(out)?; Sep 19 18:14:38.415 INFO kablam! 119 | | Ok(IsNull::No) Sep 19 18:14:38.415 INFO kablam! 120 | | } Sep 19 18:14:38.415 INFO kablam! | |_____________^ the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.415 INFO kablam! ... Sep 19 18:14:38.416 INFO kablam! 145 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 19 18:14:38.416 INFO kablam! | ----------------------------------------------------------------- in this macro invocation Sep 19 18:14:38.416 INFO kablam! Sep 19 18:14:38.417 INFO kablam! error[E0277]: the trait bound `usize: types::MultiLineString<'a>` is not satisfied Sep 19 18:14:38.417 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:145:1 Sep 19 18:14:38.417 INFO kablam! | Sep 19 18:14:38.417 INFO kablam! 145 | impl_sql_for_ewkb_type!(EwkbMultiLineString contains LineString); Sep 19 18:14:38.417 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:14:38.417 INFO kablam! | | Sep 19 18:14:38.417 INFO kablam! | the trait `types::MultiLineString<'a>` is not implemented for `usize` Sep 19 18:14:38.417 INFO kablam! | in this macro invocation Sep 19 18:14:38.417 INFO kablam! | Sep 19 18:14:38.417 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Sep 19 18:14:38.417 INFO kablam! Sep 19 18:14:38.417 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.417 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:134:13 Sep 19 18:14:38.417 INFO kablam! | Sep 19 18:14:38.417 INFO kablam! 134 | / fn to_sql(&self, _: &Type, out: &mut Vec) -> Result> { Sep 19 18:14:38.417 INFO kablam! 135 | | self.write_ewkb(out)?; Sep 19 18:14:38.417 INFO kablam! 136 | | Ok(IsNull::No) Sep 19 18:14:38.417 INFO kablam! 137 | | } Sep 19 18:14:38.417 INFO kablam! | |_____________^ the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.417 INFO kablam! ... Sep 19 18:14:38.418 INFO kablam! 146 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 19 18:14:38.418 INFO kablam! | --------------------------------------------------------------------- in this macro invocation Sep 19 18:14:38.418 INFO kablam! Sep 19 18:14:38.419 INFO kablam! error[E0277]: the trait bound `usize: types::MultiPolygon<'a>` is not satisfied Sep 19 18:14:38.419 INFO kablam! --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/postgis-0.4.0/src/postgis.rs:146:1 Sep 19 18:14:38.419 INFO kablam! | Sep 19 18:14:38.419 INFO kablam! 146 | impl_sql_for_ewkb_type!(multipoly EwkbMultiPolygon contains Polygon); Sep 19 18:14:38.419 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 19 18:14:38.419 INFO kablam! | | Sep 19 18:14:38.419 INFO kablam! | the trait `types::MultiPolygon<'a>` is not implemented for `usize` Sep 19 18:14:38.419 INFO kablam! | in this macro invocation Sep 19 18:14:38.419 INFO kablam! | Sep 19 18:14:38.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) Sep 19 18:14:38.419 INFO kablam! Sep 19 18:14:38.431 INFO kablam! error: aborting due to 65 previous errors Sep 19 18:14:38.431 INFO kablam! Sep 19 18:14:38.431 INFO kablam! For more information about this error, try `rustc --explain E0277`. Sep 19 18:14:38.440 INFO kablam! error: Could not compile `postgis`. Sep 19 18:14:38.440 INFO kablam! warning: build failed, waiting for other jobs to finish... Sep 19 18:14:39.748 INFO kablam! error: build failed Sep 19 18:14:39.749 INFO kablam! su: No module specific data is present Sep 19 18:14:40.409 INFO running `"docker" "rm" "-f" "3ff12419f7010423a9230b3ccbdb87e9deade70ce878603aa1177975b68958a0"` Sep 19 18:14:40.521 INFO blam! 3ff12419f7010423a9230b3ccbdb87e9deade70ce878603aa1177975b68958a0