Jul 12 13:57:15.729 INFO checking arc-reactor-0.1.8 against try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255 for pr-52234 Jul 12 13:57:15.729 INFO running: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 13:57:15.729 INFO creating container for: cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets Jul 12 13:57:15.729 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-52234/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-52234/worker-3/try#d39a6f7eddafd45dcc60e99001b8cd08c2bd3255:/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=500" "-e" "CMD=cargo +d39a6f7eddafd45dcc60e99001b8cd08c2bd3255-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "crater"` Jul 12 13:57:16.015 INFO blam! 2a895a931392bee5681b3273977176746b85824f88d9763df466cd4c42eef209 Jul 12 13:57:16.018 INFO running `"docker" "start" "-a" "2a895a931392bee5681b3273977176746b85824f88d9763df466cd4c42eef209"` Jul 12 13:57:17.352 INFO kablam! Checking serde_qs v0.4.1 Jul 12 13:57:20.393 INFO kablam! Checking arc-reactor v0.1.8 (file:///source) Jul 12 13:57:27.318 INFO kablam! warning: unused import: `std::collections::BTreeSet` Jul 12 13:57:27.318 INFO kablam! --> src/routing/recognizer/nfa.rs:4:18 Jul 12 13:57:27.318 INFO kablam! | Jul 12 13:57:27.318 INFO kablam! 4 | #[cfg(test)] use std::collections::BTreeSet; Jul 12 13:57:27.318 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Jul 12 13:57:27.318 INFO kablam! | Jul 12 13:57:27.318 INFO kablam! = note: #[warn(unused_imports)] on by default Jul 12 13:57:27.318 INFO kablam! Jul 12 13:57:28.827 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.827 INFO kablam! --> src/routing/recognizer/mod.rs:234:5 Jul 12 13:57:28.827 INFO kablam! | Jul 12 13:57:28.827 INFO kablam! 234 | assert_eq!(m.params, Params::new()); Jul 12 13:57:28.827 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.827 INFO kablam! | Jul 12 13:57:28.827 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.827 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.827 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.828 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.828 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) Jul 12 13:57:28.828 INFO kablam! Jul 12 13:57:28.829 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.829 INFO kablam! --> src/routing/recognizer/mod.rs:234:5 Jul 12 13:57:28.829 INFO kablam! | Jul 12 13:57:28.829 INFO kablam! 234 | assert_eq!(m.params, Params::new()); Jul 12 13:57:28.829 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.829 INFO kablam! | Jul 12 13:57:28.830 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.830 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.830 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.830 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.830 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) Jul 12 13:57:28.836 INFO kablam! Jul 12 13:57:28.911 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.911 INFO kablam! --> src/routing/recognizer/mod.rs:268:5 Jul 12 13:57:28.911 INFO kablam! | Jul 12 13:57:28.911 INFO kablam! 268 | assert_eq!(id.params, params("id", "1")); Jul 12 13:57:28.911 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.911 INFO kablam! | Jul 12 13:57:28.911 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.912 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.912 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.912 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.912 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) Jul 12 13:57:28.912 INFO kablam! Jul 12 13:57:28.913 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.913 INFO kablam! --> src/routing/recognizer/mod.rs:268:5 Jul 12 13:57:28.913 INFO kablam! | Jul 12 13:57:28.913 INFO kablam! 268 | assert_eq!(id.params, params("id", "1")); Jul 12 13:57:28.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.913 INFO kablam! | Jul 12 13:57:28.913 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.913 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.914 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.914 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.914 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) Jul 12 13:57:28.914 INFO kablam! Jul 12 13:57:28.922 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.922 INFO kablam! --> src/routing/recognizer/mod.rs:272:5 Jul 12 13:57:28.922 INFO kablam! | Jul 12 13:57:28.922 INFO kablam! 272 | assert_eq!(new.params, Params::new()); Jul 12 13:57:28.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.922 INFO kablam! | Jul 12 13:57:28.922 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.922 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.922 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.922 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.922 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) Jul 12 13:57:28.922 INFO kablam! Jul 12 13:57:28.922 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.922 INFO kablam! --> src/routing/recognizer/mod.rs:272:5 Jul 12 13:57:28.922 INFO kablam! | Jul 12 13:57:28.923 INFO kablam! 272 | assert_eq!(new.params, Params::new()); Jul 12 13:57:28.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.923 INFO kablam! | Jul 12 13:57:28.923 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.923 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.923 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.923 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.924 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) Jul 12 13:57:28.924 INFO kablam! Jul 12 13:57:28.929 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.929 INFO kablam! --> src/routing/recognizer/mod.rs:285:5 Jul 12 13:57:28.929 INFO kablam! | Jul 12 13:57:28.929 INFO kablam! 285 | assert_eq!(id.params, params("id", "1")); Jul 12 13:57:28.929 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.930 INFO kablam! | Jul 12 13:57:28.930 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.930 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.930 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.931 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.931 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) Jul 12 13:57:28.931 INFO kablam! Jul 12 13:57:28.931 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.932 INFO kablam! --> src/routing/recognizer/mod.rs:285:5 Jul 12 13:57:28.932 INFO kablam! | Jul 12 13:57:28.932 INFO kablam! 285 | assert_eq!(id.params, params("id", "1")); Jul 12 13:57:28.932 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.932 INFO kablam! | Jul 12 13:57:28.932 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.932 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.932 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.932 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.933 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) Jul 12 13:57:28.933 INFO kablam! Jul 12 13:57:28.946 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.946 INFO kablam! --> src/routing/recognizer/mod.rs:289:5 Jul 12 13:57:28.946 INFO kablam! | Jul 12 13:57:28.946 INFO kablam! 289 | assert_eq!(new.params, Params::new()); Jul 12 13:57:28.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.946 INFO kablam! | Jul 12 13:57:28.946 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.946 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.946 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.947 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.947 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) Jul 12 13:57:28.947 INFO kablam! Jul 12 13:57:28.947 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.947 INFO kablam! --> src/routing/recognizer/mod.rs:289:5 Jul 12 13:57:28.947 INFO kablam! | Jul 12 13:57:28.947 INFO kablam! 289 | assert_eq!(new.params, Params::new()); Jul 12 13:57:28.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.947 INFO kablam! | Jul 12 13:57:28.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.947 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.947 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.947 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.947 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) Jul 12 13:57:28.947 INFO kablam! Jul 12 13:57:28.947 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.947 INFO kablam! --> src/routing/recognizer/mod.rs:303:5 Jul 12 13:57:28.947 INFO kablam! | Jul 12 13:57:28.947 INFO kablam! 303 | assert_eq!(com.params, two_params("post_id", "12", "id", "100")); Jul 12 13:57:28.947 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.947 INFO kablam! | Jul 12 13:57:28.947 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.947 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.948 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.948 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.948 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) Jul 12 13:57:28.948 INFO kablam! Jul 12 13:57:28.949 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.949 INFO kablam! --> src/routing/recognizer/mod.rs:303:5 Jul 12 13:57:28.949 INFO kablam! | Jul 12 13:57:28.949 INFO kablam! 303 | assert_eq!(com.params, two_params("post_id", "12", "id", "100")); Jul 12 13:57:28.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.949 INFO kablam! | Jul 12 13:57:28.949 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.950 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.950 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.950 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.951 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) Jul 12 13:57:28.951 INFO kablam! Jul 12 13:57:28.957 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.957 INFO kablam! --> src/routing/recognizer/mod.rs:306:5 Jul 12 13:57:28.957 INFO kablam! | Jul 12 13:57:28.957 INFO kablam! 306 | assert_eq!(coms.params, params("post_id", "12")); Jul 12 13:57:28.957 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.957 INFO kablam! | Jul 12 13:57:28.958 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.958 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.959 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.959 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.959 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) Jul 12 13:57:28.960 INFO kablam! Jul 12 13:57:28.961 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.961 INFO kablam! --> src/routing/recognizer/mod.rs:306:5 Jul 12 13:57:28.961 INFO kablam! | Jul 12 13:57:28.961 INFO kablam! 306 | assert_eq!(coms.params, params("post_id", "12")); Jul 12 13:57:28.961 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.962 INFO kablam! | Jul 12 13:57:28.962 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.963 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.963 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.963 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.964 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) Jul 12 13:57:28.964 INFO kablam! Jul 12 13:57:28.977 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.977 INFO kablam! --> src/routing/recognizer/mod.rs:319:5 Jul 12 13:57:28.977 INFO kablam! | Jul 12 13:57:28.977 INFO kablam! 319 | assert_eq!(m.params, params("foo", "test")); Jul 12 13:57:28.977 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.978 INFO kablam! | Jul 12 13:57:28.978 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.979 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.979 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.979 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.980 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) Jul 12 13:57:28.980 INFO kablam! Jul 12 13:57:28.981 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.981 INFO kablam! --> src/routing/recognizer/mod.rs:319:5 Jul 12 13:57:28.981 INFO kablam! | Jul 12 13:57:28.981 INFO kablam! 319 | assert_eq!(m.params, params("foo", "test")); Jul 12 13:57:28.981 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.982 INFO kablam! | Jul 12 13:57:28.982 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.983 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.983 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.984 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.984 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) Jul 12 13:57:28.984 INFO kablam! Jul 12 13:57:28.991 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.991 INFO kablam! --> src/routing/recognizer/mod.rs:323:5 Jul 12 13:57:28.991 INFO kablam! | Jul 12 13:57:28.991 INFO kablam! 323 | assert_eq!(m.params, params("foo", "foo/bar")); Jul 12 13:57:28.991 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.992 INFO kablam! | Jul 12 13:57:28.994 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.994 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.995 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.996 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.996 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) Jul 12 13:57:28.996 INFO kablam! Jul 12 13:57:28.997 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:28.998 INFO kablam! --> src/routing/recognizer/mod.rs:323:5 Jul 12 13:57:28.998 INFO kablam! | Jul 12 13:57:28.998 INFO kablam! 323 | assert_eq!(m.params, params("foo", "foo/bar")); Jul 12 13:57:28.998 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:28.998 INFO kablam! | Jul 12 13:57:28.998 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:28.998 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:28.998 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:28.998 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:28.999 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) Jul 12 13:57:28.999 INFO kablam! Jul 12 13:57:29.010 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:29.010 INFO kablam! --> src/routing/recognizer/mod.rs:327:5 Jul 12 13:57:29.010 INFO kablam! | Jul 12 13:57:29.010 INFO kablam! 327 | assert_eq!(m.params, params("foo", "bar/foo")); Jul 12 13:57:29.010 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:29.010 INFO kablam! | Jul 12 13:57:29.010 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:29.010 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:29.010 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:29.010 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:29.011 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) Jul 12 13:57:29.011 INFO kablam! Jul 12 13:57:29.011 INFO kablam! error[E0277]: `routing::recognizer::Params` doesn't implement `std::fmt::Debug` Jul 12 13:57:29.011 INFO kablam! --> src/routing/recognizer/mod.rs:327:5 Jul 12 13:57:29.011 INFO kablam! | Jul 12 13:57:29.011 INFO kablam! 327 | assert_eq!(m.params, params("foo", "bar/foo")); Jul 12 13:57:29.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ `routing::recognizer::Params` cannot be formatted using `{:?}` Jul 12 13:57:29.012 INFO kablam! | Jul 12 13:57:29.012 INFO kablam! = help: the trait `std::fmt::Debug` is not implemented for `routing::recognizer::Params` Jul 12 13:57:29.012 INFO kablam! = note: add `#[derive(Debug)]` or manually implement `std::fmt::Debug` Jul 12 13:57:29.012 INFO kablam! = note: required because of the requirements on the impl of `std::fmt::Debug` for `&routing::recognizer::Params` Jul 12 13:57:29.012 INFO kablam! = note: required by `std::fmt::Debug::fmt` Jul 12 13:57:29.012 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) Jul 12 13:57:29.012 INFO kablam! Jul 12 13:57:29.301 INFO kablam! error: aborting due to 20 previous errors Jul 12 13:57:29.301 INFO kablam! Jul 12 13:57:29.301 INFO kablam! For more information about this error, try `rustc --explain E0277`. Jul 12 13:57:29.319 INFO kablam! error: Could not compile `arc-reactor`. Jul 12 13:57:29.321 INFO kablam! warning: build failed, waiting for other jobs to finish... Jul 12 13:57:30.144 INFO kablam! error: build failed Jul 12 13:57:30.148 INFO kablam! su: No module specific data is present Jul 12 13:57:30.814 INFO running `"docker" "rm" "-f" "2a895a931392bee5681b3273977176746b85824f88d9763df466cd4c42eef209"` Jul 12 13:57:30.999 INFO blam! 2a895a931392bee5681b3273977176746b85824f88d9763df466cd4c42eef209