[INFO] fetching crate rustiful-derive 0.1.0...
[INFO] testing rustiful-derive-0.1.0 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate rustiful-derive 0.1.0 into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate rustiful-derive 0.1.0
[INFO] finished tweaking crates.io crate rustiful-derive 0.1.0
[INFO] tweaked toml for crates.io crate rustiful-derive 0.1.0 written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate rustiful-derive 0.1.0 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 87 packages to latest compatible versions
[INFO] [stderr]       Adding Inflector v0.10.1 (available: v0.11.4)
[INFO] [stderr]       Adding clippy v0.0.123 (available: v0.0.302)
[INFO] [stderr]       Adding quote v0.3.15 (available: v1.0.42)
[INFO] [stderr]       Adding syn v0.11.11 (available: v2.0.110)
[INFO] [stderr]       Adding wasi v0.10.0+wasi-snapshot-preview1 (available: v0.10.2+wasi-snapshot-preview1)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7ecbe5be3632d230b091712c247d37de9ccf400458f577d5b373a3a893eca279
[INFO] running `Command { std: "docker" "start" "-a" "7ecbe5be3632d230b091712c247d37de9ccf400458f577d5b373a3a893eca279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7ecbe5be3632d230b091712c247d37de9ccf400458f577d5b373a3a893eca279", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7ecbe5be3632d230b091712c247d37de9ccf400458f577d5b373a3a893eca279", kill_on_drop: false }`
[INFO] [stdout] 7ecbe5be3632d230b091712c247d37de9ccf400458f577d5b373a3a893eca279
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 975cf97fef5ea09cd9d4e6a41d9e484794a8211f5b8b48af6a2033010742784d
[INFO] running `Command { std: "docker" "start" "-a" "975cf97fef5ea09cd9d4e6a41d9e484794a8211f5b8b48af6a2033010742784d", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling traitobject v0.1.1
[INFO] [stderr]    Compiling log v0.4.28
[INFO] [stderr]    Compiling unicode-bidi v0.3.18
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling unicase v1.4.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling typeable v0.1.2
[INFO] [stderr]    Compiling percent-encoding v1.0.1
[INFO] [stderr]    Compiling tinyvec v1.10.0
[INFO] [stderr]    Compiling unsafe-any v0.4.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling safemem v0.3.3
[INFO] [stderr]    Compiling log v0.3.9
[INFO] [stderr]    Compiling typemap v0.3.3
[INFO] [stderr]    Compiling base64 v0.9.3
[INFO] [stderr]    Compiling mime v0.2.6
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling rustc-serialize v0.3.25
[INFO] [stderr]    Compiling lazy_static v0.2.11
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling plugin v0.2.6
[INFO] [stderr]    Compiling error v0.1.9
[INFO] [stderr]    Compiling modifier v0.1.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling proc-macro-hack-impl v0.3.3
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling regex v0.2.11
[INFO] [stderr]    Compiling proc-macro-hack v0.3.3
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling ucd-util v0.1.10
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling regex-syntax v0.5.6
[INFO] [stderr]    Compiling idna v0.1.5
[INFO] [stderr]    Compiling thread_local v0.3.6
[INFO] [stderr]    Compiling aho-corasick v0.6.10
[INFO] [stderr]    Compiling autoimpl-derive v0.1.0
[INFO] [stderr]    Compiling utf8-ranges v1.0.5
[INFO] [stderr]    Compiling route-recognizer v0.1.13
[INFO] [stderr]    Compiling autoimpl v0.1.0
[INFO] [stderr]    Compiling url v1.7.2
[INFO] [stderr]    Compiling hyper v0.10.16
[INFO] [stderr]    Compiling conduit-mime-types v0.7.3
[INFO] [stderr]    Compiling Inflector v0.10.1
[INFO] [stderr]    Compiling iron v0.5.1
[INFO] [stderr]    Compiling persistent v0.3.0
[INFO] [stderr]    Compiling router v0.5.1
[INFO] [stderr]    Compiling bodyparser v0.7.0
[INFO] [stderr]    Compiling rustiful v0.1.0
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/request/get.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / autoimpl! {
[INFO] [stdout] 15 | |     pub trait FromGet<'a, T> where
[INFO] [stdout] 16 | |         T: ToJson + JsonGet,
[INFO] [stdout] 17 | |         Status: for<'b> From<&'b T::Error>,
[INFO] [stdout] ...  |
[INFO] [stdout] 45 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/request/post.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / autoimpl! {
[INFO] [stdout] 14 | |     pub trait FromPost<'a, T>
[INFO] [stdout] 15 | |         where T: JsonPost,
[INFO] [stdout] 16 | |               Status: for<'b> From<&'b T::Error>,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/request/index.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | / autoimpl! {
[INFO] [stdout] 14 | |     pub trait FromIndex<'a, T> where
[INFO] [stdout] 15 | |         T: ToJson + JsonIndex,
[INFO] [stdout] 16 | |         Status: for<'b> From<&'b T::Error>,
[INFO] [stdout] ...  |
[INFO] [stdout] 34 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/request/patch.rs:14:1
[INFO] [stdout]    |
[INFO] [stdout] 14 | / autoimpl! {
[INFO] [stdout] 15 | |     pub trait FromPatch<'a, T>
[INFO] [stdout] 16 | |         where T: JsonPatch,
[INFO] [stdout] 17 | |               Status: for<'b> From<&'b T::Error>,
[INFO] [stdout] ...  |
[INFO] [stdout] 40 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/request/delete.rs:9:1
[INFO] [stdout]    |
[INFO] [stdout]  9 | / autoimpl! {
[INFO] [stdout] 10 | |     pub trait FromDelete<'a, T>
[INFO] [stdout] 11 | |         where T: JsonDelete,
[INFO] [stdout] 12 | |               Status: for<'b> From<&'b T::Error>,
[INFO] [stdout] ...  |
[INFO] [stdout] 28 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/get.rs:22:1
[INFO] [stdout]    |
[INFO] [stdout] 22 | / autoimpl! {
[INFO] [stdout] 23 | |     pub trait GetHandler<'a, T> where
[INFO] [stdout] 24 | |         T: JsonGet + ToJson + FromGet<'a, T>,
[INFO] [stdout] 25 | |         T::Error: 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/post.rs:25:1
[INFO] [stdout]    |
[INFO] [stdout] 25 | / autoimpl! {
[INFO] [stdout] 26 | |     pub trait PostHandler<'a, T> where
[INFO] [stdout] 27 | |         T: JsonPost + ToJson + FromPost<'a, T>,
[INFO] [stdout] 28 | |         T::Error: 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 56 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/index.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / autoimpl! {
[INFO] [stdout] 22 | |     pub trait IndexHandler<'a, T> where
[INFO] [stdout] 23 | |         T: JsonIndex + ToJson + FromIndex<'a, T>,
[INFO] [stdout] 24 | |         T::Error: 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 43 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/patch.rs:26:1
[INFO] [stdout]    |
[INFO] [stdout] 26 | / autoimpl! {
[INFO] [stdout] 27 | |     pub trait PatchHandler<'a, T> where
[INFO] [stdout] 28 | |         T: JsonPatch + ToJson + FromPatch<'a, T>,
[INFO] [stdout] 29 | |         T::Error: 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 57 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: proc-macro derive panicked
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/delete.rs:15:1
[INFO] [stdout]    |
[INFO] [stdout] 15 | / autoimpl! {
[INFO] [stdout] 16 | |     pub trait DeleteHandler<'a, T>
[INFO] [stdout] 17 | |         where T: JsonDelete + FromDelete<'a, T>,
[INFO] [stdout] 18 | |               T::Error: 'static,
[INFO] [stdout] ...  |
[INFO] [stdout] 33 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: message: assertion failed: source.starts_with(prefix)
[INFO] [stdout]    = note: this error originates in the macro `autoimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `request::FromGet`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/get.rs:12:5
[INFO] [stdout]    |
[INFO] [stdout] 12 | use request::FromGet;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^ no `FromGet` in `request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `request::FromPost`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/post.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use request::FromPost;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^ no `FromPost` in `request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `request::FromIndex`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/index.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout] 11 | use request::FromIndex;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ no `FromIndex` in `request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `request::FromPatch`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/patch.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use request::FromPatch;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^ no `FromPatch` in `request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `request::FromDelete`
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/handlers/delete.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 | use request::FromDelete;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^ no `FromDelete` in `request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `IndexHandler` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/mod.rs:160:65
[INFO] [stdout]     |
[INFO] [stdout] 160 |               T: JsonIndex + JsonApiResource + ToJson + for<'b> IndexHandler<'b, T>,
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `GetHandler` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/mod.rs:179:63
[INFO] [stdout]     |
[INFO] [stdout] 179 |               T: JsonGet + JsonApiResource + ToJson + for<'b> GetHandler<'b, T>,
[INFO] [stdout]     |                                                               ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `DeleteHandler` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/mod.rs:198:66
[INFO] [stdout]     |
[INFO] [stdout] 198 |               T: JsonDelete + JsonApiResource + ToJson + for<'b> DeleteHandler<'b, T>,
[INFO] [stdout]     |                                                                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `DeleteHandler` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/mod.rs:207:50
[INFO] [stdout]     |
[INFO] [stdout] 207 |                     move |r: &mut Request| <T as DeleteHandler<T>>::delete(r),
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `PostHandler` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/mod.rs:215:64
[INFO] [stdout]     |
[INFO] [stdout] 215 |               T: JsonPost + JsonApiResource + ToJson + for<'b> PostHandler<'b, T>,
[INFO] [stdout]     |                                                                ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `PatchHandler` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustiful-0.1.0/src/iron/mod.rs:235:65
[INFO] [stdout]     |
[INFO] [stdout] 235 |               T: JsonPatch + JsonApiResource + ToJson + for<'b> PatchHandler<'b, T>,
[INFO] [stdout]     |                                                                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0432.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `rustiful` (lib) due to 21 previous errors
[INFO] running `Command { std: "docker" "inspect" "975cf97fef5ea09cd9d4e6a41d9e484794a8211f5b8b48af6a2033010742784d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "975cf97fef5ea09cd9d4e6a41d9e484794a8211f5b8b48af6a2033010742784d", kill_on_drop: false }`
[INFO] [stdout] 975cf97fef5ea09cd9d4e6a41d9e484794a8211f5b8b48af6a2033010742784d
