[INFO] crate paperclip-actix 0.1.0 is already in cache
[INFO] checking paperclip-actix-0.1.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate paperclip-actix 0.1.0 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate paperclip-actix 0.1.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate paperclip-actix 0.1.0
[INFO] finished tweaking crates.io crate paperclip-actix 0.1.0
[INFO] tweaked toml for crates.io crate paperclip-actix 0.1.0 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 3d7c4e97dda394a2e53cd8852effd71f12954fefd11f3997b1782bd09583a561
[INFO] running `"docker" "start" "-a" "3d7c4e97dda394a2e53cd8852effd71f12954fefd11f3997b1782bd09583a561"`
[INFO] [stderr]    Compiling paperclip-macros v0.2.0
[INFO] [stderr]     Checking parking_lot_core v0.5.0
[INFO] [stderr]    Compiling actix-web-codegen v0.1.3
[INFO] [stderr]     Checking actix-threadpool v0.1.2
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking serde_urlencoded v0.6.1
[INFO] [stderr]     Checking actix-router v0.1.5
[INFO] [stderr]     Checking tokio-signal v0.2.9
[INFO] [stderr]     Checking actix-server-config v0.1.2
[INFO] [stderr]     Checking trust-dns-proto v0.7.4
[INFO] [stderr]     Checking parking_lot v0.8.0
[INFO] [stderr]     Checking actix-rt v0.2.6
[INFO] [stderr]     Checking actix-server v0.6.1
[INFO] [stderr]     Checking actix-testing v0.1.0
[INFO] [stderr]     Checking trust-dns-resolver v0.11.1
[INFO] [stderr]     Checking actix-connect v0.2.5
[INFO] [stderr]     Checking actix-http v0.2.11
[INFO] [stderr]     Checking awc v0.2.8
[INFO] [stderr]     Checking actix-web v1.0.9
[INFO] [stderr]     Checking paperclip-core v0.1.0
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:47:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]    |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 47 | /     fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 48 | |         T::update_parameter(op);
[INFO] [stderr] 49 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `update_parameter`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_response` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:51:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]    |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 51 | /     fn update_response(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 52 | |         T::update_response(op);
[INFO] [stderr] 53 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `update_response`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `update_response` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_definitions` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:55:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]    |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 55 | /     fn update_definitions(map: &mut BTreeMap<String, DefaultSchemaRaw>) {
[INFO] [stderr] 56 | |         T::update_definitions(map);
[INFO] [stderr] 57 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `update_definitions`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `update_definitions` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:64:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]    |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 64 | /     fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 65 | |         T::update_parameter(op);
[INFO] [stderr] 66 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `update_parameter`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_response` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:68:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]    |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 68 | /     default fn update_response(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 69 | |         T::update_response(op);
[INFO] [stderr] 70 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `update_response`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `update_response` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_definitions` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:72:5
[INFO] [stderr]    |
[INFO] [stderr] 41 |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]    |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 72 | /     default fn update_definitions(map: &mut BTreeMap<String, DefaultSchemaRaw>) {
[INFO] [stderr] 73 | |         T::update_definitions(map);
[INFO] [stderr] 74 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `update_definitions`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `update_definitions` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `NAME` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:81:5
[INFO] [stderr]    |
[INFO] [stderr] 77 | impl<T> Apiv2Schema for Json<T> {}
[INFO] [stderr]    | ---------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 81 |     const NAME: Option<&'static str> = T::NAME;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot specialize default item `NAME`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `NAME` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `raw_schema` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 77 |   impl<T> Apiv2Schema for Json<T> {}
[INFO] [stderr]    |   ---------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 83 | /     fn raw_schema() -> DefaultSchemaRaw {
[INFO] [stderr] 84 | |         T::raw_schema()
[INFO] [stderr] 85 | |     }
[INFO] [stderr]    | |_____^ cannot specialize default item `raw_schema`
[INFO] [stderr]    |
[INFO] [stderr]    = note: to specialize, `raw_schema` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:92:5
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 92  | /     fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 93  | |         op.parameters.push(Parameter {
[INFO] [stderr] 94  | |             description: None,
[INFO] [stderr] 95  | |             in_: ParameterIn::Body,
[INFO] [stderr] ...   |
[INFO] [stderr] 107 | |         });
[INFO] [stderr] 108 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `update_parameter`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_response` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:110:5
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 110 | /     fn update_response(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 111 | |         op.responses.insert(
[INFO] [stderr] 112 | |             "200".into(),
[INFO] [stderr] 113 | |             Response {
[INFO] [stderr] ...   |
[INFO] [stderr] 121 | |         );
[INFO] [stderr] 122 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `update_response`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_response` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `NAME` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:155:5
[INFO] [stderr]     |
[INFO] [stderr] 131 |     impl<T> Apiv2Schema for $ty {}
[INFO] [stderr]     |     ------------------------------ parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 155 |     const NAME: Option<&'static str> = T::NAME;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot specialize default item `NAME`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `NAME` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `raw_schema` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:157:5
[INFO] [stderr]     |
[INFO] [stderr] 131 |       impl<T> Apiv2Schema for $ty {}
[INFO] [stderr]     |       ------------------------------ parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 157 | /     fn raw_schema() -> DefaultSchemaRaw {
[INFO] [stderr] 158 | |         T::raw_schema()
[INFO] [stderr] 159 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `raw_schema`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `raw_schema` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:248:5
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 248 | /     fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 249 | |         I::Item::update_parameter(op);
[INFO] [stderr] 250 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `update_parameter`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_response` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:252:5
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 252 | /     fn update_response(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 253 | |         I::Item::update_response(op);
[INFO] [stderr] 254 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `update_response`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_response` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_definitions` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:256:5
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 256 | /     fn update_definitions(map: &mut BTreeMap<String, DefaultSchemaRaw>) {
[INFO] [stderr] 257 | |         I::Item::update_definitions(map);
[INFO] [stderr] 258 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `update_definitions`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_definitions` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:134:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 134 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 135 | |             let def = T::raw_schema();
[INFO] [stderr] 136 | |             for (k, v) in def.properties {
[INFO] [stderr] 137 | |                 op.parameters.push(Parameter {
[INFO] [stderr] ...   |
[INFO] [stderr] 148 | |             }
[INFO] [stderr] 149 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 162 |   impl_param_extractor!(Path<T> => Path);
[INFO] [stderr]     |   --------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:134:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 134 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 135 | |             let def = T::raw_schema();
[INFO] [stderr] 136 | |             for (k, v) in def.properties {
[INFO] [stderr] 137 | |                 op.parameters.push(Parameter {
[INFO] [stderr] ...   |
[INFO] [stderr] 148 | |             }
[INFO] [stderr] 149 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 163 |   impl_param_extractor!(Query<T> => Query);
[INFO] [stderr]     |   ----------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:134:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 134 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 135 | |             let def = T::raw_schema();
[INFO] [stderr] 136 | |             for (k, v) in def.properties {
[INFO] [stderr] 137 | |                 op.parameters.push(Parameter {
[INFO] [stderr] ...   |
[INFO] [stderr] 148 | |             }
[INFO] [stderr] 149 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 164 |   impl_param_extractor!(Form<T> => FormData);
[INFO] [stderr]     |   ------------------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:172:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 172 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 173 | |             // NOTE: We're setting empty name, because we don't know
[INFO] [stderr] 174 | |             // the name in this context. We'll get it when we add services.
[INFO] [stderr] 175 | |             $(
[INFO] [stderr] ...   |
[INFO] [stderr] 188 | |             )+
[INFO] [stderr] 189 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 193 |   impl_path_tuple!(A);
[INFO] [stderr]     |   -------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:172:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 172 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 173 | |             // NOTE: We're setting empty name, because we don't know
[INFO] [stderr] 174 | |             // the name in this context. We'll get it when we add services.
[INFO] [stderr] 175 | |             $(
[INFO] [stderr] ...   |
[INFO] [stderr] 188 | |             )+
[INFO] [stderr] 189 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 194 |   impl_path_tuple!(A, B);
[INFO] [stderr]     |   ----------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:172:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 172 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 173 | |             // NOTE: We're setting empty name, because we don't know
[INFO] [stderr] 174 | |             // the name in this context. We'll get it when we add services.
[INFO] [stderr] 175 | |             $(
[INFO] [stderr] ...   |
[INFO] [stderr] 188 | |             )+
[INFO] [stderr] 189 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 195 |   impl_path_tuple!(A, B, C);
[INFO] [stderr]     |   -------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:172:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 172 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 173 | |             // NOTE: We're setting empty name, because we don't know
[INFO] [stderr] 174 | |             // the name in this context. We'll get it when we add services.
[INFO] [stderr] 175 | |             $(
[INFO] [stderr] ...   |
[INFO] [stderr] 188 | |             )+
[INFO] [stderr] 189 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 196 |   impl_path_tuple!(A, B, C, D);
[INFO] [stderr]     |   ----------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `update_parameter` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/actix.rs:172:9
[INFO] [stderr]     |
[INFO] [stderr] 41  |   impl<T> OperationModifier for T where T: Apiv2Schema {}
[INFO] [stderr]     |   ------------------------------------------------------- parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 172 | /         fn update_parameter(op: &mut Operation<DefaultSchemaRaw>) {
[INFO] [stderr] 173 | |             // NOTE: We're setting empty name, because we don't know
[INFO] [stderr] 174 | |             // the name in this context. We'll get it when we add services.
[INFO] [stderr] 175 | |             $(
[INFO] [stderr] ...   |
[INFO] [stderr] 188 | |             )+
[INFO] [stderr] 189 | |         }
[INFO] [stderr]     | |_________^ cannot specialize default item `update_parameter`
[INFO] [stderr] ...
[INFO] [stderr] 197 |   impl_path_tuple!(A, B, C, D, E);
[INFO] [stderr]     |   -------------------------------- in this macro invocation
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `update_parameter` in the parent `impl` must be marked `default`
[INFO] [stderr]     = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `NAME` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/schema.rs:181:5
[INFO] [stderr]     |
[INFO] [stderr] 178 | impl<T> Apiv2Schema for Option<T> {}
[INFO] [stderr]     | ------------------------------------ parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 181 |     const NAME: Option<&'static str> = T::NAME;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot specialize default item `NAME`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `NAME` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `raw_schema` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/schema.rs:183:5
[INFO] [stderr]     |
[INFO] [stderr] 178 |   impl<T> Apiv2Schema for Option<T> {}
[INFO] [stderr]     |   ------------------------------------ parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 183 | /     fn raw_schema() -> DefaultSchemaRaw {
[INFO] [stderr] 184 | |         T::raw_schema()
[INFO] [stderr] 185 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `raw_schema`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `raw_schema` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `NAME` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/schema.rs:191:5
[INFO] [stderr]     |
[INFO] [stderr] 188 | impl<T, E> Apiv2Schema for Result<T, E> {}
[INFO] [stderr]     | ------------------------------------------ parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 191 |     const NAME: Option<&'static str> = T::NAME;
[INFO] [stderr]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot specialize default item `NAME`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `NAME` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error[E0520]: `raw_schema` specializes an item from a parent `impl`, but that item is not marked `default`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/paperclip-core-0.1.0/src/v2/schema.rs:193:5
[INFO] [stderr]     |
[INFO] [stderr] 188 |   impl<T, E> Apiv2Schema for Result<T, E> {}
[INFO] [stderr]     |   ------------------------------------------ parent `impl` is here
[INFO] [stderr] ...
[INFO] [stderr] 193 | /     fn raw_schema() -> DefaultSchemaRaw {
[INFO] [stderr] 194 | |         T::raw_schema()
[INFO] [stderr] 195 | |     }
[INFO] [stderr]     | |_____^ cannot specialize default item `raw_schema`
[INFO] [stderr]     |
[INFO] [stderr]     = note: to specialize, `raw_schema` in the parent `impl` must be marked `default`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 27 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0520`.
[INFO] [stderr] error: could not compile `paperclip-core`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3d7c4e97dda394a2e53cd8852effd71f12954fefd11f3997b1782bd09583a561"`
[INFO] running `"docker" "rm" "-f" "3d7c4e97dda394a2e53cd8852effd71f12954fefd11f3997b1782bd09583a561"`
[INFO] [stdout] 3d7c4e97dda394a2e53cd8852effd71f12954fefd11f3997b1782bd09583a561
